/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: home page styles
*/



/* home slider */

/* Banner-only hero: natural image height (matches qnap_lk) */
#carouselHomeIndicators.carousel--banner-only {
    height: auto !important;
    min-height: unset !important;
    overflow: hidden;
}

#carouselHomeIndicators.carousel--banner-only .carousel-inner,
#carouselHomeIndicators.carousel--banner-only .carousel-item,
#carouselHomeIndicators .carousel-item--banner-only {
    height: auto !important;
    min-height: unset !important;
}

#carouselHomeIndicators .carousel-item--banner-only .slide-banner-wrap {
    display: block;
    width: 100%;
    position: relative;
    overflow: visible;
    line-height: 0;
}

#carouselHomeIndicators .carousel-item--banner-only .slide-banner-link {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    color: inherit;
    text-decoration: none;
}

#carouselHomeIndicators.carousel--banner-only .custom-indicators,
#carouselHomeIndicators.carousel--banner-only .carousel-control-prev,
#carouselHomeIndicators.carousel--banner-only .carousel-control-next,
#carouselHomeIndicators.carousel--banner-only .hero-button {
    z-index: 20;
}

#carouselHomeIndicators .carousel-item--banner-only .slide-banner-img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

#carouselHomeIndicators .carousel-item--banner-only .slide-banner-img--desktop {
    display: block;
}

#carouselHomeIndicators .carousel-item--banner-only .slide-banner-img--mobile {
    display: none !important;
}

@media only screen and (max-width: 991.98px) {
    #carouselHomeIndicators .carousel-item--banner-only .slide-banner-img--desktop {
        display: none !important;
    }

    #carouselHomeIndicators .carousel-item--banner-only .slide-banner-img--mobile {
        display: block !important;
    }
}

#carouselHomeIndicators.carousel--banner-only .carousel-inner {
    position: relative;
}

#carouselHomeIndicators.carousel--banner-only .carousel-item.active {
    display: block;
    position: relative;
    z-index: 2;
}

#carouselHomeIndicators.carousel--banner-only .carousel-item.carousel-item-next,
#carouselHomeIndicators.carousel--banner-only .carousel-item.carousel-item-prev {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

#carouselHomeIndicators.carousel--banner-only .carousel-item--banner-only.active,
#carouselHomeIndicators.carousel--banner-only .carousel-item--banner-only.carousel-item-next,
#carouselHomeIndicators.carousel--banner-only .carousel-item--banner-only.carousel-item-prev {
    display: block;
}

.slide {
    position: relative;
    height: 650px;
    /* width: 100%; */
}

.slide .carousel-inner .carousel-item .cart-btn {
    text-align: center;
    font-size: 18px;
    background-color: var(--theme3);
    padding: 10px 30px;
    color: var(--white);
    /* border-bottom: 2px solid #333333; */
    border-radius: 25px;
}

.slide .cart-btn:hover {
    opacity: 0.5;
}

.slide .carousel-indicators {
    bottom: 20%;
}

.slide .carousel-indicators li {
    text-indent: unset;
    background-color: unset;
    color: var(--white);
}

.custom-indicators {
    position: absolute;
    right: 140px;
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    z-index: 20;
}

.custom-indicators li {
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 4px !important;
    cursor: pointer;
}

/* Quantity queries: line widths taper based on actual slide count */
.custom-indicators li:first-child:nth-last-child(1) .indicator-line {
    width: 80px;
}

.custom-indicators li:first-child:nth-last-child(2) .indicator-line {
    width: 80px;
}
.custom-indicators li:first-child:nth-last-child(2) ~ li:nth-child(2) .indicator-line {
    width: 38px;
}

.custom-indicators li:first-child:nth-last-child(3) .indicator-line {
    width: 80px;
}
.custom-indicators li:first-child:nth-last-child(3) ~ li:nth-child(2) .indicator-line {
    width: 38px;
}
.custom-indicators li:first-child:nth-last-child(3) ~ li:nth-child(3) .indicator-line {
    width: 20px;
}

.custom-indicators li:first-child:nth-last-child(4) .indicator-line {
    width: 80px;
}
.custom-indicators li:first-child:nth-last-child(4) ~ li:nth-child(2) .indicator-line {
    width: 38px;
}
.custom-indicators li:first-child:nth-last-child(4) ~ li:nth-child(3) .indicator-line {
    width: 20px;
}
.custom-indicators li:first-child:nth-last-child(4) ~ li:nth-child(4) .indicator-line {
    width: 12px;
}

.custom-indicators li:first-child:nth-last-child(5) .indicator-line {
    width: 80px;
}
.custom-indicators li:first-child:nth-last-child(5) ~ li:nth-child(2) .indicator-line {
    width: 38px;
}
.custom-indicators li:first-child:nth-last-child(5) ~ li:nth-child(3) .indicator-line {
    width: 20px;
}
.custom-indicators li:first-child:nth-last-child(5) ~ li:nth-child(4) .indicator-line {
    width: 12px;
}
.custom-indicators li:first-child:nth-last-child(5) ~ li:nth-child(5) .indicator-line {
    width: 7px;
}

.custom-indicators li:first-child:nth-last-child(6) .indicator-line {
    width: 80px;
}
.custom-indicators li:first-child:nth-last-child(6) ~ li:nth-child(2) .indicator-line {
    width: 38px;
}
.custom-indicators li:first-child:nth-last-child(6) ~ li:nth-child(3) .indicator-line {
    width: 20px;
}
.custom-indicators li:first-child:nth-last-child(6) ~ li:nth-child(4) .indicator-line {
    width: 12px;
}
.custom-indicators li:first-child:nth-last-child(6) ~ li:nth-child(5) .indicator-line {
    width: 7px;
}
.custom-indicators li:first-child:nth-last-child(6) ~ li:nth-child(6) .indicator-line {
    width: 4px;
}

.custom-indicators li:first-child:nth-last-child(7) .indicator-line {
    width: 80px;
}
.custom-indicators li:first-child:nth-last-child(7) ~ li:nth-child(2) .indicator-line {
    width: 38px;
}
.custom-indicators li:first-child:nth-last-child(7) ~ li:nth-child(3) .indicator-line {
    width: 20px;
}
.custom-indicators li:first-child:nth-last-child(7) ~ li:nth-child(4) .indicator-line {
    width: 12px;
}
.custom-indicators li:first-child:nth-last-child(7) ~ li:nth-child(5) .indicator-line {
    width: 7px;
}
.custom-indicators li:first-child:nth-last-child(7) ~ li:nth-child(6) .indicator-line {
    width: 4px;
}
.custom-indicators li:first-child:nth-last-child(7) ~ li:nth-child(7) .indicator-line {
    width: 2px;
}

.custom-indicators li .indicator-line {
    /* width: 30px; */
    height: 1.5px;
    background-color: #A5A5A5;
    margin-right: 15px;
    transition: background-color 0.3s ease;
}

.custom-indicators li .indicator-number {
    font-size: 18px;
    font-weight: 700;
    color: #A5A5A5;
    transition: all 0.3s ease;
}

.custom-indicators li.active .indicator-line {
    /* width: 50px; */
    background-color: #00A53D;
}

.custom-indicators li.active .indicator-number {
    color: #00A53D;
}

.new-arrival-label {
    background-color: #EFE70B;
    border-radius: 5px;
    padding: 2px 10px;
    color: #101726;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 400;
}


@media only screen and (max-width: 575px) {
    .slide {
        /* Total height of mobile navbar is approx 92px (Logo 60px + py-3 padding 32px) */
        height: calc(100vh - 90px);
    }
}

/* Ensure images take full height and use cover to maintain aspect ratio */
@media only screen and (max-width: 767px) {
    .carousel-item {
        height: 100% !important;
    }

    .slide .carousel-inner .carousel-item img {
        height: 100% !important;
        object-fit: cover;
    }
}

.slide .carousel-control-prev,
.slide .carousel-control-next {
    display: none;
    background: transparent;
    border: unset;
}

.slide .carousel-inner {
    z-index: 1;
    height: 100%;
    position: relative;
}

.slide .carousel-inner .carousel-item {
    text-align: center;
    color: var(--white);
    /* width: 40%;
    margin: auto; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.slide .carousel-inner .carousel-item .text-area {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 40%;
    margin: auto;
    transform: translateY(60%);
}

.slide .carousel-inner .carousel-item .slider-text {
    font-family: var(--theme-font);
    font-weight: 700;
    font-size: 50px;
}

.slide .carousel-inner .carousel-item .slider-descr {
    font-size: 16px;
    font-weight: 100;
    /* width: 80%; */
    margin: auto;
}

@media only screen and (max-width:1399px) {

    .slide {
        height: 550px;
    }

    .slide .carousel-inner .carousel-item .text-area {
        width: 60%;
    }

    .slide .carousel-inner .carousel-item .slider-text {
        font-size: 45px;
    }

    .slide .carousel-inner .carousel-item .slider-descr {
        font-size: 17px;
        width: 75%;
    }

    .product-card .product-btn-wrapper .add-to-cart-label {
        font-size: 14px;
    }

}

@media (min-width: 990px) {
  .cart-col-wide {
    flex: 0 0 18% !important; /* or any width you prefer */
    max-width: 16% !important;
  }
}

@media only screen and (max-width:1199px) {

    /* .slide{
        height: 500px;
    } */

    .slide .carousel-inner .carousel-item .text-area {
        width: 60%;
    }

    .slide .carousel-inner .carousel-item .slider-text {
        font-size: 40px;
    }

    .slide .carousel-inner .carousel-item .slider-descr {
        font-size: 16px;
        width: 85%;
    }

}

@media only screen and (max-width:991px) {

    .table-borderless td,
    .table-borderless th,
    .table-borderless thead th {
        font-size: 14px;
        text-wrap: nowrap;
    }

    /* .slide{
        height: 450px;
    } */

    .slide .carousel-inner .carousel-item .slider-text {
        font-size: 35px;
    }

    .slide .carousel-inner .carousel-item .slider-descr {
        font-size: 15px;
    }

    .product-card .product-btn-wrapper .add-to-cart-label {
        font-size: 13px;
    }
}

@media only screen and (max-width:767px) {

    /* .slide{
        height: 350px;
    } */

    .slide .carousel-inner img {
        height: unset !important;
    }

    .slide .cart-btn {
        bottom: 35%;
    }

    .slide .carousel-inner .carousel-item {
        bottom: 55%;
    }

    .slide .carousel-inner .carousel-item .text-area {
        width: 80%;
    }

    .slide .carousel-inner .carousel-item .slider-text {
        font-size: 30px;
    }

    .slide .carousel-inner .carousel-item .slider-descr {
        font-size: 15px;
    }
}

@media only screen and (max-width:575px) {

    .custom-indicators {
        right: 10px;
        top: 50%;
        bottom: auto;
        left: auto;
    }

    .slide .carousel-control-prev,
    .slide .carousel-control-next {
        display: none;
    }

    .slide .carousel-inner .carousel-item {
        bottom: 45%;
    }

    .carousel {
        height: 450px !important;
    }

    .slide {
        height: 800px;
    }

    .slide .carousel-inner .carousel-item .slider-text {
        font-size: 25px;
    }

    .slide .carousel-inner .carousel-item .slider-descr {
        font-size: 13px;
    }

    .slide .cart-btn {
        bottom: 26%;
        font-size: 12px;
        padding: 10px;
    }

    .services-sec {
        top: 0 !important;
    }

    .slide .carousel-indicators {
        bottom: 15%;
    }
}

@media only screen and (max-width:415px) {


    .slide .carousel-inner .carousel-item {
        bottom: 45%;
    }

    .slide .carousel-inner .carousel-item .text-area {
        width: 90%;
    }

    .slide {
        height: 300px;
    }

    .slide .carousel-inner .carousel-item .slider-text {
        font-size: 20px;
        text-shadow: 0px 0px 5px #000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .slide .carousel-inner .carousel-item .slider-descr {
        font-size: 11px;
        text-shadow: 0px 0px 5px #000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .slide .cart-btn {
        bottom: 24%;
        font-size: 11px;
    }

    .slide .carousel-indicators {
        /* display: none; */
    }
}

.top-banner {
    background-color: #fff;
    position: relative;
    background-image: url("../../img/topbannerbg.png");
    background-size: cover;
    background-position: center;
    /* height: 500px; */
}

.top-banner .title-area {
    position: relative;
    /* top: 0; */
    right: 0;
    left: 0;
    width: 80%;
    /* bottom: 0; */
    /* transform: translateY(-50%); */
}

.top-banner .title-area .title {
    font-family: var(--theme-font);
    font-size: 38px;
    font-weight: 700;
    color: var(--white);
}

.top-banner .descr-area .descr {
    font-size: 16px;
    font-weight: 100;
    color: var(--white);
}

/* .top-banner .descr-area .shop-btn{
    font-size: 16px;
    font-weight: 100;
    border-radius: 25px;
    color: var(--white);
    padding: 10px 35px;
    border-bottom: 2px solid #333333;
    background-color: var(--theme3);
    display: flex;
}
.top-banner .descr-area .shop-btn:hover{
   opacity: 0.7;
} */

.home-product-section {
    padding-top: 128px;
    /* padding-bottom: 128px; */
}

.link-text-color {
    color: #101726 !important;
}

.link-text-color:hover {
    color: #42c878 !important;
}

.home-product-section .view .view-btn {

    font-size: 16px;
    font-weight: 100;
    border-radius: 25px;
    color: var(--white);
    padding: 10px 35px;
    border-bottom: 2px solid #333333;
    background-color: var(--theme3);
}

.home-product-section .view .view-btn:hover {
    opacity: 0.5;
}

.bottom-banner {
    padding-top: 128px;
    padding-bottom: 128px;
    /* margin-top: 5rem; */
    /* margin-bottom: 5rem; */
}

@media only screen and (max-width:1491px) {
    .top-banner .title-area {
        width: 100%;
    }

    .top-banner .title-area .title {
        font-size: 30px;
    }
}

@media only screen and (max-width:575px) {
    .top-banner .title-area .title {
        font-size: 20px;
    }

    .top-banner .descr-area .descr {
        font-size: 15px;
    }

    .bottom-banner {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.bottom-banner {
    background-color: #fff;
}

.bottom-banner .banner-container {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-items: center;
}

.bottom-banner .banner-item {
    overflow: hidden;
    border-radius: 20px;
}

.bottom-banner .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bottom-banner .banner-item:hover img {
    transform: scale(1.05);
}

.bottom-banner .banner-side {
    flex: 500;
    max-width: 500px;
    aspect-ratio: 500 / 800;
    max-height: 800px;
}

.bottom-banner .banner-middle {
    flex: 872;
    max-width: 872px;
    aspect-ratio: 872 / 800;
    max-height: 800px;
}

@media screen and (max-width: 991px) {
    .bottom-banner .banner-container {
        flex-direction: column;
        gap: 20px;
    }

    .bottom-banner .banner-side,
    .bottom-banner .banner-middle {
        max-width: 370px;
        max-height: 390px;
        aspect-ratio: 370/390;
        flex: none;
    }

    .bottom-banner .banner-side img,
    .bottom-banner .banner-middle img {
        max-width: 100%;
        max-height: 100%;
        padding: 0.4rem;
    }
}

.bottom-product {
    position: relative;
}

.bottom-product .title-area {
    position: relative;
    /* top: 50%;
    transform: translateY(-50%); */
}

.bottom-product .title-area .title {
    font-family: var(--theme-font);
    font-weight: 700;
    font-size: 38px;
    width: 60%;
}

.bottom-product .title-area .descr {
    font-weight: 100;
    font-size: 18px;
}

/* .bottom-product .title-area .shop-btn{
    font-size: 16px;
    font-weight: 100;
    border-radius: 25px;
    color: var(--white);
    padding: 10px 35px;
    border-bottom: 2px solid #333333;
    background-color: var(--theme3);
    display: flex;
}
.bottom-product .title-area .shop-btn:hover{
    opacity: 0.7;
} */

.shop-btn {
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
    color: var(--white);
    padding: 10px 35px;
    border-bottom: 1px solid #333333;
    background-color: var(--theme3);
    display: flex;
    width: fit-content;
}

.shop-btn:hover {
    opacity: 1;
}

.shop-btn .mask {
    position: relative;
    padding: 0;
    height: 20px;
    overflow: hidden;
}

.shop-btn-container {
    transition: transform 0.4s ease;
}

.arrow-right-icon {
    width: 28px;
    height: 28px;
}

.shop-btn .shop-btn-container .shop-btn-title {
    display: block;
    font-size: 16px;
    line-height: 20px;

    transition: transform 0.4s ease;
}

.shop-btn-title1 {
    transform-origin: right center;
}

.shop-btn-title2 {
    transform-origin: left center;
    transform: rotate(20deg);
}

.icon:nth-child(2) {
    transform: translate(-40px);
}

.shop-btn:hover .shop-btn-container {
    transform: translateY(-20px);
}

.shop-btn:hover .shop-btn-title1 {
    transform: rotate(20deg);
}

.shop-btn:hover .shop-btn-title2 {
    transform: rotate(0);
}

.shop-btn:hover .icon:first-child {
    transform: translate(40px);
}

.shop-btn:hover .icon:nth-child(2) {
    transform: translate(0px);
}


.bottom-product {
    position: relative;
}

.bottom-product .product-card {
    box-shadow: unset;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.bottom-product .product-card .img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0px;
    width: 100%;
    height: 3rem;
    opacity: .2;
    transition: 0.2s ease-in-out;
}

.bottom-product .product-card .img:hover::after {
    height: 100%;
    opacity: .5;
    background-color: #000;
    box-shadow: 0 0 5px black;
}

.bottom-product .product-card .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: -75px;
    transition: 0.2s ease-in-out;
}

.bottom-product .product-card:hover .content {
    top: 50%;

    transform: translate(-50%, -50%);
    bottom: unset;
}

.bottom-product .product-card .content .title {
    color: var(--white);
}

.product-card .product-btn-wrapper .add-to-cart-label {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #F7F9FC;
    text-transform: capitalize;
    letter-spacing: 0px;
}
/* .bottom-product #procousel .owl-item.active.center{
    margin: 0px 40px ;
} */

.says-section {
    position: relative;
    padding-bottom: 6rem;
    /* padding-top: 6rem; */
    /* background-image: url(../../img/bg.svg); */
    /* background-position: center; */
    background-size: cover;
    background: linear-gradient(360deg, #c5e0cf 0%, #ffffff 100%);
}

.says-section .rd-title_outer .says-outer .profile img {
    width: 5%;
    border-radius: 50%;
    margin: auto;
}

.says-section .aiz-carousel .says-outer .msg {
    width: 50%;
    font-weight: 300;
    font-size: 18px;
}

.says-section .text-muted .green-text {
    color: #00792E;
}

.says-section .aiz-carousel .slick-dots button {
    width: 25px;
    height: 5px;
    border-radius: 10px;
    opacity: 0.7;
    background: var(--theme3);
}

.says-section .aiz-carousel .slick-dots .slick-active button {
    width: 50px;
    opacity: 1;
}

.review-grid {
    display: block;
    column-count: 3;
    column-gap: 24px;
}

.review-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    /* min-height: 220px; */
    /* Removed */
    margin-bottom: 24px;
    /* Space between items in column */
    break-inside: avoid;
    transition: box-shadow 0.2s;
}

.review-card:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.training-kit-section {
    position: relative;
    padding-bottom: 3rem;
    padding-top: 3rem;
    /* background-image: url(../../img/bg.svg); */
    /* background-position: center; */
    background-size: cover;
    background: linear-gradient(360deg, #616d67 0%, #c5e0cf 100%);
    border-top-color: rgb(3, 104, 43) !important;
}

.training-kit-section .rd-title_outer h5 {
    color: var(--white);
    font-family: var(--theme-font);
    font-size: 38px;
    font-weight: 700;
}

.training-kit-section .training-kit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--white);
    color: var(--theme_black);
    border: 2px solid rgb(197, 230, 210);
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.training-kit-section .training-kit-btn:hover {
    background-color: var(--theme3);
    color: var(--white);
    border-color: var(--theme3);
    transform: translateY(-2px);
    box-shadow: 0 0.4rem 1.25rem rgba(3, 104, 43, 0.35);
    text-decoration: none;
}

.training-kit-section .training-kit-btn i {
    font-size: 1.25rem;
    line-height: 1;
}

@media (max-width: 991px) {
    .review-grid {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .home-product-section {
        padding-top: 2rem;
        /* padding-bottom: 2rem; */
    }

    .review-grid {
        display: flex !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 16px;
        column-count: unset;
        margin: 0;
        padding: 0 15px 20px 15px;
        scrollbar-width: none;
        /* Firefox */
    }

    .review-grid::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Edge */
    }

    .review-card {
        flex: 0 0 264px;
        width: 264px;
        height: 254px;
        scroll-snap-align: start;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        text-align: start;
        /* Keep the text aligns as it is - actually user said keep as is but cards usually have center alignment in these designs, checking partial */
    }

    .review-card .review-comment {
        overflow-y: auto;
        flex-grow: 1;
        margin-bottom: 0;
    }

    .review-profile {
        margin-top: 0;
    }

    .review-avatar img {
        width: 32px;
        height: 32px;
        object-fit: cover;
    }

    .review-name {
        color: #222;
        font-size: 1rem;
    }

}

.review-rating .star {
    color: #22c55e;
    font-size: 12px;
    margin-right: 2px;
}

.review-title {
    font-size: 1.1rem;
    color: #222;
}

.review-comment {
    color: #444;
    font-size: 1rem;
    margin-bottom: 3px;
}

.review-profile {
    margin-top: 16px;
}

.review-avatar img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.review-name {
    color: #222;
    font-size: 1rem;
}

@media only screen and (max-width:768px) {
    .bottom-product .title-area .title {
        width: 100%;
        font-size: 25px;
    }

    .bottom-product .product-card .content .title {
        font-size: 15px;
    }
}

@media only screen and (max-width:991px) {
    .says-section .aiz-carousel .says-outer .msg {
        width: 100%
    }

    .says-section .rd-title_outer .says-outer .profile img {
        width: 15%;
    }
}



.news-section .featured-article {
    width: 100%;
    /* Takes up more space for the featured article */
    position: relative;
}

.news-section .featured-article::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000;
    box-shadow: 0 0 5px black;
    border-radius: 5px;
}

.news-section .featured-article img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.news-section .article-details {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 1;
}

.news-section .article-details .category {
    background-color: green;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.news-section .article-details .title {
    font-family: var(--theme-font);
    font-weight: 700;
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
}

.news-section .article-info .title {
    font-family: var(--theme-font);
    font-weight: 700;
    color: var(--black);

}

.news-section .article-info {
    color: var(--black);
    font-weight: 100;
    /* display: flex; */
    gap: 10px;
    font-size: 15px;
    align-items: center;
}

.news-section .article-item {
    display: flex;
    gap: 10px;
}

.news-section .article-item img {
    width: 100px;
    height: auto;
    border-radius: 5px;
}

.news-section .article-info .category {
    background-color: green;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.news-section .article-info .beauty {
    background-color: pink;
}

.news-section .article-info h3 {
    margin: 0;
    font-size: 16px;
}

.news-section .article-info .date,
.news-section .article-info .author {
    font-size: 12px;
    color: gray;
}

.says-section .rd-title_outer .aiz-carousel .slick-dots {
    padding: 20px 0;
}


.dm-silder-wrapper {
    position: relative;
}

.dm-silder-wrapper .slider-category {
    width: 270px;
}

.dm-silder-wrapper .carousel-indicators {
    margin: 0;
    padding: 0;
    right: auto;
    bottom: 50px;
    left: 8.3%;
}

.dm-silder-wrapper .carousel-indicators li {
    color: var(--white);
    background-color: transparent;
    border: none;
    width: 0;
    height: 2px;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    text-indent: 0;
    position: relative;
    transition: 0.3s ease-out;
    left: 28px;
}

.dm-silder-wrapper .carousel-indicators li.active {
    text-decoration: underline;
    width: 60px;
    opacity: 0.7;
    background-color: #ffffff;
}

.dm-silder-wrapper .carousel-indicators li:hover {
    color: var(--theme_gray);
}

.dm-silder-wrapper .carousel-indicators li:not(:last-child) {
    margin-right: 30px;
}

/* .dm-silder-wrapper .carousel-indicators li:last-child::before{
    position: absolute;
    content: '';
    background-color: #fff;
    height: 2px;
    width: 60px;
    left: 30px;
    top: 15px;
} */

.dm-silder-wrapper .carousel-indicators li span {
    position: absolute;
    left: -24px;
    top: -14px;
    display: inline-block;
}

.dm-silder-wrapper .carousel-control-next,
.dm-silder-wrapper .carousel-control-prev {
    opacity: 1;
    width: unset;
    top: 0;
    bottom: 0;
}

.dm-silder-wrapper .carousel-control-next i,
.dm-silder-wrapper .carousel-control-prev i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color: #707070bd;
    transition: .15s ease;
    line-height: 2.3;
}

.dm-silder-wrapper .carousel-control-next i:hover,
.dm-silder-wrapper .carousel-control-prev i:hover {
    background-color: #707070;
}

.dm-silder-wrapper .carousel-control-prev {
    left: 1.3%;
}

.dm-silder-wrapper .carousel-control-next {
    right: 1.3%;
}

.dm-silder-wrapper .slider-category {
    border-left: solid 1px #CBCBCB;
    border-right: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB;
    height: 100%;
}

.dm-silder-wrapper .slider-category .list-unstyled {
    border-top: solid 1px #CBCBCB;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a {
    margin: 0 8px;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element:not(:last-child) a {
    border-bottom: solid 1px #CBCBCB;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a {
    font-size: 14px;
    color: var(--black) !important;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a:hover {
    color: var(--theme_color) !important;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a .angle-right {
    float: right;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a .cat-name {
    font-family: 'Outfit-Medium';
}

.dm-silder-wrapper .slider-slider {
    position: relative;
    width: 100%;
    margin-right: 0;
}

/* .dm-silder-wrapper .slider-slider .carousel-item img{
    border-radius: 20px;
} */
.dm-more-category--item {
    padding: 0.5rem;
}

.dm-more-category--item a {
    font-size: 14px;
    color: var(--font-color);
}

.dm-more-category--item a:hover {
    color: var(--theme1);
}

.dm-more-category--item a>img {
    width: 20px;
    margin-right: 6px;
}

/* deals */

.rd-title_outer h3,
.rd-title_outer h4 {
    /* margin-top: 15px !important; */
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #101726;
    font-size: 38px;
    font-weight: 700;
    justify-content: space-between;
}

.rd-title_outer {
    justify-content: space-between;
}

.rd-title_outer .text-muted {
    font-size: 18px;
    color: #101726 !important;
    text-transform: capitalize !important;
}

/* home tips row */
.home-tips-row .tips-col {
    position: relative;
    background-color: var(--theme1);

}

.home-tips-row .tips-col:last-child {
    border-right: none;
}

.home-tips-row .tips-col .quick-tip-inner ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.home-tips-row .tips-col .quick-tip-inner li {
    color: var(--theme_color);
}

.home-tips-row .tips-col .quick-tip-inner li img {
    width: 40px;
    filter: invert(1);
}

.home-tips-row .tips-col .quick-tip-inner li:first-child {
    margin-right: 10px;
    display: flex;
}

.home-tips-row .tips-col .quick-tip-inner li h4 {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

.home-tips-row .tips-col .quick-tip-inner li p {
    margin-bottom: 0;
    font-size: 12px;
    color: white;
}

.home-tips-row .quick-tip-inner {
    margin: 1rem 0;
    border-right: solid 1px #130D0D;
}

.home-tips-row .tips-col:last-of-type .quick-tip-inner {
    border-right-color: transparent;
}

/* home side bar */
/* home side footer-tips */
.home-side-tips {
    border: solid 1px #A2A2A2;
}

.home-side-tips .row {
    justify-content: space-evenly;
}

.home-side-tips .tips-col {
    padding: 15px 15px;
    border-bottom: solid 2px #d1d1d1;
    width: 95%;
}

.home-side-tips .tips-col:last-child {
    border-bottom: none;
}

.home-side-tips .tips-col .quick-tip-inner ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}

.home-side-tips .tips-col .quick-tip-inner li {
    color: var(--font-color);
}

.home-side-tips .tips-col .quick-tip-inner li img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.home-side-tips .tips-col .quick-tip-inner li h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: black;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

.home-side-tips .tips-col .quick-tip-inner li p {
    margin-bottom: 0;
    font-size: 11px;
    color: var(--black);
}

/* home daily deals */
.home-daily-deals .aiz-carousel .slick-arrow {
    top: -30px;
    border: solid 2px var(--theme_black);
    color: var(--theme_black);
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 22px;
    box-shadow: none;
}

.home-daily-deals .aiz-carousel .slick-prev {
    left: auto;
    right: 40px;
}

.home-daily-deals .aiz-carousel .slick-next {
    right: 10px;
}

/* home latest product */
.section_latest .daily-deals .info {
    margin-bottom: 10px;
}

.section_latest .aiz-carousel .slick-next {
    right: 0px;
}

.section_latest .aiz-carousel .slick-prev {
    right: 35px;
    margin-left: auto;
}

.section_latest .aiz-carousel .slick-arrow {
    position: absolute;
    top: -37px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: var(--theme_gray);
    border-radius: 50em;
    border: solid 1px var(--theme_color);
    /* box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%); */
    box-shadow: none;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    text-align: center;
}

.section_latest .aiz-carousel .slick-arrow i {
    color: var(--theme_color);
    font-size: 13px;
}

/* auction ending soon */
.ending-soon .ending-soon-box .ending-soon-card {
    background-color: var(--white);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px #dddddd;
    margin-bottom: 15px;
}

.ending-soon .ending-soon-box .ending-soon-card .img {
    padding-bottom: 10px;
}

.ending-soon .ending-soon-box .ending-soon-card .info h5 {
    color: var(--theme_black);
    font-size: 18px;
    font-weight: 600;
}

.ending-soon .ending-soon-box .ending-soon-card .info .price {
    display: flex;
    border-bottom: solid 1px #e01a22;
    margin-bottom: 5px;
}

.ending-soon .ending-soon-box .ending-soon-card .info .price h6 {
    color: #e01a22;
    margin-right: 10px;
    font-weight: 600;
}

.ending-soon .ending-soon-box .ending-soon-card .info .price span {
    font-size: 12px;
    color: #999999;
}

.ending-soon .ending-soon-box .ending-soon-card .info .aiz-countdownfn {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #e01a22;
}

/* popular categories */

/* .home-category-section .slick-arrow{
    position: absolute;
    top: 40%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #0f0f0f26;
    border: 0;
    font-size: 25px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    color: white;
}

.home-category-section .slick-prev {
    right: auto;
    left: 0;
}

.home-category-section .slick-next {
    left: auto;
    right: 0;
}
*/

.home-category-section {
    padding-bottom: 8rem;
    padding-top: 8rem;
}

.home-category-section .owl-carousel .owl-item img {
    width: unset;
}

.home-category-section .owl-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #0f0f0f26 !important;
    border: 0 !important;
    font-size: 25px !important;
    line-height: 18px !important;
    padding: 0;
    text-align: center;
    color: white !important;
}

.home-category-section .owl-carousel .owl-nav .owl-prev {
    right: auto;
    left: 0;
}

.home-category-section .owl-carousel .owl-nav .owl-next {
    right: 0;
    left: auto;
}

.services-sec {
    position: relative;
    top: 0;
}

.services-sec .aiz-carousel {
    background-color: var(--theme1);
    /* box-shadow: 8px 16px 24px #0000001A; */
    /* border-radius: 5px; */
}

.category-card {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-bottom: 2px;
    height: 100%;
}

.offer-banners .dicount-card {
    background: var(--theme1);
    position: relative;
}

.offer-banners .dicount-card .text-area {
    padding: 75px;
    color: var(--white);
}

.offer-banners .dicount-card .text-area .title {
    font-size: 38px;
    font-weight: 600;
}

.offer-banners .dicount-card-1 {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--theme3);
}

.offer-banners .dicount-card-1 .text-area {
    position: absolute;
    top: 0;
    padding: 45px;
    width: 70%;
}

.offer-banners .dicount-card-1 .text-area .title {
    font-size: 38px;
    font-weight: 600;
    color: var(--theme2);
}

.offer-banners .dicount-card-1 .text-area .offer-link {
    font-weight: 600;
    color: var(--theme1);
}

/* product  */

.home-product-section .nav-pills {
    border: none;
    margin: 30px 0;
    justify-content: center;
}

.home-product-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--theme1);
    color: var(--white);
}

.home-product-section .nav-pills .nav-link {
    border: none;
    background-color: transparent;
    margin: 10px;
    font-weight: 600;
    color: var(--theme1);
}

.category-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: -38px;
    width: 100%;
    height: 3rem;
    /* background-color: #000; */
    opacity: .2;
    /* box-shadow: 0 0 5px black; */
    transition: 0.2s ease-in-out;
}

.category-card .img>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out 0.2s;
}

.category-card .img {
    box-shadow: 4px 8px 40px #0000001A;
    border-radius: 5px;
}

.category-card .cat-title {
    color: var(--black);
    margin-top: 5px;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
}

.category-card .category-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: -75px;
    transition: 0.2s ease-in-out;
}

.category-card .category-text .category-text-title {
    color: var(--theme6);
    font-size: 1.25rem;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.category-card .category-text {
    width: 100%;
}

.category-card .category-text .category-btn {
    opacity: 0;
    visibility: hidden;
    border-radius: 25px;
    /* border: 1px solid white; */
    font-size: 1rem;
    width: fit-content;
    padding: 10px 30px;
    margin: 15px auto;
    border-bottom: 1px solid #333333;
    padding-block: 10px;
    color: white;
    transition: ease-in-out 0.2s;
    background-color: var(--theme3);
}


.category-card:hover::after {
    height: 100%;
    opacity: .5;
    /* background-color: #000; */
    /* box-shadow: 0 0 5px black; */
}

.category-card:hover .category-text .category-text-title {
    color: var(--white);
}

.category-card:hover .category-text {
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
}

.category-card:hover .category-btn {
    opacity: 1;
    visibility: visible;
}


/* flash deals */
.flash-deals .aiz-carousel .slick-next {
    left: auto;
    right: -20px;
}

.flash-deals .aiz-carousel .slick-prev {
    right: auto;
    left: -20px;
}

.flash-deals .aiz-carousel .slick-arrow {
    position: absolute;
    /* top: -37px; */
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--theme2);
    box-shadow: none;
    line-height: 18px;
    padding: 0;
    text-align: center;
    border-radius: 0;
}

.flash-deals .aiz-carousel .slick-arrow i {
    color: white;
    font-size: 25px;
}

/* popular brand */
.popular-brand .popular-brand-box .brand-card .img {
    padding: 15px;
    text-align: center;
    /* margin-bottom: 15px; */
}

.popular-brand .popular-brand-box .brand-card .img img {
    height: 50px;
}

.popular-brand .popular-brand-box .brand-card .info h6 {
    text-align: center;
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

/* top seller */
.top-seller .top-seller-box .seller-card {
    box-shadow: var(--theme_box_shadow);
    background-color: var(--white);
    padding: 5px;
    border-radius: 5px;
}

.top-seller .top-seller-box .seller-card a {
    display: flex;
    align-items: center;
    height: 60px;
    overflow: hidden;
}

.top-seller .top-seller-box .seller-card .img {
    margin-right: 10px;
}

.top-seller .top-seller-box .seller-card .img img {
    width: 65px;
}

.top-seller .top-seller-box .seller-card .info h6 {
    font-size: 14px;
    color: var(--theme_black);
    font-weight: 600;
}

.top-seller .top-seller-box .seller-card .info span {
    padding: 3px 10px;
    background-color: var(--theme_black);
    color: var(--white);
    font-size: 9px;
    border-radius: 15px;
}

/* text banner */
.text-banner .text {
    margin-bottom: 25px;
}

.text-banner .text h1 {
    font-size: 34px;
    font-weight: 600;
    padding-right: 20px;
    color: var(--theme_black);
}

.text-banner .text h5 {
    color: var(--theme_black);
    margin-bottom: 20px;
}

.text-banner .text a {
    padding: 10px;
    font-size: 18px;
    border: solid 1px var(--theme_black);
    color: var(--theme_black);
    display: inline-block;
}

.text-banner .text a span {
    align-items: center;
}

.text-banner .text a i {
    font-size: 30px;
    margin-left: 15px;
}

/**
=========================================================================
**/

/*
 * listning page
 */
.aiz-filter-sidebar {
    border: solid 1.5px #a3a1a1;
    border-radius: 15px;
    padding: 15px;
}

.aiz-filter-sidebar .list-unstyled {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aiz-filter-sidebar .side-title {
    color: #303030;
    font-size: 13px;
}

.aiz-filter-sidebar .side-frame {
    /* margin-bottom: 30px; */
}

.aiz-filter-sidebar .side-frame .brand {
    padding: 15px 0;
}

.aiz-filter-sidebar .side-frame .sidebar-section-title {
    padding-block: 10px;
}

.aiz-filter-sidebar .sidebar-section-title h3 {
    font-size: 25px;
    margin: 0;
    color: black;
    font-weight: 600;
}

.aiz-filter-sidebar .sidebar-section-title i {
    color: #808080;
    font-size: 18px;
}

.aiz-filter-sidebar .side-frame .side-authors ul li a {
    color: var(--black);
}

.sidebar-section-title.border-b {
    border-bottom: 2px solid #0d0d0d87 !important;
}

/* separator line */

hr.separator {
    height: 2px;
    /* Sets thickness */
    border: none;
    /* Removes default border */
    background-color: #BABCBF;
    /* Sets color */
}


/* side category */

/* .side-category ul li{
    border-bottom: solid 1px #d2d2d2;
} */
.side-category ul li:last-of-type {
    border-bottom: none;
}

.side-category ul li a {
    display: block;
    color: #000000 !important;
}

.side-category ul li a:hover {
    color: var(--theme_black);
}

.side-category ul li a .angle-right {
    float: right;
}

.side-category ul li.selected a {
    color: var(--theme_black);
    font-size: 18px;
    line-height: 1.3;
}

.side-category ul li.category a {
    font-size: 15px;
}

/* side-price */
.side-price .aiz-range-slider #input-slider-range {
    height: 5px;
    border-radius: 5px;
}

.side-price .aiz-range-slider .noUi-connect {
    height: 10px;
    background-color: #00A53D;
}

.side-price .aiz-range-slider .noUi-connects {
    background-color: #979797;
    border-radius: 5px;
}

.side-price .noUi-horizontal .noUi-handle {
    height: 13px;
    width: 13px;
    right: -10px;
    top: -5px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: #00A53D;
    border-radius: 100%;
}

.side-price .noUi-handle:after,
.side-price .noUi-handle:before {
    top: 2px;
    left: 8px;
    display: none;
}

.side-price .noUi-handle:after {
    left: 13px !important;
    display: none;
}

.side-price .choose-price .aiz-square-check,
.side-price .choose-price .aiz-rounded-check {
    border: solid 1px var(--theme_black);
}

.side-price .choose-price .aiz-checkbox .check-price {
    color: var(--theme_black);
    font-weight: 600;
}

.side-price .ft-title {
    color: #7E7E7E;
    font-family: 'Outfit-Medium';
    line-height: 29px;
    padding-left: 11px;
    font-size: 16px;
}

.side-price .range-slider-value {
    font-size: 14px;
    color: var(--black);
}

.side-price .range-dash {
    color: #7E7E7E;
}

/* side colors  */
.side-filter-colors .aiz-megabox .aiz-megabox-elem {
    background-color: transparent;
    border-radius: 50%;
    border: none;
}

.side-filter-colors .aiz-megabox .aiz-megabox-elem span {
    border-radius: 20px;
    border: 1px solid #e2e5ec;
}

.side-filter-colors .aiz-megabox input:checked~.aiz-megabox-elem span {
    border-color: var(--theme4);
}

.side-filter-colors .aiz-megabox {
    width: 18%;
    overflow: hidden;
    text-align: center;
}

/* / side colors  */

/* side sizes  */
.Sizes .aiz-checkbox-list label .aiz-square-check {
    display: none;
}

.Sizes .aiz-checkbox-list label {
    border: 1px solid rgb(43, 43, 43);
    padding: 3px 17px;
    display: inline-block;
    margin-right: 7px;
}

.Sizes .aiz-checkbox-list label:has(input:checked) {
    border-color: var(--theme4);
}

/* /side sizes  */

/* brands & availability right toggle  */
.custom-control.custom-control-right {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.custom-control.custom-control-right .custom-control-label {
    width: 100%;
    cursor: pointer;
    font-size: 1rem;
    color: #2D3A4B;
    font-weight: 500;
    text-transform: none;
    /* Override uppercase if any */
    margin-bottom: 0;
}

.custom-control.custom-control-right .custom-control-label::before,
.custom-control.custom-control-right .custom-control-label::after {
    left: auto;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 2px !important;
}

.custom-control.custom-control-right .custom-control-input {
    left: auto;
    right: 0;
    z-index: 10;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #00A53D !important;
    background-color: #ffffff !important;
}

/* Color update to Green */
.custom-control-input::before {
    border-color: #00A53D !important;
    background-color: #00A53D !important;
}

/* .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #00A53D;
    border-color: #00A53D;
} */

.custom-control-input:checked~.custom-control-label::before {
    border-color: #00A53D !important;
    background-color: #00A53D !important;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 165, 61, 0.25);
}

/* Override existing brand styles if they interfere */
.form-group.brands .custom-control-label {
    text-transform: none !important;
    font-size: 1rem;
}

.form-group.brands .custom-control {
    padding-left: 0 !important;
}

/* / brands  */

.language-select .custom-control input {
    position: relative;
    top: 1.2px;
}

.aiz-checkbox-list .aiz-checkbox span {
    font-size: 15px;
    color: #434343;
}

.aiz-checkbox-list .aiz-checkbox,
.aiz-checkbox-list .aiz-radio {
    padding-left: 24px;
}

/* result-area */
.result-area .action-bar {
    display: flex;
    padding: 8px 10px;
}

.result-area .action-bar .links {
    display: flex;
    list-style: none;
    padding-left: 0;
    height: 30px;
}

.result-area .action-bar .links li {
    display: inline-flex;
}

.result-area .action-bar .links li a {
    padding: 5px 10px;
    border: solid 1px var(--theme_black);
    border-right: none;
    color: var(--theme_black);
}

.result-area .action-bar .links li:last-child a {
    border-right: solid 1px var(--theme_black);
}

.result-area .action-bar .links li a.active {
    background-color: var(--theme_black);
    color: var(--white);
}

.result-area .action-bar .links li a:hover {
    background-color: var(--theme_black);
    color: var(--white);
}

.result-area .action-bar .drop-list {
    align-items: center;
}

.result-area .action-bar .drop-list h6 {
    color: #000;
    margin-bottom: 0;
    text-align: left;
    font-size: 18px/24px;
    letter-spacing: 0px;
    color: #BABCBF;
    text-transform: capitalize;
    opacity: 1;
}

.result-area .action-bar .brand {
    margin-left: auto;
    margin-right: 0;
    height: 30px;
}

.result-area .action-bar .brand .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem;
    border-radius: 0;
    width: 100px;
    height: 30px;
    color: var(--theme_black);
    border-color: var(--theme_black);
    border-right: none;
}

.result-area .action-bar .seller {
    margin-left: 0;
    margin-right: 0;
    height: 30px;
}

.result-area .action-bar .seller .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem;
    border-radius: 30px;
    width: 100px;
    height: 30px;
    color: var(--theme_black);
    border-color: var(--theme_black);
    border-right: none;

}

.result-area .action-bar .sort {
    height: 26px;
    margin-bottom: 0 !important;
}

.result-area .action-bar .sort .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem;
    border-radius: 5px;
    width: 150px;
    height: 28px;
    color: var(--black);
    border-color: var(--theme2);
}

.result-area .action-bar .sort .bootstrap-select .show.dropdown-menu {
    padding: 0;
}

.result-area .action-bar .sort .bootstrap-select .dropdown-menu li a {
    padding: 0.5rem 1rem;
}

.result-area .action-bar .sort .bootstrap-select.form-control-sm .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px;
}

.result-area .breadcrumb {
    align-items: center;
    padding: 2px 0;
    /* border-bottom: solid 1px #e2e5ec; */
    margin: 0;
}

.cat-and-brand {
    margin-bottom: 35px;
}

.cat-and-brand .title {
    color: var(--theme_black);
    font-weight: 600;
    margin-bottom: 15px;
}

.cat-and-brand .result-slider-item img {
    padding: 10px;
    border: solid 1px #dddddd;
    border-radius: 15px;
    margin-bottom: 5px;
}

.cat-and-brand .result-slider-item .info h6 {
    font-size: 14px;
    text-align: center;
    color: var(--theme_black);
}

.cat-and-brand .result-slider-box .aiz-carousel .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.cat-and-brand .result-slider-box .aiz-carousel .slick-next {
    right: -12px;
}

.cat-and-brand .result-slider-box .aiz-carousel .slick-prev {
    left: -12px;
}



/*
 * product details
 */
/* detail-category slider */
.product-details .custom-container-padding {
    padding-inline: 5rem;
}

.product-details .reviews-show-area {
    margin-top: 40px;
}

.product-details .slider-category {
    position: relative;
    margin-top: -16px;
    margin-bottom: 1.5rem;
    background-color: var(--theme_gray);
}

.product-details .slider-category .aiz-category-menu>.list-unstyled {
    background-color: var(--theme_gray);
    border-left: solid 1px #d2d2d2;
    border-right: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    padding: 0 5px;
}

.product-details .slider-category .list-unstyled .category-nav-element {
    border-bottom: solid 1px #e0dede;
}

.product-details .slider-category .list-unstyled .category-nav-element:last-child {
    border-bottom: none;
}

.product-details .slider-category .list-unstyled .category-nav-element a {
    color: var(--black) !important;
    font-size: 13px !important;
    font-weight: 600;
}

.product-details .slider-category .list-unstyled .category-nav-element a .angle-right {
    float: right;
}

/* details-gallery */
.product-details .product-gallery {
    /* border: 1px solid var(--border-color2); */
    overflow: hidden;
}

.product-details .product-gallery .carousel-box {
    height: 526px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.product-details .product-gallery .carousel-box img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* brand */
.product-details .item-brand {
    margin: 5px 0;
}

.product-details .item-brand .brand h6 {
    font-size: 17px;
    color: #130D0D;
}

.product-details .media-body .rating .active {
    color: #22c55e !important;
    /* background-color: #22c55e !important; */
}

.product-details .service-desc img {
    height: 26px;
    width: 26px;
}

.product-details .service-desc .service-text {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #BABCBF;
    text-transform: capitalize;
}


.product-details .checkout-methods h6,
.product-details .service-desc .service-value {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #101726;
    text-transform: capitalize;
}

.product-details .checkout-methods .footer-payment-icons img {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 16px;
    margin-top: 4px; */
    width: 88px;
    height: 40px;
}

.pr-review-section {
    border-top: 1px solid var(--theme9);
    border-bottom: 1px solid var(--theme9);
}

.detail-pg-title-area .detail-pg-title {
    margin-right: 20px;
}

.detail-pr-name {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 0;
    color: black;
}

.rounded-tick {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    align-content: center;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.rounded-tick.bg-green {
    background-color: #22c55e;
}

.rounded-tick.bg-red {
    background-color: #c53022;
}

.detail-pr-name.sinhala {
    font-size: 20px;
}

.detail-pg-title .item-code {
    font-size: 16px;
    color: #2E2E2E;
}

.detail-pr-writer {
    margin: 12px 0;
}

.detail-pr-writer h5 {
    margin-bottom: 0;
    color: #4E4E4E;
}

.pr-review-section .reviews-show-area .rating-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pr-review-section .reviews-show-area .rating-details ul li:not(:last-child) {
    margin-bottom: 12px;
}

.pr-review-section .reviews-show-area .rating-details ul li .stars {
    display: inline-block;
    float: left;
    margin-right: 15px;
    line-height: 0;
}

.pr-review-section .reviews-show-area .rating-details ul li .stars i {
    font-size: 17px;
    color: #C8C8C8;
}

.pr-review-section .reviews-show-area .rating-details ul li .stars i.active {
    color: #FFBD06;
}

.pr-review-section .reviews-show-area .rating-details ul li .progress {
    float: left;
    width: 40%;
    margin-right: 15px;
    margin-top: 4px;
    border-radius: 0;
    height: 0.8rem;
}

.pr-review-section .reviews-show-area .rating-details ul li .no {
    display: inline-block;
    font-size: 18px;
    line-height: 1.1;
}

.pr-review-section .review-stars i {
    color: #FFBD06;
    font-size: 1.5rem;
}

/* short-descr */
.product-details .short-descr p {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0;
}

/*qty-actions*/

/* qty add remove */
.product-details .product-quantity {
    display: flex;
    align-items: center;
    width: 200px;
    height: 64px;
    border: 1px solid #6378a8;
    border-radius: 7px;
}

.product-details .product-quantity .aiz-plus-minus {
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--white);
    border: 1px solid #e2e5ec;
}

.product-details .product-quantity .btn-qty {
    width: auto;
    height: 90%;
    aspect-ratio: 1/1;
    color: var(--theme2);
    background-color: #e6e2e2;
    border-radius: 7px;
    font-size: 14px !important;
    border: none;
}

/* .product-details .product-quantity .btn-qty.qty-min{
    border-right: 1px solid #2B2B2B;
}

.product-details .product-quantity .btn-qty.qty-max{
    border-left: 1px solid #2B2B2B;
} */

.product-details .product-quantity .btn-qty:hover {
    /* background-color: var(--primary); */
    color: var(--theme1);
}

.product-details .product-quantity .btn-qty[disabled] {
    cursor: not-allowed;
    /* background-color: #d6d5d5; */
}

.product-details .product-quantity .qty-display {
    border: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    font-size: 17px !important;
    font-weight: bold;
    background-color: var(--white);
    width: 45px;
    height: 37px;
}

.product-details .product-quantity .avialable-amount {
    font-size: 11px;
}

.product-details .avialable-amount {
    color: var(--theme1);
}

/* middle info and action */
.product-details .detail-price.d-flex {
    align-items: baseline;
}

.product-details .detail-price .price {
    font-size: 24px;
    font-weight: 600;
    margin-right: 5px;
    letter-spacing: 0px;
    color: #101726;
    text-transform: uppercase;
}

.product-details .detail-price del {
    font-size: 24px;
    font-weight: 600;
    color: #B90505;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
}

.product-details .koko-price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #2E2E2E;
    font-weight: 600;
}

.product-details .koko-price img {
    width: auto !important;
    max-height: 22px;
}

/* Product details — payment method cards */
.pd-payment-methods {
    margin: 1rem 0 1.25rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.pd-payment-methods__title {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 600;
    color: #101726;
    margin-bottom: 0.75rem;
}

.pd-payment-methods__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    align-items: stretch;
    grid-auto-rows: 1fr;
}

@media (min-width: 576px) {
    .pd-payment-methods__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .pd-payment-methods__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.pd-pay-card {
    position: relative;
    background: #fff;
    border: 1px solid #101726;
    border-radius: 8px;
    padding: 0.6rem 0.5rem 0.5rem;
    text-align: center;
    color: #101726;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.pd-pay-card__logo {
    height: 28px;
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-pay-card__logo img {
    max-height: 28px;
    max-width: 90%;
    width: auto;
    object-fit: contain;
}

.pd-pay-card__price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    color: #101726;
    word-break: break-word;
}

.pd-pay-card__installment {
    margin-top: 0.35rem;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.3;
}

.pd-pay-card--mintpay .pd-pay-card__installment {
    color: #00792E;
}

.pd-pay-card--koko .pd-pay-card__installment {
    color: #E77074;
}

/* Keep non-BNPL cards the same height as KOKO/Mintpay across mobile rows */
.pd-pay-card:not(.pd-pay-card--koko):not(.pd-pay-card--mintpay)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.35em;
    margin-top: 0.4rem;
}

/* .product-details .detail-price del:after{
    position: absolute;
    content: '';
    bottom: 21px;
    left: -8px;
    background-color:#D1D1D1;
    height: 1.4px;
    width: 125%;
    z-index: -1;
    transform: rotate(13deg);
}

.product-details .detail-price del:before{
    position: absolute;
    content: '';
    bottom: 21px;
    left: -8px;
    background-color:#D1D1D1;
    height: 1.4px;
    width: 125%;
    z-index: -1;
    transform: rotate(167deg);
} */

.product-details .show-discount {
    display: inline-block;
    background-color: #C4C4C4;
    padding: 6px 15px;
}

.product-details .show-discount span {
    display: inline-block;
    color: #2E2E2E;
    font-size: 18px;
}

.product-details .variant-title {
    font-size: 16px;
    color: black;
}

.product-details .payment-gatways-types .payment-gateways ul {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.product-details .payment-gatways-types .payment-gateways ul .gatewaye-info-wrapper {
    display: flex;
    align-items: center;
    background-color: #FFFDBE;
    padding: 10px 8px;
}

.product-details .payment-gatways-types .payment-gateways .gatewaye-info-wrapper .txt {
    margin-right: 5px;
}

.payment-gateways .gatewaye-info-wrapper .txt span {
    font-size: 11px;
    color: var(--black);
    line-height: 1.2;
    display: inline-block;
}

.payment-gatways-types .payment-gateways .gatewaye-info-wrapper .icon {
    width: 122px;
}

.size-guide-btn {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.size-guide-btn i,
.size-guide-btn span {
    color: var(--black);
}

.size-guide-btn i {
    font-size: 25px;
    line-height: 0;
    margin-right: 8px;
}

.size-guide-btn span {
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
}

#sizeguide .modal-content .modal-header {
    min-height: 50px;
}

#sizeguide .modal-content .modal-header h5 {
    font-family: 'Poppins Medium';
}

.colors-choose .aiz-radio-inline .aiz-megabox .aiz-megabox-elem {
    border-color: #BCBCBC;
    border-radius: 50%;
}

.colors-choose .aiz-radio-inline .aiz-megabox .aiz-megabox-elem span {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: relative;
}

.colors-choose .aiz-radio-inline .aiz-megabox input:checked~.aiz-megabox-elem span:after {
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    opacity: 0.9;
    width: 31px;
    height: 31px;
    background-color: var(--theme2);
    border-radius: 100%;
    z-index: -1;
}

.aiz-radio-inline.custome-style .aiz-megabox .aiz-megabox-elem {
    background-color: transparent;
    /* width: 35px; */
    height: 30px;
    font-size: 14px;
    border: 1px solid var(--theme2);
    padding: 5px;
}

.aiz-radio-inline.custome-style .aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-radio-inline.custome-style .aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: var(--white) !important;
    background-color: var(--theme2);
    color: white;
}

/* action button */
.product-details .action-btn {
    display: flex;
    align-items: center;
    width: 200px;
    height: 64px;
    /* border: 1px solid #6378a8; */
    border-radius: 7px;
}


.product-details .detail-pr-code span {
    font-size: 18px;
    display: block;
    padding-block: 1rem;
    font-weight: 600;
}

.product-details span p {
    display: inline;
}

.product-details .st-rating [data-star]::before {
    color: #dfdfdf;
}

.product-details .action-btn .add-to-cart,
.product-details .action-btn .buy-now {
    background-color: #00A53D !important;
    color: var(--white) !important;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.product-details .pd-preorder-status {
    color: #00A53D;
    border-color: #00A53D;
}

.product-details .action-btn .preorder-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00A53D !important;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-decoration: none;
}

.product-details .action-btn .preorder-now:hover {
    background-color: #02742c !important;
    color: #fff !important;
}

.product-details .action-btn .add-to-cart:hover,
.product-details .action-btn .buy-now:hover {
    background-color: #02742c !important;
    color: white !important;
}

.product-details .action-btn .add-to-cart svg {
    filter: invert(1) brightness(10.5);
}

.product-details .detail-book-details {
    margin-top: 19px;
}

.product-details .detail-book-details div {
    color: var(--txt-color-3);
    font-size: 15px;
    display: flex;
}

.product-details .detail-book-details .row:not(:last-child) {
    margin-bottom: 8px;
}


.product-details .action-btn .fav-com {
    font-size: 17px;
    background-color: #ffffff;
    color: var(--theme2);
    width: 30px;
    height: 30px;
    margin-left: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 1rem;
    border: 1px solid #EAEAEA;
}

.product-details .action-btn .buy-now {
    background-color: var(--theme_black);
    border: solid 1px var(--theme_black);
    color: var(--white);
}

/* other button */
.product-details .other-btn .fav-com {
    width: 30px;
    height: 30px;
    padding: 5px 6px;
    border: solid 1px #717171;
    border-radius: 50%;
}

.product-details .other-btn .fav-com i {
    color: #717171;
}

.product-details .other-btn button {
    color: var(--theme_black);
}

/* .product-details .product-detail-wishlist{
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0;
    margin-top: 15px;
} */

.product-details .product-detail-wishlist .wishlist-btn {
    padding: 10px;
    font-size: 16px;
    color: var(--theme1);
    border: 1px solid var(--theme1);
    border-radius: 5px;
}

.product-details .wishlist-btn.active i,
.product-details .product-detail-wishlist .active i {
    color: var(--theme1);
    font-weight: 900;
}

/* .product-details .product-detail-wishlist .wishlist-btn{
    display: flex;
    align-items: center;
    justify-content: center;
} */

.product-details .product-detail-wishlist .wishlist-btn span {
    color: #020C05;
    font-size: 14px;
    font-family: 'Outfit-Medium';
    margin-left: 6px;
    transition: 0.3s;
}

.product-details .product-detail-wishlist .wishlist-btn:hover i {
    font-weight: 600;
    color: var(--theme1);
}



/*Sidebar-info*/
/*product-details*/

.product-details .delivery-types {
    padding: 0;
    margin: 0;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 0;
}

.product-details .delivery-types .shipping-method {
    display: flex;
    align-items: center;
}

.product-details .delivery-types .shipping-method .text {
    font-family: 'Outfit-Medium';
    font-size: 16px;
    margin-left: 8px;
    line-height: 1.2;
}

.product-details .sidebar-info .outer {
    padding: 10px;
    border: solid 1px var(--border_color1);
    border-radius: 10px;
}

.product-details .sidebar-info .outer>h6 {
    font-weight: 600;
    opacity: 0.85;
}

.product-details .sidebar-info .return-warrent .p1 {
    opacity: 0.6;
}

.product-details .sidebar-info .return-warrent .p1 img {
    width: 13px;
}

.product-details .sidebar-info .return-warrent .p1 h6 {
    font-size: 12px;
    margin-bottom: 0px;
}

.product-details .sidebar-info .return-warrent .p1 p {
    font-size: 10px;
    margin-bottom: 0;
    margin-left: 18px;
}

.product-details .sidebar-info .sold-by .links-outer {
    display: flex;
}

.product-details .sidebar-info .sold-by .links-outer .pro {
    margin-right: auto;
}

.product-details .sidebar-info .sold-by .links-outer .msg-seller {
    background-color: var(--theme_black);
    color: var(--white);
}

.product-details .sidebar-info .sold-by .links-outer .msg-seller:hover {
    background-color: var(--theme_gray);
}

.product-details .sidebar-info .sold-by .links-outer .go-to-pro {
    background-color: #8b8b8b;
    color: var(--white);
    margin-right: 0;
    margin-left: 5px;
}

.product-details .sidebar-info .sold-by .links-outer .go-to-pro:hover {
    background-color: var(--theme_black);
}

/* breadcumb */
.breadcrumb-wrapper {
    padding-block: 10px;
    margin-bottom: 35px;
    /* background-color: #F7F3F0; */
}

.prl-breadcrumb-wrapper {
    height: 100px;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

.prl-breadcrumb-wrapper h1 {
    font-size: 48px;
    letter-spacing: 0px;
    color: #101726;
    text-transform: uppercase;
    text-align: left;
}

.breadcrumb-wrapper ul .prl-breadcrumb-wrapper ul {
    font-size: 18px;
    letter-spacing: 0px;
    color: #BABCBF;
    text-transform: uppercase;
    text-align: left;
}

.prl-breadcrumb-wrapper .breadcrumb-item a {
    color: #BABCBF;
    font-size: 0.9rem;
    font-weight: 600px;
}

.breadcrumb-wrapper.detail-pg {
    /* background-color: #F7F3F0; */
}

.breadcrumb-wrapper h3 {
    color: #000000;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.2rem;
    font-size: 18px;
    letter-spacing: 0px;
    color: #BABCBF;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    padding-right: 0.2rem;
    position: relative;
    font-weight: 700;
    margin-inline: 5px;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.815);
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    font-size: 18px;
    letter-spacing: 0px;
    color: #BABCBF;
    text-transform: uppercase;
    text-align: left;
}

.breadcrumb-wrapper .breadcrumb {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.product-details .breadcumb ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.product-details .breadcumb ul li a {
    color: #878787;
    font-size: 14px;
}

.product-details .breadcumb ul li a:hover {
    color: var(--theme_color);
}

.product-details .breadcumb ul li span {
    color: var(--theme1);
}

/* detail page auction box */
.product-details .auction-box-action .head {
    display: flex;
    margin-bottom: 5px;
}

.product-details .auction-box-action .head>h6 {
    margin-right: 15px;
    opacity: 0.6;
}

.product-details .auction-box-action .box {
    background-color: #e2e2e2;
    padding: 15px;
}

.product-details .auction-box-action .box .price {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product-details .auction-box-action .box .price label {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    margin-right: 10px;
    margin-bottom: 0;
}

.product-details .auction-box-action .box .price h5 {
    font-size: 22px;
    color: var(--theme_black);
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 10px;
}

.product-details .auction-box-action .box .price span {
    color: #000;
    opacity: 0.5;
}

.product-details .auction-box-action .box .input {
    margin-left: 85px;
}

.product-details .auction-box-action .box .input .bid-area {
    display: flex;
}

.product-details .auction-box-action .box .input .bid-area .input-group {
    display: block;
    width: auto;
}

.product-details .auction-box-action .box .input input {
    width: 220px;
    margin-right: 15px;
    border-radius: 5px;
    border: solid 1px var(--border_color1);
}

.product-details .auction-box-action .box .input span {
    color: #000;
    opacity: 0.5;
}

.product-details .auction-box-action .box .input .bid-area .bid-submit {
    padding: 9px 30px;
    align-self: flex-start;
    background-color: var(--theme_gray);
    color: var(--white);
    border-radius: 30px;
}

.product-details .detail-ref-id {
    color: #A7A7A7;
    font-size: 14px;
    margin-bottom: 5px;
}

.koko-price p {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #BABCBF;
    opacity: 1;
}

.related_pr {
    width: unset !important;
    margin: 10px;
}

/*product-details*/
.product-other .side-widget {
    margin-bottom: 15px;
}

.product-other .details-tab .nav {
    border-bottom: 1px solid #cccbca;
    padding: 0;
}

.product-other .details-tab .nav a {
    border-bottom: 0;
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 15px;
    color: #9B9B9B !important;
    padding-bottom: 20px;
}

.product-other .details-tab .nav a.active {
    border-bottom: solid 1px var(--black);
    margin-bottom: -2px;
    color: var(--black) !important;
}

/* .product-other .details-tab .tab-content{ */
/* border: solid 1px var(--border_color); */
/* } */

.product-other .details-tab .tab-content .description p,
.product-other .details-tab .tab-content .description ul li,
.product-other .details-tab .tab-content .description ol li {
    font-size: 16px;
    color: var(--black);
}

.product-other .details-tab .tab-content .description ul,
.product-other .details-tab .tab-content .description ol {
    padding-left: 22px;
}

.product-other .details-tab .tab-content .description ul li,
.product-other .details-tab .tab-content .description ol li {
    margin-bottom: 10px;
}

.product-other .according-title h3 {
    text-transform: uppercase;
    font-family: 'Outfit-Medium';
    font-size: 21px;
    border-bottom: solid 1px var(--black);
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 6px;
    color: var(--black);
}

.product-other .accordion .card-header h2 {
    text-transform: uppercase;
    font-family: 'Outfit-Medium';
    font-size: 16px;
    color: #545454;
    text-decoration: none;
}

.product-other .accordion .card {
    box-shadow: none;
    border: none;
    margin-bottom: 15px;
}

.product-other .accordion .card .card-body {
    padding: 10px 10px;
    font-size: 16px;
    color: #000000;
    font-family: 'Outfit-Medium';
}

.product-other .accordion .card-header {
    position: relative;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 0;
    padding: 15px;
}

.product-other .accordion .card-header::after {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #808080;
    font-size: 23px;
    content: '>';
    transition: 0.2s ease;
}

.product-other .accordion .card-header.collapsed::after {
    transform: rotate(90deg);
    right: 22px;
}

.product-other .accordion .card-header::after {
    transform: rotate(270deg);
    right: 7px;
}

.product-other .tab-content .description table {
    width: fit-content;
}

.product-other .tab-content .description table,
.product-other .tab-content .description table tr,
.product-other .tab-content .description table tr td {
    /* border: none; */
    margin: 0;
}

.product-other .tab-content .description table tbody {
    text-align: center;
}

.product-other .tab-content .description table tr td {
    padding: 10px;
    font-size: 16px;
}

.product-other .tab-content .description table tr td:first-child {
    font-weight: 600;
    font-size: 18px;
    width: 40%;
}

.dm-related-products .title {
    padding-top: 25px;
}

.dm-related-products .title h2 {
    text-transform: uppercase;
    color: var(--black);
}

.related-products-area .slick-initialized .slick-list {
    margin: 0 -9px;
}

.related-products-area .slick-initialized .slick-list .slick-slide {
    margin: 0 12px;
}

.related-products-area .product-card {
    background-color: transparent;
    padding: 0;
}

/* bid confirm modal */
.otpBidConfirmModal .form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.otpBidConfirmModal .otp-check-form {
    display: flex;
    align-items: center;
}

.otpBidConfirmModal .otp-check-form .time-out {
    font-size: 14px;
}

.otpBidConfirmModal .otp-form .otp-enter {
    width: 250px;
}

.otpBidConfirmModal .otp-form .otp-submit {
    padding: 9px 20px;
}

/* profile sidenav */
.aiz-side-nav-item ul li {
    list-style: none;
}

/* customer-seller bid history */
.bid-history .card-body .box {
    display: flex;
}

.bid-history .card-body .box .img img {
    width: 150px;
}

.bid-history .card-body .box .info h6 {
    color: var(--theme_black);
    font-weight: 600;
}

.bid-history .card-body .box .info p {
    margin-bottom: 5px;
    color: var(--black);
}

.bid-history .card-body .box .info p>span {
    font-size: 16px;
}

.bid-history .card-body .box .info p>span.reject {
    color: var(--red);
    font-size: 14px;
}

.bid-history .card-body .box .info p>span.green {
    color: var(--green);
}

.bid-history .card-body .box .info p>span.red {
    color: var(--red);
}

.bid-history .card-body .box .info .aiz-countdownfn {
    color: var(--red);
}

/* seller product bids */
.seller-product-bids .card-body .product-details {
    display: flex;
    padding-bottom: 15px;
}

.seller-product-bids .card-body .product-details .img {
    margin-right: 15px;
}

.seller-product-bids .card-body .product-details img {
    width: 100px;
}

.seller-product-bids .card-body .product-details .info h6 {
    font-weight: 600;
}

.seller-product-bids .bid-list-body tr.active {
    border: solid 2px var(--green);
}

/* Contact page */
.contact-content .contact-info h4 {
    margin-bottom: 20px;
}

.contact-content .contact-info .footer-about p {
    text-align: justify;
}

.contact-content .contact-info ul {
    padding-left: 0;
    list-style: none;
}

.contact-content .contact-info ul li {
    font-size: 16px;
    margin-bottom: 15px !important;
}

.contact-content .contact-info ul li a {
    color: var(--font-color);
}

.contact-content .contact-map h4 {
    margin-bottom: 20px;
}

/*all-category*/
.all-category .cat-title {
    padding: 15px 15px 0 0;
}

.all-category .cat-title a {
    padding: 5px 50px 5px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.all-category .cat-box {
    padding: 20px 20px 20px 0;
}

/*payment page*/
.aiz-megabox .payment-methods__imgage {
    height: 2rem;
}


#less-descr,
.less-descr {
    margin-bottom: 15px;
    overflow-x: auto !important;
}

#less-more-btn {
    font-size: 16px;
    color: #7d7d7d;
    padding: 10px;
    cursor: pointer;
}

#less {
    display: none;
}

.less #more {
    display: none;
}

.less #less {
    display: block !important;
}

/*daily deals*/
.daily-deals .slick-slide.slick-active .product-card {
    border-left: solid 1px #dddddd;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
}

.daily-deals .slick-current.slick-active .product-card {
    border-left: none;
}

.daily-deals .slick-slide .product-card {
    border-left: none;
}

/*featured*/
.dm-featured-section .aiz-carousel .slick-list {
    margin: 0 -15px;
}

.dm-featured-section .aiz-carousel .slick-list .slick-slide {
    margin: 0 15px;
}

.dm-featured-section .aiz-carousel .slick-dots li {
    height: 20px;
    width: 20px;
    padding: 6px;
    border: 1px solid#A7A7A7;
    border-radius: 50%;
    margin: 0 7px;
    text-align: center;
}

.dm-featured-section .aiz-carousel .slick-dots button {
    height: 6px;
    width: 6px;
    padding: 0px;
    color: transparent;
    border: 0;
    border-radius: 50%;
    margin: 0;
    background: #A7A7A7;
}

.dm-featured-section .aiz-carousel .slick-dots li.slick-active {
    border-color: var(--black);
}

.dm-featured-section .aiz-carousel .slick-dots li.slick-active button {
    background: var(--black);
}

/* cart pages styles */
.cart-page__cart-header {
    background: var(--theme1);
    color: #fff;
}

.cart-page__main-title h3 {
    font-weight: 600;
    text-align: center;
}

@media (max-width: 575.98px) {
  .cart-mobile-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .cart-mobile-stack .cart-label {
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 0;
  }
  .cart-mobile-stack .cart-value {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
  }
}

@media (max-width: 371px) {
    .bank-info .bank-info-detail {
        display: block;
        margin-bottom: 2px;
    }
}

/* .cart-page__main-title h3::after, .cart-page__main-title h3::before {
    color: #000;
    content: '';
    flex: 1;
    border-bottom: groove 1px;
    margin: auto 0.25em;
    box-shadow: 0 -1px;
} */

/* =====================================================
    Frequently Bought Together (FBT) Bundle Section
   ===================================================== */
.fbt-section {
    background: #f9f9f9;
    padding: 60px 0;
}
.fbt-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}
.fbt-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
}
.fbt-item {
    display: flex;
    align-items: center;
}
.fbt-plus-icon {
    font-size: 22px;
    font-weight: bold;
    color: #aaa;
    margin: 0 10px;
    user-select: none;
}
.fbt-item-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 12px;
    min-width: 200px;
    max-width: 240px;
    margin: 6px 0;
    transition: opacity 0.2s;
}
.fbt-item-inner.fbt-unchecked {
    opacity: 0.5;
}
.fbt-check {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    cursor: pointer;
}
.fbt-thumb {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 6px;
    flex-shrink: 0;
}
.fbt-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.fbt-name {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4px;
}
.fbt-prices {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
}
.fbt-old-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.fbt-new-price {
    font-size: 14px;
    font-weight: 700;
}
.fbt-summary {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    min-width: 275px;
    max-width: 300px;
}
.fbt-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}
.fbt-strike {
    text-decoration: line-through;
}
@media (max-width: 767px) {
    .fbt-wrapper {
        flex-direction: column;
    }
    .fbt-summary {
        width: 100%;
        max-width: 100%;
    }
    .fbt-item-inner {
        max-width: 100%;
        min-width: unset;
        width: 100%;
    }
    .fbt-items {
        width: 100%;
    }
}

/* home new release section  */
.dm-newreleas-section .product-card {
    border-bottom: 1px solid#D8D8D8;
    border-left: 1px solid#D8D8D8;
    padding: 15px 30px;
}

.dm-newreleas-section .p-col:nth-child(1) .product-card,
.dm-newreleas-section .p-col:nth-child(2) .product-card,
.dm-newreleas-section .p-col:nth-child(3) .product-card,
.dm-newreleas-section .p-col:nth-child(4) .product-card {
    border-top: 1px solid#D8D8D8;
}

.dm-newreleas-section .p-col:nth-child(4) .product-card,
.dm-newreleas-section .p-col:nth-child(8) .product-card {
    border-right: 1px solid#D8D8D8;
}

.dm-newreleas-section .product-card .info {
    text-align: center;
}

.dm-newreleas-section .product-card .info .price {
    justify-content: center;
}

.dm-newreleas-section .product-card .addToCart-form div {
    justify-content: center !important;
}

/* bundle detail page  */
.include-books-box {
    border: 1px solid #D6D6D6;
    padding: 10px;
}

.include-books-box .title h6 {
    font-family: 'Outfit-Medium';
    color: #4E4E4E;
}

.include-books-box .bundle-books-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.include-books-box .bundle-books-list ul li {
    margin-bottom: 13px;
    display: inline-block;
}

.include-books-box .bundle-books-list ul li i {
    margin: 0 3px;
    font-size: 17px;
    color: var(--txt-color-3);
    opacity: 0.8;
}

.include-books-box .bundle-books-list ul li img {
    width: 78px;
}

.include-books-box .bundle-books-list ul li:last-child i {
    display: none;
}

.dm-related-products.bundle-pg .section-title::after {
    height: 2px;
    background: var(--black);
    left: 0;
    bottom: 0;
    width: 12.7%;
}

.product-other.bundle-pg .details-tab .nav {
    border-bottom: none;
}

.product-other.bundle-pg {
    border-top: solid 2px var(--border_color);
    border-bottom: solid 2px var(--border_color);
}

.bundle-book-single-area {
    border-top: solid 2px var(--border_color);
}

/* / bundle detail page  */

/* authors page  */
.author-box {
    border: 1px solid #D6D6D6;
    padding: 15px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: -moz-calc(100% - 15px);
}

.author-box:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.author-box .author-img {
    padding: 5px 20px 0 20px;
}

.author-box .author-name p {
    margin-bottom: 0;
    color: var(--black);
    font-size: 15px;
}

.author-box .author-name p span {
    color: var(--theme_gray);
    font-size: 13px;
}

.aiz-user-sidenav-wrap {
    z-index: 0 !important;
}

.authors-list-pg .alphabet-list,
.authors-list-pg .alphabet-list .authors-list {
    padding: 0;
    list-style: none;
}

.authors-list-pg .alphabet-list .authors-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.authors-list-pg .alphabet-list li hr {
    margin: 0;
}

.authors-list-pg .alphabet-list li {
    font-size: 20px;
}

.authors-list-pg .alphabet-list li:not(:last-child) {
    margin-bottom: 15px;
}

.authors-list-pg .alphabet-list .authors-list li {
    margin: 0;
    line-height: 1.2;
}

.authors-list-pg .alphabet-list .authors-list li a {
    font-size: 13px;
}

.authors-list-pg .alphabet-list .authors-list li a:hover {
    color: var(--black);
}

.authors-list-pg .alphabet-letters-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.authors-list-pg .alphabet-letters-list ul li {
    font-size: 14px;
}

.authors-list-pg .alphabet-letters-list ul li a:hover {
    color: var(--black);
}

/* newsletter-section  */
.newsletter-section .newsletter-wrapper span {
    text-transform: uppercase;
    font-family: 'Outfit-Medium';
    font-size: 17px;
}

.newsletter-section .newsletter-wrapper h3 {
    text-transform: uppercase;
    font-family: 'Poppins-Semibold';
    margin-bottom: 0;
}

.newsletter-section .newsletter-wrapper p {
    font-size: 16px;
}

/* .newsletter-section .newsletter-wrapper .subscribe input{
    width: 40%;
    display: inline-block;
    border-radius: 0;
    border-color: #707070;
    padding: 0.2rem 0.7rem;
}

.newsletter-section .newsletter-wrapper .subscribe button{
    position: relative;
    top: -2px;
    left: -3px;
    padding: 0.79rem 2rem;
} */

.newsletter-section .newsletter-wrapper .subscribe form {
    display: flex;
    justify-content: center;
}

.newsletter-section .newsletter-wrapper .subscribe .email {
    border-radius: 0;
    border: none;
    vertical-align: middle;
    display: inline;
    height: auto;
    font-size: 15px;
    border: 1px solid#707070;
    width: 40%;
}

.newsletter-section .newsletter-wrapper .subscribe .subscribe-btn {
    background-color: var(--theme1);
    color: var(--white);
    text-transform: uppercase;
    padding: 8px 30px;
    font-size: 12px;
    border-radius: 0;
    font-family: 'Poppins-SemiBold';
}

.new-products-section .aiz-carousel .slick-arrow {
    top: 50%;
    background-color: var(--white);
    color: #AFAFAF;
    border: 1px solid#AFAFAF;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    font-size: 23px;
}

.new-products-section .slick-slider .slick-list {
    padding: 0 10px;
}

.featured-products-section {
    background-color: var(--theme_gray);
}

.cart-summery-box {
    z-index: 10;
}

.gallery-img {
    width: 648px;
    max-width: 100%;
    height: 526px;
    margin-bottom: 1.2rem;
    padding: 20px;
    border: 1px solid #8e8d8d;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-details .details-gallery .gallery-thumb {
    width: 648px;
    max-width: 100%;
}

.img-border {
    border: 1px solid #DCDCDC !important;
    border-radius: 1rem;
    height: 245px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    /* margin-right: 1.2rem; */
    margin-inline: 0.6rem;
}

.product-gallery-thumb .slick-slide.slick-current .img-border {
    border-color: #00A53D !important;
    box-shadow: 0 0 10px rgba(0, 165, 61, 0.1);
}

.img-border img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    padding: 20px !important;
}

.product-details .key-features-title {
    letter-spacing: 0px;
    color: #101726;
    text-transform: uppercase;
    font-weight: 600px;
    text-align: left;
    font-size: 24px;
}

.product-details .key-features-list {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #364050;
}

.product-details .product-quantity .no-gutters {
    border: none !important;
    width: 100%;
    height: 100%;
}


@media only screen and (min-width: 1500px) {
    .dm-silder-wrapper .slider-category {
        margin-bottom: 0.4rem;
    }

    .normal-only {
        display: none;
    }

    .lg-only {
        display: block;
    }
}

@media only screen and (max-width: 1499px) {
    .product-listing-container .container {
        padding-inline: 120px;
    }

    .gallery-img {
        height: 400px;
    }

    .product-details .details-gallery {
        max-width: 480px;
        height: auto;
    }

    .product-card .product-btn-wrapper .add-to-cart-label {
        font-size: 15px;
    }

    .img-border {
        height: 190px;
        /* margin-inline: 0.3rem; */
    }

    /* .product-listing-container .container-padding {
        margin-left: 80px;
        margin-right: 80px !important;
        max-width: 1300px !important;
    } */

    .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
        font-size: 15px;
    }

    .normal-only {
        display: block;
    }

    .lg-only {
        display: none;
    }

    .social-sec .social-sec-grid {
        grid-template-rows: repeat(4, 12rem);
    }

    .offer-banners .dicount-card .text-area {
        padding: 38px;
    }

    .prl-breadcrumb-wrapper h1 {
        font-size: 38px;
    }

    /* Product Details - Laptop (1499px) */
    .detail-pr-name {
        font-size: 24px;
        margin-bottom: 5px;
        font-weight: 600;
        color: black;
    }

    .detail-price .price {
        font-size: 24px;
    }

    .product-details .detail-price .old-price del,
    .product-details .detail-price .price {
        font-size: 18px;
    }

    .koko-price p {
        font-size: 14px;
    }

    .koko-price img {
        width: auto !important;
        max-height: 22px;
    }

    .product-details .key-features-title {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .product-details .key-features-list ul li {
        font-size: 14px;
    }

    .variant-title {
        font-size: 13.5px !important;
        margin-bottom: 8px !important;
    }

    .aiz-radio-inline.custome-style .aiz-megabox-elem {
        padding: 8px 18px;
        font-size: 13.5px;
    }

    .product-details .add-to-cart,
    .product-details .action-btn .preorder-now {
        padding: 5px 20px !important;
        font-size: 15px;
        height: 48px;
    }

    .product-details .add-to-cart img {
        width: 22px;
    }

    .product-details .action-btn {
        width: 180px;
        height: 58px;
    }

    .product-details .product-quantity {
        width: 180px;
        height: 58px;
    }

    .rounded-tick {
        width: 16px;
        height: 16px;
    }

    .rounded-tick .las {
        font-size: 12px;
        align-self: center;
    }

    .product-details .badge-md {
        height: 18px;
        font-size: 11px;
    }

    .product-details .product-quantity .aiz-plus-minus {
        height: 100%;
    }

    .product-details .service-desc .service-text,
    .product-details .service-desc .service-value {
        font-size: 14px;
    }

    .product-details .checkout-methods h6 {
        font-size: 14px;
    }

    .product-details .footer-payment-icons img {
        width: 75px !important;
        height: auto !important;
    }

    .product-details hr.separator {
        margin-block: 15px !important;
    }

    .dm-related-products .title h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1299px) {
    .product-listing-container .container {
        padding-inline: 80px;
    }

    .detail-pr-name {
        font-size: 24px;
    }

    .detail-price .price {
        font-size: 22px;
    }

    .detail-price .old-price {
        font-size: 16px;
    }

    .koko-price p {
        font-size: 13px;
    }

    .koko-price img {
        width: auto !important;
        max-height: 20px;
    }

    .variant-title {
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }

    .aiz-radio-inline.custome-style .aiz-megabox-elem {
        padding: 6px 15px;
        font-size: 13px;
    }

    .product-details .service-desc .service-text,
    .product-details .service-desc .service-value {
        font-size: 13px;
    }

    .product-details .checkout-methods h6 {
        font-size: 13px;
    }

    .product-details .footer-payment-icons img {
        width: 40px;
    }

    .product-details hr.separator {
        margin-block: 10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .result-area .breadcrumb {
        padding: 12px 0;
    }

    .prl-breadcrumb-wrapper h1 {
        font-size: 32px;
    }

    .dm-silder-wrapper .slider-slider {
        /* width: calc(100% - 269px); */
        margin-right: 0;
        min-height: 275px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dm-silder-wrapper .slider-banner {
        padding-top: 10px;
        display: block;
    }

    .social-sec-grid>*:nth-child(n+10) {
        display: none;
    }

    /* .details-gallery .gallery-thumb .caorusel-thumb .carousel-box{
        height: 105.5px;
    } */

}

@media (max-width: 1199px) {

    .nav-list-area .navbar .navbar-nav .nav-item.all-category,
    .dm-silder-wrapper .slider-category {
        width: 230px;
    }

    .social-mid-inner {
        padding: 1rem;
        margin-bottom: 3rem;
    }

    .social-mid-inner h1 {
        margin-bottom: 2rem;
    }

    .social-mid-inner__link .social-mid-inner__link-item {
        width: 40px;
        height: 40px;
    }

    .social-mid-inner__tags {
        gap: 15px;
    }


    .offer-banners .dicount-card .text-area {
        padding: 40px;
    }

    .offer-banners .dicount-card .text-area .title {
        font-size: 30px;
        font-weight: 600;
    }

    .offer-banners .dicount-card-1 .text-area {
        padding: 25px;
    }

    .offer-banners .dicount-card-1 .text-area .title {
        font-size: 30px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-details .action-btn .add-to-cart {
        padding: 9px 35px
    }

    /* .details-gallery .gallery-thumb .caorusel-thumb .carousel-box{
        height: 86.4px;
    } */
}

@media only screen and (min-width: 992px) {
    .dm-silder-wrapper .slider-category {
        display: block;
    }

    .dm-silder-wrapper .slider-slider {
        /* width: calc(100% - 284px); */
        margin-right: 15px;
        display: block;
        min-height: 275px;
        /* padding-top: 10px; */
        padding-left: 10px;
        padding-right: 0;
    }

    .dm-newreleas-section .p-col {
        padding: 0;
    }

    .details-gallery {
        margin-top: 3px;
    }

    .details-gallery .gallery-thumb {
        /* padding-right: 0; */
    }

    .details-gallery .gallery-thumb .caorusel-thumb .carousel-box img {
        height: 100%;
        object-fit: cover;
    }

}

@media only screen and (max-width: 991px) {


    .category-card .category-text .category-text-title {
        font-size: 15px;
    }

    .dm-silder-wrapper .row {
        margin: 0;
    }

    .home-tips-row .tips-col:nth-child(2) .quick-tip-inner {
        border-right-color: transparent;
    }

    .dm-deal-wrapper__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 0.5fr);
    }

    .dm-deal-wrapper__grid--item1 {
        grid-area: 1 / 1 / 3 / 2;
        border-bottom: 1px solid #DCDCDC;
    }

    .dm-deal-wrapper__grid--item2 {
        grid-area: 1 / 2 / 2 / 3;
        border-right: none;
    }

    .dm-deal-wrapper__grid--item3 {
        grid-area: 2 / 2 / 3 / 3;
        border-right: none;
    }

    .dm-deal-wrapper__grid--item4 {
        grid-area: 3 / 1 / 4 / 2;
        border-right: 1px solid #DCDCDC;
    }

    .dm-deal-wrapper__grid--item5 {
        grid-area: 3 / 2 / 4 / 3;
        border-bottom: 1px solid #DCDCDC;
        border-right: none;
    }

    .dm-deal-wrapper__grid--item6 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .dm-deal-wrapper__grid--item7 {
        grid-area: 4 / 2 / 5 / 3;
    }

    .product-details .details-gallery .gallery-img {
        margin-bottom: 15px;
    }

    .authors-list-pg .alphabet-list .authors-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .aiz-filter-sidebar.collapse-sidebar-wrap.active .collapse-sidebar {
        padding: 15px;
    }

    .product-gallery-thumb .slick-list .slick-slide:not(:last-child) {
        margin-right: 10px;
    }

    /* .product-gallery-thumb .slick-list .slick-slide{
        width: 130px !important;
    } */

    .social-sec .social-sec-grid {
        display: block;
        column-count: 4;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

    .social-sec .social-sec-grid div {
        margin-block: 0;
    }

    .social-sec-grid__img::after {
        border-radius: 2px;
    }

    .social-sec .social-sec-grid .ssi {
        border-radius: 2px;
        margin: 2px;
    }

    .social-sec-grid__img::before {
        font-size: 1rem;
    }

    .social-sec-grid__item1 {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .dm-newreleas-section .p-col:nth-child(1),
    .dm-newreleas-section .p-col:nth-child(2),
    .dm-newreleas-section .p-col:nth-child(4),
    .dm-newreleas-section .p-col:nth-child(5),
    .dm-newreleas-section .p-col:nth-child(7) {
        padding-right: 0;
    }

    .dm-newreleas-section .p-col:nth-child(2),
    .dm-newreleas-section .p-col:nth-child(3),
    .dm-newreleas-section .p-col:nth-child(5),
    .dm-newreleas-section .p-col:nth-child(6),
    .dm-newreleas-section .p-col:nth-child(8) {
        padding-left: 0;
    }

    .dm-newreleas-section .p-col:nth-child(3) .product-card,
    .dm-newreleas-section .p-col:nth-child(6) .product-card {
        border-right: 1px solid#D8D8D8;
    }

    .dm-newreleas-section .p-col:nth-child(4) .product-card {
        border-top: none;
        border-right: none;
    }

}

@media only screen and (max-width: 767px) {
    .product-listing-container .container {
        padding-inline: 12px;
    }

    .result-area .action-bar {
        display: flex;
    }

    .result-area .action-bar .brand,
    .result-area .action-bar .seller {
        margin-left: 0;
    }

    .otpBidConfirmModal .otp-check-form {
        display: block;
    }

    .otpBidConfirmModal .otp-check-form .time-out {
        margin-top: 5px;
    }

    .daily-deals .section-title {
        display: block;
    }

    .daily-deals .aiz-count-down {
        margin-bottom: 35px;
    }

    .section-p-tb {
        padding: 40px 0;
    }

    .section_featured {
        padding: 40px 0;
    }

    .dm-newreleas-section .p-col:nth-child(1),
    .dm-newreleas-section .p-col:nth-child(3),
    .dm-newreleas-section .p-col:nth-child(5),
    .dm-newreleas-section .p-col:nth-child(7) {
        padding-right: 0;
    }

    .dm-newreleas-section .p-col:nth-child(2),
    .dm-newreleas-section .p-col:nth-child(4),
    .dm-newreleas-section .p-col:nth-child(6),
    .dm-newreleas-section .p-col:nth-child(8) {
        padding-left: 0;
    }

    .dm-newreleas-section .p-col:nth-child(2) .product-card,
    .dm-newreleas-section .p-col:nth-child(6) .product-card {
        border-right: 1px solid#D8D8D8;
    }

    .dm-newreleas-section .p-col:nth-child(1) .product-card,
    .dm-newreleas-section .p-col:nth-child(2) .product-card {
        border-bottom: none;
    }

    .dm-silder-wrapper .carousel-indicators {
        bottom: 44px;
        left: 5%;
    }

    .newsletter-section .newsletter-wrapper .subscribe .email {
        width: 70%;
    }

    /* .product-gallery-thumb .slick-list .slick-slide{
        width: 94px !important;
    } */

    .category-card {
        margin-top: 10px;
    }

}

@media only screen and (max-width:575px) {

    .says-section {
        padding-bottom: 0;
        padding-top: 0;
    }

    .home-category-section {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .popular-brand .popular-brand-box .brand-card .img {
        margin-bottom: 15px;
    }

    .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
        font-size: 0.8rem;
    }

    .prl-breadcrumb-wrapper {
        justify-content: center;
    }

    .prl-breadcrumb-wrapper h1 {
        font-size: 24px;
    }

    .prl-breadcrumb-wrapper ul {
        font-size: 14px;
        text-align: center;
    }

    .result-area .action-bar {
        padding: 5px;
        text-align: center;
    }

    .dm-title_outer__timer {
        justify-content: center;
    }

    .product-card .img {
        height: auto;
    }

    .product-card .img img {
        height: auto;
    }

    .product-other .details-tab .nav a:last-child {
        margin-right: 0;
    }

    .product-other .details-tab .nav a {
        margin-right: 10px;
    }

    .product-gallery-thumb .slick-list .slick-track {
        width: 100%;
    }

    .new-products-section .aiz-carousel .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .productbox-px {
        padding: 0 5px;
    }

    .new-products-section .slick-slider .slick-list {
        padding: 0 3px;
    }

    .product-card .img .wl-btn {
        right: 10px;
        top: 10px;
    }

    .product-card .img .wl-btn i {
        font-size: 20px;
    }

    .kw-title_outer h3,
    .kw-title_outer h4 {
        font-size: 40px;
    }

    /* .product-card .info h6{
        font-size: 12px;
        font-weight: unset;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    } */

    .product-card .info .price h6 {
        font-size: 15px;
        font-weight: unset;
    }

    .st-rating [data-star]::before,
    .st-rating [data-star]::after {
        font-size: 0.8rem;
    }

    .qu-outer {
        width: 200px;
        height: 200px;
    }

    .qu-outer .qu-outer__img svg {
        width: 70px;
        height: 70px;
    }

    .product-card .product-rating {
        margin-top: 0.5rem;
        font-size: 11px;
    }

    .product-card .product-btn-wrapper .btn-1,
    .product-card .img .wl-btn {
        right: 5px;
        bottom: 5px;
        width: 25px;
        height: 25px;
    }

    .product-card .product-btn-wrapper .add-to-cart-label {
        font-size: 12px;
    }

    .category-card .img>img {
        height: 300px;
    }

    .category-card .category-btn {
        font-size: 14px;
        width: 160px;
    }

    .category-card .category-text .category-text-title {
        font-size: 16px;
    }

    .says-outer {
        padding: 1rem;
    }

    .says-outer .says-outer__profile-info-client {
        flex-direction: column;
    }

    .review-items {
        column-count: 1 !important;
    }

    .social-sec-grid__img::after,
    .social-sec .social-sec-grid img {
        border-radius: 2px;
    }


    .category-card .category-text {
        bottom: -73px;
    }

    .rd-title_outer h3,
    .rd-title_outer h4 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 10px !important;
    }

    .rd-title_outer .text-muted {
        font-size: 18px;
    }

    .rd-title_outer {
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-bottom: 0 !important;
    }

    .rd-title_outer .mobile-text-promo {
        width: 100% !important;
        font-size: 14px;
        margin-left: 10px;
    }

    .service-item__content {
        font-size: 12px;
    }


    #order-details-modal-body .aiz-steps .title {
        font-size: 10px;
    }

    .offer-banners .dicount-card .text-area {
        padding: 20px;
    }

    .offer-banners .dicount-card .text-area .title {
        font-size: 25px;
    }

    .offer-banners .dicount-card-1 .text-area {
        padding: 20px;
    }

    .offer-banners .dicount-card-1 .text-area {
        padding: 20px;
    }

    .offer-banners .dicount-card-1 .img-area .offers-imgs {
        opacity: 0.2;
    }

    .offer-banners .dicount-card-1 .text-area .title {
        font-size: 25px;
    }

    /* Product Details - mobile fixes */

    /* Gallery: reduce large fixed heights */
    .gallery-img {
        height: 300px;
        padding: 10px;
    }

    .product-details .product-gallery .carousel-box {
        height: 280px;
    }

    .img-border {
        height: 80px;
        margin-inline: 0.3rem;
    }

    .product-details .other-btn .d-table-cell {
        flex-wrap: wrap;
        gap: 8px !important;
    }

    .product-details .other-btn .d-table-cell>div {
        flex-shrink: 0;
    }

    .product-details .nav.aiz-nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 0;
    }

    .product-details .nav.aiz-nav-tabs::-webkit-scrollbar {
        height: 3px;
    }

    .product-details .nav.aiz-nav-tabs a {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .product-details .service-desc .d-flex {
        flex-wrap: wrap;
        gap: 4px;
    }

    .product-details .service-desc img {
        flex-shrink: 0;
        display: none;
    }

    .product-details .whishlist-btn {
        /* display: flex;
        flex-direction: row-reverse; */
    }

    .product-details .social-btn img {
        width: 30px;
        height: 30px;
        aspect-ratio: 1/1;
    }

    .product-details .reviews-show-area .row {
        /* flex-direction: column; */
    }

    .product-details .reviews-show-area .col-md-2,
    .product-details .reviews-show-area .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .product-details .checkout-methods .footer-payment-icons {
        flex-wrap: wrap;
    }

    .product-details .service-desc .service-text {
        margin-left: 0 !important;
    }

}

@media only screen and (max-width:549px) {
    .product-details .auction-box-action .box .input {
        margin-left: 0;
    }

    .product-details .auction-box-action .box .input .bid-area .input-group {
        margin-bottom: 5px;
    }

    .product-details .auction-box-action .box .input .bid-area {
        display: block;
    }

    .ending-soon .ending-soon-box .ending-soon-card .info h5 {
        font-size: 16px;
    }

    .ending-soon .ending-soon-box .ending-soon-card .info .price h6 {
        font-size: 13px;
    }

    .ending-soon .ending-soon-box .ending-soon-card .info .price span {
        font-size: 10px;
    }
}

@media (min-width: 450px) and (max-width:575px) {

    .product-details .details-gallery .gallery-img {
        margin-bottom: 15px;
    }

    .product-details .action-btn .add-to-cart {
        padding: 9px 20px;
    }
}

@media only screen and (min-width: 450px) {
    .qty-actions.d-xs-flex {
        display: flex;
    }
}

@media only screen and (max-width: 450px) {
    .top-seller .top-seller-box .seller-card .info h6 {
        font-size: 12px;
    }

    .authors-list-pg .alphabet-list .authors-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .newsletter-section .newsletter-wrapper .subscribe .subscribe-btn {
        padding: 8px 12px;
    }

    .product-details .delivery-types .shipping-method .text {
        font-size: 14px;
    }

    .product-details .product-quantity {
        display: inline-block;
    }
}

@media only screen and (max-width:400px) {
    .product-details .auction-box-action .box .price {
        display: block;
    }

    .product-details .auction-box-action .box .price label {
        margin-bottom: 5px;
    }

    .author-box {
        padding: 10px;
    }

    .author-box .author-img {
        padding: 15px 15px 0 15px;
    }




    .offer-banners .dicount-card-1 .text-area {
        padding: 20px;
        width: 100%;
    }

    .offer-banners .dicount-card-1 .text-area .title {
        font-size: 20px;
    }
}

.video-section {
    position: relative;
}

.video-section img {
    position: relative;
}

.video-section .video_area {
    z-index: 1;
    position: relative;
    /* left: 0;
    right: 0;
    padding: 10px; */
    display: flex;
    justify-content: center;
}

.video-section .video_area .img-area {
    position: relative;
}

/* .video-section .video_area .img-area::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(80deg, rgba(2, 38, 100, 0.5046393557422969) 0%, rgba(2, 38, 100, 0.4766281512605042) 100%);
    display: block;
    border-radius: 25px;
} */
.video-section .video_area .img-area img {
    border-radius: 5px;
}

.video-section .video_area .wave-block {
    position: absolute;
    top: 36%;
    justify-content: center;
    display: flex;
}

.video-section .video_area .wave-block .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.464);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.video-section .video_area .wave-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-section .video_area .wave-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-section .video_area .wave-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-section .video_area .video-play-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
    text-align: center;
}

.video-section .video_area .video-play-icon svg {
    width: 5%;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@media only screen and (max-width:1499px) {
    .video-section .video_area .wave-block {
        top: 34%;
    }
}

@media only screen and (max-width:1199px) {
    .video-section .video_area .wave-block {
        top: 32%;
    }
}

@media only screen and (max-width:991px) {
    .video-section .video_area .wave-block {
        top: 26%;
    }

    .card .card-body {
        overflow-x: scroll;
    }

    #order-details-modal-body .aiz-steps li {
        padding: unset;
        width: unset;
    }
}

@media only screen and (max-width:767px) {
    .video-section .video_area .wave-block {
        top: 29%;
    }

    .video-section .video_area .video-play-icon svg {
        width: 10%;
    }

    .video-section .video_area .wave-block .waves {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width:515px) {
    .video-section .video_area .wave-block {
        top: 27%;
    }
}

@media only screen and (max-width:475px) {
    .video-section .video_area .wave-block {
        top: 25%;
    }
}

@media only screen and (max-width:415px) {
    .video-section .video_area .wave-block {
        top: 23%;
    }
}

@media only screen and (max-width:385px) {
    .video-section .video_area .wave-block {
        top: 20%;
    }
}

@media only screen and (max-width:350px) {
    .video-section .video_area .wave-block {
        top: 17%;
    }
}

#new-arrivals-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 12px;
}

#new-arrivals-carousel .owl-dots .owl-dot {
    outline: none;
}

#new-arrivals-carousel .owl-dots .owl-dot span {
    width: 24px;
    height: 6px;
    background-color: #00A53D !important;
    opacity: 0.2;
    display: block;
    border-radius: 10px;
    transition: all 0.4s ease;
    margin: 0 !important;
}

#new-arrivals-carousel .owl-dots .owl-dot.active span {
    width: 60px;
    opacity: 1;
}

#new-arrivals-carousel .owl-dots .owl-dot:hover span {
    opacity: 0.5;
}

/* Key Features Highlights Styles */
.product-details .key-features-list ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.product-details .key-features-list ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #4B5563;
    display: flex;
    align-items: flex-start;
}

.product-details .key-features-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    /* Adjusting to align with the vertical center of the first line of text */
    width: 18px;
    height: 18px;
    background-color: #BEC2CA;
    /* Outer light gray circle */
    border-radius: 50%;
}

.product-details .key-features-list ul li::after {
    content: "";
    position: absolute;
    left: 7px;
    /* (18 - 4) / 2 */
    top: 11px;
    /* 4 + (18 - 4) / 2 */
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    /* Inner white dot */
    border-radius: 50%;
}

/* ========== Preorder page ========== */
.preorder-page {
    background: var(--bg_gray_white);
    padding: 1.5rem 0 3rem;
}

.preorder-toolbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: var(--white);
    border: 1px solid var(--border_color);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 2px rgba(16, 16, 16, 0.04);
}

.preorder-toolbar__count {
    flex: 0 0 auto;
    white-space: nowrap;
    color: var(--font-color);
    font-size: 14px;
    line-height: 1.4;
}

.preorder-toolbar__count strong {
    color: var(--theme_black);
    font-weight: 700;
}

.preorder-toolbar__controls {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.65rem;
    align-items: center;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
}

.preorder-toolbar__search {
    position: relative;
    flex: 1 1 220px;
    max-width: 280px;
    min-width: 160px;
}

.preorder-toolbar__search i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--txt-color-2);
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
}

.preorder-toolbar__select {
    flex: 0 0 170px;
    max-width: 170px;
}

.preorder-toolbar .form-control {
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--border_color);
    background: var(--white);
    color: var(--font-color);
    font-size: 13px;
    box-shadow: none;
    width: 100%;
}

.preorder-toolbar .form-control:focus {
    border-color: var(--theme1);
    box-shadow: 0 0 0 2px rgba(0, 121, 46, 0.12);
}

.preorder-toolbar__search .form-control {
    padding-left: 36px;
    padding-right: 12px;
}

.preorder-toolbar__select .form-control {
    padding-right: 28px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239B9B9B' d='M1.4.6L6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}

.preorder-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.preorder-product-card {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border: 1px solid var(--border_color);
    border-radius: 12px;
    padding: 0.85rem;
    margin-bottom: 0;
    height: 100%;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.preorder-product-card:hover {
    box-shadow: 0 6px 18px rgba(16, 16, 16, 0.08);
    transform: translateY(-2px);
}

.preorder-product-card.is-selected {
    border-color: var(--theme1);
    box-shadow: 0 0 0 1px rgba(0, 121, 46, 0.25), 0 6px 18px rgba(0, 121, 46, 0.12);
}

.preorder-product-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: var(--theme1);
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 4px 8px;
    border-radius: 4px;
}

.preorder-product-card__img {
    width: 100%;
    height: 180px;
    min-width: 0;
    border-radius: 8px;
    overflow: hidden;
    background: var(--theme_gray);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
}

.preorder-product-card__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.preorder-product-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.preorder-product-card__title {
    font-size: 15px;
    font-weight: 600;
    color: var(--theme_black);
    margin-bottom: 0.35rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

.preorder-product-card__sku {
    font-size: 12px;
    color: var(--txt-color-2);
    margin-bottom: 0.85rem;
}

.preorder-product-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-top: auto;
}

.preorder-product-card__toggle {
    flex: 1 1 auto;
    min-width: 90px;
}

.preorder-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border_color);
    border-radius: 8px;
    overflow: hidden;
    background: var(--white);
}

.preorder-qty__btn {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--font-color);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.preorder-qty__btn:hover {
    background: var(--theme_gray);
}

.preorder-qty__input,
.preorder-qty__value {
    width: 42px;
    height: 34px;
    border: 0;
    border-left: 1px solid var(--border_color);
    border-right: 1px solid var(--border_color);
    text-align: center;
    font-size: 14px;
    color: var(--font-color);
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.preorder-qty--sm .preorder-qty__btn,
.preorder-qty--sm .preorder-qty__value {
    height: 28px;
    width: 28px;
    font-size: 13px;
}

.preorder-qty--sm .preorder-qty__value {
    width: 36px;
}

.preorder-product-card__toggle {
    background: var(--theme1);
    color: var(--white);
    border: 1px solid var(--theme1);
    border-radius: 8px;
    min-width: 100px;
    padding: 0.45rem 1rem;
    font-weight: 600;
    font-size: 14px;
}

.preorder-product-card__toggle:hover {
    background: #005f24;
    border-color: #005f24;
    color: var(--white);
}

.preorder-product-card__toggle.is-remove {
    background: var(--white);
    color: var(--theme1);
}

.preorder-product-card__toggle.is-remove:hover {
    background: rgba(0, 121, 46, 0.08);
    color: var(--theme1);
}

.preorder-request-card {
    background: var(--white);
    border: 1px solid var(--border_color);
    border-radius: 12px;
    padding: 1.25rem 1.35rem 1.5rem;
    position: sticky;
    top: 100px;
}

.preorder-request-card__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--theme_black);
    margin-bottom: 0.35rem;
}

.preorder-request-card__subtitle {
    font-size: 13px;
    color: var(--txt-color);
    margin-bottom: 1.15rem;
    line-height: 1.5;
}

.preorder-selected {
    margin-bottom: 1.25rem;
    max-height: 220px;
    overflow-y: auto;
}

.preorder-selected__empty {
    font-size: 13px;
    color: var(--txt-color-2);
    margin: 0;
    padding: 0.75rem;
    background: var(--theme_gray);
    border-radius: 8px;
}

.preorder-selected__item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border_color);
}

.preorder-selected__item:last-child {
    border-bottom: 0;
}

.preorder-selected__img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--theme_gray);
}

.preorder-selected__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preorder-selected__info {
    flex: 1;
    min-width: 0;
}

.preorder-selected__name {
    font-size: 13px;
    font-weight: 600;
    color: var(--theme_black);
    margin-bottom: 0.15rem;
}

.preorder-selected__sku {
    font-size: 12px;
    color: var(--txt-color-2);
    margin-bottom: 0.4rem;
}

.preorder-selected__remove {
    border: 0;
    background: transparent;
    color: var(--txt-color-2);
    font-size: 22px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.preorder-selected__remove:hover {
    color: var(--theme1);
}

.preorder-form .form-group {
    margin-bottom: 0.9rem;
}

.preorder-form label {
    font-size: 13px;
    font-weight: 600;
    color: var(--font-color);
    margin-bottom: 0.35rem;
}

.preorder-form .form-control {
    border-radius: 8px;
    border-color: var(--border_color);
    min-height: 42px;
    font-size: 14px;
}

.preorder-form textarea.form-control {
    min-height: 100px;
}

.preorder-consent .aiz-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 12px;
    color: var(--txt-color);
    line-height: 1.45;
}

.preorder-consent a {
    color: var(--theme1);
    text-decoration: underline;
}

.preorder-submit {
    background: var(--theme1) !important;
    border-color: var(--theme1) !important;
    border-radius: 8px !important;
    font-weight: 700;
    padding: 0.75rem 1rem !important;
    margin-top: 0.5rem;
}

.preorder-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.preorder-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 16, 16, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.preorder-loader.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.preorder-loader__box {
    background: var(--white);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(16, 16, 16, 0.18);
    min-width: 220px;
}

.preorder-loader__spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto 0.85rem;
    border: 3px solid rgba(0, 121, 46, 0.2);
    border-top-color: var(--theme1);
    border-radius: 50%;
    animation: preorder-spin 0.8s linear infinite;
}

.preorder-loader__text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--font-color);
}

body.preorder-loading {
    overflow: hidden;
}

@keyframes preorder-spin {
    to {
        transform: rotate(360deg);
    }
}

.preorder-empty,
.preorder-empty-state {
    color: var(--txt-color);
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .preorder-toolbar {
        flex-wrap: wrap;
    }

    .preorder-toolbar__controls {
        flex-wrap: wrap;
        width: 100%;
        justify-content: stretch;
    }

    .preorder-toolbar__search {
        flex: 1 1 100%;
        max-width: none;
        min-width: 0;
    }

    .preorder-toolbar__select {
        flex: 1 1 calc(50% - 0.35rem);
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .preorder-toolbar__select {
        flex: 1 1 100%;
    }

    .preorder-products {
        grid-template-columns: 1fr;
    }

    .preorder-product-card__img {
        height: 160px;
    }

    .preorder-request-card {
        position: static;
    }
}

@media (min-width: 1200px) {
    .preorder-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
