/* product archive */
.product-style .products a{
	text-align:center !important;
}
.product-style .products a ins{
	text-decoration: none;
}
.product-style .products .star-rating{
	margin: 0 auto !important;
}
.product-style .products .woocommerce-loop-product__buttons{
	text-align: center !important;
}
.product-style .soldout {
	padding: 3px 8px;
	text-align: center;
	background: #222;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	border-radius: 3px;
}


/* استایل فلش فروش */
.sale-perc{
	position: absolute;
    top: 0;
    left: 0;
    color: white;
    background-color: #bd1622;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    border-radius: 12px;
}
/* shop style */
.tax-product_cat .star-rating {
    display: none!important;
}
.woocommerce a.button{
	color:#fff !important;
}
.tax-product_cat .star-rating {
    display: none!important;
}

.tax-product_cat .woocommerce-loop-product__buttons a {
    display: block;
    width: 100%;
    background-color: #333!important;
    font-weight: 400;
}

.woocommerce-ordering select {
    font-size: 12px;
    padding: 5px;
    background-color: #e9e9e9;
    border: none;
    font-weight: 600;
}
.woocommerce-result-count {
    margin-left: 10px!important;
    font-size: 14px;
    font-weight: 600;
}

.sidemenu i.fa.fa-angle-down{
	display: none!important;
}