/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Paul Carl Digital & Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* Change Star Rating Colors */
.star-rating span:before,
.star-rating::before,
p.stars a:hover:after, 
p.stars a:after {
    color: #c23616 !important;
    letter-spacing: 1px; 
}

/* Change Mobile Hamburger Color */
span.mobile_menu_bar:before{
  color:#c23616;
}

/* Hide number in category feed */
.woocommerce-loop-category__title mark.count {
    display: none !important;
}