.mop_dop_menu {
	display: none;
}
#cart .btn-danger {
 
    border-radius: 50px;
    border: none;
    background: indianred;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 0;
    align-items: center;
    justify-content: center;
}

#menu .custom-dropdown-toggle {
    display: flex;
    align-items: center;
}
.custom-dropdown-toggle:after {
    display: inline-block;
    content: "▼";
    transition: 0.3s;
    font-size: 10px;
    margin-left: 6px;
}

 .act_cat_custom:after {
   transition: 0.3s;
   transform: rotate(-180deg);

} 

#menu .child_y {
    display: flex;
    align-items: center;
}
.child_y:after {
    display: inline-block;
    content: "▼";
    transition: 0.3s;
    font-size: 10px;
    margin-left: 6px;
}

 .act_cat:after {
   transition: 0.3s;
   transform: rotate(-180deg);

} 
#cart {
    z-index: 99;
}

#simplecheckout_payment_form {
    padding: 5px;
    
}

#menu .dropdown:hover .dropdown-menu {
    display: none;
}

  .info-block {
    width: 300px; /* Adjust the width as necessary */
    background: #F3F3F3;
    padding: 20px;

  }
.slider_category {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
    justify-content: center;
}
.slider_category .catts {
    border: solid 1px #D9D9D9;
    width: calc(25% - 22px);
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}


.slider_category .catts:hover {
    box-sizing: border-box;
    border: 1px solid rgb(77, 179, 124);
    border-radius: 6px;
    background: rgb(77, 179, 124);
    overflow: hidden;
}

.slider_category .catts:hover a{
   
  color: rgb(255, 255, 255);
}
.slider_category .catts a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #222;
    display: block;
}


.slider_category:after {
    display: none;
}

#product-category #column-left {
    padding: 0;
    padding-right: 22px;
    border-radius: 0;
}

.category_module .head_cat {
    border-bottom: 1px solid #d9d9d9;
    padding: 13px 24px;
    display: flex;
    gap: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #111111;
}





  .info-block h2 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .info-block .details {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .info-block .time {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }
  .info-block .free-delivery {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  .info-block .order-condition {
    font-size: 14px;
    }


#product-category .cardmini_header {
    margin-top: 48px;
}
.cat_prod_top {
    border: solid 1px #D9D9D9;
    padding: 10px 0;
    margin-bottom: 24px;
    margin-left: -12px;
    margin-right: 0px;
}
.cat_prod_top .input-group-addon {
    color: rgb(17, 17, 17);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.cat_prod_top #input-sort {
    color: rgb(17, 17, 17);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 4px 0px 6px 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../image/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
}
.cat_prod_top #input-sort option {
    font-size: 14px;
    line-height: 17px;
}
.cat_prod_top #input-limit {
    width: 60px;
    color: rgb(17, 17, 17);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    float: right;
    padding: 4px 0 6px 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../image/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
}
.cat_prod_top .input-group-addon {
    text-align: right;
}
.cat_prod_top #input-limit option {
    font-size: 14px;
    line-height: 17px;
}
.pprod_cat_rov {
    margin-left: -20px;
}
.cat_prod_top  .form-group {
    margin-bottom: 0px; 
}

.cat_prod_top  .input-group-addon {
  border: none;
    background-color: transparent;

}
.cat_prod_top select {
    border: none;
    box-shadow: none;
    background: #f3f3f3;
}







@media (max-width: 767px) {
     .footer_social svg{
    transform: scale(1.5);
    margin: 10px;
}
.mop_dop_menu {
    display: flex;
    flex-wrap: wrap;
}
.mop_dop_menu .phone_menu {
    display: block;
    width: 100%;
    color: #4db27c;
    display: flex;
    font-size: 20px;
    background: #fff;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px;
}

.mop_dop_menu .callback_menu {
    display: block;
    width: 100%;
    color: #fff;
    display: flex;
    font-size: 20px;
    background: transparent;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px;
    border: solid 1px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.menu_social {
    display: flex;
    gap: 12px;
    margin-bottom: 48px;
    margin-top: 12px;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.menu_social  .fa {
    font-size: 22px;
    color: #fff;
}
.mop_dop_menu  .cart .fa, .mop_dop_menu  .wihs .fa {
    font-size: 14px;
    color: #4DB27C;
    background: #fff;
    padding: 8px;
    border-radius: 25px;
    padding-right: 6px;
    width: 30px;
    height: 30px;
}
.mop_dop_menu  .cart {
    margin-right: 48px;
}
.mop_dop_menu  .cart, .mop_dop_menu  .wihs {
    color: #fff;
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
}


    #cart .dropdown-menu {
 
    filter: invert(1);
}
     #menu .multi-level {
 
    position: relative;
}
#menu .dropdown-menu {
    padding: 0px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    background: transparent;
}
#menu .navbar-nav>li {
    display: flex;
    flex-direction: column;
}
.multi-level >li> a {
    color: rgb(255 255 255);
 
}
.multi-level .list-unstyled a {
    color: rgb(255 255 255);
}
.multi-level li a:hover {

    color: rgb(255 255 255);

}
#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
    background: transparent;
}
 header #phone,  header .heart {
 	display: none;
 }
 #cart {
    background-color: #000;
    filter: invert(1);
}
#cart .btn {
    background-color: #000;
}
header .navbar-toggle {
    background: #000;
    color: #fff;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 19px;
    z-index: 999;
    border: none;
    border-radius: 0;
}
header .navbar-toggle .fa {
    font-size: 29px;
}
header .navbar-toggle .fa:before {
 
    color: #fff !important;
}
header .row {
    padding-right: 55px;
}
header .dropdown-toggle {
    width: 50px;
    display: flex;
    justify-content: flex-end;
}



#menu .navbar-nav {
     margin: 7.5px 0px; 
}
#menu {
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 0;
    background: #4DB27C;
    margin-top: 2px;
    border-radius: 0;
    border: none;
}
#menu .collapse {
    padding: 0 15px;
    padding-bottom: 0;
}

.menu_container {
    padding: 0;
    margin-top: -21px;
}
#menu .navbar-nav>li::after {
   display: none;
}
#menu .dropdown-toggle::after {
    border-top: 6px solid rgb(255 255 255);
}

#menu .nav > li {
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
}
#menu .nav > li > a {
    color: #ffffff;

}
.mob_menu_footer {
	padding-top: 15px;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    background: #fff;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    /* background-color: rgba(0, 0, 0, 0.1); */
    color: #ffffff;
}
#menu .nav>li>a {
    font-size: 18px;
}
.multi-level >li {
    padding: 8px;
    border-left: 1px solid #ffffff9c;
}
.multi-level >li> a {
    font-size: 16px;
    line-height: 20px;

}
.product-thumb:hover {
 margin-bottom: 0; 
    padding: 1px;

}
.simplecheckout-button-right {
    width: 100%;
}.simplecheckout-cart-total {
  
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.ccart {
    width: 100%;

}
.simplecheckout .price span, .simplecheckout .total span {
 
    display: block;
}
.product-thumb .button-group {
    display: block;
}
.slider_category .catts {
 
    width: calc(50% - 22px);
  
}
.slider_category .catts img{
 
    max-width: 40px;
  
}
.slider_category .catts a {
 
    font-size: 12px;
 
}
.price_to_like label {
    font-size: 10px;
  
}
.cardmini_row .product-thumb {
    border: 1px solid #ebebeb !important;
}
.cardmini_row .product-thumb {
 
    margin-bottom: 20px;
}
.cardmini_row .product-thumb:hover {
 
    margin-bottom: 20px;
}
}
#product-product .tab-content {
    overflow-x: hidden;
}
.footer_social svg {
    filter: invert(100%);
}

@media (max-width: 400px) {
    #cart .dropdown-menu  .img-thumbnail {
    max-width: 50px;
    }
    #cart .dropdown-menu {
  
    min-width: 300px;
    }
    #cart .dropdown-menu tbody .text-right{
        display: flex;
        flex-direction: column;
    }
    #cart .dropdown-menu tbody .text-right{
        display: flex;
        flex-direction: column;
    }
}

.smartsearch {
 
    left: 0;
}