.storefront-handheld-footer-bar ul li.cart .count {
	background-color: #333333;
	color: #ffffff;
	border-color: #ffffff;
}

.woocommerce-tabs ul.tabs li.active a,
ul.products li.product .price,
.onsale,
.wc-block-grid__product-onsale,
.widget_search form:before,
.widget_product_search form:before {
	color: #6d6d6d;
}

.woocommerce-breadcrumb a,
a.woocommerce-review-link,
.product_meta a {
	color: #727272;
}

.wc-block-grid__product-onsale,
.onsale {
	border-color: #6d6d6d;
}

.star-rating span:before,
.quantity .plus, .quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
	color: orange;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #96588a;
}

.order_details {
	margin-bottom: 2rem;
	width: 100%;
}

.order_details > li {
	border-bottom: 1px dotted #e3e3e3;
}

.order_details:before,
.order_details:after {
	background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#f8f8f8 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#f8f8f8 33.33%,transparent 33.33%)
}

#order_review {
	background-color: #ffffff;
}

#payment .payment_methods > li .payment_box,
#payment .place-order {
	background-color: #fff;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
	background-color: #e8f7ff;
	border: 1px solid #cbedff !important;
}

#payment .payment_methods > li:not(.woocommerce-notice):hover {
	background-color: #cbedff;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
	background-color: #e6e6e6;
	color: #636363;
}

.wc-block-grid__product-onsale,
.onsale,
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
	color: #6d6d6d;
}

p.stars a:before,
p.stars a:hover~a:before,
p.stars.selected a.active~a:before {
	color: #6d6d6d;
}

p.stars.selected a.active:before,
p.stars:hover a:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
	color: #96588a;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: #eeeeee;
	color: #333333;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: #d5d5d5;
	border-color: #d5d5d5;
	color: #333333;
}

.button.added_to_cart:focus,
.button.wc-forward:focus {
	outline-color: #96588a;
}

.button.loading {
	color: #eeeeee;
}

.button.loading:hover {
	background-color: #eeeeee;
}

.button.loading:after {
	color: #333333;
}

@media screen and ( min-width: 768px ) {
	.site-header-cart .widget_shopping_cart,
	.site-header .product_list_widget li .quantity {
		color: #404040;
	}

	.site-header-cart .widget_shopping_cart {
		background-color: #f0f0f0;
	}
}
	.storefront-product-pagination a {
		color: #6d6d6d;
		background-color: #ffffff;
	}
	.storefront-sticky-add-to-cart {
		color: #6d6d6d;
		background-color: #ffffff;
	}

	.storefront-sticky-add-to-cart a:not(.button) {
		color: #333333;
	}
