    .product__list {
    padding: 60px 0;
}
.bp_group_quantity {
    display: none;
}
.bp_img_product a {
    position: relative;
}
.bp_product_item {
    margin: 10px 0;
}
.bp_cls_shopping_form {
    position: absolute;
    top: 35%;
    right: -30px;
    opacity: 0;
    transition: all .5s ease;
}
.bp_product_item:hover .bp_cls_shopping_form {
    opacity: 1;
    right: 10px;
}
.bp_btn_action_cart {
        display: flex;
    flex-direction: column;
    gap: 10px;
}
.btnAddAction,.btnAddToCart {
         background: #ffffff;
    color: #222d35;
    box-shadow: 0 0 10px #0000000f;
    border: none;
    transition: all .5s ease;
    padding: 10px;
 }
 .btnAddAction {
     margin: 0;
 }
 .btnAddAction:hover,.btnAddToCart:hover {
         background: #1face1;
    color: #f5f5f5;
 }
 .product_title a{
         color: #222d35;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    margin: 4px 0;
    height: 40px;
 }
 .cls_price_number,.cls_unit_price{
     color: #222d35;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 900;
}
.cls_price_text,.bp_pd_info,.bp_menu_list_icon {
    display: none;
}
.search__product {
    margin: 0 0 30px;
    text-align: left;
    border: 1px solid #ebebeb;
    overflow: hidden;
}
.search__product #dv_search > input:nth-child(1){
    font-size: 15px;
    border-right: 0;
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #636363;
    height: 43px;
    padding: 12px 30px;
    line-height: 1.8;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
 #submit_seach {
    border-left: 0;
    background: #f0f2f9;
    border-color: #f0f2f9;
    color: #000;
    border-width: 1px;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    height: 43px;
}
.active-facets-vertical-filter {
        background: #f5f5f5;
    outline: 0;
    width: 100%;
    padding: 10px 20px;
    color: #222d35;
}
.facets__heading {
        transition: all .5s;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.search__product  form,.menu_list_product{
padding: 20px;    
}
.bp_pd_menu_item {
    font-size: 14px;
}
.bp_list_item {
    padding: 10px 0;
}
@media screen and (max-width: 456px) {
    .product_title a {
        font-size: 12px;
        height: 30px;
    }
    .cls_price_number, .cls_unit_price {
        font-size: 12px;
    }
}
