/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

html.with-fancybox {
    overflow: auto;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.headingspan {
    font-family: "Playfair Display", serif;
    font-weight: normal;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.modal-backdrop.show {
    opacity: 1;
    --bs-backdrop-bg: #000000ad;
    backdrop-filter: blur(6px);
}

.btn-close:focus,
.form-control:focus,
.form-select:focus,
.form-check:focus,
.form-check-input:focus {
    box-shadow: none !important;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FDFFDD;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3b4002;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3b4002;
}

.font1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.bg {
    background-color: #8B9332;
}

.bg1 {
    background-color: #1D1F08;
}

.color1 {
    color: #53571F;
}

.shadow1 {
    box-shadow: 0px 0px 4.5px rgba(0, 0, 0, 0.12);
}

.color2 {
    color: #666565;
}

.color3 {
    color: #EBFF00;
}

.color4 {
    color: #B3B3B3;
}

.color5 {
    color: #D8060E;
}

.color6 {
    color: #288CCC;
}

.main_heading {
    font-size: clamp(22px, 3vw, 32px);
    text-transform: uppercase;
}

.sub_heading {
    font-size: clamp(17px, 3vw, 26px);
}

.productheading {
    font-size: clamp(13px, 2vw, 16px);
    font-weight: 600;
}

.productnamediv {
    /* height: 55px; */
    height: auto;
}

#cartareaglamour .productname {
    width: 100%;
}

.product_price {
    font-size: clamp(12px, 2vw, 16px);
    font-weight: 500;
}

.size_product {
    font-size: clamp(11px, 2vw, 13px);
    font-weight: 350;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}

.form-select {
    padding: 10px 15px;
    border-radius: 10px;
    color: #666565;
    border: 1px solid #BBBBBB;
}

.form-select:focus {
    border: 1px solid #BBBBBB;
}

.form-check-input:checked {
    background-color: #8B9332;
    border-color: #8B9332;
}

.padding {
    padding: 90px 0;
}

.radius {
    border-radius: 22px;
}

/* button css */
.button_1 {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    background-color: #288CCC;
    border-radius: 7px;
    /* border-radius: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 8px;
    border: 1px solid transparent;
    overflow: hidden;
    height: max-content;
    font-weight: 500;
}

.button_1 .icon {
    transition: all 0.3s ease-in-out;
}

.button_1:hover .icon {
    transform: translate(2px);
}

.button_1:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.button_1::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-width: 522px;
    transition: all 0.7s ease-in-out;
}

.offcanvas.offcanvas-bottom {
    height: auto;
}

.mainmobfooter {
    display: none;
}

/*********search bar and cart area starting */
.search-container {
    width: 100%;
}



#glamoursearchbar {
    border: 1px solid transparent;
    width: 100%;
    padding: 4px 0px;
}

.offcanvas-header {
    border-bottom: 1px solid #d0d0d0;
}

.offcanvas .btn-close {
    opacity: 1;
    padding-right: 16px;
}

.offcanvas-body .sub_heading,
.modal-header .sub_heading {
    font-size: clamp(17px, 3vw, 20px);
}

.offcanvas-footer .sub_heading {
    font-size: clamp(17px, 3vw, 23px);
}

.offcanvas_ul li a {
    color: #666565;
    font-weight: 600;
    transition: all 0.6s ease;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}

.offcanvas_ul li a:hover {
    color: #8B9332;
}

.offcanvas_ul li a svg path {
    transition: all 0.6s ease;
    opacity: 0;
}

.offcanvas_ul li a:hover svg path {
    fill: #8B9332;
    opacity: 1;
}

.cart_heading_offcanvas {
    display: flex;
    gap: 7px;
    padding: 4px 0;
}

.offcanvas.cart_offcanvas .offcanvas-body .card {
    display: flex;
    flex-direction: row;
    border-radius: 11px;
    gap: 11px;
}

.offcanvas.cart_offcanvas .offcanvas-body .card .image___div {
    /* flex: 0 0 113px; */
    flex: 0 0 151px;
}

.offcanvas.cart_offcanvas .offcanvas-body .card .image___div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 11px; */
        border: 1px solid #e1e1e1;
}

.offcanvas.cart_offcanvas .offcanvas-body .card .productheading {
    width: 85%;
}

.offcanvas-footer {
    padding: 16px 16px;
    border-top: 1px solid #d0d0d0;
}

/* my cart page */
section.mycartpage .card {
    display: flex;
    flex-direction: row;
    border-radius: 11px;
    gap: 11px;
}

section.mycartpage .card .image___div {
    flex: 0 0 113px;
}

section.mycartpage .card .image___div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* quantity button */
.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}

.quantity-btn,
.mycart-quantity-btn {
    background: none;
    border: none;
    color: #666565;
    font-size: 20px;
    padding: 0px 12px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
}

.quantity--field {
    width: 43px;
    max-width: 50px;
    text-align: center;
    font-size: 15px !important;
    border: none !important;
    outline: none !important;
    background: transparent;
    color: #666565 !important;
    border-left: 1px solid #c8c8c8 !important;
    border-right: 1px solid #c8c8c8 !important;
    height: 36px;
    border-radius: 0px !important;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.quantity-wrapper.shake {
    animation: shake 0.3s ease;
}

/*********search bar and cart area ending */

section.shopbycategory .card {
    transition: all 0.5s ease;
    overflow: hidden;
}

section.shopbycategory .card-img-overlay {
    background: linear-gradient(180.06deg, rgba(0, 0, 0, 0) 36.5%, rgba(0, 0, 0, 0.84) 112.38%);
    display: flex;
    justify-content: end;
    flex-direction: column;
    color: white;
    align-items: center;
    padding-bottom: 20px;
}

section.shopbycategory .card-img-overlay .sub_heading {
    font-weight: 500;
}

section.shopbycategory .card img {
    object-fit: cover;
    transition: all 0.5s ease;
}

section.shopbycategory .card:hover img {
    scale: 1.1;
}

section.shopbycategory .second__card img {
    height: 272px;
}

section.shopbycategory .first__card img {
    height: 560px;
}

section.shopbycategory .third__card img {
    height: 320px;
}

section.trending_product .child_div img {
    width: 70px;
}

section.trending_product .main_parent {
    display: flex;
    justify-content: center;
}

section.trending_product .main_parent .child_div {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 1rem;
    text-align: center;
    border-right: 1px solid white;
}

section.trending_product .main_parent .child_div:nth-child(3n) {
    border-right: none;
}

.wishlist {
    background: #8B9332;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.wishlist svg {
    width: 25px;
    height: 25px;
    transition: fill 0.3s ease;
}

.wishlist.active svg path {
    fill: white;
    stroke: white;
}

section.new_arrivals .card-img-overlay,
.offcanvas.searchable_offcanvas .card-img-overlay,
section.product_catalogue .product_row .card-img-overlay {
    display: flex;
    justify-content: end;
}

section.new_arrivals img,
section.product_catalogue .product_row img {
    /*height: 451px;*/
    /*height: 380px;*/
    object-fit: cover;
    object-position: top;
}

.offcanvas.searchable_offcanvas .searchoffcanvas__body img {
    height: 100%;
    /* height: 277px; */
    object-fit: cover;
}

section.new_arrivals .card,
.offcanvas.searchable_offcanvas .searchoffcanvas__body .card,
section.product_catalogue .product_row .card {
    position: relative;
}

section.new_arrivals .card .producthideimg,
.offcanvas.searchable_offcanvas .searchoffcanvas__body .card .producthideimg,
section.product_catalogue .product_row .card .producthideimg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.6s ease;
    pointer-events: none;
}

section.new_arrivals .card:hover .producthideimg,
.offcanvas.searchable_offcanvas .searchoffcanvas__body .card:hover .producthideimg,
section.product_catalogue .product_row .card:hover .producthideimg {
    opacity: 1;
    cursor: pointer;
}

section.new_arrivals .productheading,
section.product_details .productdetheading {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

section.product_details .productdetheading {
    font-weight: 800;
}

section.new_arrivals .productheading.truncate {
    -webkit-line-clamp: 1;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 69px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #B1BB37;
    width: 13px;
    height: 13px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    background: #D7DE82;
    transition: all 0.5s ease;
}

.owl-nav {
    position: absolute;
    top: -74px;
    margin-top: 0 !important;
    right: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    outline: none;
    transition: all 0.5s ease;
    background-color: #8B9332 !important;
    width: 31px;
    height: 31px;
    border-radius: 50px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
}

.owl-nav .owl-prev img,
.owl-nav .owl-next img {
    width: 16px !important;
    height: auto !important;
}

section.stitching {
    background: url(../images/stitching_bg.webp) no-repeat center center / cover;
    padding: 150px 0;
}

section.stitching .box {
    background: rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12.15px);
    padding: 27px 15px;
    width: 38%;
}

section.stitching .box .main_heading {
    width: 85%;
}

section.stitching .button_1,
.addtocart_btns .button_1.button1red,
.addtocart_btns.mobilecartbtns .button_1.button1red {
    background-color: #D8060E;
    width: max-content;
}

section.testimonial .testimonial_img {
    width: 64px;
    border-radius: 50%;
    /* margin: 0 auto; */
    /* margin-bottom: 20px; */
    /* outline: 4px solid white; */
}

section.testimonial .imgbox {
    flex-shrink: 0;
}

section.testimonial .testimonial_box {
    background-color: #fffef5;
    padding: 35px 20px;
    /* height: 408px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* margin-top: -90px; */
    position: relative;
    border: 1px solid #a6b50073;
}

section.testimonial .testimonial_text {
    width: 100%;
    /* margin: 0 auto; */
    height: 124px;
}

section.testimonial .star_rating {
    display: flex;
    /* justify-content: center; */
    font-size: clamp(15px, 2vw, 14px);
    gap: 2px;
}

section.testimonial .sub_heading {
    font-size: clamp(15px, 2vw, 18px);
}

section.testimonial .owl-carousel .owl-stage-outer {
    padding: 0 0 27px;
}

section.testimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 16px;
}

section.testimonial .owl-nav {
    top: -65px;
    right: 1px;
}

footer .top_footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

footer .top_footer img {
    width: 150px;
}

.store_locator {
    display: flex;
    align-items: center;
    gap: 5px;
}

footer .top_footer .sub_heading {
    font-size: clamp(20px, 3vw, 19px);
}

footer .top_footer .social_media {
    font-size: clamp(17px, 3vw, 19px);
    padding: 0 2px;
}

/******product catalogue starting */
section.product_catalogue .product__container {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin: 29px 0 48px;
}

section.product_catalogue #sortdropdown button {
    border: none;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-radius: 0px;
    background-color: transparent;
    padding: 10px 37px;
    color: #666565;
    width: 100%;
}

section.product_catalogue #sortdropdown .dropdown-menu {
    border-radius: 0px;
    color: #666565;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 100%;
}

section.product_catalogue #sortdropdown .dropdown-menu[data-bs-popper] {
    margin-top: 0 !important;
}

section.product_catalogue #sortdropdown .dropdown-item {
    color: #666565;
    padding: 8px 13px;
}

section.product_catalogue #sortdropdown .dropdown-item:focus,
section.product_catalogue #sortdropdown .dropdown-item:hover {
    background-color: #efefef !important;
    color: #666565 !important;
}

section.product_catalogue .offcanvas-body {
    background: #FFFFFF;
    box-shadow: 0px 0px 7.6px 1px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    /* max-height: 787px; */
}

section.product_catalogue .offcanvas__header {
    padding: 19px 12px 0 18px;
}

section.product_catalogue .category_content {
    padding: 0 12px 0 18px;
}

section.product_catalogue .category_content .sub_heading {
    font-size: clamp(15px, 3vw, 17px);
}

.form-check-input {
    border: 1px solid #979797;
}

section.product_catalogue .form-check-input:focus {
    border-color: #1d1f08;
    outline: 0;
    box-shadow: none;
}

section.product_catalogue .form-check-input:checked {
    background-color: #1d1f08;
    border-color: #1d1f08;
}

section.product_catalogue .productheading,
.offcanvas.searchable_offcanvas .searchoffcanvas__body .productheading,
.offcanvas.cart_offcanvas .searchoffcanvas__body .productheading {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

section.product_catalogue .productheading.truncate,
.offcanvas.searchable_offcanvas .searchoffcanvas__body .productheading.truncate {
    -webkit-line-clamp: 1;
}

.form-check,
.form-check-input,
.form-check-label {
    cursor: pointer;
}

.colorshow {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(2px);
}

.colorshow.grey {
    background-color: grey;
}

.colorshow.black {
    background-color: black;
}

.colorshow.blue {
    background-color: blue;
}

.colorshow.pink {
    background-color: pink;
}

.colorshow.red {
    background-color: red;
}

.colorshow.green {
    background-color: green;
}

.colorshow.brown {
    background-color: #964B00;
}

.colorshow.cream {
    background-color: #d5d179;
}

.colorshow.pink {
    background-color: #FFC0CB;
}

.colorshow.beige {
    background-color: #EED9C4;
}

.colorshow.breeze {
    background-color: #E3F2FD;
}

.colorshow.orange {
    background-color: #FFA500;
}

.colorshow.purple {
    background-color: #800080;
}

.colorshow.yellow {
    background-color: #FFFF00;
}

.colorshow.white {
    background-color: white;
    border: 1px solid #b2b2b2;
}

#producttypeglamour {
    max-height: 206px;
    overflow-y: auto;
}

/******price range css */

section.product_catalogue .filter__offcanvasheader,
section.product_catalogue .filter__offcanvasfooter {
    display: none;
}

section.product_catalogue .range-wrapper {
    max-width: 100%;
    padding: 0 52px;
    box-sizing: border-box;
    overflow: hidden;
}

section.product_catalogue .range-wrapper .slider {
    position: relative;
    height: 60px;
}

section.product_catalogue .range-wrapper input[type="range"] {
    position: absolute;
    width: 100%;
    top: 35px;
    /* pointer-events: auto; */
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    height: 0;
    z-index: 3;
}

section.product_catalogue .range-wrapper input[type="range"]::-webkit-slider-thumb {
     pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #8b9332;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

section.product_catalogue .range-wrapper input[type="range"]::-moz-range-thumb {
    /* -webkit-appearance: none; */
    width: 16px;
    height: 16px;
    background: #8b9332;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 3;
    border: 1px solid transparent;
}

section.product_catalogue .range-wrapper .track {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    height: 6px;
    background: #f7f9d8;
    border-radius: 3px;
    z-index: 1;
}

section.product_catalogue .range-wrapper .range-fill {
    position: absolute;
    top: 33px;
    height: 6px;
    background: #8b9332;
    border-radius: 3px;
    z-index: 2;
}

section.product_catalogue .range-wrapper .thumb-label {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    transform: translateX(-50%);
    border: 1px solid #D9D9D9;
    pointer-events: none;
    text-align: center;
    color: #666565;
    font-weight: 500;
}

.fltr_headingtext {
    font-size: clamp(17px, 3vw, 28px);
}

.filter_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_btn {
    /* font-weight: 500; */
    transition: all 0.5s ease;
    color: #666565;
}

.filter_btn i {
    transition: all 0.5s ease;
    color: #666565;
}

.filter_btn:hover span,
.filter_btn:hover i {
    color: #666565 !important;
}

.mid {
    display: none;
}

.lg-hide {
    display: block;
}

/*****offerbatch */
.offerbatch {
    background-color: #D8060E;
    border-radius: 5px;
    padding: 3px 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    height: max-content;
    position: absolute;
    left: 15px;
}

.offerprice {
    text-decoration: line-through;
    color: #b3b3b3;
    font-size: clamp(10px, 2vw, 13px);
}

/*****offerbatch */

/*===== selected_filters buttons after selected any of the filters  */

.selected_filters {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 26px;
    flex-wrap: wrap;
    cursor: pointer;
}

.selected_filters .selFilterbtn {
    background-color: #8B9332;
    width: max-content;
    border-radius: 50px;
    color: white;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
}


/* ===== product details vertical slider css start == */
section.product_details.slider .swiper {
    width: 100%;
    height: 100%;
}

section.product_details .slider__flex {
    display: flex;
    align-items: flex-start;
    position: sticky;
    top: 77px;
}

section.product_details .slider__col {
    display: flex;
    flex-direction: column;
    width: 95px;
    margin-right: 13px;
}

section.product_details .slider__thumbs {
    height: 648px;
    /* height: 562px; */
}

section.product_details .slider__thumbs .slider__image {
    transition: 0.25s;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    opacity: 0.5;
    border-radius: 0 !important;
}

section.product_details .slider__thumbs .slider__image:hover {
    opacity: 1;
}

section.product_details .slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

section.product_details .slider__images {
    height: 832px;
    /* height: 632px; */
    border-radius: 0 !important;
    width: 100%;
    border: 1px solid #e7e7e7;
}

section.product_details .slider__image {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}

section.product_details .slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}

section.product_details .swiper-button-next,
section.product_details .swiper-button-prev {
    color: white;
}

section.product_details .swiper-button-next:after,
section.product_details .swiper-button-prev:after {
    font-size: 27px;
}

section.product_details .product__category {
    background-color: #FDFFE0;
    border: 1px solid #53571F;
    border-radius: 5.5px;
    padding: 5px 15px;
    width: max-content;
    font-size: clamp(11px, 2vw, 13px);
    font-weight: 700;
}

.productdetheading {
    font-size: clamp(22px, 2vw, 25px);
    font-weight: 600;
    width: 89%;
}

section.product_details .wishlist {
    flex: 0 0 45px;
}

.prodline {
    margin: 10px 0;
    border: 1px solid #D9D9D9;
    opacity: 0.8;
}

section.product_details .availability span {
    color: #8B9332;
}

section.product_details .availabilitydiv {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
        margin: 0;
    gap: 15px;
            margin-bottom: 14px;
}

section.product_details .availabilitydiv .vr {
    width: 1px;
    min-height: 26px;
    background-color: rgb(191 191 191);
    opacity: 1;
    border: none;
        margin: 0;
}

section.product_details .proddetpricediv .pricetag {
    font-size: clamp(19px, 2vw, 25px);
    font-weight: 700;
}

section.product_details .proddetpricediv {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 23px;
}

section.product_details .offerprice {
    font-size: clamp(11px, 2vw, 15px);
}

section.product_details .offernumber {
    font-size: clamp(14px, 2vw, 18px);
}

/* ======== size selection buttons css */
.radio__group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.radio__button label {
    cursor: pointer;
    color: #666565;
    user-select: none;
    border: 1px solid #8B9332;
    background-color: #FDFFE0;
    height: 45px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    border-radius: 7px;
    transition: all 120ms ease-in-out;
    padding: 10px 15px;
}

.radio__button label:before {
    content: attr(data-icon);
    font-size: clamp(15px, 2vw, 18px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #53571F;
    font-weight: 800;
}

.radio__button input[type="radio"] {
    display: none;
}

.radio__button input[type="radio"]:checked+label {
    border: 1px solid transparent;
    background: #8B9332;
}

.radio__button input[type="radio"]:checked+label:before {
    color: white;
}

/* ======== size selection buttons css */

.sizechart {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: clamp(12px, 2vw, 15px);
    border-bottom: 2px solid #d8060e;
}

.selectsizehading {
    font-size: clamp(13px, 2vw, 16px);
}

.sizechartdiv {
    display: flex;
    gap: 15px;
    align-items: baseline;
    justify-content: space-between;
}

#sizechartmodal .modal-body {
    padding: 0;
}

#sizechartmodal .modal-body img {
    height: 84vh;
    object-fit: contain;
}

#sizechartmodal .nav-pills {
    border: 1px solid #D8060E;
    border-radius: 50px;
    margin-left: auto;
    margin-right: 21px;
}

#sizechartmodal .nav-pills .nav-link.active,
#sizechartmodal .nav-pills .show>.nav-link {
    background-color: #D8060E;
    padding: 3px 15px;
    color: white;
}

#sizechartmodal .nav-link {
    font-weight: 600;
    color: #D8060E;
    padding: 3px 11px;
    border-radius: 50px !important;
    transition: all 0.5s ease;
    font-size: clamp(10px, 2vw, 12px);
}

.modal-content {
    border: 1px solid transparent;
    border-radius: 0;
}

section.product_details .addonproductsaree {
    border: 1px dashed #BBBBBB;
    border-radius: 20px;
    padding: 15px 20px;
}

section.product_details .addonheading {
    padding: 5px 27px;
    color: white;
    font-weight: 600;
    border-radius: 7px;
    width: max-content;
    text-align: center;
    margin: -32px auto 24px;
    font-size: clamp(13px, 2vw, 16px);
}

section.product_details .designerbtndiv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    row-gap: 20px;
}

section.product_details .designerbtndiv .card {
    flex: 0 0 210px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0px 0px 2px #0000004f;
}

/* Pseudo-elements for border animation */
/* section.product_details .designerbtndiv .card::before,
section.product_details .designerbtndiv .card::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    pointer-events: none;
    transition: width 0.4s ease, height 0.4s ease, border-color 0.2s ease;
}

section.product_details .designerbtndiv .card::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}


section.product_details .designerbtndiv .card::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
} */

/* On hover or when selected: animate size + reveal color */

section.product_details .designerbtndiv .card.selected {
    /* width: 100%;
    height: 100%; */
    /* border-color: #D8060E; */
    border: 2px solid #8B9332;
    box-shadow: none;
}


section.product_details .designerbtndiv .card img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    border: 1px solid #DADADA;
    border-radius: 8px;
}

section.product_details .designerbtndiv .button_1 {
    background-color: #313500;
    padding: 9px 20px;
    font-size: 10px;
    text-transform: uppercase;
    gap: 4px;
    letter-spacing: 2px;
}

.designerblousemodal .modal-content {
    border-radius: 20px;
}

.designerblousemodal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.designerblousemodal .modal-header .sub_heading {
    font-weight: 800;
}

.designerblousemodal .imagemodal_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.designerblousemodal .imagemodal_div img {
    border: 1px solid #DADADA;
    border-radius: 18px;
}

section.product_details .designerbtndiv .card .sub_heading {
    font-size: clamp(12px, 3vw, 15px);
    font-weight: 800;
}

.designerblousemodal .selectsizehading {
    font-size: clamp(12px, 2vw, 14px);
}

.designerblousemodal .blouse-modal-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.designerblousemodal .blouse-padding-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 0.625rem;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: border-color 150ms, background 150ms;
}

.designerblousemodal .blouse-padding-option:has(input:checked) {
    border-color: #8b8000;
    background: rgba(139, 128, 0, 0.05);
}

.designerblousemodal .blouse-padding-text {
    flex: 1;
}

.designerblousemodal .blouse-padding-name {
        font-size: 11px;
}

.designerblousemodal .blouse-padding-price {
        font-size: 14px;
    font-weight: 800;
}

.designerblousemodal .button_1 {
    font-size: 14px;
    letter-spacing: 1px;
}

section.product_details .blousebtnmodal {
    background: #00000082;
    border: 0.5px solid white;
    border-radius: 50px;
    width: 90%;
    padding: 7px 10px;
    font-weight: 600;
    font-size: clamp(11px, 2vw, 13px);
    margin: 0 auto;
}

section.product_details .designerbtndiv .card-img-overlay {
    border: none;
    border-radius: 0;
}

section.product_details .blousebtnmodal .form-check {
    margin-bottom: 0;
    display: flex;
    gap: 5px;
    justify-content: center;
    padding-left: 0;
    align-items: center;
    min-height: auto;
}

section.product_details .blousebtnmodal .form-check-input {
    border: 1px solid white;
    margin-top: 0;
    margin-left: 0;
    width: 14px;
    height: 14px;
}

section.product_details .blousebtnmodal .form-check-input:checked[type=radio] {
    background-image: url(../images/icon/custom_check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
}

section.product_details .blousebtnmodal .form-check-input[type=radio] {
    border-radius: 3px;
}

section.product_details .blousebtnmodal .form-check-label {
    font-size: clamp(11px, 2vw, 13px);
}

section.product_details .blousebtnmodal .form-check-input:checked {
    background-color: #D8060E;
    border: 1px solid transparent;
}

.addtocart_btns {
    display: flex;
    align-items: center;
    gap: 5px;
}

.addtocart_btns .button_1,
.addtocart_btns.mobilecartbtns .button_1 {
    width: 100% !important;
}

section.product_details .wrapper_child {
    background: transparent;
    border-bottom: 1px solid #BBBBBB;
    border-radius: 0;
}

section.product_details .wrapper_child:first-child {
    border-top: 1px solid #BBBBBB;
}

section.product_details .question__faqs {
    padding: 15px 80px 15px 10px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #53571F;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
}

section.product_details .question__faqs::after {
    content: "\002B";
    font-size: clamp(33px, 3vw, 34px);
    position: absolute;
    right: 11px;
    transition: 0.2s;
}

section.product_details .question__faqs.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px 10px;
}

.custom_ul li {
    background: url(../images/custom_ul_bullet.svg) no-repeat;
    background-position: left center;
    padding-left: 23px;
}

.addtocart_btns.mobilecartbtns {
    display: none;
}

/* ============ product details ends */

/* ========= checkout page start */
section.checkout__page .checkout__box {
    padding: 31px 23px;
    background: white;
}

.form-control {
    border-radius: 0;
    color: #919191;
    padding: 10px 12px;
    border: 1px solid #d3d3d3;
    font-size: clamp(13px, 2vw, 15px);
}

.form-select {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    color: #919191;
    padding: 10px 12px;
    font-size: clamp(13px, 2vw, 15px);
}

.child_grp {
    flex: 1;
    width: 100%;
}

.form-control::placeholder {
    color: #919191;
}

.form-control:focus {
    /* color: #919191;
    border: 1.5px solid #D8060E;*/
}

.label__check {
    font-size: clamp(13px, 2vw, 14px);
    font-weight: 500;
}

textarea {
    resize: none;
}

section.checkout__page .sub_heading,
section.mycartpage .summary__box .sub_heading {
    font-size: clamp(19px, 3vw, 22px);
}

.form_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.checkout__page .wrapper_child {
    background: transparent;
    border-radius: 0;
    border: 1px solid #c0c0c0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

section.checkout__page .wrapper_child:first-child {
    border-bottom: 1px solid transparent;
}

section.checkout__page .wrapper_child:last-child {
    border-top: 1px solid transparent;
}

section.checkout__page .wrapper_child.selected {
    border: 2px solid #8b9332;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.07);
}

section.checkout__page .question__faqs {
    padding: 10px 10px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #666565;
    background: #ededed;
    /* transition: border 0.3s linear; */
    transition: background 0.15s linear;
    user-select: none;
}

section.checkout__page .question__faqs:focus {
    outline: 3px solid rgba(139, 147, 50, 0.12);
}

section.checkout__page .answercontainer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms ease;
}

section.checkout__page .wrapper_child .answer {
    padding: 25px 20px;
}

section.checkout__page .wrapper_child .paymenticon {
    width: 111px;
    height: 87px;
    object-fit: contain;
}

section.checkout__page .wrapper_child .paynow_text {
    width: 60%;
    margin: 0 auto;
}

section.checkout__page .stickyproduct_summary,
section.mycartpage .stickyproduct_summary {
    position: sticky;
    top: 76px;
}

section.checkout__page .stickyproduct_summary .summary__box {
    background: #FEFFE8;
    padding: 28px 20px;
    border: 1px solid #e0e0e0;
}

section.checkout__page .stickyproduct_summary .summary__box.discountbox {
    border: 1px dashed #8B9332;
}

section.checkout__page .stickyproduct_summary .summary__box .card,
section.my_account .order__box .card {
    display: flex;
    flex-direction: row;
    border-radius: 0;
    gap: 11px;
    background-color: transparent;
}

section.checkout__page .stickyproduct_summary .summary__box .card .image___div {
    flex: 0 0 113px;
}

section.checkout__page .stickyproduct_summary .summary__box .card .productheading {
    font-size: clamp(13px, 2vw, 15px);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

section.checkout__page .stickyproduct_summary .summary__box .card .productnamedivcart,
section.my_account .order__box .card .productnamedivcart {
    display: flex;
    justify-content: space-between;
}

section.checkout__page .stickyproduct_summary .summary__box .card .size_product {
    font-size: clamp(10px, 2vw, 11px);
    font-weight: 400;
}

.productheading___div {
    width: 63%;
}

.coupon-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

section.checkout__page .stickyproduct_summary .summary__box .coupon-row .form-control {
    border: 1px dashed #d6d6d6;
}

section.checkout__page .stickyproduct_summary .summary__box .coupon-row .form-control:focus {
    border: 1px dashed #D8060E;
    transition: border 0.5s ease;
}

.iti__search-input {
    padding: 7px 11px;
    border: 1px solid grey;
    font-size: 13px;
}

.summary-item-image {
        border: 1px solid #c1c1c1;
        border-radius: 0px !important;
}

.summary-item-image img {
    object-position: top;
}

.summary-calculations {
    border: 1px solid #dededc;
}

.calc-row.total-row {
    margin-bottom: 0;
}

.summary-item-card {
    border-bottom: 1px dashed #d9d9d5;
}

.calc-row {
    align-items: center;
}

#cpnBtn,
.couponapplybtn {
    border: 1px solid transparent;
    background: #288CCC;
    padding: 9px 20px;
    color: white;
    cursor: pointer;
    width: 143px;
    min-width: 143px;
    text-align: center;
    font-weight: 600;
    height: 100%;
    font-size: clamp(13px, 2vw, 16px);
}

.couponapplybtn.removecouponbtn {
    background: #D8060E;
}

.couponsmodal #cpnBtn,
.couponsmodal .couponapplybtn {
    width: 122px;
    min-width: 122px;
}

section.checkout__page .discountcoderow {
    padding: 17px 12px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.couponcodebtn {
    border: 1.5px dashed #8B9332;
    color: #8B9332;
    font-weight: 600;
    background-color: transparent;
    transition: all 0.5s ease;
    padding: 6px 15px;
    font-size: clamp(11px, 2vw, 13px);
    display: inline-block;
}

section.checkout__page .stickyproduct_summary .summary__box .panel {
    display: none;
}

section.checkout__page .stickyproduct_summary .summary__box .flip {
    font-size: 12px;
}

.toggle-text {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.toggle-password {
    float: right;
    margin-top: -28px;
    margin-right: 10px;
    color: #7a7a7a;
    cursor: pointer;
    position: relative;
    z-index: 20;
}

.phone-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

#createaccphonenumber {
    flex: 1;
}

.iti__dropdown-content {
    width: 466px !important;
}

.country-code-input {
    width: 80px;
}

.iti__selected-country {
    color: #919191;
}

.grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
}

.grid-item {
    flex-shrink: 1;
    flex-basis: calc((100% / 5) - 17px);
    min-width: 150px;
}

section.new_arrivals.wishlist_product img {
    height: 100%;
    /* height: 381px; */
    width: 280px !important;
}

section.new_arrivals.wishlist_product .grid__child {
    border: 1px solid #e0e0e0;
    display: inline-block;
    /* border-bottom: none;*/
}

section.new_arrivals.wishlist_product .productname {
    padding: 16px 10px;
}

section.new_arrivals.wishlist_product .addtocartwishlist {
    text-align: center;
    color: #53571F;
    font-weight: 800;
    display: inline-block;
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    width: 100%;
    margin: 0 auto;
}

.close_button {
    background: #8B9332;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s ease;
    font-size: clamp(14px, 2vw, 21px);
    transform: translate(8px, -7px);
}

/* ========== my account, my orders, change password etc. css start === */

section.my_account .stickyproduct_summary {
    position: sticky;
    top: 118px;
    padding: 25px 16px;
}

section.my_account .my_accountstickybar {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

section.my_account .my_accountstickybar .myacc {
    color: white;
    background: rgba(139, 147, 50, 0.26);
    border-radius: 10px;
    padding: 12px 12px;
    transition: background 0.4s ease;
}

section.my_account .my_accountstickybar .myacc.active {
    background: #8B9332;
}

section.my_account .my_accountstickybar .myacc p {
    color: white;
    font-size: clamp(12px, 2vw, 17px);
    font-weight: 700;
}

section.my_account .my_accountstickybar .myacc .myaccountanchor i {
    font-size: clamp(12px, 2vw, 18px);
}

section.my_account .order__box {
    background: white;
    padding: 18px 14px;
    padding-right: 41px;
    border: 1px solid #e0e0e0;
}

section.my_account .order__box .orderstatus {
    color: #DE4E00;
    font-weight: 700;
    background-color: #FFE9DD;
    border-radius: 50px;
    padding: 5px 17px;
    width: max-content;
    font-size: clamp(7px, 1vw, 14px);
}

section.my_account .order__box .orderstatus.ordercancel {
    color: #D8060E;
    background-color: #FFE6E7;
}

section.my_account .order__box .orderstatus.orderdeliver {
    color: #008000;
    background-color: #D6FFD6;
}

section.my_account .order__box .orderstatus .circle1 {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #DE4E00;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid transparent;
    animation: 1.5s pulse infinite ease-in-out;
}

/* ===== pulse animation for the order shipped, cancelled, delivered ==== */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #ffb288;
    }

    100% {
        box-shadow: 0 0 0 14px #ffb28800;
    }
}

section.my_account .order__box .orderstatus.ordercancel .circle1 {
    background-color: #D8060E;
    animation: 1.5s pulsered infinite ease-in-out;
}

section.my_account .order__box .orderstatus.orderdeliver .circle1 {
    background-color: #008000;
    animation: 1.5s pulsegreen infinite ease-in-out;
}

@keyframes pulsered {
    0% {
        box-shadow: 0 0 0 0 #ff9498;
    }

    100% {
        box-shadow: 0 0 0 14px #ff949700;
    }
}

@keyframes pulsegreen {
    0% {
        box-shadow: 0 0 0 0 #9dfe9d;
    }

    100% {
        box-shadow: 0 0 0 14px #9dfe9d00;
    }
}

section.my_account .order__box .orderstatus.date {
    color: #666565;
    background-color: transparent;
    border: 1px solid #e0e0e0;
}

section.my_account .order__box .orderstatus.date.delivery {
    color: #53571F;
}

section.my_account .order__box .card .image___div {
    flex: 0 0 108px;
}

section.my_account .order__box .card .image___div img {
    border-radius: 8px;
}

section.my_account .order__box .card .productheading {
    font-size: clamp(11px, 2vw, 17px);
    font-weight: 700;
}

.customsize {
    font-size: clamp(9px, 1vw, 13px);
}

.productinfo {
    display: flex;
    align-items: baseline;
    gap: 87px;
}

.mobileproductinfo {
    display: none;
}

section.my_account .order__box .card .arrowto {
    transform: translateY(24%);
}

.customized_ul li {
    list-style: disc;
    margin-left: 11px;
}

section.my_account.orderdetails .productheading___div {
    width: 84%;
}

section.my_account.orderdetails .order__box {
    /* padding-right: 24px; */
    padding: 24px 24px;
}

section.my_account.orderdetails .order__box .product_price {
    transform: translateY(21px);
    font-size: clamp(11px, 2vw, 16px);
}

section.contactus_banner .card-img-overlay {
    background: linear-gradient(270deg, #a0a0a500 50%, #7d7d7d 114.79%);
}

/* section.contactus_banner .card-img-overlay .contactbox {
    transform: translateY(21px);
} */

/* section.contactdetails .contact___box {
        padding: 46px 28px;
} */

section.contactdetails .contact___box {
    padding: clamp(1.5rem, 5vw, 3rem) clamp(1.1rem, 3vw, 2rem);
    border-radius: clamp(19px, 2vw, 35px);
}

section.contactdetails .contact___box .social_media {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    width: 2.75em;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.contactdetails .contact___box .social_media i {
    font-size: clamp(17px, 2vw, 19px);
}

section.contactdetails .contactformbox {
    padding: clamp(1.4rem, 5vw, 2rem) clamp(0.9rem, 3vw, 1.5rem);
    border-radius: clamp(20px, 2vw, 25px);
    background: rgba(139, 147, 50, 0.26);
}

section.contactdetails .contactformbox .form-control,
section.contactdetails.track_order .form-control {
    background-color: transparent;
    border: 1px solid #ACACAC;
    color: #ACACAC;
}

section.contactdetails .contactformbox .form-control::placeholder,
section.contactdetails.track_order .form-control::placeholder {
    color: #ACACAC;
}

section.faq .question__faqs {
    padding: 20px 80px 20px 17px;
    border-radius: 9px;
    font-size: clamp(15px, 2vw, 18px);
    /* height: 75px; */
    height: 68px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: white;
    font-weight: 700;
    background-color: #8B9332;
    line-height: normal;
}

section.faq .wrapper_child {
    border: 1px solid #8B9332;
    border-radius: 11px;
}

section.faq .answercont {
    color: #424242;
}

section.faq .answer {
    padding: 18px 11px 20px;
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

section.faq .question__faqs::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

section.contactdetails.track_order .contact___box {
    padding: clamp(1.5rem, 5vw, 2rem) clamp(1.1rem, 3vw, 1.5rem);
    border-radius: clamp(19px, 2vw, 35px);
}

.trackorder_box .form_flex {
    align-items: flex-end;
}

.trackorder_box .form_flex>div:first-child {
    flex: 8;
}

.trackorder_box .form_flex>div:last-child {
    flex: 1;
}

.table {
    border: 0.5px solid #e6e9c4;
}

.table>thead {
    vertical-align: middle;
    background: #fdffe2;
}

.table>:not(caption)>*>* {
    background-color: transparent;
    padding: 11px 12px;
    color: #666565;
}

thead th {
    color: #53571F !important;
}

.table.mycarttable {
    border: none !important;
}

section.mycartpage .producttabletd {
    padding: 25px 0;
    padding-bottom: 0;
}

.table.mycarttable thead {
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
}

.table.mycarttable thead th {
    padding: 12px 53px;
}

.table.mycarttable>:not(caption)>*>* {
    border-bottom: none;
}

section.mycartpage .mycarttablediv {
    padding: 8px 17px;
}

section.mycartpage .summary__box {
    background: #feffee;
    padding: 28px 20px;
}

section.mycartpage .mobileproductshowstructure {
    display: none;
}

.sub_heading.otpheading {
    font-size: clamp(18px, 3vw, 22px);
}

.otptext {
    font-size: 14px;
    width: 86%;
    margin: 0 auto;
}

.otp_fielddiv {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    width: 71%;
}

.otp_fielddiv .otpfield {
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    text-align: center;
    width: 51px;
    height: 45px;
}

.otpverificationdiv .resendcode {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    transform: translateX(-5px);
}

.ordiv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ordiv .orline {
    width: 100%;
}

.loginwithpassbtn {
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    background-color: #F5F5F5;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #D7D7D7;
    height: max-content;
    font-weight: 450;
}

header .top_head #currencydropdown button {
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: white;
    padding: 2px 6px;
    color: #666565;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 111px;
    font-size: 14px;
}



header .top_head #currencydropdown .dropdown-menu {
    color: #666565;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 100%;
    left: auto;
    right: 0;
    border-radius: 8px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 11px #7f7f7f4a;
    min-width: 220px;
    max-width: calc(100vw - 20px);
    overflow-x: hidden;
    left: auto !important;
}

header .top_head #currencydropdown .dropdown-menu[data-bs-popper] {
    margin-top: 4px !important;
}

header .top_head #currencydropdown .dropdown-item {
    color: #666565;
    padding: 9px 20px 9px 10px;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
}

header .top_head #currencydropdown .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

header .top_head #currencydropdown .dropdown-item:focus,
header .top_head #currencydropdown .dropdown-item:hover {
    background-color: transparent !important;
    color: #666565 !important;
}

header .top_head #currencydropdown .dropdown-item:active,
header .top_head #currencydropdown .dropdown-item.active {
    background-color: transparent !important;
    color: #666565 !important;
}

header .top_head #currencydropdown .currencyicon {
    border-radius: 3px;
    width: 22px;
}

#currencydropdown .dropdown-arrow::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #666565;
    font-size: 12px;
}

/* header .top_head #currencydropdown button .dropdown-arrow {
    transition: all 0.2s ease;
    rotate: 0deg;
}

header .top_head #currencydropdown button:focus .dropdown-arrow {
    rotate: -180deg;
    transform: translateY(-1px);
} */

#currencydropdown .dropdown-toggle::after {
    display: none;
}

/* product details page product description read more */
.fade-wrapper {
    max-width: 680px;
    position: relative;
}

.fade-content {
    overflow: hidden;
    height: 78px;
    transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Gradient fade */
.fade-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.fade-content.expanded::after {
    opacity: 0;
}

.read-toggle {
    background: none;
    border: none;
    padding: 0;
    margin-top: 6px;
    font-size: 15px;
    /* color: #D8060E; */
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
}

/* .read-toggle:hover {
    text-decoration: underline;
} */

.viewallofferbtn {
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 617px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1345px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1436px;
    }
}