/*
Theme Name:  Astra Child
Theme URI:   http://example.com/astra-child/
Description: My first Astra child theme.
Author:      Morteza
Author URI:  http://example.com
Template:    astra
Version:     1.0.0
Text Domain: astra-child
*/
/* Make the product box a flex container */

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Make the content area inside the box fill the remaining space */
.woocommerce ul.products li.product .woocommerce-card__header,
.woocommerce ul.products li.product .woocommerce-card__body,
.woocommerce ul.products li.product .entry-summary {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Push the Add to cart button to the bottom */
.woocommerce ul.products li.product .button {
  margin-top: auto;
}
.add_to_cart_button{width:100%;font-weight:bolder;text-align:center}
/*
 * Import Vazirmatn font from Google Fonts
 */


/*
 * Apply Vazirmatn font to all elements with !important
 */
body, h1, h2, h3, h4, h5, h6, p, a, div, span, li, button, input, select, textarea, * {
    font-family: 'Vazirmatn', sans-serif !important;
}

.woocommerce .star-rating,
.woocommerce .star-rating::before {
    font-family: 'star' !important; /* or inherit !important */
    
}
.woocommerce .star-rating {
    width: calc( 5.4em + 8px ) !important;
    letter-spacing: 2px;
}
