@import url('../../../shopper-v2/css/store/store-products.css');

/* Light text for dark themes */

.breadcrumbs a,
.breadcrumbs strong,
.sorter .sort-by label,
.pager .amount,
.pager .amount strong,
.product-view h1,
.product-view h3.artist-name em,
.product-view h3.artist-name a,
.allProducts .wpRow.collapse.productDetails .columns.product-format .filters-checkbox,
.product-view .product-shop .product-format,
.product-view .product-shop .price-box .price,
.sorter .limiter,
.sorter .limiter label,
.productDetails label,
.product-options label.required,
.product-view .add-to-box .add-to,
.product-view .add-to-box .add-to a { 
	color: #fff;
}

.productRegular:hover { border-color: #d81f26; }

.productRegular .productDesc p a,
.product-view h3.artist-name a:hover { color: #d81f26; }

.breadcrumbs strong { font-family: "Open Sans", Helvetica, sans-serif; }

.product-view h1 { font-family: "Open Sans", Helvetica, sans-serif !important; font-size: 2em; }
.product-view h3.artist-name { color: #d81f26; font-family: "Open Sans", Helvetica, sans-serif; }

.preOrderInfo p { font-size: 1.2em; }

.product-view .add-to-cart button.button span {
	border-radius: 0;
}

/* -----------------------------------------
   Right Sidebar
----------------------------------------- */

ul.artist-socials li,
ul.artist-streaming li {
	width: 20%;
}

ul.artist-socials li a,
ul.artist-streaming li a {
	width: 32px;
	font-size: 22px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.artist-socials li a,
ul.artist-streaming li a,
#newsletterForm button {
	background-color: #d81f26;
	color: #fff;
}

ul.artist-socials li a span,
ul.artist-streaming li a span {
	color: #fff;
}

ul.artist-socials li a:hover,
ul.artist-streaming li a:hover,
#newsletterForm button:hover {
	background-color: #111;
}

.artist-area .artist-details .artist-links a { color: #d81f26; }
.artist-area .artist-details .artist-links a:hover { color: #111; }

.artist-area .artist-details {
	display: none;
}

.artist-area div.artist-socials h5,
.product-shop-colr h5,
.newsletter-area h3 {
	color: #111;
	font-family: "Open Sans", Helvetica, sans-serif;
	text-align: center;
}


