
.shop__product-wrapper{
    width: 20%;
}
.shop__product{
    width: auto;
}
.shop__product .bg-white{
    height: 300px;
    max-width: 250px;
    width: auto;
    overflow: hidden;
}
.shop__product .bg-white img{
    border: 1px solid #f4f4f4;
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
    object-fit: cover;
}
.shop__product h5.product_description_for_clients{
    display: -webkit-box;
    max-width: 300px;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.shop__product .product-info a{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.shop__product .category_picture{
    width: auto;
    height: 300px;
}

.store-item__img.on-sale a:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #ff3a36 transparent transparent;
}
.store-item__img.on-sale.label-sale a:after {
    content: "Sale";
    color: #fff;
    font-size: 14px;
    font-family: "Exo2 Bold";
    text-align: center;
    position: absolute;
    right: -2px;
    top: 0;
    transform: rotate(45deg) translate(30%,100%);
    height: 14px;
}
.container_cart_product, .td_cart_product{
    height: 300px;
}
.shop_table_product_row_view .shop_table_products_row{
    background-color: #ffffff;
}

table.shop_table_product_row_view{
    border-collapse: separate;
    border-spacing: 0 20px;
}


@media (max-width: 1599px){
    .shop__product-wrapper{
        width: 25%;
    }
}

@media (max-width: 1279px){
    .shop__product-wrapper{
        width: 33.333%;
    }
}
/*
@media (max-width: 1279px){
    .shop__product-wrapper{
        width: 33.333%;
    }
}*/
@media (max-width: 1023px){
    .shop__product-wrapper{
        width: 50%;
    }
}
@media (max-width: 767px){
    .shop__product-wrapper{
        width: 100%;
    }
}

@media (min-width: 769px){
    .shop__filters-row .form-group{
        margin-bottom: 0;
    }
}