body .ast-container .products li {
    /*border: 1px solid black;*/
    border-radius: 10px;
    flex-direction: column;
    background-color: white;
    transition: all 0.25s;
}
body .ast-container .products li:hover{
    transform: scale(1.05);
}
body .ast-container .products li .button {
    background-color: #333;
    margin-bottom: 0;

}
body #primary{
    margin: 0;
}
body .site-content{
    background: #ffffff;
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(200, 200, 200, 1) 100%);
}

body .ast-container .products li img{
    border-radius: 10px 10px 0 0;
}
.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 1.1em;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
body .ast-container .products li .astra-shop-summary-wrap{
    padding: 0.5rem;
    h2{
        font-size: 1.3rem;!important;
    }
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title{
    font-size: 1.3rem;
    display: flex;
}
body .ast-archive-entry-banner{
    background: url('img/back archive.png') center/cover no-repeat;
}
.ast-woo-product-category,
.ast-loop-product__link {
    display: inline-block;
    margin-left: 6px; /* فاصله بینشون */
    vertical-align: middle;
}
.woocommerce .woocommerce-ordering {
    float: right;
    margin-top: 30px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    display: none;
}
.woocommerce-loop-product__title,
.ast-archive-entry-banner {
    font-family: iran
}
@media (max-width: 755px) {
    .woores-archive-bar{
float: none;
    }
}