/* 
1 - https://codepen.io/ktmthemes/pen/WNZbzQK  (Mega Menu)

2 - https://getbootstrap.com/docs/5.0/components/popovers/ 

3 - Carousel:  https://codepen.io/anibabbar/pen/QWeGzmB (written by ABTNC)

4 - https://codepen.io/anibabbar/pen/vYoxrNy (Product + Testimonial )

5 - https://codepen.io/vivekrawat_tnc/pen/ZEgeoqM  (Image Hover )

6 - https://codepen.io/anibabbar/pen/PoMmNra (product single page)

*/

/* Responsive styling for tablets (screen width <= 768px) */

/*(1) owl-stage box*/

/* .row {
    margin-left:0px;
    margin-right: 0px;
} */

@media (max-width: 991px){
.header_divider {
    display: none !important;
}
}

@media (max-width: 1367px){
    .container-fluid {
        padding-left: 12px !important;
        padding-right:12px !important;
    }
    }
    
@media (min-width: 768px) {
    .desk_filter {
      pointer-events: none; /* Disables click interactions */
      cursor: default;     /* Changes cursor to indicate it's not clickable */
    }
  }


.close-notification 
{
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ffffff;
  border-radius: 6px;

}
.row:not(.row .row) {
    margin: 0px;
}

.manrope {
    font-family: 'Manrope'
}

@media (min-width: 1600px) {
    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1em 1.4em !important;
        font-weight: 600;
        color: #121212;
        font-size: 19px;
        text-transform: uppercase;
    }

}

p:last-child {
    margin-bottom: 0;
  padding-bottom:0;
  }

  #in-the-box ul, #key-features ul, #specifications ul, .product-description ul {
    line-height: 2 !important;
  }

#my-orders-table_info {
    padding-top: 25px;
  }


.dt-paging {
  padding-top: 10px;
}

.footer_bar_mobile_global {
    /* display: none; */
  }

  .home-featured-list li {
    background-color: #121212 ;
    color:#ffffff;
    margin:10px;
    width:50%;
    border:none;
    padding: 1rem;
    border-radius: 5px !important;

      }

      /* .home-featured-list .list-group-item::before {
        content: '.';
    
     
        margin-right: 10px;
        position: relative;
        top: -5px;
        font-size: 34px;
        line-height: 0;
      } */

#vaccum_spare_parts,
#service_repairs,
#expert_advice,
#best_value_guarantee {
    display: none;
    height: 450px
}


#stats_1:hover #vaccum_spare_parts,
#stats_2:hover #service_repairs,
#stats_3:hover #expert_advice,
#stats_4:hover #best_value_guarantee {
    display: block;
    position: absolute;
    top: 0;
    z-index: 999999;
    min-width: 505px !important;
    overflow: visible;
    margin-left: 65px;
    max-width: 510px !important;
}

#stats_1:hover #vaccum_spare_parts {
    left: 65px;
}

#stats_4:hover #best_value_guarantee {
    right: 65px;
}




.filter-button {
    width:100px !important;
}



.form-check-input {
    width:18px !important;
    height: 18px !important;
    margin-right: 18px;
    border:2px solid #121212;
    border-radius: 0px !important;
    margin-top:3px;
}

.empty-cart-container {
    text-align: center;
    padding: 50px;
}

.empty-cart-container .icon {
    font-size: 60px;
    color: #f8d7da;
}

.empty-cart-container .message {
    font-size: 24px;
    font-weight: bold;
   
}





.alert {
    padding: 11px !important;
    font-size: 16px !important;
    border: none !important;
    background: #ff0000;
    color: white;
    border-radius: 0;
}
.alert a {
    color: white;
    text-decoration: underline !important;
}

.payment_method {
    font-size: 19px;
}
.h1 {
    font-size: 40px !important;
}

.h2 {
    font-size: 30px !important;
}

.h3 {
    font-size: 20px !important;
}
.list-group-item {
    background-color: transparent;
    padding: 1.5rem 1rem;
}
ul {
    padding-left: 1rem;
  }

  .custom-tooltip-button img {
    float: right;
  }

  .custom-tooltip-button {
    background-color: #3e4652;
    color:#fff;
    border-right: 1px solid #fff;
   padding:10px 20px;
  }

  .custom-tooltip-button  .sub-text {
    font-size: 17px !important;
    margin-bottom: 0;


  }

  .custom-tooltip-button  .main-text {
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 0;
 
  }


  
.quantity_wrapper {
    display: flex;
   
    border-radius: 4px;
    overflow: hidden;
    
  }
  
  .quantity_wrapper button {
    background-color: transparent;
    color: #121212;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
  }
  
  .quantity_wrapper button:hover {
    
  }
  
  .input-box {
    width: 40px;
    height:40px;
    text-align: center;
    border: none;
 
    font-size: 21px;
    outline: none;
    background-color: #FF0000;
    color:#ffffff;
    border-radius: 5px;
  }
  
  /* Hide the number input spin buttons */
  .input-box::-webkit-inner-spin-button,
  .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .input-box[type="number"] {
    -moz-appearance: textfield;
  }
  
  .account_menu_title {
   
    position: relative;
    top: -5px;
  }


body {
    font-family: "Manrope", sans-serif;
    color: #121212;
    font-size: 17px;
    line-height: 1.8;
}

.btn {
    width: auto; /* Ensures the button width is based on its content */
    line-height: 23px;
    padding:12.5px 13.5px;
}

.icon_btn {
    border-radius: 5px;
    padding:10px;
    margin-right: 15px;
}



.ab_section_heading, .ab_section_heading-l{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 54.64px;
    margin-bottom: 51px;
}
.ab_section_heading-l{
    text-align: left;
    margin-bottom: 20px;
}

section:not(.ac_hero, .tooltip_stats){
    padding: 100px 0px;
  }

  nav > .breadcrumb { 
    background:#FF0000;
    color:#ffffff;
    padding:8px 18px;
    border-radius: 5px;
    display: inline-flex;
  }

  .breadcrumb a, .breadcrumb-item.active {
    color:#ffffff;
  }

  .breadcrumb-item + .breadcrumb-item::before { 
    color:#fff;
  }
  #address-form input.btn {
    background: red;
    border-color: red;
    text-transform: capitalize;
}
#address-form input.btn:hover {
    background: black;
    transition: ease-in all 0.2s;
}
.product-page-cart-btn {
    background: #ff0000;
    border-color: #ff0000;
}
.prodDetOffer .offer-span {
    font-family: 'Manrope';
    cursor: default;
}
.offer-span:hover {
    background: #212529;
}
div#stickyNavbar li {
    list-style: none;
}
/*-------------------------------------------------------------------------- base css ends  ------------------------------------------------------------------------------ */

/*------------------------------------------------------------------------------ Mega Menu Code Starts--------------------------------------------------------------------- */

.ac_top_bar {
    /* border-bottom: 1px solid #c8c8c8; */
}

.header_divider {
margin: 0 !important;
  position: relative !important;
  top: -63px !important;
  z-index: 99999 !important;
  border-color:#c8c8c8 !important;
}

.ac_search,
.input-group-text {
    height: 50px;
    background-color: #f5f5f5;
    border: none;
}
.ac_menu_top_right img {
    position: relative;
    top: -7px;
    width: 30px;
    height: 30px;
    /* margin-right: 10px; */
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1em;
    font-weight: 600;
    color: #121212;
    font-size: 16px;
}

/* .navbar-expand-lg .navbar-nav .nav-link first item */
.main-nav .navbar-expand-lg .navbar-nav .nav-link:first-child {
    padding-left: 0;
}
.nearest-store-btn.btn {
    background: #ff0000;
}
.nearest-store-btn.btn:hover {
    background: #121212;
    color: white;
}
li#toggleSidebar {
    display: flex;
    align-items: center;
}
@media all and (min-width: 992px) {
    .main-nav .dropdown-item:hover, .main-nav .dropdown-item:focus {
        background-color: #f5f5f5;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 0px;
    }

    .main-nav .brands-drop-down-item:hover, .main-nav .brands-drop-down-item:focus {
        background-color: #ffffff !important;
        padding: 0 !important;
    }

    .main-nav .three_col {
        width: 32rem !important;
      
    }

    .main-nav .two_col {
        min-width: 48rem; /* Ensures a minimum starting width */
        width: auto; /* Adjust width to fit the content */
        white-space: nowrap; /* Prevent wrapping */
    }
    .main-nav .dropdown-menu.two_col .btn {
        margin-left: 13px;
    }

    .main-nav .floor_cleaners_col {
        min-width:36rem;
    }

    .main-nav .floor_cleaners_col2 {
        min-width:24rem;
    }
    
    .main-nav .single_col {
        width: 24rem !important;
        width: auto; /* Adjust width to fit the content */
        white-space: nowrap; /* Prevent wrapping */
    }

    .main-nav .icon_image {
        filter: none;
        transition: filter 0.3s ease;
        margin-right: 8px;
    }

    .main-nav .dropdown-item .icon_image {
        width: 30px;
    }

    .main-nav .dropdown-item:hover .icon_image {
        /* filter:brightness(0) saturate(100%) invert(100%); */
        margin-right: 8px;
    }

    .main-nav .dropdown-menu {
        border-radius: 5px;
        margin-top: -15px;
        border: none;
        padding: 10px 20px;

        width: auto; /* Allow dropdown to grow based on content */
        white-space: nowrap; /* Prevent text from wrapping */
        padding: 10px 20px; /* Keep padding for aesthetics */
        border-radius: 5px;
        border: none;
    }

    .main-nav .dropdown-item {
        /* min-width:220px; */
        font-size: 16px;
        /* margin:10px; */
        margin: 10px 0px;
        padding-left: 10px;
        padding-right: 10px;

        /* max-width: 240px; */
    }
    .main-nav .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }
    .main-nav .ktm-mega-menu {
        position: static;
    }
    .main-nav .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }
    .main-nav .dropdown-menu li {
        position: relative;
    }
    .main-nav .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .main-nav .dropdown-menu > li:hover > .submenu,
    .main-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .main-nav  .dropdown-menu > li:hover > .submenu
    /* .main-nav   .dropdown:hover > .dropdown-menu  */ {
        display: block;
    }
    .main-nav .dropdown-menu .btn {
        font-size: 18px;
        font-weight: 500;
        display: block;
    }
}

/*------------------------------------------------------------------------ Mega Menu Code Ends------------------------------------------- */

/*----------------------------------------------------------------------- section slider css strat ---------------------------------------------*/

#cart-count\ text-dark {
    font-size: 16px;
    position: relative;
    top: -10px;
    left: 2px;
  }

.ac_hero .carousel-control-prev, .ac_hero .carousel-control-next {
    width: 3% !important;
}


.ac_hero .carousel-inner .bg_image {
    background-size: cover;
}

.ac_hero h1 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 500;
}

.ac_hero .left_side {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: auto;
  

}

/*----------------------------------------------------------------------- section slider css end ---------------------------------------------*/



/*------------------------------------------------------------------ explore product range css start------------------------------------------------------------- */

.product_range .card {
    border: none;
    position: relative;
    overflow: hidden;
}

.product_range .img-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.product_range .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.product_range .image-1 {
    z-index: 1;
}

.product_range .image-2 {
    opacity: 0;
    z-index: 2;
}

.product_range .img-container:hover .image-2,
.img-container:active .image-2 {
    opacity: 1;
}

.product_range .img-container:hover .image-1,
.img-container:active .image-1 {
    opacity: 0;
}

.product_range .img-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 3;
}

.product_range .card-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    z-index: 4;
    line-height: 1.2;
}

.product_range .product-image {
    width: 199px; /* Fixed width */
    height: auto; /* Rounded from auto for consistency */
    object-fit: cover; /* Maintains aspect ratio by cropping */
    margin: 0 auto; /* Centers the image horizontally */
    display: block; /* Ensures proper centering */
}
/*---------------------------------------------------------------- explore product range css end----------------------------------------------------------------------- */




/* product_range css start */


.product_range #owl-demo .item {
    padding: 40px 0;
}

.product_range .slide-progress-4 {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #ee5642;
    margin-top: 40px;
}





/* product_range css end */






/* latest-offer css start */


.latest-offer #owl-demo .item {
    padding: 40px 0;
}

.latest-offer .slide-progress-5 {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #ee5642;
    margin-top: 40px;
}





/* latest-offer css end */





/* ----------------------------------------------------------------- Shop Our Everyday Value Range CSS Starts ----------------------------- */
.value_range #owl-demo .item h1 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.value_range #owl-demo .item {
    padding: 40px 0;
}

.value_range .slide-progress-1 {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #ee5642;
}

.value_range .owl-carousel .owl-item img {
    width: 199px !important;
    height: auto !important;
    object-fit: cover !important;
    margin: 0 auto !important;
    display: block !important;
}

.value_range .nav-pills .nav-link {
    background-color: #f5f5f5; /* Set background color for each link */
    color: #121212; /* Set text color for all list items */
    margin-right: 10px; /* Add spacing between the items */
}

.value_range .nav-pills .nav-link.active {
    background-color: red; /* Set background color for the active list item */
    color: white; /* Set text color for the active list item */
}

.value_range .nav-pills .nav-item {
    display: inline-block; /* Make the nav items fit their content */
}

.value_range .nav {
    justify-content: center; /* Center the nav items horizontally */
    text-align: center; /* Center the text */
}



.value_range .related_product_section_heading {
    font-size: 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 54.64px;
}

.value_range .product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    background-color: #fff;
    text-align: center;
    margin: 20px 10px;
    background: #ffffff;
}

/* .value_range .product-card:hover {
    background: #f5f5f5;
} */

.product-name {
    font-size: 21px;
    line-height: 32px;
    color:#121212;
}


.value_range .deal-badge {
    position: absolute;
    top: 10px;
    left: 00px;
    background-image: url("https://ibb.co/kQXzM8g");
    color: white;
    padding: 10px 35px 10px 20px;
    background-repeat: no-repeat;

    font-weight: 700px;
    background-position: right center;
    font-size: 22px;
}
.value_range .quick-view {
    position: absolute;
    top: 10px;
    right: 10px;

    color: grey;
}
/* .value_range .product-image {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
   
} */

.value_range .product-image {
    width: 199px; /* Fixed width */
    height: 280px; /* Rounded from auto for consistency */
    object-fit: cover; /* Maintains aspect ratio by cropping */
    margin: 0 auto; /* Centers the image horizontally */
    display: block; /* Ensures proper centering */
}

.value_range .product-image2 {
    width: 100%;
    margin: 0 auto;
}


/* .value_range .ab_product_price {
    background-image: url("https://i.ibb.co/ZYT922m/Group-379.png");
    padding: 05px 30px 10px 20px;
    background-repeat: no-repeat;

    background-size: cover;
    border-radius: 5px;

    background-position: center;
} */

.value_range .strikeout {
    line-height: 1em;
    position: relative;
}

.value_range .strikeout::after {
    border-bottom: 0.125em solid red;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 55%;
    transform: rotate(-15deg);
    transform-origin: center;
}

.value_range .product_list {
    background-color: black;
    color: white;
    border-radius: 10px;
}

.value_range .product_title {
    margin-top: 100px;
    padding: 22px;
    border-radius: 20px;
    font-size: 34px;
    text-align: left;
    color: white;
}

.value_range .quick-view {
    position: absolute;
    display: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.value_range .product-card:hover .quick-view {
    display: block;
}

.value_range .ac_carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.value_range .ac_slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.value_range .ac_slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #ffffff;
    text-align: center;
    margin: 20px 0;
}

.value_range .ac_indicator {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
}

.value_range .ac_progress-bar {
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: width 0.5s ease-in-out;
}

/* Responsive styles */
@media (min-width: 1024px) {
    .value_range .ac_slide {
        flex: 0 0 25%; /* Show 4 items on desktop */
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .value_range .ac_slide {
        flex: 0 0 50%; /* Show 2 items on tablets */
    }
}

@media (max-width: 767px) {
    .value_range .ac_slide {
        flex: 0 0 100%; /* Show 1 item on mobile */
    }
}
/* ----------------------------------------------------------------- Shop Our Everyday Value Range CSS Ends ----------------------------- */

/* ------------------------------------------------------------------------------- Shop Our Everyday Value Range css end-----------------------------  */

/*------------------------------------------------------------------- footer css starts ---------------------------------------------------------------------------------*/

.footer_a .head {
    font-size: 40px;
    font-weight: 500;
   margin-bottom: 0px;
   line-height: 36px;
} 

/* .footer_a .left_side {
    border-right: 1px solid white;
} */
.footer_a .right_side {
    border-left: 1px solid white;
}

.footer_a .body {
    font-size: 25px; font-weight: 400
}

footer {
    background-color: #3e4652;
}
footer {padding:120px 0px 20px 0px;}

.footer_widgets .footer-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_widgets .footer-list {
    line-height: 35px;
    /* font-size: 17px; */
}
.list-unstyled.footer-list li {
    line-height: 40px;
}



.social-icon:hover {
    opacity: 0.7;
}

.social-icon i {
    font-size: 30px; /* Adjust the font size for icons */
}

.footer-list li:hover {
    opacity: 0.7;
    transition: ease-in 0.2s all;
}
.footer_bar_mobile_global a {
    background: #ff0000;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    width: fit-content;
    text-transform: capitalize;
}
/* ----------------------------------------------------------------------footer css ends ---------------------------------------------------------------------------------*/

/* --------------------------------------------------------------------selling product css starts ---------------------------------------------------------------------- */



.selling_products .related_product_section_heading {
    font-size: 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 54.64px;
}

.selling_products .product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    background-color: #fff;
   
    margin-bottom: 20px;
    background: #ffffff;
}

/* .selling_products .product-card:hover {
    background: #f5f5f5;
} */

.selling_products .deal-badge {
    position: absolute;
    top: 10px;
    left: 00px;
    background-image: url("https://ibb.co/kQXzM8g");
    color: white;
    padding: 10px 35px 10px 20px;
    background-repeat: no-repeat;

    font-weight: 700px;
    background-position: right center;
    font-size: 22px;
}
.selling_products .quick-view {
    position: absolute;
    top: 10px;
    right: 10px;

    color: grey;
}
/* .selling_products .product-image {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
   
} */

.selling_products .product-image {
    width: 199px; /* Fixed width */
    height: 280px; /* Rounded from auto for consistency */
    object-fit: cover; /* Maintains aspect ratio by cropping */
    margin: 0 auto; /* Centers the image horizontally */
    display: block; /* Ensures proper centering */
}

.selling_products .product-image2 {
    width: 100%;
    margin: 0 auto;
}

 .product-price {
    font-size: 40px;
    color: red;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    line-height: 1.5;
    /* width: 100% !important; */
}
/* .product-price .prefix {
    font-size: 30px;
    position: relative;
    right: 3px;
    top: -18px;
    font-weight: 400;
} */

.product-original-price .prefix {
    font-size: 20px;
    position: relative;
    /* right: -3px;
    top: -4px;*/
    font-weight: 400;
}
.product-original-price {
    font-size: 20px;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    color: #212529;
    margin-left: 8px;
}
/* 
.selling_products .ab_product_price {
    background-image: url("https://i.ibb.co/ZYT922m/Group-379.png");
    padding: 05px 30px 10px 20px;
    background-repeat: no-repeat;

    background-size: cover;
    border-radius: 5px;

    background-position: center;
} */

.selling_products .strikeout {
    line-height: 1em;
    position: relative;
}

.selling_products .strikeout::after {
    border-bottom: 0.125em solid red;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 47%;
    transform: rotate(-12deg);
    transform-origin: center;
}

.selling_products .product_list {
    background-color: black;
    color: white;
    border-radius: 10px;
}

.selling_products .product_title {
    margin-top: 100px;
    padding: 22px;
    border-radius: 20px;
    font-size: 34px;
    text-align: left;
    color: white;
}

.selling_products .quick-view {
    position: absolute;
    display: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.selling_products .product-card:hover .quick-view {
    display: block;
}

/*-------------------------------------------------------------------------- sellinng product css ends -------------------------------------------------------------------- */

/*-----------------------------------------------------------------------------latest-offer CSS start ------------------------------------------------------------------------------- */

.latest-offers {
    width: 100%;
    height: 300px; /* You can adjust the height as needed */
    object-fit: cover; /* Ensures the image covers the area without distortion */
}



.latest-offer .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

@media (max-width: 767px) {

    .fixed-top {
        
    }
    .latest-offers {
        height: 200px; /* Adjust for smaller screens */
    }
    .navbar-nav .dropdown-menu .btn {
        width: fit-content;
    }
    .navbar-nav .single_col .btn {
        margin-left: 20px;
    } 
    .navbar-nav .two_col .btn {
        margin-left: 30px;
    }
    .store-tab {
        grid-template-columns: 1fr !important;
        grid-row-gap: 15px;
    }
    .store-tab-in.p-2 {
        padding: 0 !important;
    }
    
    .state-store-list {
        grid-gap: 20px !important;
        grid-template-columns: 1fr !important;
    }
    .state-single-store {
        padding: 20px !important;
    }
    .s-store-head {
        font-size: 21px;
        font-weight: 800;
        padding: 10px 0 0;
        margin-top: 0;
    }
    .abt-clean-text h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0;
        padding-bottom: 6px;
    }
}

/*-----------------------------------------------------------------------------latest-offer CSS end ------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------brands  css strat ------------------------------------------------- */

.brand #owl-demo-brands .item h1 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.brand #owl-demo-brands .item {
    padding: 40px 0;
}

.brand .slide-progress-2 {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #ee5642;
}

.brand .owl-carousel .owl-item img {
    width: 199px !important;
    height: auto !important;
    object-fit: cover !important;
    margin: 0 auto !important;
    display: block !important;
    max-width: 100%;
}

  /* .owl-nav.disabled {
    display: block !important;
    position: absolute;
  right: 10px;
  margin-top:20px;
  background: #fff !important;
  } */

  .owl-prev, .owl-next {
    background: #121212 !important;
    color: #fff !important;
    width: 28px;
    border: none;
    margin: 4px;
    border-radius: 4px;
    position: relative;
 
  }

  .owl-nav, .owl-nav-demo, .owl-nav-explore, .owl-nav-demo1, .owl-nav-demo2, .owl-nav-demo3, .owl-nav-demo4, .owl-nav-demo5 , .owl-nav-demo6 {
    float: right;
  }

  .owl-carousel .owl-dots{
    display: none !important;
  }


.brand .ac_carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.brand .ac_slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.brand .ac_slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #ffffff;
    text-align: center;
    margin: 20px 0;
}

.brand .ac_indicator {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
}

.brand .ac_progress-bar {
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: width 0.5s ease-in-out;
}

/* Responsive styles */
@media (min-width: 1024px) {
    .brand .ac_slide {
        flex: 0 0 25%; /* Show 4 items on desktop */
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .brand .ac_slide {
        flex: 0 0 50%; /* Show 2 items on tablets */
    }
}

@media (max-width: 767px) {
    .brand .ac_slide {
        flex: 0 0 100%; /* Show 1 item on mobile */
    }
}

@media (min-width: 1024px) {
    .brand .ac_slide {
        flex: 0 0 15%;
    }
}

/*------------------------------------------------------------------------ brands css end------------------------------------------------ */

/*-------------------------------------------------------------------------blockquote css starts---------------------------------------------------------------------  */

.testimonial #owl-demo .item h1 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.testimonial #owl-demo .item {
    padding: 40px 0;
}

.testimonial .slide-progress-3 {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #ee5642;
}

.testimonial .owl-carousel .owl-item img {
    /* width: 199px !important; */
    height: auto !important;
    object-fit: cover !important;

    display: block !important;
}

.testimonial .item {
    margin: 10px;
}

.testimonial blockquote {
    font-size: 17px;
    line-height: 40px;
    color: #000;
}
.testimonial .quote {
    border-radius: 10px;
}
.testimonial .ab_blockquote_footer {
    background-color: #ffffff;
    width: 352px;
    padding: 30px 60px 15px 40px;
    border-radius: 0px 33px 0px 0px;
    color: #000;
}
.testimonial .quote_by {
    font-size: 21px;
    font-weight: 500;
}
.testimonial .quote_by_date {
}



.testimonial .quote_initials {
    border-radius: 50%;
    font-size: 25px;
    height: 50px;
    width: 50px;
}

.testimonial figure {
    margin-bottom: 0px;
}

.testimonial .circle {
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
    font-size: 26px;
    background-color: green;
    color: white;
    width: 65px;

    text-align: center;
}

.testimonial .circle span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
}

.testimonial .ac_carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.testimonial .ac_slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial .ac_slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #ffffff;
    /* text-align: center; */
    margin: 20px 0;
}

.testimonial .ac_indicator {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
}

.testimonial .ac_progress-bar {
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: width 0.5s ease-in-out;
}

/* Responsive styles */
@media (min-width: 1024px) {
    .testimonial .ac_slide {
        flex: 0 0 33.33%; /* Show 3 items on desktop */
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonial .ac_slide {
        flex: 0 0 50%; /* Show 2 items on tablets */
    }
}

@media (max-width: 767px) {
    .testimonial .ac_slide {
        flex: 0 0 100%; /* Show 1 item on mobile */
    }
}

@media (min-width: 1024px) {
    .brand .ac_slide {
        flex: 0 0 15%;
    }
}
/* ---------------------------------------------------------------------------------- blockquote css ends  ---------------------------------------------------------------- */
/* --------------------------------------------------------------------products_list css starts ---------------------------------------------------------------------- */

.products_list .products_list_section_heading {
    font-size: 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 54.64px;
}

.products_list .product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    background-color: #fff;
    text-align: center;
    /* margin: 20px 0; */
    background: #ffffff;
}

 .product-card:hover {
    background: #f5f5f5;
}

.products_list .deal-badge {
    position: absolute;
    top: 10px;
    left: 00px;
    background-image: url("https://ibb.co/kQXzM8g");
    color: white;
    padding: 10px 35px 10px 20px;
    background-repeat: no-repeat;

    font-weight: 700px;
    background-position: right center;
    font-size: 22px;
}
.products_list .quick-view {
    position: absolute;
    top: 10px;
    right: 10px;

    color: grey;
}
/* .products_list .product-image {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
   
} */

.products_list .product-image {
    width: auto; /* Fixed width */
    height: 280px; /* Rounded from auto for consistency */
    object-fit: cover; /* Maintains aspect ratio by cropping */
    margin: 0 auto; /* Centers the image horizontally */
    display: block; /* Ensures proper centering */
}

.products_list .product-image2 {
    width: 100%;
    margin: 0 auto;
}


.product-card .bg_image {
    background-image: url("../png/product_price_bg.png");
    background-repeat: no-repeat;

    background-size: cover;
    border-radius: 5px;
    padding: 12px;

    background-position: center;
}

 .ab_product_price {
  
    /* padding: 05px 30px 10px 20px; */
  
}

 .strikeout {
    line-height: 1em;
    position: relative;
}

 .strikeout::after {
    border-bottom: 0.125em solid red;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 55%;
    transform: rotate(-15deg);
    transform-origin: center;
}

 .product_list {
    background-color: black;
    color: white;
    border-radius: 10px;
}

 .product_title {
    margin-top: 100px;
    padding: 22px;
    border-radius: 20px;
    font-size: 34px;
    text-align: left;
    color: white;
}

 .quick-view {
    position: absolute;
    display: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

 .product-card:hover .quick-view {
    display: block;
}
/*-------------------------------------------------------------------------- products_list css ends -------------------------------------------------------------------- */

/*----------------------------------------------------------- cart_section css start-------------------------------------------------------------- */
.cart-section {
    background-color: #f5f5f5;
}

.cart-section .carousel-thumbnails img {
  
    height: auto;
    cursor: pointer;
    margin-bottom: 20px;

}

.carousel-thumbnails .img-thumbnail.active {
    border: 1px solid #FF0000; /* Highlight color for the active thumbnail */
  
}

.cart-section .product-price {
    /* background-image: url("https://i.ibb.co/ZYT922m/Group-379.png"); */
    /* padding: 05px 30px 10px 20px; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* border-radius: 5px; */
    /* background-position: center; */
    color: #FF0000;
    font-size: 40px;
    font-family: "Anton", sans-serif;
}


.cart-section .bg_image {
    background-image: url("../png/product_price_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    background-position: center;
    width:fit-content !important;
  }

/*----------------------------------------------------------- cart_item css end-------------------------------------------------------------- */

/*-----------------------------------------------------------------tab bar  css start--------------------------------------  */
.tab-bar .nav-pills .nav-link {
    border-radius: 50px;
}

.tab-bar .nav-pills {
    border: 1px solid #000;
    padding: 10px !important;
    border-radius: 10px;
    width:fit-content;
}

.tab-bar .nav-pills .nav-link {
    border-radius: 5px !important;
    margin-right: 10px;
    color: #000000;
}

.tab-bar .nav-pills .nav-link.active {
    color: #fff !important;
  }

  .tab-content {
    /* margin:30px 0px; */
  }

/*-----------------------------------------------------------------tab bar  css end--------------------------------------  */

/* ----------------------------------------------------------------Visit In-store For A Test Drive--------------------------------------------------------- */

.in-store {
    background: #f5f5f5;
}

.in-store .in_store_section_heading {
    font-size: 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 54.64px;
}

.in-store .mt50 {
    margin-top: 250px;
    font-size: 17px;
    font-weight: 500;
    line-height: 23.22px;
    text-align: left;
}

.in-store .bg_white {
    background-color: white;
    transition: background-color 0.3s ease, filter 0.3s ease;
}

.in-store .bg_white:hover {
    background-color: #FF0000;
    color:#fff;
}

.in-store.bg_white img {
    filter: none;
    transition: filter 0.3s ease;
}

.in-store .bg_white:hover img {
    filter: brightness(0) invert(1);
}

/* ----------------------------------------------------------------Visit In-store For A Test Drive--------------------------------------------------------- */
/* ----------------------------------------------------------------Reviews Tab css starts--------------------------------------------------------- */

div#reviews-section h4 {
    font-size: 1.2rem !important;
    padding-bottom: 4px;
}
span.icon-star.fs-3 {
    font-size: 1.2rem !important;
}
div#starRating {
    padding-bottom: 10px;
}

/* ----------------------------------------------------------------Reviews Tab css ends--------------------------------------------------------- */
/* ----------------------------------------------------------------Read More css starts--------------------------------------------------------- */
a.read-less-link, a.read-more-link {
    margin-top: 1.5rem;
    display: block;
}
/* ----------------------------------------------------------------Read More css ends--------------------------------------------------------- */
.tab-bar .img-fluid {
    /* max-width: 100%; */
    /* height: auto; */
    max-height: 500px;
    width: auto;
}
/* --------------------------------------------------------------------Releted_products_list css starts ---------------------------------------------------------------------- */

.related_product .related_product_section_heading {
    font-size: 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 54.64px;
}

.related_product .product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    background-color: #fff;
    text-align: center;
    /* margin: 20px 0; */
    background: #ffffff;
}



.related_product .deal-badge {
    position: absolute;
    top: 10px;
    left: 00px;
    background-image: url("https://ibb.co/kQXzM8g");
    color: white;
    padding: 10px 35px 10px 20px;
    background-repeat: no-repeat;

    font-weight: 700px;
    background-position: right center;
    font-size: 22px;
}
.related_product .quick-view {
    position: absolute;
    top: 10px;
    right: 10px;

    color: grey;
}
/* .related_product .product-image {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
   
} */

.related_product .product-image {
    width: 199px; /* Fixed width */
    height: 280px; /* Rounded from auto for consistency */
    object-fit: cover; /* Maintains aspect ratio by cropping */
    margin: 0 auto; /* Centers the image horizontally */
    display: block; /* Ensures proper centering */
}

.related_product .product-image2 {
    width: 100%;
    margin: 0 auto;
}

/* 
.related_product .ab_product_price {
    background-image: url("https://i.ibb.co/ZYT922m/Group-379.png");
    padding: 05px 30px 10px 20px;
    background-repeat: no-repeat;

    background-size: cover;
    border-radius: 5px;

    background-position: center;
} */

.related_product .strikeout {
    line-height: 1em;
    position: relative;
}

.related_product .strikeout::after {
    border-bottom: 0.125em solid red;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 55%;
    transform: rotate(-15deg);
    transform-origin: center;
}

.related_product .product_list {
    background-color: black;
    color: white;
    border-radius: 10px;
}

.related_product .product_title {
    margin-top: 100px;
    padding: 22px;
    border-radius: 20px;
    font-size: 34px;
    text-align: left;
    color: white;
}

.related_product .quick-view {
    position: absolute;
    display: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.related_product .product-card:hover .quick-view {
    display: block;
}
/*--------------------------------------------------------------------------Releted products_list css ends -------------------------------------------------------------------- */


/* -----------------------------------------------------single-icons product page css start-------------------------------------------------------------------  */
.single-icons .product {
    display: flex !important;
    justify-content: center !important;
}

.single-icons .product-card {
    padding: 15px !important;
    /* max-width: 150px; */
}

/* .single-icons h5.product-name {
    font-size: 21px !important;
    line-height: 28.69px;
} */

.single-icons .bg-grey {
    gap: 10px !important;
    border-radius: 10px !important;
    background-color: #f5f5f5 !important;
    padding: 20px !important;
   
}


.single-icons  .icon-image {
    max-width: 70%;
    height: auto;
    object-fit: contain;
}



/* -----------------------------------------------------single-icons product page css end-------------------------------------------------------------------  */
/* -----------------------------------------------------filter product page css start-------------------------------------------------------------------  */
@media (min-width: 992px) {
    .filter .row-filter {
        background-color: black;
        /* Section background color */
        padding: 20px;
        border-radius: 10px;
    }

    .filter .filter-label {
        background-color: red;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        display: inline-block;
        margin-right: 20px;
        cursor: default;
    }

    .filter .filter-item {
        color: white;
        padding: 10px 20px;
        position: relative;
        cursor: pointer;
        border-right: 0.1px solid;
        font-size: 17px;
    }

    .filter .dropdown-item {
        min-width: 220px;
        font-size: 16px;
        margin: 10px 0;
        padding: 10px;
        /* Consistent padding */
        max-width: 240px;
        color: white;
    }

    .filter .dropdown-menu {
        border-radius: 5px !important;
        margin-top: 35px !important;
        border: none !important;
        padding: 0 20px !important;
        background-color: #000 !important;
    }

    .dropdown-toggle::after {
        margin-left: 8px !important;
        top:3px;
        position:relative;
        /* Adjust space between text and arrow */
    }

    
.dropdown-toggle::after {
    border: none !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    content: "\f078" !important;
}


    .filter .short_by {
        color: white;
        padding: 10px 20px;
        position: relative;
        cursor: pointer;
        text-align: right;
    }

    .filter .dropdown-item:hover,
    .filter .dropdown-item:focus {
        background-color: #d34120 !important;
    }

    .filter .mr-10 {
        margin-right: 10px;
    }

    .filter .count {
        font-size: 0.95em;
        color: white;
        margin-left: 68px;
    }
}

/* -----------------------------------------------------filter product page css end-------------------------------------------------------------------  */

/* -----------------------------------------------------SEO Based Content product page css start-------------------------------------------------------------------  */


.seo {
    background-color: #f5f5f5;
}


/* -----------------------------------------------------SEO Based Content product page css end-------------------------------------------------------------------  */

/* -----------------------------------------------------articles product page css start-------------------------------------------------------------------  */


.articles .blog-card {
    margin-bottom: 30px;
}

.articles .blog-image {
    width: 100%;
    height: auto;
    border-radius: 10px !important;
}



.articles .ab_product_price p {
    font-size: 17px;
}

.articles .btn-custom {
    width: auto;
    white-space: nowrap;
}
/* -----------------------------------------------------articles product page css end-------------------------------------------------------------------  */

/* login form css start */

.page_wrapper {
    display: none;
}

.hero {
    padding-bottom: 0!important;
}

/* Sign-in and Register Container Styling */
.sign-in-container, .register-container {
    max-width: 900px;
    margin: auto;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    border-radius: 8px;
    overflow: hidden;
}

/* Sign-in and Register Image Styling */
.sign-in-image, .register-image {
    background-color: #0e2c75;
}

/* Sign-in and Register Form Styling */
.sign-in-form, .register-form {
    padding: 2rem;
  background-color: #f5f5f5;
}

.form-control {
    margin-bottom: 1rem;
    padding:12px;
    padding-left:26px;
    padding-right:26px;
}

label {
    font-size: 19px;
    line-height: 32px;
    padding-bottom: 5px;
}

.form-control:focus 
{
    background-color: #f5f5f5;
    box-shadow: none;
}
.ac_search_box .bi {
    color: #121212;
    font-size: 1.2rem;
}
.ac_search_box .form-control {
   padding-left:26px;
   padding-right:26px;
   margin-bottom: 0px;
}

.ac_search_box .input-group-text {
    padding-right: 20px;
}
.form-control::placeholder {
    color: #848484;
    font-size: 1rem;
    font-weight: 300;
}

/* Social Icon Styling */
.social-icons {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    color: white;
    font-size: 1.2rem;
}

.facebook {
    background-color: #D4AF37;
}

.twitter {
    background-color: #eee;
    color: gray;
}

/* Custom Checkbox Styling */
.custom-checkbox {
    display: flex;
    align-items: center;
}

.custom-checkbox input {
    margin-right: 0.5rem;
}

/* Text Muted Styling */
.text-muted {
    font-size: 0.875rem;
}



/* login form css end */
::placeholder {
    color: #A59F9F !important;
}

.form-control {
    border:none !important;
}


/* -------------- Contact Form css star ---------- */

/* -------------- Contact Form css star ---------- */



/* about page css start */

.rounded-10 {
    border-radius: 10px;
}
/* .services a {
    text-decoration: none;
  }

  .services .service-box {
    text-align: center;
  }

  .services .service-box h2 {
    color: #222;
    font-size: 20px;
    padding-top: 10px;
    text-decoration: none;
  }


  .services .investor-box {
    background-color: #F5F5F5;
    background-position: center center;
    padding: 20px;
    width: 100%;
    min-height: 230px;
    display: block;
    position: relative;

    border-radius: 11px;
    padding: 40px;
    line-height: 30px;
  }

  .services .investor-box h2 {
    font-size: 40px;
  }

  .investor-box:hover {
    background-color: red;
    color: white;
  }

  .investor-box:hover h2,
  .investor-box:hover p {
    color: white;
  } */

  .subTitle {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;

  }

  .lead-subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
  }

  /* .ab-font-heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 40.64px;
  } */

.right_side_about_box {
    margin-left:12px;
}
.row.offer-row {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 20px;
    margin-top: 1rem;
}
.row.offer-row>.offer-block {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
}
.row.about-second-cont {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 80px;
}
.about-second-cont-img, .quality-l, .apart-r, .abt-right-img, .abt-center-img{
    position: relative;
    background-image: url(../webp/about-clean-store-front.webp);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.about-second-cont-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #FF0000;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}
.row.about-second-cont>div:nth-child(2) {
    padding: 80px 0;
}
.apart-r{
    background-image: url(../webp/young-man-with-tool-belt-fixing.webp);
}
.apart-row {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 20px;
    padding-top: 20px;
}
.apart-l {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.apart-block:first-child {
    background: #ff0000;
    color: white;
}
.apart-block {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 25px;
}
p.apart-h {
    font-family: 'Manrope';
    font-size: 22px;
    padding-bottom: 7px;
    font-weight: 500;
}
.apart-block p {
    margin-bottom: 0;
}
.quality-inner-row{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 50px;
}
.quality-l{
    background-image: url(../webp/shutterstock_792865519.webp);
}
.row.abt-first-row {
    display: grid;
    grid-template-columns: 3fr 2.5fr 2fr;
    grid-column-gap: 20px;
}
.abt-first-3 {
    display: flex;
    height: 100%;
    flex-direction: column;
    row-gap: 20px;
}
.abt-right-img {
    height: 100%;
}
.right-img-logo{
        /* object-fit: cover; */
        width: 100%;
        height: auto;
}
.abt-right-img{
    background-image: url(../webp/young-woman-using-vacuum-cleaner.webp);
    background-position: top;
}
.abt-center-img{
    background-image: url(../webp/robotic-vacuum.webp);
}
/* about page css end */

@media (min-width: 768px) and (max-width: 991px) { 
    .main-nav .dropdown-item .icon_image {
        width:30px;
    }
}

@media (max-width: 767px) { 
    .table.cart_table h5 {
        font-size: 16px;
    }
    .remove-from-cart.me-3{
        margin-right: 0 !important;
    }
    .checkout-section .p-4 {
        padding: 1rem !important;
    }
    .checkout-section .p-3{
        padding: 0.5rem !important;
    }
    .h1 {
        font-size: 24px !important;
    }
    .h3 {
        font-size: 20px !important;
    }
    .checkout-section .form-check .mb-2{
        margin-bottom: 0;
    }
    .checkout-section label.form-check-label.h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .home-featured-list li {
      width:100%;
    
          }

    .footer_bar_mobile_global {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #f5f5f5;
        color: white;
        text-align: center;
        display: block;
        z-index: 999999;
      }

    #plusBtn1,  #plusBtn2 {
        display: none;
    }
    #stickyNavbar .dropdown-menu {
        max-height: auto;
        min-width: auto;
        overflow-y: auto;
        background-color: #121212;
        color: #ffffff;
        margin-top: 0px !important;
      }

    body {
        font-size:15px !important;
    }

    .header_divider {
        display: none !important;
    }
    .logo_wrapper {
        margin:auto;
        text-align: center;
    }

    .nav {
        padding:0px 4px !important;
        margin:0px 4px !important;
        /* --bs-nav-link-padding-x: 2px !important; */
        padding-left:2px;
        padding-right: 2px;
    }

    .ac_menu_top_right img {
        position: relative;
        top: -7px;
        width: 19px !important;
        height: auto !important;
    }

    .ac_search_box {
        margin-top:12px !important;
        margin-bottom: 6px !important;
    }


      .navbar-nav {
        background-color: #f5f5f5 !important;
        border-radius: 5px;
        padding: 12px !important;
      }

      #stickyNavbar .navbar-nav {
        background-color: #121212 !important;
      }

      .navbar-expand-lg .navbar-nav .nav-link {
        padding:10px !important;
        font-size: 17px !important;
}
      .icon_image {
        max-width: 22px !important;
        margin-right: 12px !important;
      }
      .dropdown-menu {
        border:none;
      }

      .carousel-item .right_side {
        height:300px;
      }
      
      .ac_hero h1 {
        font-size: 24px !important;
        line-height: 40px !important;
     
      }
      .ac_hero .left_side {
        min-height:300px !important;
        padding:40px !important;
      }

     
      .ab_section_heading{
        text-align: left !important;
        font-size: 26px !important;
        line-height: 40px !important;
        margin-bottom: 24px !important;
      }
      .ab_section_heading-l {
        font-size: 26px !important;
        line-height: 40px !important;
      }


        .value_range .nav {
            justify-content: normal !important; 
            text-align: center; /* Center the text */
        }

        .value_range .nav-pills .nav-item {
         
            margin-top: 12px !important;
          }
     
         .product_range .img-container {
            position: relative;
            width: 100%;
            height: 220px !important;
            overflow: hidden;
        }
        section:not(.ac_hero, .tooltip_stats) {
            padding: 30px 0px !important;
          }

          .brand.pt-0 {
            padding-bottom: 60px !important;
          }

          .owl-stage-outer {
            padding-bottom: 30px !important;
          }


          #cart-count\ text-dark {
            font-size: 10px !important;
            position: relative;
          
          }
          .footer_a .head {
            font-size: 22px !important;
           
           
        } 
        
        .footer_a .left_side {
            border-right: none !important;
        }
        .footer_a .right_side {
            border-left: none !important;
        }
        
        .footer_a .body {
            font-size: 17px !important; 
        }
        
        footer {padding:40px 0px 20px 0px !important;}

        .custom-tooltip-button  .sub-text {
            font-size: 13px !important;
            margin-bottom: 0;
        
          }
        
          .custom-tooltip-button  .main-text {
            font-size: 15px !important;
            font-weight: 400 !important;
            margin-bottom: 0;
         
          }

          .ab_product_price   {
            display: flex !important;
            margin-top: 10px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
           }


}

/* Responsive styling for mobile phones (screen width <= 576px) */
@media (max-width: 576px) {
}


  


/* -------------------------------------------------------------------- base css starts---------------------------------------------------------------  */

.bi {
    color: #FF0000;
}
a {
    text-decoration: none !important;
}

.img-thumbnail {
    padding: 0px;
}
.container-fluid {
    padding: 0px 100px;
}

@media (max-width: 1024px) {
    .container-fluid {
        padding: 0 12px;
    }
    
}
@media (min-width: 992px) and (max-width: 1400px) {

.product-name {
    font-size: 19px !important;
    line-height: 27px;
    color: #121212;
  } 
  
  .product-price {
    font-size: 34px !important;
    color: red;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    line-height: 1.5;
  
  }

}

/* media between 1400 and 1920 */
@media (min-width: 992px) and (max-width: 1024px) {

    .dropdown-menu.three_col.brands {
        left:-480px;
    }
    .dropdown-menu.two_col.bags_parts {
        left:-350px;
    }
    .dropdown-menu.commercial_cleaning {
        left:-150px;
    }
    
}

/* add by bhaskar start */

/* media between 1400 and 1920 */
@media (min-width: 1024px) and (max-width: 1399px) {
    
    .dropdown-menu.three_col.brands {
        left: -470px;
    }
    .dropdown-menu.two_col.bags_parts {
        left: -360px;
    }
    .dropdown-menu.commercial_cleaning {
        left:-150px;
    }
    
}

/* add by bhaskar start */



@media (min-width: 1400px) and (max-width: 1920px) {

    .dropdown-menu.three_col.brands {
        left:-400px;
    }
    .dropdown-menu.two_col.bags_parts {
        left:-200px;
    }
    
}



/* media between 1366 and 1599 */
@media (min-width: 1366px) and (max-width: 1599px) {

    html {
        font-size: 15px; /* 1rem = 15px */
    }

    body {
        font-size: 1rem; /* Adjust relative to the new root font size */
    }
    .ac_hero h1 {
        font-size: 34px;
        line-height: 48px;
    }
    .plus-icon {
        top: 480px !important;
        right: 240px !important;
    }
    .custom-tooltip-button  .main-text {
        font-size: 18px !important;
        font-weight: 400 !important;
    }
    .custom-tooltip-button  .sub-text {
        font-size: 15px !important;
        margin-bottom: 0;
    }
    h3, .h3 {
        font-size: 1.5rem;
    }
    .mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .product_range .img-container {
        height: 370px;
    }
    .selling_products .product-name {
        font-size: 19px;
        line-height: 28px;
    }
    .selling_products .product-card .bg_image{
        margin-top: 1rem;
    }
    .ab_product_price.bg_image .btn {
        padding: 7px;
    }
    .selling_products .product-price, .selling_products .product-price .prefix {
        font-size: 30px;
    }
    section.selling_products>div>div>div:nth-child(2)>div {
        padding: 15px 5px;
    }
    section.selling_products>div>div>div:nth-child(2)>div .product-name, section.selling_products>div>div>div:nth-child(2)>div .ab_product_price{
        padding: 0 10px;
    }
    .selling_products .product-image {
        width: auto;
        height: 230px;
    }
    span.btn.text-dark.h3 {
        padding: 6px;
        margin-bottom: 0;
    }
    .product-price {
        font-size: 30px;
        width: fit-content !important;
    }
    .footer_widgets .row {
        grid-column-gap: 20px;
    }
}
@media only screen and (min-width:1366px){
    section.product_range.py-md-5.py-2 {
        padding-bottom: 140px !important;
    }
    .selling_products .product-card {
        height: calc(100% - 1.5rem);
    }
    .footer_widgets .row {
        display: grid;
        grid-template-columns: 3fr 2fr 2fr 2fr;
        grid-column-gap: 40px;
    }
    .footer_widgets .row>div {
        width: 100%;
    }
}
@media only screen and (min-width:1600px){
    .selling_products li.list-group-item {
        font-size: 19px;
    }
    .product-price .prefix {
        font-size: 36px;
        padding-right: 1px;
    }
    .product-price {
        font-size: 36px;
    }
    .selling_products .product-image {
        width: auto;
        height: 250px;
    }
}
@media only screen and (min-width:768px) and (max-width: 1023px){
    .footer_a .head {
        font-size: 25px;
        line-height: 32px;
    }
    .footer_a .body {
        font-size: 19px;
        line-height: 24px;
    }
    .footer_a .pt-4 {
        padding-top: 1rem !important;
    }
    .ac_top_bar .col-3.order-md-5.order-1.d-block.d-lg-none.d-sm-block{
        order: 1 !important;
        width: fit-content !important;
    }
    .ac_top_bar .col-md-4.order-3.col-3.order-md-3.ps-0{
        width: fit-content !important;
    }
    .footer_widgets>div>div>div:first-child{
        width: 100%;
    }
    .footer_widgets>div>div>div:nth-child(2), .footer_widgets>div>div>div:nth-child(3), .footer_widgets>div>div>div:nth-child(4){
        width: 33.33%;
    }
    .footer_widgets p, .footer_widgets a{
        font-size: 15px;
    }
    .list-unstyled.footer-list li {
        line-height: 35px;
    }
    .footer_widgets>div>div>div:nth-child(5){
        width: 15%;
    }
    .footer_widgets>div>div>div:nth-child(6), .footer_widgets>div>div>div:nth-child(7){
        width: 42.5%;
    }
    a.text-light.me-3.social-icon {
        margin-right: 0.75rem !important;
    }
    .footer_widgets .col-md-5.text-center.mt-2.order-md-6.order-7 img{
        max-width: 90%;
    }
    footer {
        padding: 70px 0px 20px 0px;
    }
    .tooltip_stats>div>div:nth-child(1)>div:nth-child(2), .tooltip_stats>div>div:nth-child(2)>div:nth-child(2) {
        right: 20px;
        bottom: 345px;
        top: unset !important;
    }
    .two_col .btn, .floor_cleaners_col .btn{
        margin-left: 30px;
        margin-bottom: 10px;
    }
    .single_col .btn {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .store-tab-in.p-2 {
        padding: 0 !important;
    }
    .store-tab-in a {
        padding: 10px 15px !important;
        font-size: 16px !important;
    }
    .store-tab {
        grid-template-columns: repeat(4, 1fr) !important;
        grid-column-gap: 20px !important;
        grid-row-gap: 20px !important;
    }
}

















