.add-market-wrapper {position: relative;}
.add-market-buttons {position: absolute; top: 10px; right: 20px;}
.add-market-buttons button {font-size: 14px; vertical-align: middle; margin-left: 10px; margin-bottom: 0 !important;}
.add-market-buttons a {font-size: 14px; vertical-align: middle; margin-left: 10px; margin-bottom: 0 !important;}

.add-market-buttons .btn-primary.btn-plus i {height: 20px; line-height: 17px;}
.add-market-buttons .btn-primary.btn-plus {background-color: #6051b5;}

/* The Modal (background) */
.marketplace-modal {
    display: none;
    position: fixed;
    z-index: 1026;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #3A4051;
}

/* Modal Content */
.marketplace-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 50%;
    max-width: 1200px;
}

/* The Close Button */
.marketplace-close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.marketplace-close:hover,
.marketplace-close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.marketplace-slides {
    display: none;
}

.marketplace-cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.marketplace-prev,
.marketplace-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.marketplace-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.marketplace-prev:hover,
.marketplace-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.marketplace-numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.marketplace-slides img {
    margin-bottom: -4px;
}

.marketplace-caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.marketplace-active,
.marketplace-demo:hover {
    opacity: 1;
}

.marketplace-slides img.hover-shadow {
    transition: 0.3s;
}

.marketplace-hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.add-market-wrapper {
    border-bottom: 1px solid #dee5e7;
    background: #ffffff;
}
.add-market-wrapper h1 {
    margin: 0 !important;
    font-weight: 300;
    padding: 14px 40px 14px 40px;
}


.add-market-buttons .caret {
    color: white !important;
}

.add-market-buttons .btn-default i {
    height: 33px;
    line-height: 35px;
}

.tmarket-wrap .form-group .create-label {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.listing-h1 {
    margin-top: 64px;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #3A4051;
}
.listing-sort {
    margin-top: 45px;
    margin-bottom: 64px;
}
.listing-sort span {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}
.listing-sort select {
    background-color: transparent;
}

.background-white {
    background: white;
}

.create-h1 {
    margin-top: 64px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #7269B8;
    text-align: left;
}

.file-upload-box {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    width: 300px;
}
.sub-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.56);
}
input[type="file"]#file-upload {
    display: none;
}
input[type="file"]#testimonials-upload {
    display: none;
}
.custom-file-upload {
    border: 1px solid #7268B8;
    display: inline-block;
    padding: 16px;
    cursor: pointer;
    color: #7268B8;
    margin: 100px;
    font-size: 14px;
    line-height: 21px;
}
.price-type-div {
    display: flex;
}
.price-type-div .price-type {
    width: 150px;
}
.price-type-div span {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.tmarket-wrap .delete-div {
    position: relative;
    width: 200px;
}
.tmarket-wrap .delete-div img {
  display: block;
}
.tmarket-wrap .testimonials-images-div {
    margin-top: 32px;
}
.tmarket-wrap .testimonials-images-div .testimonials-img{
    margin-bottom: 30px;
}
.tmarket-wrap .testimonials-img label{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    position: absolute;
    top: 5px;
    right: 20px;
    background: white;
    padding: 5px;
    color: #6E69B8;
}
.tmarket-wrap .delete-div label {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    padding: 5px;
    color: #6E69B8;
}
.payment-checkbox {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 26px;
}
.payment-checkbox i {
    margin-right: 12px;
}
.payment-checkbox.other {
    display: flex;
}
.payment-checkbox.other label {
    width: 150px;
}
.payment-checkbox.other .other-payment {
    width: 300px;
}
.listing-mads div {
    margin-bottom: 15px;
    height: 35px;
}

.listing-mads .date-mads {
    font-size: 22px;
    color: #3A4051;
}
.listing-mads .status {
    font-size: 17px;
    padding-top: 10px;
}
.create-mads-form .form-group {
    margin-top: 32px;
}

.preview-header .header-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #7269B8;
}
.preview-header .btn {
    padding: 16px;
}
.preview-header .btn-default {
    border: 1px solid #7269B8;
    color: #7269B8 !important;
}
.preview-header .coupon-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #7269B8;
}

.mads-content h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #3A4051;
    margin-top: 56px;
    margin-bottom: 40px;
}

.mads-content .mads-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #3A4051;
}

.mads-content .image-part {
    border: 1px solid #3A4051;
    border-radius: 2px;
    padding: 32px;
}

.mads-content .image-part img {
    margin-right: auto;
    margin-left: auto;
}

.mads-content .image-part h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    color: #3A4051;
}
.mads-content .image-part .price {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #3A4051;
}

.mads-content .image-part .visit-website {
    display: block;
    margin-bottom: 20px;
}

.mads-content .image-part .payment-method {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #3A4051;

}

.mads-content .image-part p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

.testimonials h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #3A4051;
    margin-top: 80px;
}

.testimonials img {
    margin-top: 20px;
}
.testimonials .by-clicks {
    margin-top: 40px;
    margin-bottom: 40px;
}

.by-clicks {
    padding: 16px;
}

.preview-footer div {
    margin-top: 56px;
    margin-bottom: 56px;
}

.preview-footer .btn {
    padding: 16px;
}
.preview-footer .btn-default {
    border: 1px solid #7269B8;
    color: #7269B8 !important;
}

.edit-ad-small {
    display: none;
}

.small-res-text {
    display: none;
}

.preview-header .header-title-small {
    display: none;
}

.file-upload-preview-div {
    position: relative;
    width: 300px;
}
.file-upload-preview-div img {
    display: block;
}
.file-upload-preview-div label {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    padding: 5px;
    color: #6E69B8;
}

.testimonials-img:nth-child(3n+1){
    clear:left
}

@media (max-width: 1024px) {

}
@media (max-width: 768px) {

}
@media (max-width: 425px) {
    .tmarket-box-img {
        margin-top: 40px;
    }
    .edit-ad-small {
        display: block;
    }
    .listing-mads .date-mads {
        font-size: 17px;
        line-height: 26px;
        text-align: right !important;
    }
    .listing-mads .status {
        font-size: 17px;
        line-height: 26px;
        padding-top: 0px;
    }
    .small-res-text {
        margin-top: 24px;
        display: block;
    }
    .big-res-text {
        display: none;
    }
    .preview-header .header-title-big {
        display: none;
    }
    .preview-header .header-title-small {
        display: block;
        margin-bottom: 24px;
    }

    .edit-listing-btn {
        text-align: center !important;
        margin-bottom: 24px;
    }
    .continue-checkout-btn {
        text-align: center !important;
    }
    .preview-footer div {
        text-align: center !important;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
@media (max-width: 320px) {
    .marketplace-review-div .pull-right {
        display: none;
    }
    .listing-mads .date-mads {
        font-size: 15px;
        line-height: 26px;
    }
    .listing-mads .status {
        font-size: 13px;
        line-height: 26px;
    }

    .mads-content {
        flex-direction: column;
    }
    .mads-text {
        order: 2;
    }

    .image-part{
        order: 2;
    }
}

/* Marketplace landing */

.markeplace-white {
    background: white;
    margin-bottom: 120px;
}
.markeplace-grey {
    background: #F0F3F4;
}
.markeplace-purple {
    background: #443F6E;
}
.marketplace-h2-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    color: #2A2A2E;
}
.marketplace-h1-1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 96px;
    text-align: center;
    color: #7269B8;
    margin-bottom: 56px;
}
.markeplace-left-1 {
    background: linear-gradient(247.86deg, #7269B8 0%, #8B84C5 100%);
    border-radius: 8px;
    color: white;
    padding: 49px;
    height: 310px;
}


.markeplace-left-1 h3 {
    text-align: left;
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.markeplace-left-1 p {
    margin-top: 25px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.markeplace-left-1 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: white;
}
.markeplace-left-1 a:hover {
    text-decoration: none;
    cursor: pointer;
}
.markeplace-left-1 a i {
    font-size: 12px;
    margin-left: 10px;
}

.markeplace-right-1 {
    background: linear-gradient(247.86deg, #3A4051 0%, #4A5268 100%);
    border-radius: 8px;
    color: white;
    padding: 49px;
    height: 310px;
}
.markeplace-right-1 h3 {
    text-align: left;
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.markeplace-right-1 p {
    margin-top: 25px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.markeplace-right-1 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: white;
}
.markeplace-right-1 a:hover {
    text-decoration: none;
    cursor: pointer;
}
.markeplace-right-1 a i {
    font-size: 12px;
    margin-left: 10px;
}

.marketplace-h2-2 {
    font-weight: 700;
    font-size: 66px;
    line-height: 66px;
    text-align: center;
    letter-spacing: -0.0015em;
    color: #2A2A2E;
    margin-top: 56px;
    margin-bottom: 56px;
}
.marketplace-box-white{
    background: #FFFFFF;
    border-radius: 50px;
    padding: 48px;
}

.marketplace-box-white-1 {
    height: 830px;
}

.marketplace-box-purple {
    background: rgba(225, 225, 231, 0.16);
    border-radius: 50px;
    padding: 48px;
}
.marketplace-box-purple-1 {
    height: 730px;
}
.marketplace-h2-3 {
    font-weight: 400;
    font-size: 80px;
    line-height: 120px;
    color: #2A2A2E;
    width: 80%;
    display: inline-flex;
}
.marketplace-img-1 {
    display: inline;
}
.marketplace-h2-4 {
    font-weight: 400;
    font-size: 80px;
    line-height: 120px;
    color: #2A2A2E;
}
.margin24 {
    margin-top: 24px;
}
.margin-64 {
    margin-top: 64px;
}
.marketplace-h2-5 {
    font-weight: 700;
    font-size: 66px;
    line-height: 66px;
    text-align: center;
    letter-spacing: -0.0015em;
    color: #2A2A2E;
    margin-top: 56px;
    margin-bottom: 56px;
}

.marketplace-h2-6{
    font-weight: 700;
    font-size: 80px;
    line-height: 120px;
    color: #3A4051;
    display: inline;
    text-align: center;
}
.marketplace-img-3{
    display: inline;
    margin-right: 84px;
    vertical-align: bottom;
}
.marketplace-h2-7{
    margin-top: 64px;
    font-weight: 400;
    font-size: 80px;
    line-height: 120px;
    color: #3A4051;
}
.marketplace-h2-8 {
    font-weight: 700;
    font-size: 80px;
    line-height: 120px;
    text-align: center;
    color: #2A2A2E;
    margin-top: 120px;
}

.margin-b-120 {
    margin-bottom: 120px;
}

.marketplace-h2-9 {
    margin-top: 64px;
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    color: #2A2A2E;
}

.marketplace-h2-10 {
    font-weight: 400;
    font-size: 80px;
    line-height: 120px;
    color: #FFFFFF;
}
.margin84 {
    margin-top: 84px;
}
.review-msg {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
    color: #7269B8;
}
.review-error {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
    color: firebrick;
}
.review-h {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    /* or 144% */


    color: #3A4051;
    margin-bottom: 32px;
}

.review-rating {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */

    letter-spacing: 0.0015em;

    color: #000000;
}
.review-rating span {
    margin-right: 18px;
}

#markeplace-review-form {

}

.review {
    margin-bottom: 40px;
    clear: both
}

.review h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #3A4051;
    margin-top: 80px;
    margin-bottom: 16px;
}

.review-singup {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #3A4051;
}

input[type="radio"] {
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.5rem;
}

.radio-purple {
    box-shadow: 0 0 0 2px #6E69B8;
    /* hiding browser el */
    appearance: none;
    /* Safari support */
    -webkit-appearance: none;
    border: 0.2rem solid #fff;
    background-color: var(--bg-color);
    border-radius: 50%;
}

.radio-purple:focus-visible {
    outline-offset: 0;
}

.radio-purple:hover {
    border-width: 0;
}

.radio-purple:checked {
    box-shadow: 0 0 0 2px #6E69B8;
    background-color: #6E69B8;
    border-width: 0.2rem;
}

#markeplace-review-form img {
    margin-bottom: 5px;
}
#markeplace-review-form textarea {
    width: 100%;
    border: 1px solid #6E69B8;
    border-radius: 4px;
    padding: 8px 12px 8px 12px;
}

#markeplace-review-form .review-btn {
    padding: 16px 48px;
}
.review-div {
    padding-bottom: 50px;
}
.marketplace-review-div {
    font-family: 'Source Sans Pro';
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;

    background: #FFFFFF;
    border: 1px solid rgba(58, 64, 81, 0.2);
    box-shadow: 0px 4px 4px rgba(58, 64, 81, 0.25);
    border-radius: 4px;
    margin-bottom: 16px;
}

.marketplace-review-div p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */

    letter-spacing: 0.0015em;

    color: #3A4051;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.marketplace-review-div h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */


    color: #3A4051;

}

.marketplace-review-div h2 span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */

    letter-spacing: 0.0015em;

    color: #6E69B8;
}

.marketplace-review-div .image-sign {

}
.marketplace-review-div .image-sign p {
    margin-bottom: 43px;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 12px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.0015em;

    color: #3A4051;
}

.marketplace-review-div .sign-up {

}
.marketplace-review-div .sign-down {

}





@media (max-width: 1024px) {
    .h2-box {
        font-size: 52px;
        line-height: 78px;
    }
}
@media (max-width: 768px) {
    .markeplace-left-1, .markeplace-right-1 {
        height: 370px;
    }
    .h2-box {
        font-size: 52px;
        line-height: 78px;
    }
    .marketplace-box-white-1 {
        height: 700px;
    }
    .marketplace-box-purple-1 {
        height: 600px;
    }
}

@media (max-width: 425px) {
    .marketplace-h1-1 {
        font-size: 32px;
        line-height: 48px;
    }
    .marketplace-h2-1 {
        font-size: 26px;
        line-height: 39px;
    }
    .h2-box {
        font-size: 26px;
        line-height: 39px;
    }
    .markeplace-right-1 {
        margin-top: 24px;
    }
    .marketplace-img {
        height: 50px;
    }
    .marketplace-h2-5, .marketplace-h2-8 {
        font-size: 37px;
        line-height: 56px;
    }
    .marketplace-h2-9 {
        font-size: 24px;
        line-height: 36px;
    }
    .marketplace-h2-2 {
        font-size: 32px;
        line-height: 48px;
    }
    .marketplace-box-purple, .marketplace-box-white {
        text-align: center;
    }
    .marketplace-box-white-1, .marketplace-box-purple-1 {
        height: 280px;
    }

    .marketplace-img-3 {
        margin-right: 0px;
        vertical-align: middle;
    }
    .margin84:nth-of-type(1){
        margin-top: 30px;
    }
}

@media (max-width: 320px) {

    .markeplace-right-1, .markeplace-left-1 {
        height: 430px;
    }

}
