.woocommerce-products-header .banner .content{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.woocommerce-products-header .padding_ratio:before{
    padding-bottom: 25%
}
.woocommerce-products-header h1{
    text-transform: uppercase;
    font-size: 2.5em
}
.woocommerce #primary{
    padding: 30px 0;
}
.woocommerce .price{
    color: red;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    flex: auto;
    align-items: center;
    justify-content: end;
}
.namlbn-breadcrumb *{
    color: #fff;
    font-weight: bold;
}
ul.products{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 0;
}
ul.products li{
	flex: 25%;
	max-width: 25%;
	padding: 0 5px;
	list-style: none;
	margin-bottom: 30px;
}
.product_wrapper {
    border: 1px solid #eae3e3;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: auto;
}
.column-reverse{
	flex-direction: row-reverse;
	clear: both;
}

.woocommerce ul.products li.product a.button.product_type_simple{
    display: none;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
	text-decoration: none;
    display: flex;
    flex-direction: column;
    flex: auto;
}
p.woocommerce-result-count{
	
	float: left;
	margin-bottom: 15px
}
form.woocommerce-ordering{
	
	float:right;
	margin-bottom: 15px
}
ul.products .slick-track {
    display: flex;
    flex: auto;
}
ul.products .slick-track li {
    display: flex !important;
    flex-direction: column;
    min-height: 100%;
    height: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
    margin-top: 5px;
    letter-spacing: 0;
    display: -webkit-box;
    max-width: 100%;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce .row{
    clear: both;
}
.woocommerce ul.products li.product .button {
    margin: 0 auto;
    min-height: 17px;
    line-height: 27px;
    background-color: #f20b97;
    padding: 0 20px;
    text-transform: none;
    font-weight: 400;
    width: auto;
    font-size: 13px;
    color: #fff;
    display: table;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: .2s;
    text-decoration: none;
}
.product_wrapper img:hover{
	transform: scale(1.1);
	transition: 0.5s
}
select.orderby{
    height: 30px
}
.woocommerce-pagination ul{
    display: flex;
    justify-content: center;
    list-style: none;
}
.woocommerce-pagination ul li{
 margin-right: 10px;
}
.woocommerce-pagination a{
    text-decoration: none;
    padding: 5px 15px;
    background-color: #155022;
    color: #fff
}
@media(max-width: 667px){
    form.woocommerce-ordering{
        float: none;
    }
    ul.products li{
        flex: 50%;
        max-width:50%
    }
    .column-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .woocommerce-products-header .padding_ratio:before{
    	padding-bottom: 90%
    }
    .woocommerce-products-header h1{
    	font-size: 2em
    }
}
@media(max-width: 800px) and (min-width: 668px){
 ul.products li{
    flex: 33.33%;
    max-width: 33.33%
}
.woocommerce-products-header .padding_ratio:before{
    padding-bottom: 40%
}

}