/**
 * Theme Name:     Storefront Child
 * Author:         Automattic
 * Template:       storefront
 * Text Domain:	   storefront-child
 * Description:    Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
 */

/* Rating star */
.custom-star-rating {
    display: none;
}

.custom-star-rating .custom-full-star {
    color: #E94D1E;
    font-size: 30px;
    margin-right: 2px;
}

.custom-star-rating .custom-half-star {
    position: relative;
    display: inline-block;
    font-size: 30px;
    margin-right: 2px;
    color: #aeacac; /* Gray color for empty part */
}

.custom-star-rating .custom-half-star::before {
    content: '\2605'; /* Unicode for star */
    color: #E94D1E; /* Yellow color for filled part */
    position: absolute;
    left: 0;
    width: 50%; /* Fill the right half */
    overflow: hidden;
    right: 0;
}

.custom-star-rating .custom-empty-star {
    color: #aeacac;
    font-size: 30px;
    margin-right: 2px;
}

/* end rating star */

.dm-artist-name .custom-star-rating{
	margin-left: 25px;
}


 @media(min-width: 768px) {
    .col-full {
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        padding: 0;
        box-sizing: border-box;
    }

}
 @media(max-width: 66.4989378333em) {
    .col-full {
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

@media(max-width: 568px) {
    .col-full {
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

.dm-header .dm-header-container .dm-menu-nav li + li {
	margin-left: 15px !important;
}