/*------------fontcss-------------*/
@font-face {
    font-family: 'Couture';
    src: url('../fonts/couture-bld.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
 unicode-range: U+0020-2212;
}
#fitAdvisoryModal {
    font-size: 16px;
}
.modal-popup._inner-scroll .modal-inner-wrap hr {
    border: 0;
    border-top: 1px solid #c1c1c1;
    margin-bottom: 20px;
    margin-top: 20px;
    opacity: 1;
}
[aria-describedby="modal-content-65"] .modal-inner-wrap>header.modal-header {
    display: inline-block;
    border: 0px;
    /* padding: 23px; */
    padding-bottom: 0px;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
[aria-describedby="modal-content-65"] .modal-inner-wrap>header.modal-header h1#modal-title-65 {
    /* display: none; */
    font-family: 'Maven Pro',sans-serif!important;
}
div#modal-content-65 {
    border: 0px;
    padding-top: 18px;
}
[aria-describedby="modal-content-65"] .modal-inner-wrap {
    max-width: 100%!important;
    height: auto;
    max-height: 100%;
}
div#modal-content-4 {
    border: 0px;
}
[aria-describedby="modal-content-4"] .modal-inner-wrap>header.modal-header {
    display: block;
    border: 0px;
}
[aria-describedby="modal-content-4"] .modal-inner-wrap>header.modal-header h1#modal-title-4 {
    font-family: 'Maven Pro',sans-serif!important;
}
div#modal-content-4 {
    border: 0px;
    overflow: auto!important;
}
.md-login-popup-button button#md-email-button-sociallogin-login {
    font-size: 16px;
}
#fitAdvisoryModal * {
    box-sizing: border-box;
}

#fitAdvisoryModal .step {
    display: none;
} 

#fitAdvisoryModal .step-1 {
    display: block;
}   

#fitAdvisoryModal .bra-sizes .btn {
    padding: 0.75em;
    width: 54px;
    height: 48px;
}

#carouselSizeResultControls .carousel-control-prev, #carouselSizeResultControls .carousel-control-next {
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    background-color: #333;
    position: static;
    width: 22px;
    height: 22px;
    padding: 4px;
}

#carouselSizeResultControls .sizes-controls {
    position: absolute;
    width: 100%;
    top: 33px;
    left: 8px;
    z-index: 999;
}

#fitAdvisoryModal .form-control:focus {
    box-shadow: none;
}

#fitAdvisoryModal .zoom-effect .figure img {
    transition: transform .5s ease;
    transform: scale(0.9);
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

#fitAdvisoryModal .text-dark {
    color: #212529 !important;
}

#fitAdvisoryModal .offset-3{
    margin-left: 25%;
}

#fitAdvisoryModal .zoom-effect .figure:hover img {
    transform: scale(1);
}

#fitAdvisoryModal .zoom-effect .figure .figure-caption {
    font-weight: bold;
}

#fitAdvisoryModal .zoom-effect .figure:hover .figure-caption {
    color: #000;
}

#fitAdvisoryModal .figure_radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#fitAdvisoryModal .figure_radio [type=radio] + .figure {
    cursor: pointer;
}

#fitAdvisoryModal .previous_step {
    opacity: 0.5;
    display: none;
}

#fitAdvisoryModal .previous_step img {
    width: 16px;
}

.td-sm-underline{
    text-decoration: none;
}

.decrease-slider, .increase-slider {
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: white;
    color: black;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 50%;
    cursor: pointer;
    width: 27px;
    height: 27px;
    transition: opacity 0.2s ease-in-out 0s;
}
.decrease-slider {
    transform: rotate(90deg);
}
.increase-slider {
    transform: rotate(-90deg);
}

/* Styling for slider */
.slider-custom {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    background-color: rgba(221, 221, 221, 0.3);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    cursor: pointer;
    height: 6px;
}


.slider-custom::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 20%) 1px 2px 3px;
    background-color: rgb(146, 146, 146);
    cursor: pointer;
}
.progress-bar-custom{
    position: absolute;
    border-bottom: 1px solid #212529;
    height: 1px;
    width: 0%;
    bottom: 0;
    left: 0;
}
.w-20{
    width: 20%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}
.w-80{
    width: 80%;
}
#fitAdvisoryModal .modal-body .step.step-2>.step2-privacy ul li{
    padding-bottom: 25px;
}

@media (max-width:768px){
    .step.step-5 .step5-privacy-conditions .privacy-policy-lastpage-link{
        position: relative !important;
    }
    .miqyas_logo>a>img{
        width: 50% !important;
    }
    #fitAdvisoryModal .modal-body .step.step-2>.step2-privacy{
        padding: 15px;
    }
    .size-response{
        margin-top: 10px !important;
    }
    .td-sm-underline{
        text-decoration: underline;
        text-underline-position: under;
        color: #212529;
    }
    #fitAdvisoryModal .zoom-effect .figure img {
        transform: scale(1);
    }
    #fitAdvisoryModal .zoom-effect .figure:hover .figure-caption {
        color: #6c757d;
    }
    #fitAdvisoryModal .zoom-effect .figure:hover .figure-caption {
        color: #212529;
    }
    .modal.show .modal-dialog {
        margin: 0;
        min-height: 100vh;
        min-width: 100vw;
    }
    .modal-content {
        border: 0px solid transparent;
        border-radius: 0;
        margin: 0;
        min-height: 100vh;
    }
    form.d-block{
        height: 100%;
        display: flex!important;
        justify-content: center;
        align-items: center;
        min-height: calc(100vh - 63px)
    }
    .ps-5{
        padding-left: 12px!important;
    }
	.product-img{
    	width: 65% !important;
    	margin: 0 auto !important;
	}
}

/* Mobile screen slider styles */

.height-slider-container{
    height: 170px;
    width: 125px;
    overflow: hidden;
    position: relative;
    margin: 20px auto 40px;
}

.height-slider-container .current-value-indicator{
    width: 100%;
    height: 4px;
    background: rgb(138, 171, 255);
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
}

.height-slider-container .slider{
    height: 8000px;
    width: 125px;
    position: absolute;
    top: -2017px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIzIiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxMjN2NDBIMHoiLz48cGF0aCBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMyIgZD0iTTIxIDMxLjVoODEuNU0yMSAyMS41aDgxLjVNMjEgMTEuNWg4MS41TTAgMS41aDEyMyIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTIzdjQwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position-y: 50%;
    cursor: grab;
}

.height{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    user-select: none;
    min-height: 70px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 70px;
    justify-content: center;
}

.decrease-height, .increase-height, .increase-weight, .decrease-weight {
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: white;
    color: black;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 50%;
    cursor: pointer;
    width: 27px;
    height: 27px;
    transition: opacity 0.2s ease-in-out 0s;
}


/* Weight slider styles */

.weight-slider-container{
    height: 105px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 20px auto 40px;
}

.weight-slider-container .current-value-indicator{
    height: 100%;
    width: 4px;
    background: rgb(138, 171, 255);
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 1;
}

.weight-slider-container .slider{
    height: 105px;
    width: 10000px;
    position: absolute;
    left: -2017px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMTA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg0MHYxMDVIMHoiLz48cGF0aCBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMyIgZD0iTTM4Ljg5OCAxMDVWME0yOC42MDkgMTA1VjUwLjgyOG0tMTAgNTQuMTcyVjUwLjgyOE04LjYwOSAxMDVWNTAuODI4Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg0MHYxMDVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    background-repeat: repeat-x;
    background-position-x: 50%;
    cursor: grab;
}

.weight{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    user-select: none;
    min-height: 70px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 70px;
    justify-content: center;
}




.fit_advisory {
    color: #212529;
    background-color: #ffff;
    border-color: #212529;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #212529;
    padding: 9px;
    font-size: 16px;
    /* border-radius: 0.25em; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 25px;
    /* width: 45%; */
}
.fit_advisory:hover{
    background-color: #212529 !important;
    color: #ffff !important;
}

.find_my_fit #modal-title {
    text-align: center;
}

.find_my_fit .modal-footer {
    display: none;
}

.find_my_fit.modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 800px !important;
}

.modals-overlay{background-color: rgba(51,51,51,0.55) !important;}
#fitAdvisoryModal .form-control {
    display: block;
    width: 100%;
    padding: 0.375em 0.75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25em;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#fitAdvisoryModal .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#fitAdvisoryModal .row > * {
    flex-shrink: 0;
    /* width: 100%; */
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#fitAdvisoryModal .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

#fitAdvisoryModal .col-12 {
    flex: 0 0 auto;
    width: 100%;
}


#fitAdvisoryModal .mb-3 {
    margin-bottom: 1em !important;
}

#fitAdvisoryModal .form-label {
    margin-bottom: 0.5em;
     display: inline-block;
}

#fitAdvisoryModal .text-center {
    text-align: center !important;
    border: 0;

}
#fitAdvisoryModal .video-hide-section a{
    color:#f24a03;
}
#fitAdvisoryModal .video-hide-section {
    text-align: center;
    padding-top: 20px;
}
#fitAdvisoryModal .text-center p {
    text-align: left !important;
}
#fitAdvisoryModal .position-relative .video-show-section{
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: inherit;
    font-family: 'Maven Pro';
}
#fitAdvisoryModal .position-relative .video-show-section a {
    color:#f24a03;
}
#fitAdvisoryModal .pt-2 {
    padding-top: 0.5em !important;
}

#fitAdvisoryModal .pt-3 {
    /*padding-top: 1em !important;*/
}

#fitAdvisoryModal .pt-4 {
    /*padding-top: 1.5em !important;*/
    padding-top: 0px !important;
}

#fitAdvisoryModal .py-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

#fitAdvisoryModal .pt-5 {
    padding-top: 3em !important;
}

#fitAdvisoryModal .pb-2 {
    padding-bottom: 0.5em !important;
}

#fitAdvisoryModal .pe-2 {
    padding-right: 0.5em !important;
}

#fitAdvisoryModal .ps-5 {
    padding-left: 3em !important;
}

#fitAdvisoryModal .pb-4 {
    padding-bottom: 1.5em !important;
}

#fitAdvisoryModal .border {
    border: 1px solid #dee2e6 !important;
}
#fitAdvisoryModal .position-relative {
    position: relative !important;
}
#fitAdvisoryModal .shadow-sm {
    box-shadow: 0 0.125em 0.25em rgb(0 0 0 / 8%) !important;
}

#fitAdvisoryModal .text-secondary {
    color: #6c757d !important;
    text-transform: lowercase;
}

#fitAdvisoryModal .text-decoration-underline {
    text-decoration: underline !important;
}





#fitAdvisoryModal .flex-wrap {
    flex-wrap: wrap !important;
}
#fitAdvisoryModal .d-flex {
    display: flex !important;
}

#fitAdvisoryModal h6 {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 500;
    line-height: 1.2;
}

#fitAdvisoryModal .link-secondary {
    color: #6c757d;
}

#fitAdvisoryModal .small {
    font-size: 0.875em;
}

#fitAdvisoryModal .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent !important;
    padding: 0.375em 0.75em;
    font-size: 1em;
    border-radius: 0.25em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* #fitAdvisoryModal .btn-dark {
    border-radius: 0 !important;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
} */

.modal-inner-wrap #fitAdvisoryModal .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d !important;
}

#fitAdvisoryModal .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    direction: ltr; /* Ktpl */
}

#fitAdvisoryModal .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}

#fitAdvisoryModal .btn-check:checked + .btn-outline-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#fitAdvisoryModal .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

#fitAdvisoryModal .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#fitAdvisoryModal .btn-group > .btn:nth-child(n+3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#fitAdvisoryModal .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

#fitAdvisoryModal .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#fitAdvisoryModal .btn-group > .btn-check:checked + .btn {
    z-index: 1;
}


@media (min-width: 768px) {
    .catalog-product-view .modals-wrapper .modal-content>#fitAdvisoryModal .previous_step{
        position: absolute;
    }
    .justify-content-md-center .product-img{
        width: 36% !important;
    }
    .cup-size-section{
        float: right;
        margin-left: 0 !important;
    }
    .brand-size-section{
        float: left;
        margin-left: 0 !important;
    }
    #fitAdvisoryModal .justify-content-md-center {
        justify-content: center !important;
    }


    #fitAdvisoryModal .align-items-center {
        align-items: center !important;
    }

    #fitAdvisoryModal .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    #fitAdvisoryModal .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #fitAdvisoryModal .col-md-6 {
        flex: 0 0 auto;
        width: 42%;
    }

    #fitAdvisoryModal .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

}
.catalog-product-view .find_my_fit header>h1{
    text-align: center;
    font-weight: 600;
}
.catalog-product-view .modal-body .step.step-5>h4{
    font-size: 25px !important;
    margin-top: 0 !important;
}
.find_my_fit header.modal-header{
    display: none !important;
}
#fitAdvisoryModal .step {
display: none;
} 

#fitAdvisoryModal .step-1 {
display: block;
}   

#fitAdvisoryModal .bra-sizes .btn {
padding: 0.75rem;
width: 54px;
height: 48px;
}
#md-pickup-city-selection{margin-top: 20px;}
#carouselSizeResultControls .carousel-control-prev, #carouselSizeResultControls .carousel-control-next {
border: 1px solid #aaaaaa;
border-radius: 50%;
background-color: #333;
position: static;
width: 22px;
height: 22px;
padding: 4px;
}

#carouselSizeResultControls .sizes-controls {
position: absolute;
width: 100%;
top: 33px;
left: 8px;
z-index: 999;
}

#fitAdvisoryModal .form-control {
border-radius: 0;
border-top: 0;
border-left: 0;
border-right: 0;
}

#fitAdvisoryModal .form-control:focus {
box-shadow: none;
}

#fitAdvisoryModal .zoom-effect .figure img {
transition: transform .5s ease;
transform: scale(0.9);
}

#fitAdvisoryModal .zoom-effect .figure:hover img {
transform: scale(1);
}

#fitAdvisoryModal .zoom-effect .figure .figure-caption {
font-weight: bold;
}

#fitAdvisoryModal .zoom-effect .figure:hover .figure-caption {
color: #000;
}

#fitAdvisoryModal .figure_radio [type=radio] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}

#fitAdvisoryModal .figure_radio [type=radio] + .figure {
cursor: pointer;
}

#fitAdvisoryModal .previous_step {
opacity: 0.5;
display: none;
}

#fitAdvisoryModal .previous_step img {
width: 16px;
}

.td-sm-underline{
text-decoration: none;
}

.decrease-slider, .increase-slider {
display: grid;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
background: white;
color: black;
border: 1px solid rgb(170, 170, 170);
border-radius: 50%;
cursor: pointer;
width: 27px;
height: 27px;
transition: opacity 0.2s ease-in-out 0s;
}
.decrease-slider {
transform: rotate(90deg);
}
.increase-slider {
transform: rotate(-90deg);
}

/* Styling for slider */
.slider-custom {
-webkit-appearance: none;
width: 100%;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 1;
-webkit-transition: .2s;
transition: opacity .2s;
background-color: rgba(221, 221, 221, 0.3);
border: 1px solid rgb(221, 221, 221);
border-radius: 5px;
cursor: pointer;
height: 6px;
}


.slider-custom::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 24px;
height: 24px;
border-radius: 50%;
box-shadow: rgb(0 0 0 / 20%) 1px 2px 3px;
background-color: rgb(146, 146, 146);
cursor: pointer;
}
.progress-bar-custom{
position: absolute;
border-bottom: 1px solid #212529;
height: 1px;
width: 0%;
bottom: 0;
left: 0;
}
.w-20{
width: 20%;
}
.w-40{
width: 40%;
}
.w-60{
width: 60%;
}
.w-80{
width: 80%;
}
.step.step-5 .step-5-close-btn{
    padding-top: 60px !important;
    display: none;
}

@media (max-width:768px){
    .modal-content #fitAdvisoryModal .modal-body{
        height: 700px;
    }
    .modal-content #fitAdvisoryModal .modal-body .privacy-policy-link{
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .step.step-5 .miqyas_logo{
        padding-top: 2em !important;
    }
    .step.step-5 .step-5-close-btn{
        padding-top: 20px !important;
    }
    #fitAdvisoryModal .modal-popup .modal-title{
        font-size: 20px !important;
    }  
    .td-sm-underline{
        text-decoration: underline;
        text-underline-position: under;
        color: #212529;
    }
    #fitAdvisoryModal .zoom-effect .figure img {
        transform: scale(1);
    }
    #fitAdvisoryModal .zoom-effect .figure:hover .figure-caption {
        color: #6c757d;
    }
    #fitAdvisoryModal .zoom-effect .figure:hover .figure-caption {
        color: #212529;
    }
    #fitAdvisoryModal .modal.show .modal-dialog {
        margin: 0;
        min-height: 100vh;
        min-width: 100vw;
    }
    #fitAdvisoryModal .modal-content {
        border: 0px solid transparent;
        border-radius: 0;
        margin: 0;
        min-height: 100vh;
    }
    form.d-block{
        height: 100%;
        display: flex!important;
        justify-content: center;
        align-items: center;
        min-height: calc(100vh - 63px)
    }
    .ps-5{
        padding-left: 12px!important;
    }
    .product-img{
    	width: 65% !important;
    	margin: 0 auto !important;
	}

}

/* Mobile screen slider styles */

.height-slider-container{
height: 170px;
width: 125px;
overflow: hidden;
position: relative;
margin: 20px auto 40px;
}

.height-slider-container .current-value-indicator{
width: 100%;
height: 4px;
background: rgb(138, 171, 255);
position: absolute;
top: 50%;
left: 0px;
z-index: 1;
}

.height-slider-container .slider{
height: 8000px;
width: 125px;
position: absolute;
top: -2017px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIzIiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxMjN2NDBIMHoiLz48cGF0aCBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMyIgZD0iTTIxIDMxLjVoODEuNU0yMSAyMS41aDgxLjVNMjEgMTEuNWg4MS41TTAgMS41aDEyMyIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTIzdjQwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
background-size: 100%;
background-repeat: repeat-y;
background-position-y: 50%;
cursor: grab;
}

.height{
text-align: center;
font-size: 20px;
font-weight: 400;
user-select: none;
min-height: 70px;
display: flex;
align-items: center;
margin-left: 20px;
margin-right: 20px;
min-width: 70px;
justify-content: center;
}

.decrease-height, .increase-height, .increase-weight, .decrease-weight {
display: grid;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
background: white;
color: black;
border: 1px solid rgb(170, 170, 170);
border-radius: 50%;
cursor: pointer;
width: 27px;
height: 27px;
transition: opacity 0.2s ease-in-out 0s;
}


/* Weight slider styles */

.weight-slider-container{
height: 105px;
width: 100%;
overflow: hidden;
position: relative;
margin: 20px auto 40px;
}

.weight-slider-container .current-value-indicator{
height: 100%;
width: 4px;
background: rgb(138, 171, 255);
position: absolute;
top: 0px;
left: 50%;
z-index: 1;
}

.weight-slider-container .slider{
height: 105px;
width: 10000px;
position: absolute;
left: -2017px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMTA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg0MHYxMDVIMHoiLz48cGF0aCBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMyIgZD0iTTM4Ljg5OCAxMDVWME0yOC42MDkgMTA1VjUwLjgyOG0tMTAgNTQuMTcyVjUwLjgyOE04LjYwOSAxMDVWNTAuODI4Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg0MHYxMDVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
background-repeat: repeat-x;
background-position-x: 50%;
cursor: grab;
}

.weight{
text-align: center;
font-size: 20px;
font-weight: 400;
user-select: none;
min-height: 70px;
display: flex;
align-items: center;
margin-left: 20px;
margin-right: 20px;
min-width: 70px;
justify-content: center;
}
/* #fitAdvisoryModal .btn-dark{
color: #212529 !important;
background-color: #fff !important;
border-color: #212529 !important;
} */
/* #fitAdvisoryModal .btn-dark:hover{
color: #fff !important;
background-color: #212529 !important;
} */
.privacy-policy{
    display: none;
}
.carousel-item.active:hover{
    background: #212529 !important;
    color: #fff !important;
}
.sizeTitle-not-found{
    display: none !important;
}
@media (min-width: 768px){
    .step-1-container .justify-content-md-center{
        /* padding-top: 30px; */
    }
    .step.step-5 .miqyas_logo{
        /* padding-top: 6em !important; */
    }
    .step5-privacy-conditions{
        position: absolute;
        width: 97.5%;
        bottom: 0;
    }
    .catalog-product-view .modals-wrapper #fitAdvisoryModal .size-response{
        width: 40.333333% !important;
        margin-left: 55px !important;
    }
    #fitAdvisoryModal .modal-body .step.step-2>.step2-privacy{
        padding: 60px;
    }
    .modals-wrapper #fitAdvisoryModal .modal-body{
        /* height: 565px; */
        height: auto;
    }
    .modals-wrapper #fitAdvisoryModal .modal-body .privacy-policy-link{
        cursor: pointer;
    }
    .popup-header-title{
        padding: 0 !important;
        float: left !important;
    }
    .catalog-product-view .popup-header-title #fit-advisory-button{
        /* width: 50% !important; */
        padding: 14px 17px !important;
        display: block !important; 
    }
    #modal-content-3{
        /* min-height: 690px; */
    }

    .find_my_fit .modal-content{
        max-height: 610px;
        min-height: 610px
    }

    .find_my_fit{
    left: 0px !important;
    margin: 0px;
    }
    
}
.owl-carousel .owl-nav{
display: block !important;
text-align: center;
}
.owl-carousel .owl-nav button>span{
font-size: 30px;
padding-right: 15px;
}
.filterLogo{
display: none !important;
width: 13px !important;
}
.carousel-item.active img.filterLogo{
display: block !important;
/* display: initial !important; */
}
.owl-item{
padding:16px !important;
}
.carousel-item{
border: 1px solid #dee2e6 !important;
}
#fitAdvisoryModal .modal-title{
font-family: 'Couture' !important
}
.step2-privacy .miqyas_logo{
    text-align: center;
    position: absolute;
    width: 80%;
    bottom: 0px;
}
.miqyas_logo{
text-align: center;
}
.miqyas_logo>a>img{
width: 25%;
}
.fitresult, .not-found{
    display: none;
}
.fitresult{
    border: 1px solid #dee2e6 !important;
}
.justify-content-md-center .size-response>.loader{
    text-align: center;
}
.catalog-product-view .modals-wrapper #fitAdvisoryModal .size-response .fitresult{
    text-align: right;
    padding: 20px;
}
.catalog-product-view .modals-wrapper #fitAdvisoryModal .size-response .fitresult .size-text-collection{
    line-height: 3;
    float: left;
    text-align: left;
}
.catalog-product-view .modals-wrapper #fitAdvisoryModal .size-response .fitresult .item{
    font-size: 30px;
    font-weight: bold;
}
.find_my_fit .modals-wrapper .modal-inner-wrap .modal-content{
    overflow: hidden !important;
}
.step-1-container .step1-privacy{
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    left: 0; 
}
.step.step-2 .step2-stomach .justify-content-md-center, .step.step-3 .justify-content-md-center{
    margin: 80px 0;
}
.step.step-1 .step-1-container>p.text-center.text-secondary{
 /*   margin-top: 40px; */
}
.modal-popup.find_my_fit .modal-inner-wrap{
}

.nav-sections-items .section-item-content .menu-container .menu > ul > li{position: unset !important;}

.rtl_layout #md-login-form>.md-login-user form#md-sociallogin-form #remember-me-box input[type="checkbox"]:checked + label.label:after{
right: 12px;
}

.rtl_layout #md-login-form>.md-login-user form#md-sociallogin-form #remember-me-box input[type="checkbox"] + label.label:before{
box-sizing: unset;
}

#fit-advisory-button{
    display: block !important;
}

.find_my_fit{
    left: 0px !important;
    margin: 15px;
}

#fitAdvisoryModal > div.modal-body > div.step.step-1 > div.step-1-3.d-md-none > div > div{
    width: 100% !important;
    margin-left: 0px;
}

#modal-content-2{
    overflow-y: hidden;
}


.product-options-bottom{
	position: relative;
}
.popup-header-title.container.text-center {
	/* position: absolute;
	top: 0; */
}
.box-tocart {
	margin-top: 60px !important;
}
/* Add to cart Button Design */
.catalog-product-view #fitAdvisoryModal .step.step-5 .miqyas-add-to-cart>.actions{
	text-align: right;
	padding-top: 15px;
}
.catalog-product-view #fitAdvisoryModal .step.step-5 .miqyas-add-to-cart>.actions>button#miqyas-add-btn{
	margin-bottom: 0;
    margin-right: 1%;
    width: 45%;
    line-height: 2;
}
.catalog-product-view #fitAdvisoryModal .age-mb-grp{
    width: 100%;
    text-align: center;
}