/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */





/* Menu items distance */
@media (min-width: 1025px) and (max-width: 1440px) {
	.rey-mainMenu--desktop .menu-item.depth--0 {
		--header-nav-x-spacing: 20px;
	}
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu > .menu-item > a {
	min-width: 270px;
}
.rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu > .menu-item > a span {
    padding-left: 40px;
}
.star-rating span:before, .star-rating:before, .woocommerce-page .star-rating:before {
color: #f1d554;
}