/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

* {
	font-family: vazir !important;
}
.star-raring, .star-rating * {
	font-family:WooCommerce !important;
}
.star-rating::before {
	content: unset ;
	font-family:WooCommerce !important;
}
 .custom-rating {
	 font-family: abar;
            font-size: 16px;
            font-weight: bold;
            color: #444;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .custom-rating .rating-number {
            color: #000;
        }
        .custom-rating .rating-count {
            color: #666;
            font-weight: normal;
        }
        .custom-rating .rating-star {
            color: #ffb400;
            font-size: 18px;
        }


/* تعداد */


.quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    height: 50px;
    border-radius: 10px;
    flex-direction: row-reverse;
}
.quantity input {
	outline:none;
}
.quantity input.qty {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: bold;
  -moz-appearance: textfield;
}

.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .qty-minus, .quantity .qty-plus {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #f7f7f7;
    font-size: 18px;
    border: none;
    user-select: none;
}

.quantity .qty-minus {
  border-right: 1px solid #ddd;
}

.quantity .qty-plus {
  border-left: 1px solid #ddd;
}

.quantity .qty-minus:hover,
.quantity .qty-plus:hover {
  background: #eee;
}
.qty-remove {
	    width: 50px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    border-radius: 10px;
	
	border: 1px solid #ddd;
}
.price {
	margin: 0 !important;
}
@media only screen and (max-width: 600px) {
  body>.elementor {
	overflow-x: hidden;
}
}
