@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

#mainSearchForm {
    display: none;
}

/*@media (min-width: 768px) and (max-width: 1024px) {*/
    
/*}*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /*nav .wrapper {*/
    /*    overflow: hidden;*/
    /*}*/
    .search-recommendations-dropdown {
        width: 325px !important;
    }

    nav .wrapper .input-group {
        width: 280px;
        margin-left: 0px;
    }

    .second-navbar .wrapper .input-group {
        width: 280px;
        margin-left: 0px;
    }

    .wrapper .logo {
        padding-right: 0px;
    }

    .wrapper .logo {
        border-right: 0px;
    }

    /*#mainSearchForm{*/
    /* display:block;*/
    /*}*/
    .nav-links {
        position: fixed;
        top: 0;
        left: -300px;
        width: 260px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        padding-top: 80px;
        transition: 0.4s ease;
        z-index: 9999;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links li {
        list-style: none;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .nav-links li a {
        color: #000;
        font-size: 18px;
        text-decoration: none;
    }

    .close-sidebar {
        position: absolute;
        top: 30px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    #mainSearchForm {
        display: block;
    }

    .banner-slider .carousel-item {
        height: 477px;
    }

    .banner-slider .carousel-item.active {
        height: 477px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: -300px;
        width: 260px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        padding-top: 80px;
        transition: 0.4s ease;
        z-index: 9999;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links li {
        list-style: none;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .nav-links li a {
        color: #000;
        font-size: 18px;
        text-decoration: none;
    }

    .close-sidebar {
        position: absolute;
        top: 30px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
    }

    .overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 999;
    }

    .overlay.show {
        opacity: 1;
        visibility: visible;
    }

    nav .wrapper {
        gap: 4px;
    }

    .our-categories-card {
        width: auto;
    }

    .partners-say {
        padding: 40px 0px;
    }

    .our-categories {
        padding: 25px 16px;
    }

    .our-categories h4 {
        color: #e23744;
    }
}

.nav .wrapper {
    justify-content: space-between;
    gap: 10px;
}

.delivery-text {
    text-wrap: nowrap;
}

.mobileSearch {
    width: 20px;
    height: 20px;
}



#searchBtn {
    background: transparent;
}

.categoriesList {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

/*======== my-sliderss ===========*/
.my-sliderss {
    width: 100%;
}

.my-sliderss .slick-list {
    padding: 0 !important;
    overflow: hidden;
}

.my-sliderss .slick-track {
    display: flex !important;
    align-items: stretch;
}

.my-sliderss .slick-slide {
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
}

/*==================*/
#brandModal .form-group h5 {
    font-size: 20px !important;
}

.type-modal .modal-body h4 {
    font-size: 26px !important;
}

#typeModal .form-group h5 {
    font-size: 20px !important;
}

@media (min-width: 992px) {
    .my-sliderss .slick-slide {
        width: auto !important;
    }
}

/*======================*/
.filter ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.filter ul li {
    width: 100%;
}

.filter ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    /*padding: 10px;*/
    border-radius: 10px;
    text-decoration: none;
}

.filter-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/* Desktop */
@media (min-width: 992px) {
    .filter ul {
        display: block;
    }

    .filter ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Mobile */
@media (max-width: 991px) {
    /*.product-sec-card {*/
    /*    width: 195px;*/
    /*    max-width: 195px;*/
    /*}*/

    .filter-detail-sec-txt1 {
        border-top: 1px solid #e6e9ef;
        border-left: 0px;
        padding-left: 0px;
        padding-top: 24px;
    }

    .filter-detail-sec .row-bg {
        margin-top: 0px;
    }

    .filter ul {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .filter ul li {
        flex: 0 0 auto;
        width: auto;
    }

    .filter ul li a {
        flex-direction: column;
        justify-content: center;
        min-width: 80px;
        text-align: center;
    }

    .filter-img img {
        width: 35px;
        height: 35px;
    }

    /*#right-column-content {*/
    /* margin-top: 20px;*/
    /*}*/
    .filter ul li.active::after {
        content: '';
        height: 4px;
        width: 100%;
        background: #e23744;
        border-radius: 100px;
        position: absolute;
        left: 0;
        bottom: -5px;
        top: auto;
    }

    .counter-sec .counter-sec-box h3 {
        font-size: 30px;
        font-weight: 500;
        color: #cf4a57;
        line-height: 50px;
    }

    .counter-sec .counter-sec-box h6 {
        font-size: 16px;
        color: #1c1c1c;
        margin-top: 4px;
    }

    .horizontal-filter ul li {
        background: #fff;
        border: 1px solid #ebebeb;
        box-shadow: 0 1px 4px rgba(28, 28, 28, .06);
        border-radius: 40px;
        padding: 8px 14px 8px 14px;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 1px;
        margin-left: 1px;
        margin-bottom: 2px;
    }

    .filter-img {
        width: 50px;
        height: 50px;
    }

    .filterSection {
        padding-top: 10px;
        padding-bottom: 10px;
        position: sticky;
        top: 80px;
        z-index: 10;
        background: #fff;
        box-shadow: 5px 4px 22px 6px #fff;
    }

    .horizontal-filter {
        position: sticky;
        top: 210px;
        z-index: 9;
        background: #fff;
        box-shadow: 5px 4px 22px 6px #fff;
        padding-top: 10px;
        /*margin-bottom: 5px;*/
        padding-bottom: 5px;
    }

    .categories-sec {
        padding: 20px 0;
    }

    .asas .filter-slider {
        margin-bottom: 10px;
    }

    .product-detail {
        padding-top: 15px;
    }

    .product-detail-img {
        margin-right: 0px;
        padding: 30px 15px;
    }

    .product-detail .row {
        padding: 20px;
    }

    .product-detail-img .slider {
        width: 280px;
        height: 280px;
    }

    .slider-thumbnails {
        display: none !important;
    }

    .product-detail-img .my-next {
        top: 50%;
    }

    .product-detail-img .my-prev {
        top: 50%;
    }

    .banner-slider1 .carousel-control-prev {
        left: -12px;
        top: 40%;
    }

    .banner-slider1 .carousel-control-next {
        rigth: -12px;
        top: 40%;
    }

    .wishlist-btn {
        position: absolute;
        top: 50vh;
        left: 80vw;
    }

    .wishlistBtn {
        display: none;
    }

    /*.second-navbar .wrapper .logo {*/
    /*    width: 150px;*/
    /*}*/

    .second-navbar .right-side li a {
        margin-left: 10px;
    }

    #activate-menu {
        z-index: 100;
        padding: 0px;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -40%;
        width: 300px;
    }

    .banner-slider1 .carousel-control-next,
    .banner-slider1 .carousel-control-prev {
        height: 25px;
        width: 25px;
        /*top: 25%;*/
    }

    .product-sec-header1 img {
        display: none;
    }

    .explore-more {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .explore-more .wrapper {
        padding: 20px 0;
    }

    .product-sec {
        padding: 0;
    }

    .partners-say-card .card-front-header1 p {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }

    .partners-say-card .card-back-header p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    /*.carousel-item {*/
    /* width:auto !important;*/
    /*}*/
    .login-model .otp-input {
        gap: 10px;
        justify-content: center;
    }

    .login-model .otp-input input {
        width: 44px;
        height: 44px;
        margin: 0 0 0 0;
    }

    /*.footer-logo .footer-logo2 img{*/
    /* height: fit-content;*/
    /* width: 175px;*/
    /* margin-bottom: 47px;*/
    /*}*/
    .footer-logo .footer-logo2 img {
        width: 175px;
        max-width: 100%;
        height: auto;
        margin-bottom: 25px;
        /*display: block;*/
        object-fit: contain;
    }

    .breadcrumb-sec ul li a {
        font-size: 10px;
        /*text-wrap:nowrap*/
    }

    .breadcrumb-sec {
        display: none;
    }

    .blog-details {
        padding: 25px 0;
    }

    .blog-details .blog-details-txt h3 {
        font: 400 40px/70px "Be Vietnam Pro", sans-serif;
        color: #000;
        margin-bottom: 15px;
    }

    .our-categories-card {
        width: auto;
    }

    .product-detail .product-detail-txt h3 {
        font-size: 20px;
    }

    .product-detail-txt1 {
        padding: 0px;
    }

    .product-detail-txt1 .detail-price a {
        width: 125px;
        height: 43px;
        font-size: 20px;
    }

    .product-detail-txt .product-detail-txt2 h2 {
        font-size: 22px;
    }

    .markdown p {
        font-size: 16px
    }

    /* cart section */
    .cart-sec {
        padding: 20px 0;
    }

    .cart-left {
        padding: 0 0 20px;
    }

    .cart-left h3 {
        font-size: 20px;
        padding: 8px 0px 8px 0;
    }

    .second-navbar .wrapper .logo {
        border-right: 0 !important;
    }
    
    .second-navbar .right-side li a{
        width: 45px;
        height: 45px;
        padding: 9px;
    }
    
    
    
    .sidebar-header{
        margin: 0 0;
    }
    /*.mobileSidebar li.sidebar-header{*/
    /*    margin:0px !important;*/
    /*}*/
    
    .sidebar-logo{
     margin-left : 0 !important;   
    }
    
    #mobileSidebar a{
        margin-left: 0;
    }
    
    #mobileSidebar li{
        padding-left: 20px;
        margin-left: 0;
    }
    
    .wrapper .logo{
        border-right : 0;
    }
    
    #chatWidget {
        right: 35px;
    
    }
    
    .request-product-txt .form-group .form-control{
        width: auto;
    }
    
    .breadcrumb-header h3{
          font-size: 22px;
    }
    
    .product-sec-card{
  width: 205px;
  max-width: 205px;
    }
    
    
}

.productDescription {
    overflow: hidden !important;
    width: auto !important;
}

.our-categories-card-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

/*.banner-slider1 #demo1 {*/
/*    margin-top: 10px;*/
/*}*/

/*=================*/
.order-breadcrumb-sec ul li:last-child::before {
    content: none;
}

.order-breadcrumb-sec {
    padding: 5px 10px;
}

.order-breadcrumb-sec ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 14px 0;
}

.order-breadcrumb-sec ul li {
    position: relative;
}

.order-breadcrumb-sec ul li:not(:last-child):before {
    content: "\f105";
    position: absolute;
    right: -20px;
    top: -1px;
    font-family: FontAwesome;
    font-size: 22px;
    color: #767c8f;
}

.order-breadcrumb-sec ul li a {
    color: #767c8f;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.order-breadcrumb-sec ul li:last-child a {
    color: #000;
}

/*=======================*/

.search-form{
    position: relative;
}

.search-recommendations-dropdown{
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    /*min-width: 320px; */
    /*max-width: 420px;*/

    background: #fff;
    z-index: 999999;

    display: none;

    box-shadow: 0 10px 25px rgba(0,0,0,0.15);

    max-height: 350px;
    overflow-y: auto;

    border-radius: 10px;
}

/*=========== mobile sidebar ===============*/

.mobile-sidebar{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* IMPORTANT FIX */
#mobileSidebar .sidebar-header{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-around !important;

    width: 100%;
    box-sizing: border-box;

    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

/* force logo alignment */
.sidebar-logo{
    display: flex;
    align-items: center;
}

.sidebar-logo img{
    height: 70px;
    width: auto;
    display: block;   /* IMPORTANT */
}

/* close button fix */
.close-sidebar{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border-radius: 50%;
    border: none;
    background: #f5f5f5;

    font-size: 18px;
    line-height: 1;
}

/*======= cart section ========*/
.cart-left h3{
     justify-content: center;
}

.cart-left .deleteBtn{
    margin-left: 20px;
}

#cw-ava {
    width: 30px;
}


/*================*/

/* CHAT WIDGET */
#chatWidget {
    display: none;
    position: fixed;

    right: 20px;
    bottom: 20px;

    width: 360px;
    max-width: calc(100vw - 20px);

    height: 600px;
    max-height: calc(100vh - 40px);

    background: #fff;

    border-radius: 18px;

    overflow: hidden;

    flex-direction: column;

    z-index: 999999;

    box-shadow:
        0 10px 40px rgba(0,0,0,0.18);

    font-family: Arial, sans-serif;
}

/* OPEN */
#chatWidget.cw-open{
    display: flex;
}

/* HEADER */
#cw-head{
       background: #ff3269;
    /*background: #0d6efd;*/
    color: #fff;

    padding: 14px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* AGENT */
#cw-agent{
    display: flex;
    align-items: center;
    gap: 10px;
}

#cw-ava{
    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: #fff;
    color: #0d6efd;

    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
}

#cw-name{
    font-size: 15px;
    font-weight: 600;
}

#cw-status{
    font-size: 12px;
}

#cw-online-dot{
    width: 8px;
    height: 8px;

    background: #00d26a;

    border-radius: 50%;

    display: inline-block;
}

/* BUTTONS */
#cw-head-actions{
    display: flex;
    gap: 8px;
}

.cw-hbtn,
.cw-ibtn{
    border: none;
    background: transparent;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    color: inherit;
}

/* MESSAGE AREA */
#cw-msgs{
    flex: 1;

    overflow-y: auto;

    padding: 15px;

    background: #f5f5f5;
}

/* INPUT BAR */
#cw-bar{
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 12px;

    border-top: 1px solid #eee;

    background: #fff;
}

#cw-inp{
    flex: 1;

    height: 44px;

    border: 1px solid #ddd;
    border-radius: 30px;

    padding: 0 15px;

    outline: none;

    font-size: 14px;
}

/* =========================
   TABLET RESPONSIVE
========================= */
@media screen and (max-width: 992px){

    #chatWidget{
        width: 90vw;
        height: 85vh;

        right: 5vw;
        bottom: 20px;
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media screen and (max-width: 576px){

    #chatWidget{
        width: 100vw;
        height: 100vh;

        max-width: 100%;
        max-height: 100%;

        right: 0;
        bottom: 0;

        border-radius: 0;
    }

    #cw-head{
        padding: 12px;
    }

    #cw-msgs{
        padding: 12px;
    }

    #cw-bar{
        padding: 10px;
    }

    #cw-inp{
        height: 42px;
        font-size: 13px;
    }

    #cw-name{
        font-size: 14px;
    }

    #cw-status{
        font-size: 11px;
    }

    #cw-ava{
        width: 36px;
        height: 36px;
    }
}

.toast-top-right {
    top: 90px !important;
}


.wrapper .logo{
  width: 100px;
}


/*==============*/

/*.product-item {*/
/*    width: 100%;*/
/*    padding: 8px;*/
/*}*/

/*.product-sec-card {*/
/*    width: 100%;*/
/*    border-radius: 12px;*/
/*    overflow: hidden;*/
/*}*/

.card-imgs {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

/*.card-imgs img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*}*/



#activate-menu .sidebar-header{
    padding:15px 25px 20px;
}

.qtyCount{
    text-transform: none;
  font-size: 7px !important;
  top: 21px !important;
  right:25px !important;
  color: #9197a6 !important;
}

.addQty{
    font-size: 13px !important;
    top: 4px !important;
    right: 31px !important;
}