/* Add custom CSS styles below */ 





/* Product page title */
h1,
.product-title,
.entry-title {
    color: #ffffff !important;
}

/* Product description and all text inside it */
.product-content,
.product-content *,
.product-description,
.product-description * {
    color: #ffffff !important;
}

/* Price */
.price,
.product-price,
.s-product-price {
    color: #ffffff !important;
}

/* Product metadata and tags */
.product-tags a,
.product-meta,
.product-meta * {
    color: #ffffff !important;
}

/* Read more link */
a {
    color: #ffffff;
}

/* Breadcrumbs */
.breadcrumb,
.breadcrumb * {
    color: #ffffff !important;
}


.product-single,
.product-single * {
    color: #fff !important;
}