@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

:root {
    --black-color: #000000;
    --back-color: #FFFFFF;
    --main-color: #595478;

}

html {
    font-size: 62.5%;
}


html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Yantramanav", sans-serif !important;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif !important;
}

.error {
    color: #bb2124 !important;
}

p {
    font-size: 1.6rem;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0 !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

input {
    outline: none !important;
    box-shadow: none !important;
}

figure {
    margin: 0 !important;
}



.inner-login-page {
    max-width: 700px;
    margin: auto;
    width: 100%;
}

.main-inp-div label {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.075rem;
    text-align: left;
    margin-bottom: 11px;
    color: #111111;
}

.main-inp-div {
    margin-bottom: 25px;
}

.main-inp-div input {
    border: 1.5px solid #CBCBCB;
    font-size: 1.6rem;
    padding: 1.9rem 3.0rem;
    border-radius: 8px;
    font-weight: 400;
    line-height: 2.075rem;
    text-align: left;

}

.inner-login-wrapper h2 {

    font-size: 4.8rem;
    font-weight: 500;
    line-height: 4.8rem;
    text-align: center;
    margin-bottom: 1.8rem;
}

.inner-login-wrapper p {
    color: #111111;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.334rem;
    text-align: center;
    padding-bottom: 7.0rem;
}

.remember-main-marg label {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 18.1.6rem;
    text-align: left;
    color: #111111;
}

.forgot-pass {
    color: #595478;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 18.1.6rem;
    text-align: left;

}

.remember-main-marg {
    margin-bottom: 6.0rem;
}

.not-yet {
    color: #111111;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.334rem;
    text-align: center;

}

.not-yet a {
    font-weight: 700;
    color: #111111;
}

.login-button-page {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    background: var(--main-color);
    max-width: 19.5rem;
    color: #FFF;
    padding: 1.7rem 1.0rem;
    transition: 0.5;
    overflow: hidden;
    border: 1px solid var(--main-color);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.945rem;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}


.login-button-page:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 0px;
    height: 0;
    z-index: -1;
    transition: 0.9s;
    border-style: solid;
    border-color: var(--main-color);
    border-width: 9rem 14.2rem;
    transform: rotate(360deg);
    transform-origin: top left;
}

.login-button-page:hover:before {
    border-color: white;
    transform: rotate(40deg)
}

.login-button-page:hover a {
    color: var(--main-color);
    transition: 0.5s;
    transition-delay: 0.3s;
}

.login-button-page:hover {
    color: var(--main-color);
    transition: 0.5s;
    transition-delay: 0.3s;
}

.upper-btn-login {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.8rem;
}

/* Custom Checkbox */
.custom-checkbox {
    display: flex;
    align-items: center;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox label {
    position: relative;
    padding-left: 3.5rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.custom-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2[x];
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 3px;
    border: 1.5px solid #CBCBCB;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked+label::before {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.custom-checkbox label::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 2px;
    width: 7px;
    height: 1.4rem;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.custom-checkbox span {
    margin-left: 0px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.816rem;
    text-align: left;
    color: #111111;
    transition: color 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked+label span {
    color: var(--main-color);
    font-weight: 500;
}

.login-head {
    padding-top: 4.5rem;
    bottom: 10px;
}

.login-flex {
    display: flex;
    justify-content: center;
    min-height: 80vh;
    padding: 4rem 0;

}

.icons-amin-head {
    gap: 1.5rem;
}

.gap-amin-upper-language {
    gap: 3.0rem;
    align-items: center;
}

.input-box {
    position: relative;
    width: 100%;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
}

.input-box.open input {

    display: block;
    width: 20.0rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    border: 1px solid var(--main-color);
    border-radius: 6px;
    outline: none;
    transition: all 0.5s ease-in-out;
    padding: 0.5rem 1.0rem;
    line-height: 2.6rem;
}

.input-box .inpt-b-abso {
    display: none;
}

.close-inp {
    position: absolute;
    bottom: -37px;
}

.input-box .close-icon {
    position: absolute;
    top: 50%;
    right: -25px;
    font-size: 2.0rem;
    color: var(--main-color);
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}

.input-box.open .close-icon {
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1;
}

.serch-amin-g {
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.serch-amin-g p {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.945rem;
    text-align: left;

}

.navigation__checkbox {
    display: none;
}

.navbar-nav {
    gap: 3.0rem;
    align-items: center;
}

.navigation__button {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    z-index: 300;
    gap: 1.4rem;
    cursor: pointer;
}

.navigation__button p {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.945rem;
    text-align: left;

}

.navigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: var(--main-color);
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 200;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
}

.navigation__list {
    /*@include center;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    list-style: none;
}

.navigation__item {
    margin: 1rem;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.navigation__link:link,
.navigation__link:visited {
    display: inline-block;
    padding: 1rem 2rem;
    text-transform: uppercase;
    color: #f4f4f4;
    font-size: 3.5rem;
    text-decoration: none;
    transition: all .2s;
}


.navigation__link span {
    margin-right: 1.5rem;
    display: inline-block;
}

.navigation__link:hover {
    color: #C1D0D0;
    transform: scale(1.1);
}

.navigation__checkbox:checked~.navigation__background {
    transform: scale(80)
}

.navigation__checkbox:checked~.navigation__nav {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.navigation__icon {

    position: relative;

}


.navigation__icon::after {
    content: "\f0c9";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    transition: ease-in 200ms;
    font-size: 1.5rem;
}

.serch-amin-g i {
    font-size: 1.5rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
    background-color: white;
    padding: 1.0rem;
    border-radius: 100px;
    width: 5.2rem;
    height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.navigation__checkbox:checked+.navigation__button .navigation__icon~p {
    display: none;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
    content: "\f00d";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    transition: all 200ms;
    font-size: 3.0rem;
}

.navigation__checkbox {
    display: none;
}

.banner-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.inner-wid-banner {
    max-width: 97.3rem;
    width: 100%;
    margin: auto;
}

.head-short-comn {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.0rem;
    letter-spacing: 5px;
    text-transform: uppercase;

}

.inner-wid-banner h1 {
    font-size: 9.0rem;
    font-weight: 400;
    line-height: 8.1rem;
    text-align: center;
    color: #FFFFFF;
    margin-top: 3.0rem;
    padding-bottom: 5.0rem;
    text-transform: uppercase;
}

.inner-bac-black {
    background: #0000001A;
    padding: 23.8rem 0;
}

.inner-bac-black {
    height: 100%;
}

.comn-btn {
    color: var(--main-color);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.945rem;
    border-radius: 4px;
    padding: 1.7rem 5.6rem;
    letter-spacing: 0.5rem;
    text-align: left;
    border: 1.5px solid #FFFFFF99;
    background-color: #FFFFFF;
    transition: all 0.5s ease-out;
}

.comn-btn:hover {
    background-color: transparent;
    color: white;
}

.comn-btn-blue {
    color: #FFFFFF;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.945rem;
    border-radius: 4px;
    padding: 1.7rem 5.6rem;
    letter-spacing: 0.5rem;
    text-align: left;
    border: 1.5px solid var(--main-color);
    background-color: var(--main-color);
    transition: all 0.5s ease-out;
}

.comn-btn-blue:hover {
    background-color: transparent;
    color: var(--main-color);
}

.profilecomn-btn-blue {
    color: #FFFFFF;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.945rem;
    border-radius: 4px;
    padding: 1.7rem 2.7rem;
    letter-spacing: 0.5rem;
    text-align: left;
    border: 1.5px solid var(--main-color);
    background-color: var(--main-color);
    transition: all 0.5s ease-out;
}

.comn-btn-upper {
    display: flex;
    justify-content: center;
}

.img-section2 {
    position: relative;
    padding-bottom: 67%;
}

.img-section2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-sec {
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 6.1rem;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 4.0rem;
    margin-top: 1.5rem;
}

.back-color-sec2 {
    background-color: var(--main-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 10px 50px 10px 68px;
}

.back-color-sec4 {
    background-color: #D1CFDA;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-color-sec4 .head-short-comn {
    color: var(--main-color);
}

.back-color-sec4 .head-sec {
    text-align: center;
    color: #000000;
}

.back-color-sec4 .head-sec {
    max-width: 501px;
}

.season-sec .img-section2 {
    padding-bottom: 85%;
}

.items-sec {
    background-color: var(--main-color);
    padding: 62px;
}

.first-item-main figure {
    width: 100px;
    flex: none;
    height: 100px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;

}

.first-item-main figure img {
    width: 100%;
    height: 100%;
}

.text-main-items {
    max-width: 286px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3.3rem;
    text-align: left;
    color: #FFFFFF;

}

.first-item-main {
    max-width: 392px;
    width: 100%;
    text-transform: uppercase;
    gap: 30px;
    align-items: center;
}

.cards-main-inner {
    gap: 110px;
}

.women-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inner-women-black {
    background-color: #00000080;
    padding: 27.5rem 0;
}

.foot-img {
    position: absolute;
    top: 0;
    width: 100%;

}

.footer-wrapper {
    position: relative;
}

.footer-disc a {
    color: white;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    text-decoration: none;
    padding-bottom: 21px;
    display: block;
}

.footer-disc p {
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.6rem;
    text-align: left;
    color: #CCCCCC;
}

.footer-wrapper {
    padding-top: 6.7rem;
    background-color: black;
}



.quick-links {
    padding-left: 10.0rem;
}

.quick-link-two {
    gap: 50px;
}

.quick-link-heading {
    color: white;
    margin-bottom: 3.4rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.1rem;
    text-align: left;

}

.foot-img img {
    width: 100%;
}

.quick-link-two ul li a {
    color: #CCCCCC;
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    display: inline-block;
    text-transform: capitalize;

}

.footer-signup .location-main p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.094rem;
    text-align: left;
    color: #CCCCCC;
    margin-bottom: 2.4rem;
}

.icon-foot i {
    font-size: 2.0rem;
    color: #CCCCCC !important;
}

.locatin-foot a {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.094rem;
    text-align: left;
    color: #CCCCCC;
    margin-bottom: 2.4rem;
}

.locatin-foot {
    align-items: start;
    gap: 10px;
}

.locatin-foot i {
    color: var(--second-main-color);
}

.footer-bottom {
    padding: 18px 0 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.185);
}

.innersec-footer {
    justify-content: space-between;
    align-items: center;
}

.quick-links-less {
    padding-left: 5.0rem;
}

.copy-write {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.075rem;
    color: #CCCCCC;
}

.padd-b-main {
    padding-bottom: 6.0rem;
}

.the-look .head-short-comn {
    text-align: center;
    color: var(--main-color);
}

.the-look .head-sec {
    text-align: center;
    color: #000000;
}

.the-look {
    padding-top: 12.0rem;
    padding-bottom: 12.0rem;
}

.upper-back-g {
    background-color: #F8F8F8;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.upper-back-g figure {
    position: relative;
    padding-bottom: 100%;
}

.upper-back-g figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-main-inner {
    width: 20%;
    padding-left: 12px;
    padding-right: 12px;
}

.add-to-card {
    position: absolute;
    bottom: 0px;
    transition: all 700ms;
    opacity:0;
    visibility: hidden;
}

.upper-back-g:hover .add-to-card {
    opacity:1;
    visibility: visible;
}

.add-to-card {
    background-color: var(--main-color);
    padding: 1.7rem 1.0rem;
    border: 1px solid var(--main-color);
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 19.45px;
    letter-spacing: 5px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}



/* Hide the default checkbox */
.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

/* Style the label to look like a heart icon */
.checkbox-wrapper label {
    cursor: pointer;
}

/* Initially show the heart as unfilled */
label .fa-heart {
    color: black;
    /* Or any color you prefer for the unfilled heart */
    transition: color 0.3s ease;
}

/* When the checkbox is checked, change the heart color */
.checkbox-wrapper input[type="checkbox"]:checked+label .fa-heart {
    color: var(--main-color);
    /* font-weight: 900; */
}

.like-icon {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px 0px #3647671A;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
}

.upper-righ-btn {
    margin-bottom: 60px;
}

.like-icon i {
    font-size: 15px;
    color: var(--main-color);
}

.quick-view-favou {
    position: absolute;
    top: 5px;
    right: -100px;
    transition: all 700ms;
    opacity:0;
    visibility: hidden;
}

.upper-back-g:hover .quick-view-favou {
    right: 10px;
    opacity:1;
    visibility: visible;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--main-color) !important;
    --bs-tooltip-color: var(--bs-white) !important;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 15.56px;
    letter-spacing: 3px;
    text-align: center;
    padding: 4px 3px;
}

.new-btn {
    background-color: var(--main-color);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 15.56px;
    letter-spacing: 5px;
    text-align: center;
    padding: 0.8rem 1.9rem;
    border-radius: 2px;
    color: white;
    border: 1px solid var(--main-color);
    position: absolute;
    top: 12px;
    left: 12px;
}

.disc-rate-main h5 {
    color: #000000;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 2.664rem;
    text-align: left;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.disc-rate-main p {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 24.64px;
    text-align: left;
    color: var(--main-color);
}

.disc-rate-main {
    padding-top: 2.7rem;
}

.banner-inner-sec-all {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
    padding-top: 200px;
    padding-bottom: 242px;
}

.banner-inner-sec-all h2 {
    color: var(--back-color);
    font-size: 7.0rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 8.1rem;
    text-align: center;
    margin-bottom: 1.0rem;
}

.navigati-banner a {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    color: var(--back-color);
}

.navigati-banner {
    gap: 4px;
    align-items: center;
}

.navigati-banner span {
    color: white;
    font-size: 1.7rem;
}

.banner-fix-all {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



/* my profile --------------------- */



.profile-img-john {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 2px solid var(--main-color);
    border-radius: 100px;
    font-family: 'NexaBold';
    color: var(--main-color);
    font-size: 35px;
    margin: 0;
    font-weight: 600;

}


.my-profile-name {
    align-items: center;
    padding: 1.5rem 1.0rem 1.5rem 4.0rem;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
}

.pofile-names ul li.active {
    background-color: var(--main-color) !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.my-profile-name figure {
    width: 25px;
    height: 25px;
    margin: 0;
}

.my-profile-name figure img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.pofile-names ul li.active .my-profile-name figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(287deg) brightness(104%) contrast(102%);
}

.pofile-names ul li.active p {
    color: white;
}

.nav-pills .nav-link {
    padding: 0;
}

.my-profile-name p {

    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.075rem;
    text-align: left;
    color: var(--main-color);
    text-transform: capitalize;

}

.inner-left-tabs {
    border-radius: 8px;
    background: #F4F4F4;
    overflow: hidden;
}

.inner-my-profie {
    border-radius: 5px;
    background: #f7f7f7;
    padding: 37px 81px;
    min-height: 417px;
}

.upper-main-back-coor {
    background-color: #F4F4F4;
}


.inner-img-crou-one {
    position: relative;
    padding-bottom: 72%;
}

.inner-img-crou-one img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
}

.img-sec-main .inner-img-crou-sec {
    position: relative;
    padding-bottom: 30%;
}

.img-sec-main .inner-img-crou-sec img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
}

.edit-profile-main {
    background-color: #F4F4F4;
    padding: 3.0rem;
    border-radius: 1.0rem;
}

.profile-img {
    width: 13.4rem;
    height: 13.4rem;
    border-radius: 100%;

    overflow: hidden;
    flex: none;
    margin: 0;
}

.profile-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.detail-profile h3 {
    color: var(--main-color);
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 2.594rem;
    text-align: left;
    margin-bottom: 1.2rem;
    font-family: "Yantramanav", sans-serif !important;
    text-transform: capitalize;
}

.game-id {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 11px;
}

.email-ddet {
    display: flex;
    align-items: center;
    gap: 10px;

}


.email-ddet a {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.075rem;
    text-align: left;
    color: #666666;
}

.email-ddet p {
    cursor: default;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.075rem;
    text-align: left;
    color: #666666;
}

.location-ddet {
    display: flex;
    align-items: center;
    gap: 13px;
}

.location-ddet i {
    color: white;
    font-size: 15px;
}

.main-back {
    background-color: #eaeaea;
}

.main-head-pro {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.906rem;
    text-align: left;
    margin-bottom: 3.9rem;
    color: #111111;
}

.special-adv {
    background-color: #cccccc;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.special-adv p {
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.img-td img {
    max-width: 50px;
}

.w-lot {}

.w-lot p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 400px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin: 0;
}

.upper-my-tournament-table tr td {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    vertical-align: top;
    padding: 10px;
}


.uuper-namne-tag {
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 24px 5px 22px 34px;
}

.profile-name {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 2.422rem;
    text-align: left;
    color: #000000;
}

.flex-main-al {
    align-items: center;
    gap: 15px;
}

.gap-main {
    gap: 31px;
    margin-bottom: 5.6rem;
}

.profile-pic input {
    display: none;
}

.profile-pic .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9;
}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    width: 112px;
    height: 112px;
    border-radius: 100px;
}

.profile-pic .profile-img {
    width: 115px;
    height: 115px;
}

.upper-form-main {
    gap: 26px;
    flex-direction: column;
}

.comn-inpt-main label {

    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.075rem;
    text-align: left;
    color: #111111;
    margin-bottom: 11px;
}

.comn-inpt-main input {
    border: 1.5px solid #CBCBCB;

    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.075rem;
    text-align: left;
    padding: 1.9rem 3.0rem;
    border-radius: 8px;
}

.comn-inpt-main {
    margin-bottom: 2.5rem;
}

.upper-main-cmp {
    max-width: 100%;
}

.comn-padd {
    padding-top: 8.0rem;
    padding-bottom: 11.0rem;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 2.3rem;
    font-size: 14px;
    /* transform: translateY(-50%); */
}

.input-pass-show {
    position: relative;
}

.upper-btn-login a {
    display: block;
    width: 100%;
    color: white;
}

.round-anme {
    width: 65px;
    height: 65px;
    border-radius: 100px;
    border: 2px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.round-anme p {
    font-size: 3.0rem;
    color: var(--main-color);

}

.text-main-prof-disc {
    color: #666666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.3rem;
    text-align: left;

}

.icoms-prof {
    align-items: center;
    row-gap: 3rem;
    column-gap: 8rem;
    flex-wrap: wrap;
    margin-bottom: 19px;
}

.table-main-listng table {
    width: 100%;
}

.table-main-listng tr th {
    color: #475156;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    text-align: left;
    padding: 1.0rem 0.5rem 1.0rem 2.4rem;
    background: #F2F4F5;
    text-transform: uppercase;
}

.table-main-listng tr {
    border: 1px solid #E4E7E9;
}

.table-main-listng tr td {
    padding: 1.0rem 0.5rem 1.0rem 2.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    color: #5F6C72;

}

.table-main-listng tr td.order-id {
    color: #191C1F;
    font-weight: 500;
}

.table-main-listng tr td.completed {
    color: #FA8232;
    font-weight: 500;
}

.table-main-listng tr td.in-progress {
    color: #2DB224;
    font-weight: 500;
}

.table-main-listng tr td.view-detail-link a {
    color: #2DA5F3;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.0rem;
    text-align: left;
}

.favourite-account .card-main-inner {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px;
}

.cards-the-look {
    flex-wrap: wrap;
    row-gap: 4.0rem;
    margin: 0 -12px;
}

.favourite-account .add-to-card {
    padding: 1.2rem 1.0rem;
    font-size: 1.3rem;
    line-height: 19.45px;
}

.comn-btn-logout {
    color: #FFFFFF;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.9rem;
    border-radius: 4px;
    padding: 1.7rem 1.0rem;
    letter-spacing: 0.5rem;
    text-align: center;
    border: 1.5px solid var(--main-color);
    background-color: var(--main-color);
    width: 100%;
    max-width: 271px;
}

.comn-btn-logout a {
    color: #FFFFFF;
}

.comn-btn-logout.outline-btn a {
    color: var(--main-color);
}

.logout-modal .modal-dialog {
    max-width: 755px;
}

.modal-content {
    background: #E3E2E8;
    border: 0;
    padding: 7.5rem;
}

.inner-ody-logout h2 {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 5.269rem;
    text-align: center;
    max-width: 466px;
    padding-bottom: 6.6rem;
    margin: auto;
    text-transform: uppercase;
}

.upper-btns-log-out-modal {
    gap: 2.0rem;
}

.edit-amin-billig {
    background-color: #F4F4F4;
    border-radius: 1.0rem;
    word-break: break-all;
}

.edit-amin-billig-text {
    padding: 20px 24px;
    border: 1px solid #E4E7E9;
    border-radius: 1.0rem 1.0rem 0 0;
}

.card-main-text-inner {
    padding: 33px 24px;

}

.card-main-text-inner h5 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    text-align: left;
    margin-bottom: 1.2rem;

}

.card-main-text-inner p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    margin-bottom: 12px;
    color: #5F6C72;
}

.card-main-text-inner ul li p {
    color: #191C1F;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    margin-bottom: 1.2rem;
}

.card-main-text-inner ul li p a {
    color: #5F6C72;

}

.comn-btn-logout.outline-btn {
    background-color: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

.custm-nav {
    display: flex;
    flex-direction: row;
}

.payment-inner {
    column-gap: 19px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.search-ofcanvas h3 {
    color: var(--main-color);
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 6.1rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4.0rem;
    margin-top: 1.5rem;
}

.inner-inputs {
    position: relative;
}

.inner-inputs.search-main-stock {
    max-width: 800px;
    margin: auto;
}

input.form-control.search-country {
    border: 2px solid var(--main-color);
    color: #776E71;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    padding: 20px 20px 20px 50px;
    border-radius: 60px;
    max-width: 100%;
}

.btn-posis {
    position: absolute;
    top: 50%;
    color: var(--second-main-color);
    font-size: 20px;
    right: 0px;
    height: 100%;
    border-radius: 0 60px 60px 0;
    background-color: var(--main-color);
    padding: 10px 21px;
    border: 0;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}

.btn-posis i {
    color: white;
}

.btn-close {
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 22px;
    z-index: 99;
}

.offcanvas-header {
    position: relative;
    display: flex;
    justify-content: center;
}

.inner-main-filter {
    height: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 2.2rem;
    margin-right: 3.5rem;
}

.acc-button-main {
    text-transform: uppercase;
    color: #191C1F;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.936rem;
    letter-spacing: 0.01em;
    padding: 0;
    border: 0;

}

.inner-main-filter .accordion-header {
    border: 0;
}

.inner-main-filter .acc-button-main.accordion-button:not(.collapsed) {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.inner-main-filter .accordion-item {
    border: 0;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 0;
    padding-bottom: 2.2rem;
    margin-bottom: 2.4rem;
}

.inner-check-main {
    padding: 1.6rem 0 0px 0;
}


.comn-label label {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    letter-spacing: 0.01em;
    text-align: left;
    color: #475156;
}

.comn-label:not(:last-child) {
    margin-bottom: 1.4rem;
}

/* .select-type {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-bottom: 22px;
} */

.inner-main-filter .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.inner-main-filter .accordion-button::after {
    content: "\2b";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    background-image: none ! IMPORTANT;

}

.inner-main-filter .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: none;
}

/* Start Custom Radio  */
.custom-radio {
    display: flex;
    align-items: center;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-family: "Inter", sans-serif;
}

.custom-radio label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.custom-radio input[type="radio"]:checked+label::before {
    background-color: white;
    border: 5px solid var(--main-color);
    box-shadow: inset 0 0 0 2px #fff;
}

.custom-radio input[type="radio"]:checked+label span {
    color: black;
    font-weight: 500 !important;
}

.custom-radio span {
    margin-left: 10px;
    color: #475156;
    line-height: 2.0rem;
    transition: color 0.3s;
    font-size: 1.4rem;
    font-weight: 400;
}

.offer-try-now {
    border: 4px solid #DADADA;
    padding: 3.2rem 4.7rem;
    border-radius: 4px;
}

.offer-img-amin {
    position: relative;
    padding-bottom: 97%;

}

.offer-try-now .comn-btn-blue {
    display: inline-block;
}


.offer-img-amin img {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.offer-try-now h4 {

    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.9rem;
    text-align: center;
    color: #191C1F;
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
}


/* rnage slider --------------------- */

.slider-area {
    display: flex;
    align-items: center;
    width: 100%;
    -moz-column-gap: 20px;
    background: inherit;
    border-radius: 20px;
    margin-bottom: 16px;
}

.slider-area-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.slider-area #skip-value-lower,
.slider-area #skip-value-upper {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-area .noUi-target {
    flex: 1;
    position: relative;
    background: #e3e3e3;
    border-radius: 50px;
}

.slider-area .noUi-target.noUi-horizontal {
    height: 5px;
}

.slider-area .noUi-target .noUi-base,
.slider-area .noUi-target .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.slider-area .noUi-target .noUi-connects {
    border-radius: 3px;
    overflow: hidden;
    z-index: 0;
}

.slider-area .noUi-target .noUi-connects .noUi-connect {
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
    background-color: var(--main-color);
}

.slider-area .noUi-target .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 0;
    width: 100%;
}

.slider-area .noUi-target .noUi-origin .noUi-handle {
    border-radius: 50px;
    background: #fff;
    cursor: default;
    background-color: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border: 2px solid var(--main-color);
    width: 18px;
    height: 18px;
    right: -10px;
    top: -7px;
}

.slider-area .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
    height: 100%;
    width: 100%;

}

.slider-area .noUi-draggable {
    cursor: ew-resize;
}

.slider-controls {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

.slider-controls button {
    border: 1px solid #E4E7E9;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.945rem;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
    padding: 1.1rem 0.5rem;
    color: var(--main-color);
    background-color: transparent;
}

.main-revrs {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    text-align: left;
    color: #000000;
}

.short-by-main h6 {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: left;
    white-space: nowrap;
}

.short-by-main {
    gap: 10px;
    align-items: center;
}

.upper-head-main-recent {
    margin-bottom: 40px;
}

.form-select.select-short {
    border: 1px solid #595478;
    padding: 1.5rem 3.8rem 1.5rem 0.8rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.945rem;
    text-align: left;

}

.navigate-header {
    background-color: #F2F4F5;
    padding: 26px 0;
}

.inner-nav-all a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    color: #595478;

}

.inner-wrapper-contact h2 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 5.202rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3.5rem;
}

.inner-nav-all a.active {
    font-family: "Cormorant Garamond", serif !important;
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    margin-bottom: 0.2rem;
}

.inner-nav-all {
    gap: 8px;
    align-items: center;
}

.inner-nav-all span {
    font-size: 15px;
    font-weight: 700;
    swa
}

.contact-us-inner {
    padding-top: 8.0rem;
    padding-bottom: 11.0rem;
}

.inner-wrapper-contact {
    max-width: 1243px;
    margin: auto;
}

.comn-inpt-clas {
    margin-bottom: 3.4rem;
    text-align: left;
}

.comn-inpt-clas label {
    color: #222222;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.601rem;
    text-align: left;
    margin-bottom: 1.4rem;
}

.comn-inpt-clas input {
    border: 1px solid #C5C5C5;
    padding: 1.6rem 1.8rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.186rem;
    text-align: left;
    border-radius: 5px;

}

.comn-inpt-clas textarea {
    border: 1px solid #C5C5C5;
    padding: 1.6rem 1.8rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.186rem;
    text-align: left;
    border-radius: 5px;
    height: 200px;
}

.conatct-us-btn button {
    max-width: 296px;
    width: 100%;
    text-align: center;
}

.inner-privacy-text h3 {

    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.906rem;
    margin-bottom: 1.9rem;
    text-align: left;
    text-transform: capitalize;
    color: #000000;
}

.inner-privacy-text p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    text-align: left;
    color: #767676;
    margin-bottom: 4.0rem;
}

.inner-privacy-content {
    padding-top: 11.0rem;
    padding-bottom: 11.0rem;
}

.head-faq {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 4.0rem;
    text-align: center;
    margin-bottom: 4.0rem;
}

.inner-faq .accordion-button:not(.collapsed) {
    background-color: var(--main-color);
    color: white;
}

.inner-faq .accordion-button {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4rem;
    text-align: left;
    padding: 2.0rem;
    gap: 2rem;

}

.inner-faq .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #E4E7E9 !important;
}

.inner-faq .accordion-body {
    padding: 0;
}

.inner-body-faq p {
    color: #767676;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    text-align: left;
    margin-bottom: 1.6rem;
}

.inner-body-faq ul li {
    color: #767676;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    text-align: left;
    margin-bottom: 1.6rem;


}

.inner-body-faq ul {
    list-style: disc;
    list-style-position: inside;
}

.inner-body-faq {
    padding: 2.4rem;
}

.inner-faq .accordion-button::after {
    content: "\2b";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    background-image: none;
    display: flex;
    align-items: center;
    color: black;
    font-size: 2.0rem;
    justify-content: center;

}

.inner-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    color: white;
}

.upper-main-filt h3 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.906rem;
    text-align: left;
    margin-bottom: 1.4rem;

}

.sesonis {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.113rem;
    text-align: left;
    margin-bottom: 0.7rem;
}

.head-sec-season {
    font-size: 4.8rem;
    font-style: italic;
    font-weight: 500;
    line-height: 5.813rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.para-amin-season {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    max-width: 1218px;
}

.autum-amin-season .comn-btn-blue {
    padding: 1.7rem 2.6rem;
    text-align: center;
    white-space: nowrap;
}

.autum-amin-season {
    flex-wrap: wrap;
    gap: 2rem;
}

.autum-amin-season.upper-righ-btn {
    margin-bottom: 33px;
}

/* ==================cart Page============= */
.cart-section {
    padding: 8rem;
}

.mycart .p-img {
    width: 5rem;
    flex: 0 0 5rem;
    height: 6.7rem;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    background: #F2F2F2;
    margin: 0 1.2rem;
    overflow: hidden;
}

.mycart .p-img img {
    padding: .7rem;
    width: 100%;
}

.mycart .icon i {
    font-size: 12px;
}

.mycart table .icon {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    border: 1px solid grey;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mycart table tbody tr td {
    vertical-align: middle;
}

.mycart table tbody tr td:nth-child(1) {
    display: flex;
    align-items: center;
}

.mycart table tbody tr td:nth-child(2) p {
    display: inline-block;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-section .mycart {
    border: 1px solid #E4E7E9;
    border-radius: 4px;
    padding-bottom: 1rem;
}

.cart-section .mycart h3 {
    padding: 2rem 2.4rem;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
}

.cart-section .mycart table tr th,
.mycart table tr td {
    padding: 15px 25px !important;

}

.cart-section .mycart table tr th {
    background-color: #F2F4F5;
    border-top: 1px solid #dbdcdd;
    font-size: 1.2rem;
    font-weight: 600;
    color: #475156;
}

.cart-section .mycart .table-btn {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.2rem;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: transparent !important;
}

.cart-section .mycart .table-btn a {
    border: 1px solid var(--main-color);
    padding: 1.7rem 2.4rem;
    transition: all 1s ease-out;
}

.cart-section .mycart .table-btn a:hover {
    background-color: var(--main-color);
    color: white;
}

.cart-section .mycart table .p-title {
    font-size: 14px;
    color: #191C1F;
    line-height: 1.6;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.upper-cart-table {
    overflow: auto;
}

.cart-section .mycart table tbody .p-details .discount {
    color: #929FA5;
}

.cart-section .mycart table tbody tr td {
    font-size: 14px;
}

.cart-section .card-total {
    border: 1px solid #E4E7E9;
    padding: 0 4.9rem 2.0rem 4.9rem;
    border-radius: 4px;
}

.cart-section .card-total .card {
    border: none;
}

.cart-section .card-total button.comn-btn.checkout-btn,
.cart-section .Coupon-details button.coupon-btn {
    background-color: var(--main-color) !important;
    color: var(--back-color);
    margin: 2.4rem 0;
    padding: 1.7rem 2.4rem;
    text-align: center;
    vertical-align: middle;
}

.cart-section .card-total button.comn-btn.checkout-btn:hover,
.cart-section .Coupon-details button.coupon-btn:hover {
    background-color: transparent !important;
    color: var(--main-color);
    border-color: var(--main-color);
}

.card-total .card-body span:first-child {
    color: #5F6C72;
    font-size: 14px;
}

.card-total .card-body span:last-child {
    font-size: 14px;
    font-weight: 600;
}

.cart-section .Coupon-details {
    margin-top: 15px;
    border: 1px solid #E4E7E9;
    padding: 0 2.5rem 2.5rem;
    border-radius: 4px;
}

.cart-section .Coupon-details h5 {
    padding: 2.4rem 2rem;
    border-left: 1px solid #E4E7E9;
    border-bottom: 1px solid #E4E7E9;
    border-right: 1px solid #E4E7E9;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.4rem;
    font-weight: 500;
}

.cart-section .Coupon-details .input-group input {
    width: 100%;
    height: 4.5rem;
    font-size: 14px;
    padding: 1.2rem;
}

.cart-section .Coupon-details .input-group input {
    width: 100%;
    height: 4.4rem;
}

.cart-section .Coupon-details button.coupon-btn {
    /* max-width: 212px; */
    width: fit-content;
    margin-top: 1.6rem;
}

.cart-section .Coupon-details .input-group {
    flex-direction: column;
    padding: 0 4.8rem;
}

.cart-section .card-total .card .card-body strong {
    font-size: 16px;
}

.cart-section .card-total .card-body-item {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
}

.cart-section .mycart .quantity {
    position: relative;
    border: 1px solid #E4E7E9;
    width: fit-content;
    display: flex;
    align-items: center;
}

.cart-section .mycart .quantity .icon {
    position: relative;
}

.cart-section .mycart .quantity input {
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    width: 80px;
    height: 4.8rem;

}

.cart-section .mycart .quantity span {
    font-size: 15px;
    font-weight: 400;
    line-height: 0;
    /* position: absolute; */
    padding: 16px 0 16px 20px;
    cursor: pointer;
    display: inline-block;

}

.cart-section .mycart .quantity span.minus {}

.cart-section .mycart .quantity span.plus {
    padding: 16px 20px 16px 0px;

}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.card-comn-headmain {

    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4rem;
    text-align: left;
    padding: 2.0rem 0;
}

.card-total.order-summery {
    padding: 0 2.4rem 2.4rem 2.4rem;
}

.upper-img-ratio figure {
    position: relative;
    width: 76px;
    height: 76px;
    background-color: #F2F2F2;
    padding-bottom: 22%;
}

.upper-img-ratio figure img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.text-main-ratio .head-ratio {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.0rem;
    text-align: left;
    margin-bottom: 0.6rem;
    color: #191C1F;
}

.text-main-ratio .multiple {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    color: #5F6C72;
}

.text-main-ratio .multiple span {
    font-weight: 500;
    color: var(--main-color);
}

.inner-form-checkout {
    padding: 2.6rem;
}

.upper-img-ratio {
    gap: 16px;
    margin-bottom: 16px;
}

.main-inp--checkout label {
    color: #191C1F;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    margin-bottom: 0.8rem;


}

.main-inp--checkout {
    margin-bottom: 2.4rem;
}

.main-inp--checkout input.form-control {
    border: 1px solid #E4E7E9;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    color: #77878F;
    padding: 1.2rem 1.6rem;
}

.main-inp--checkout select.form-select {
    border: 1px solid #E4E7E9;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    color: #77878F;
    padding: 1.2rem 1.6rem;
}

.inner-form-checkout .custom-checkbox span {
    color: #475156;
    font-weight: 400;
}

.upper-thnyou-div {
    width: 70px;
    margin: auto;
}

.wrapper-thnkyou {
    padding: 12.4rem 0 12.4rem 0;
}

.wrapper-thnkyou h5 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    text-align: center;
    margin-bottom: 1.2rem;
    color: #191C1F;
}

.wrapper-thnkyou p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #5F6C72;
    max-width: 442px;
    margin: auto;
    margin-bottom: 3.2rem;
}

.login-button-page.cst_width {
    max-width: 26rem;
}

.alertify-notifier .ajs-message {
    font-size: 1.5rem;
}

.uuper-namne-tag .fa-bars {
    display: none;
}

.comn-inpt-main textarea {
    font-size: 1.7rem;
}

.profilecomn-btn-blue:hover {
    background-color: transparent;
    color: var(--main-color);

}

.payemt_mewthod_row {
    border: 1px solid #E4E7E9;
    padding: 2.4rem;
    border-radius: 3px;
    margin-bottom: 2rem;
    width: 100%;
    margin-top: 3rem;
}

.payemt_mewthod_row .pt-col {
    width: 33.3%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 4rem;
}

.payemt_mewthod_row .pt-col h6 {
    font-family: "Yantramanav", sans-serif !important;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: center;
    color: #191C1F;
    cursor: pointer;
    margin-top: 1.8rem;
}

.payemt_mewthod_row .pt-col img {
    cursor: pointer;
}

.payemt_mewthod_row .pt-col:not(:last-child) {
    border-right: 1px solid #E4E7E9;
}

.payemt_mewthod_row .pt-col input[type=radio] {
    position: absolute;
    opacity: 0;
}

.payemt_mewthod_row .pt-col input[type=radio]+.radio-label {
    position: relative;
    cursor: pointer;
}

.payemt_mewthod_row .pt-col input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 2.2em;
    height: 2.2rem;
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.payemt_mewthod_row .pt-col input[type=radio]:checked+.radio-label:before {
    background-color: var(--main-color);
    box-shadow: inset 0 0 0 3px #f4f4f4;
}

.payemt_mewthod_row .pt-col input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: var(--main-color);
}

.payemt_mewthod_row .pt-col input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.payemt_mewthod_row .pt-col input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}

.order-details-wrapper {
    background-color: #F4F4F4;
    padding: 3.0rem;
    border-radius: 1.0rem;
    max-width: 70rem;
    margin: 5rem auto;
}

.order-details-wrapper .heading {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 2.2rem;
    line-height: 3.2rem;
    text-transform: uppercase;

}

.order-details-wrapper .heading.top {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-top: 0rem;
}

.order-details-wrapper .inner_ordr_row h6 {
    font-family: "Yantramanav", sans-serif !important;
    min-width: 50%;
    font-weight: 600;
    padding-right: 1.5rem;
    font-size: 1.6rem;
}

.inner_ordr_row {
    margin-bottom: 0.5rem;
}

.order-details-wrapper .pro_img_row p {
    width: 50%;
    padding-right: 1.5rem;
}

.order-details-wrapper hr.divider_cs {
    margin-top: 2rem;
}

.order-details-wrapper .order-actions {
    margin-top: 4rem;
    gap: 2rem;
    margin-bottom: 2rem;
}

.order-details-wrapper .order-actions button:hover {
    opacity: .8;
    transition: all .3s ease-in-out;
}

.order-details-wrapper .order-item .order-item-img {
    max-width: 8rem;
    margin-bottom: 1rem !important;
}

.order-details-wrapper .order-item .order-item-img img {
    width: 100%;
}

.order-details-wrapper .inner_cont {
    border: 1px solid #bfc0c1;
    padding: 1.4rem;
}

.comm_pass_input_wrapper .pass {
    position: absolute;
    top: 1.7rem;
    right: 8px;
}

.comm_pass_input_wrapper {
    position: relative;
}

.comm_pass_input_wrapper .pass i {
    font-size: 12px;
    padding: 8px;
    cursor: pointer;
    color: var(--main-color);
}

.comm_pass_input_wrapper input {
    padding-right: 5.5rem !important;
}

.goog-te-gadget-simple {
    border: 0 !important;
    background: transparent !important;
}


/* .product_color_cst_select .upper-radio input[type=radio]:checked+label,
   .product_color_cst_select .upper-radio label:hover{
        border:0;
   } */

.product_color_cst_select .upper-radio label {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 0;
}

.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

h2 {
    font-family: sans-serif;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.main-img-slider-for.slick-slide {
    margin: 10px;
}

.main-img-slider-for.slick-slide img {
    width: 100%;
    /* border: 2px solid #fff; */
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

img.goog-te-gadget-icon {
    display: none;
}

.skiptranslate .indicator {
    display: none !important;
}

.cst_translate_row {
    column-gap: 3rem;
    row-gap: 2rem;
}

.no-products-message p {
    color: #918a8a;
    font-size: 1.8rem;
}

.no-products-message {
    text-align: center;
    width: 100%;
}


/* questionare css start here  */

.head-stepform {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 4.8rem;
    text-align: left;
    margin-bottom: 5.1rem;
}

.head-stepform span {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.906rem;
    text-align: left;

}

.main-step-div {
    padding-top: 10.0rem;
}


/* step -------------------------------- */
#heading {
    text-transform: uppercase;
    color: #0078BD;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;

}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button-previous {
    color: var(--main-color);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.945rem;
    border-radius: 4px;
    padding: 1.7rem 5.6rem;
    letter-spacing: 0.5rem;
    text-align: left;
    border: 1.5px solid var(--main-color);
    background-color: transparent;
}

.tick-main {
    gap: 20px;
    align-items: center;

}

.tick-main label {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.63px;
    text-align: left;
    color: #666666;
}

.tick-main label a {
    font-size: 22px;
    font-weight: 500;
    color: #0078BD;
}

/* new -------------------------- */


.main-step-div h6 {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.334rem;
    text-align: left;
    font-family: "Yantramanav", sans-serif !important;
    margin-bottom: 1.1rem;
}

.main-step-div p {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    text-align: left;

}

.main-step-div p span {
    font-weight: 500;
    text-decoration: underline;
}


.comm_step_checkBox-col {
    /* max-width: 110px; */
    /* width: 100%; */
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* margin: 10.38px; */
}

.comm_step_checkBox-col input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.comm_step_checkBox-col .checkmark {
    position: absolute;
    top: 11px;
    left: 11px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1.22px solid rgba(36, 36, 36, 0.50);
    background: none;
    display: none;
}

.comm_step_checkBox-col input:checked~.comm_step_checkBox-inner {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* box-shadow: 0px 10px 30px 0px #00000026; */

}

.comm_step_checkBox-col input:checked~.comm_step_checkBox-inner h6 {
    color: black;
}


.comm_step_checkBox-col input:checked~.checkmark {
    background-color: #fff;
}

.card-head-select {
    background-color: #F6F6F6;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.334rem;
    text-align: center;
    padding: 1.6rem 0.5rem;
    font-family: "Yantramanav", sans-serif !important;
}

.cmon-color-div {
    width: 15.5rem;
    height: 15.1rem;
    overflow: hidden;
}

.color-first-tone {
    background-color: #f1eaee;
}

.color-second-tone {
    background-color: #f3e7e5;
}

.color-third-tone {
    background-color: #ECDED9;
}

.color-forth-tone {
    background-color: #FEF4EE;
}

.color-fifth-tone {
    background-color: #F3E6D9;
}

.color-six-tone {
    background-color: #F8E5CC;
}

.color-seven-tone {
    background-color: #ebded8;
}

.color-eight-tone {
    background-color: #debdaf;
}

.color-eight2-tone {
    background-color: #b9937e;
}

.color-nine-tone {
    background-color: #E4B996;
}

.color-ten-tone {
    background-color: #AB7251;
}

.color-eleven-tone {
    background-color: #6E4F42;
}

.color-twelev-tone {
    background-color: #332D28;
}

.color-thirtin-tone {
    background-color: #855F45;
}

.color-fortin-tone {
    background-color: #734637;
}


.cards-main-step {
    display: flex;
    gap: 3.0rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4.0rem;
    margin-bottom: 3.0rem;
}

.question-main-clas .card-head-select {
    padding: 2.0rem 2.4rem;
    border-radius: 4px;
}

.question-main-clas .comm_step_checkBox-col input:checked~.comm_step_checkBox-inner h6 {
    color: black;
    background-color: white;
}

.question-main-clas.cards-main-step {
    gap: 1.6rem;
}

.cmon-img-eye-div {
    width: 21.1rem;
    overflow: hidden;
    height: 15.1rem;
}

.cmon-color-div figure {
    position: relative;
    padding-bottom: 98%;
    width: 100%;
    height: 100%;
}

.cmon-color-div figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.cmon-img-eye-div figure {
    position: relative;
    padding-bottom: 71%;
    width: 100%;
    height: 100%;
}

.cmon-img-eye-div figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.text-fig-shape {
    background-color: #F6F6F6;
    padding: 2.0rem 2.3rem;
    width: 100%;
    border: 1px solid #E9E9E9;
}

.text-fig-shape p {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.334rem;
    text-align: left;

}

.comm_step_checkBox-col input:checked~.comm_step_checkBox-inner .text-fig-shape {
    background-color: white;
}

.back-step-home a {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.075rem;
    text-transform: uppercase;
    text-align: center;
}

a.add_new_address_col {
    border: 1px dashed #000;
    height: 100%;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.0rem;
    flex-direction: column;
    padding: 5rem 2rem;
}

a.add_new_address_col p {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.4rem;
    text-align: left;
    color: var(--main-color);
    text-transform: capitalize;
}

a.add_new_address_col i {
    font-size: 3rem;
    display: block;
    color: var(--main-color);
    margin-bottom: 1rem;
}

.comn-inpt-main select {
    border: 1.5px solid #CBCBCB;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.075rem;
    text-align: left;
    padding: 1.9rem 3.0rem;
    border-radius: 8px;
    width: 100%;
    background-size: 22px !important;
    appearance: none;
    --webkit-appearance: none;

}

#add_new_address_form .comn-inpt-main select,
#edit_address_form .comn-inpt-main select {
    background-color: #fff !important;
}

select:focus-visible {
    outline: none !important;
}

.edit_prf_top_row {
    margin-bottom: 5.5rem;
}

.profile_test_row {
    background-color: var(--main-color);
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.inch_cm_row {
    flex-wrap: wrap;
    gap: 1.5rem;
}

.profile_inner_cs_row {
    flex-direction: column;
    gap: 2rem;
}

.profile_test_row .cs_test_btn {
    background-color: #fff;
    color: var(--main-color);
}

.profile_test_row .cs_test_btn:hover {
    opacity: .7;
}

.profile_test_row .discrp {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.16px;
}

.inch_cm_row .discrp {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 25.94px;
    text-transform: capitalize;
}

:root {
    --switches-bg-color: #595478;
    --switches-label-color: #595478;
    --switch-bg-color: #595478;
    --switch-text-color: #fff;
}

.inch_cm_switch_outer .switches-container {
    width: 16.7rem;
    height: 6.2rem;
    position: relative;
    display: flex;
    padding-left: 1px;
    position: relative;
    border: 1px solid var(--switches-bg-color);
    border-radius: 1px solid;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
}

.inch_cm_switch_outer .switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.inch_cm_switch_outer .switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 19.45px;
    letter-spacing: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inch_cm_switch_outer .switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.inch_cm_switch_outer .switch {
    border-radius: 4px;
    background: var(--switch-bg-color);
    height: 100%;
}

.inch_cm_switch_outer .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 700;
    line-height: 19.45px;
    letter-spacing: 5px;
    text-align: center;
}

.inch_cm_switch_outer .switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.inch_cm_switch_outer .switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(98%);
}

.inch_cm_switch_outer .switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.inch_cm_switch_outer .switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.main_prdt_detail_icon {
    position: absolute;
    top: 15px;
    right: 20px;
    transition: all 700ms;
}

.main_prdt_detail_icon .checkbox-wrapper {
    padding-top: 0.5rem;
}

.quick-view-favou .checkbox-wrapper {
    padding-top: 0.5rem;
}

.body_shape_form_row {
    margin-top: 3.4rem;
}

.cst_edit_prf_main_form {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.body_shape_form_row .form-group label {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.18rem;
    text-align: left;
    color: #111111;
    margin-bottom: 0.4rem;
}

.body_shape_form_row .form-group {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.18rem;
    text-align: left;
    color: #111111;
    margin-bottom: 2.5rem;

}

.body_shape_form_row .form-group input {
    font-family: "Yantramanav", sans-serif;
    border: 0;
    border-bottom: 1px solid #0000001A;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: left;
    padding: 0;
    padding-bottom: 1.3rem;
    border-radius: 0;
    background-color: transparent;
}

.add_new_address_form {
    max-width: 800px;
    margin: 5rem auto;
}

.edit-profile-mn-outer {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

#ShippingAddressSection {
    height: 100%;
}

#product-list {
    row-gap: 30px;
}
.noUi-handle:after, .noUi-handle:before {
    background: transparent!important;
}
.selfie-upload {
    border: 2px dashed #595478;
    width: 100%;
    max-width: 469px;
    padding: 7.7rem 3.0rem;
}

.selfie-upload i {
    color: black;
    font-size: 2.5rem;
    margin-bottom: 1.0rem;
}

.selfie-upload p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    text-align: center;
    color: #595478;
}

.selfie-upload label {
    cursor: pointer;
}

.or-line p::before {
    content: "";
    height: 0%;
    width: 20%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    top: 49%;
    /* left: 50%; */
    right: 24%;
    text-align: center;
    position: absolute;
    z-index: -1;
    border: 1px solid black;
}

.or-line p::after {
    content: "";
    height: 0%;
    width: 20%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    top: 49%;
    /* left: 50%; */
    left: 24%;
    text-align: center;
    position: absolute;
    z-index: -1;
    border: 1px solid black;
}

.or-line p {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-top: 4.9rem;
    padding-bottom: 4.9rem;
}

.selfe-img-here {
    position: relative;
    padding-bottom: 91%;
}

.selfe-img-here img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#upload-selfie,
#camera-input {
    display: none;
}

.padd-botm-comn {
    padding-bottom: 3.0rem;
}

.cst_ai_result_row .cmon-color-div {
    width: 8.8rem;
    height: 6.6rem;
}

.cst_ai_result_row .card-head-select {
    font-size: 1.2rem;
    line-height: 1.556;
    padding: 0.5rem;
}

.cst_ai_result_row .head-choose-one-skin {
    font-size: 1.2rem;
    line-height: 1.24rem;
    margin-bottom: 0.8rem;
    text-align: left;
}

.cst_ai_result_row .cmon-img-eye-div {
    width: 12rem;
    height: 6.6rem;
}

.cst_ai_result_row .comm_step_checkBox-col {
    max-width: max-content;
    width: 100%;
}

.cst_ai_result_row .cards-main-step {
    flex-direction: column;
    margin: 0;
    gap: 1.2rem;
}

.cst_ai_selfie_row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cst_ai_selfie_row .selfe-img-here {
    padding-bottom: 107%;
}

.cst_ai_result_row {
    margin-top: 5rem;
    row-gap: 4rem;
}

.upper-stepeleven {
    margin-top: 5rem;
}

.ai_clr_pick_img_outer {
    max-width: 469px;
    border: 2px dashed #595478;
    width: 100%;
    max-width: 348px;
}

.ai_clr_pick_image {
    position: relative;
    padding-bottom: 107%;
}

.ai_clr_pick_image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cst_ai_clr_pick_row {
    display: flex;
    gap: 3rem;
    padding-left: 2rem;
    padding-top: 2rem;
}

.cst_ai_selfie_row {
    padding-top: 3rem;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* product detail css  */

.main-img-slider-for figure {
    position: relative;
    padding-bottom: 113%;

}

.main-img-slider-for figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-img-slider-for {
    background-color: #F2F2F2;
    padding: 2.0rem;
}

.main-img-slider-nav figure {
    position: relative;
    padding-bottom: 127%;

}

.main-img-slider-nav figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-img-slider-nav {
    background-color: #F2F2F2;
    padding: 0.5rem;
    margin: 7px 10px;
}

.labels-vintage-detail {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    row-gap: 1rem;
    flex-wrap: wrap;
}

.labels-vintage-detail p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    color: #767676;
    position: relative;
}

.labels-vintage-detail p span {
    color: #000000;
}

.labels-vintage-detail p:not(:last-child):after {
    content: "";
    position: absolute;
    width: 0;
    right: -1.2rem;
    height: 98%;
    border: 1px solid #00000063;
}

.instock {
    color: #2DB224 !important;
}

.labels-vintage-detail {
    margin-top: 1.2rem;
    margin-bottom: 2.4rem;
}

.head-product {
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 3.8rem;
    text-align: left;

}

.dic-product {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    text-align: left;
    color: #767676;
}

.price-off p {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.2rem;
    text-align: left;
    color: #605B73;
}

.price-off p span {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: left;
    color: #767676;
    text-decoration: line-through;
}

.off-tag p {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.556rem;
    letter-spacing: 0.5rem;
    text-align: left;
    background-color: var(--main-color);
    padding: 0.8rem 1.6rem;
    color: white;
    max-width: 73px;
    border-radius: 2px;
}

.price-off {
    align-items: center;
    gap: 12px;
    margin-top: 2.2rem;
    padding-bottom: 4.0rem;
    border-bottom: 1px solid #E4E7E9;
}

.marg-t {
    margin-top: 6.0rem;
}


.upper-radio input[type=radio] {
    display: none;
}

.upper-radio input[type=radio]:checked+label {
    border: 2px solid #605B73;
}


.upper-radio label {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 100px;
    padding: 3px;
}

.upper-radio label:hover {
    border: 2px solid #605B73;
}

.upper-radio label span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    transition: transform 0.2s ease-in-out;
}

.upper-radio label span.red {
    background: black;
}

.upper-radio label span.parot {
    background: #44D7D7;
}

.upper-radio label span.yellow {
    background: #4D2BAE;
}

.upper-radio label span.olive {
    background: #FFDA44;
}

.upper-radio label span.green {
    background: #1A5454;
}

.color-main-select {
    display: flex;
    align-items: center;
    gap: 15px;
}

.upper-coo-div h4 {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    margin-bottom: 0.8rem;

}

.upper-coo-div {
    padding-top: 2.4rem;
}

.size-amin-div .upper-radio label {
    padding: 1.2rem 1.9rem;
    width: fit-content;
    border: 1px solid #E4E7E9;
    border-radius: 5px;
    height: auto;
}

.size-amin-div .upper-radio label span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.0rem;
    text-align: left;
    color: #767676;
}

.size-amin-div .upper-radio input[type=radio]:checked+label {
    border: 1px solid #605B73;
}

.size-amin-div .upper-radio input[type=radio]:checked+label span {
    color: var(--main-color);
}

.size-amin-div .cst_size_row_btn {
    padding: 1.2rem 1.9rem;
    width: fit-content;
    border: 1px solid #595478;
    border-radius: 5px;
    height: auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.0rem;
    text-align: left;
    color: #595478;
    background-color: #fff;

}

.size_amin_div_radio {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.size-cahrt-amin-modal {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.0rem;
    text-align: left;
    background-color: transparent;
    text-decoration: underline;
    border: 0;
    padding: 0;
    color: var(--main-color);
}

.modal-size-cart .modal-content {
    padding: 3.0rem 3.0rem 3.0rem 3.0rem;
}

.head-modal-size {
    font-size: 5.2rem;
    font-weight: 400;
    line-height: 6.297rem;
    text-align: center;
    margin-bottom: 4.8rem;
    text-transform: uppercase;
}

.upper-sizer-modal-table tr th {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.18rem;
    text-align: center;
    padding: 1.0rem;
    border: 1px solid #595478;
    color: #000;
}

.upper-sizer-modal-table tr td {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.334rem;
    text-align: center;
    padding: 0.7rem 1.0rem;
    color: var(--main-color);
    border: 1px solid #595478;
}

.modal-dialog.modal-size-cart {
    max-width: 911px;
}

.modal-size-cart .btn-close {
    right: 35px;
    font-size: 20px;
    top: 29px;
    z-index: 99;
}


.comn-btn-blue.size-custm {
    padding: 1.7rem 2.8rem;
}

.counter-add-try {
    display: flex;
    align-items: center;
    gap: 2.3rem;
    margin-top: 5.4rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.counter-add-try .quantity,
.counter-add-try #add-to-cart-form,
.counter-add-try .comn-btn-logout {
    flex-grow: 1;

}

.counter-add-try .quantity input {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;

}

.tabs-discript {
    padding-top: 8.8rem;
    padding-bottom: 10.0rem;
}

.inner-vntage-main {
    padding-left: 5.0rem;
}

.tabs-discript .nav-tabs .nav-link {
    font-size: 1.6rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    line-height: 2.0rem;
    text-transform: uppercase;
    text-align: left;
    color: #767676;
    padding: 1.5rem 0.6rem;
    border: 0;
    border-bottom: 2px solid transparent;
}

.tabs-discript .nav-tabs {
    gap: 6.0rem;
    row-gap: 1rem;
}

.tabs-discript .nav-tabs .nav-item.show .nav-link,
.tabs-discript .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid var(--main-color);
}

.tabs-discript .nav-tabs .nav-link:focus,
.tabs-discript .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 2px solid var(--main-color);
}

.tabs-discript .tab-content {
    padding-top: 4.0rem;
}

.wrp-inner-disc h5 {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    text-align: left;
    margin-bottom: 1.2rem;
}

.wrp-inner-disc p {
    color: #767676;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    text-align: left;
}

.wrp-inner-disc ul li {
    color: var(--black-color);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.0rem;
    text-align: left;
    display: flex;
    margin-bottom: 2.2rem;
    gap: 3px;
    align-items: center;
}

.head-review-amin h6 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.0rem;
    text-align: left;
    color: #000000;
    padding-bottom: 1.8rem;
}

.head-review-amin {
    border-bottom: 1px solid #E4E7E9
}

.review-img {
    width: 7.4rem;
    height: 7.4rem;
    border-radius: 100%;
    overflow: hidden;
    flex: none;
}

.review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-name-img {
    display: flex;
    gap: 3.0rem;
    margin-top: 4.0rem;
    max-width: 700px;
}

.detail-review-main h5 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.18rem;
    text-align: left;
    color: #000000;
    margin-bottom: 1.2rem;
}

.revie-min-show {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    text-align: left;
    color: #767676;

}

.name-review h6 {
    color: var(--black-color);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.938rem;
    text-align: left;


}

.name-review {
    align-items: center;
    gap: 10px;
    margin-top: 1.0rem;
}

.name-review p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.816rem;
    text-align: left;
    color: #767676;
}

.stars-rev i {
    color: #FFBB05;
    font-size: 15px;
}

.stars-rev {
    gap: 3px;
    margin-top: 1.6rem;
}

.comn-inpt-clas.review-add {
    margin-bottom: 1.2rem;
    margin-top: 0;
}

.ratind-add {
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
    display: flex;
    align-items: center;
    gap: 3.0rem;
}

.ratind-add p {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.938rem;
    text-align: left;
    color: #000000;
}

.check-me-main.check-detail span {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.816rem;
    text-align: left;
    color: #767676;

}

.check-me-main.check-detail {
    margin-top: 2.5rem;
    margin-bottom: 4.0rem;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    /* width: 5em; */
    justify-content: flex-end;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
    font-size: 23px;
}

.star-rating :checked~label {
    color: #FFBB05;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #FFBB05;
}

.quantity {
    position: relative;
    border: 1px solid #E4E7E9;
    width: fit-content;
    display: flex;
    align-items: center;
}

.quantity .icon {
    position: relative;
}

.quantity input {
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    width: 80px;
    height: 4.8rem;
}

.quantity span {
    font-size: 15px;
    font-weight: 400;
    line-height: 0;
    /* position: absolute; */
    padding: 16px 0 16px 20px;
    cursor: pointer;
    display: inline-block;
}

.quantity span.plus {
    padding: 16px 20px 16px 0px;

}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.size-amin-div {
    flex-wrap: wrap;
    column-gap: 5rem;
    row-gap: 3rem;
}

.upper-flex.question_upper_box {
    row-gap: 2rem !important;
}

.upper-stepeleven .input-inches p {
    position: absolute;
    right: 20px;
    top: 1.6rem;
}

.upper-stepeleven .input-inches {
    position: relative;
}

.upper-stepeleven .input-inches input {
    padding-right: 8rem;
    width: 100%;
}

.cs-shape-step-upper-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.8rem;
}

.cs-shape-step-upper-row .shape-step-upper {
    max-width: 444px;
}

.cs-shape-step-upper-row .img-shape figure {
    position: relative;
    padding-bottom: 43%;
    max-width: 15.5rem;
    border: 1px solid #E9E9E9;
    width: 100%;
}

.cs-shape-step-upper-row .img-shape figure img {
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    width: 75%;
    height: 85%;
    object-fit: contain;
}

.back-step-home a i {
    margin-right: 1.5rem;
}

#cst_camera_modal .modal-content {
    padding: 0;
}

#cst_camera_modal .btn-close {
    position: relative;
    right: 20px;
    font-size: 20px;
    top: 22px;
    cursor: pointer;
}

#cst_camera_modal .modal-body {
    margin-top: 2rem;
}

.custm-chat-head {
    padding-top: 10.0rem;
}

.custm-chat-head .head-stepform {
    margin-bottom: 1rem;
}

.custm-chat-head p {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.324rem;
    text-align: left;
    text-transform: capitalize;
}

.cst_Sizechart_table textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.816rem;
    text-transform: capitalize;
}

.cst_Sizechart_table textarea::placeholder {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.816rem;
    text-transform: capitalize;
}

.cst_Sizechart_table textarea::-moz-placeholder {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.816rem;
    text-transform: capitalize;
}

.cst_Sizechart_table textarea {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.816rem;
    text-transform: capitalize;
}



.cst_Sizechart_table tr th {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.18rem;
    text-align: center;
    padding: 2.0rem;
    border: 0.5px solid #E3E3E3;
}

.cst_Sizechart_table tr td {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.334rem;
    padding: 1.1rem;
    color: var(--main-color);
    border: 0.5px solid #E3E3E3
}

.cst_Sizechart_table tr td .expl-sec h6 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.334rem;
    font-weight: 600;
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.cst_Sizechart_table tr td p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.334rem;
    font-weight: 400;
    color: var(--main-color);
}

.cst_Sizechart_page_form {
    margin-top: 6rem;
    margin-bottom: 5rem;
}

.cst_chart_page_btn {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.cst_chart_page_right {
    max-width: 36.4rem;
    margin-left: auto;
}

.cst_chart_page_image {
    position: relative;
    padding-bottom: 154%;
}

.cst_chart_page_image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cst_Sizechart_page_form .sz_row {
    row-gap: 3rem;
}

.cst_Sizechart_table {
    min-width: 70rem;
}

#selfieModal .modal-content {
    width: 100%;
    max-width: 60rem;
    margin: 5rem auto;
}

.shop_dropdown_outer {
    display: flex;
    flex-direction: column;
    padding: 1rem !important;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
}

.shop_cs_head .dropdown-menu a.dropdown-item {
    font-size: 2.4rem;
    line-height: 4rem;
    color: #595478;
}

.shop_cs_head .dropdown-menu .dropdown-item:hover,
.shop_cs_head .dropdown-menu .dropdown-item.active,
.shop_cs_head .dropdown-menu .dropdown-item:active {
    background-color: #5954784d !important;
}

.shop_cs_head .dropdown-menu {
    position: absolute;
    top: 2rem !important;
    left: 110% !important;
}

.shop_cs_head .dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    border: 0 !important;
    font-size: 3.2rem;
    margin-bottom: 0.4rem;
}

.result_page_bott_cnt .discrpt {
    font-family: "Yantramanav", sans-serif !important;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 5.039rem;
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: 3rem;
}

.result_page_bott_cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 81.7rem;
    margin: 4rem auto 0;
}

.cst_ai_selfie_label_wrp {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.result_cross_tick_box .fa-circle-xmark {
    color: #FF2525;
    font-size: 2rem;
}

.result_cross_tick_box .fa-circle-check {
    color: #2E9914;
    font-size: 2rem;
}

.cart_empty_text {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 2rem;
    color: #555;
}

/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex
}

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: auto;
}

#border-pagination li {
    display: inline;

}

#border-pagination li a {
    display: block;
    text-decoration: none;
    width: 3.4rem;
    height: 3.4rem;
    flex: 0 0 3.4rem;
    padding: 5px;
    float: left;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--main-color);
}

#border-pagination li:first-child a,
#border-pagination li:last-child a {
    border: 0;
    font-size: 1.9rem;
    line-height: 2.464rem;
    width: auto;
    height: auto;
}

#border-pagination li:first-child a:hover,
#border-pagination li:last-child a:hover {
    background-color: transparent !important;
}

#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

#border-pagination li a.active {
    background-color: #595478;
    color: #fff;
}

#border-pagination li a:hover:not(.active) {
    background: #ddd;
}

.pagination .step-links a {
    text-transform: capitalize;
    color: var(--main-color);
    font-weight: 700;
}

.pagination {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-left: 1rem;

}

.header_cart_icon {
    position: relative;
}

.header_cart_icon .cart_count {
    display: inline-block;
    background-color: #595478;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: -1.8rem;
    right: -1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.sel_eye_cst_text {
    max-width: 42.2rem;
}

.head-modal-size.breast-size-modal-head {
    font-size: 5.0rem;
    line-height: 6.297rem;
    margin-bottom: 4.0rem;
}

.country-name-size {
    font-size: 3.0rem;
    font-weight: 400;
    line-height: 3.297rem;
    text-align: left;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-disc a img {
    max-width: 313px;
}

/* for remove ------------------------- */
.review-head {
    margin-bottom: 10.0rem;
}

.comm_modal .modal-content {
    background: #E3E2E8;
    border: 0;
    padding: 3rem;
}

.comm_modal .head {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 5.2rem;
    font-weight: 400;
    line-height: 6.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 2rem;
}

#custmAwareness .modal-content {
    background: #E3E2E8;
    border: 0;
    padding: 10rem 5.5rem 5.5rem !important;
}

#custmAwareness .modal-dialog,
#newsletterModal .modal-dialog {
    max-width: 91.1rem;
}

#custmAwareness .btn-close,
#newsletterModal .btn-close {
    right: 22px;
}

.comm_modal .discrp {
    font-family: "Yantramanav", sans-serif !important;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 5.039rem;
    text-align: center;
    color: #595478;
}

.newsletterModalContent .head {
    text-align: left;
    max-width: 44.7rem;
}

.newsletterModalContent .discrp {
    text-align: left;
}

.newsletter_form input {
    border: 0;
    background-color: transparent;
    border-bottom: 2.2px solid #9C9B93;
    font-family: "Yantramanav", sans-serif !important;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.649rem;
    width: 100%;
    max-width: 100%;
}

.newsletter_form input::-webkit-input-placeholder {
    color: #808080;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.649rem;
}

.newsletter_form input::placeholder {
    color: #808080;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.649rem;
}

.newsletter_form input::-moz-placeholder {
    color: #808080;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.649rem;
}

.newsletter_form {
    width: 100%;
    margin-top: 5.8rem;
}

.newsletter_form_inner {
    gap: 1.6rem;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
}

.newsletter_form button.bt {
    border: 0;
    border-bottom: 2px solid #000;
    background-color: transparent;
    color: #000;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.649rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.custom-checkbox.newsletter_checkbox label span {
    font-size: 3rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: left;
    color: #595478;
}

.custom-checkbox.newsletter_checkbox {
    margin-top: 3rem;
}

.newsletter_form_inner #email-error {
    position: absolute;
    bottom: -24px;
    font-size: 15px;
}

.newsletter_form input.bt-sbscribe-btn {
    width: fit-content !important;
    text-transform: uppercase;
    padding: 0;
    border-bottom: 2px solid var(--main-color);
}

#maybe-later-btn {
    color: #FFFFFF;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.945rem;
    border-radius: 4px;
    padding: 1.3rem 1.0rem;
    letter-spacing: 0.4rem;
    text-align: left;
    border: 1.5px solid var(--main-color);
    background-color: var(--main-color);
    transition: all 0.5s ease-out;
}

.custm-aware h6.head {
    font-size: 5.0rem;
    font-weight: 400;
    line-height: 5.269rem;
    text-align: center;
    margin-bottom: 3rem;
}

.custm-aware p.discrp {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 4.039rem;
    text-align: center;
    color: #595478;
}

.modal-aware-ness {
    max-width: 730px !important;
}

.modal-aware-ness .btn-close {
    right: 27px;
}

.review-section {
    margin-top: 5rem;
}

.review-section>.row {
    row-gap: 3rem;
}

.review-section .form-label {
    font-size: 1.4rem;
}

#swal2-title {
    font-size: 2.4rem;
    margin-bottom: 2rem
}


div#offcanvasExample {
    background-color: var(--main-color);
}


.offcanvas-title {

    display: inline-block;
    padding: 1rem 2rem;
    text-transform: uppercase;
    color: #f4f4f4;
    font-size: 3.5rem;
    text-decoration: none;
    transition: all .2s;
}

.offCanvas_cross_cat {
    right: 20px;
    filter: invert(1);
}

.cstm_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000bf;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cstm_loader p {
    font-size: 1.8rem;
    color: #ffffff85;    
}

.cstm_loader .rotate {
    -webkit-animation: rotate 5s normal linear infinite;
    animation: rotate 5s normal linear infinite;
    width: 7rem;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}
.suggested-slider .slick-prev:before, 
.suggested-slider .slick-next:before {
    color: var(--main-color);
    font-size:3rem;
}

body>.skiptranslate:first-child {
    display: none;
}
body{
    top:0!important;
}
