/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2018 | 09:48:55 */
/* Regular price - product archive */
.kw-details > .price > .inc-vat-price-amount {
    font-size: 70%;
	font-weight: 200;
}

/* Sale price - product archive */
.sale > .product-list-item > .woocommerce-LoopProduct-link > .kw-details > .price > .ex-vat-price-amount {
	color: #ffffff;
	background-color: #cd2122;
	padding-left: 5px;
}

/* Regular price - product page */
.summary > .price > .inc-vat-price-amount {
    font-size: 60%;
	font-weight: 200;
}

/* Sale price - product product */
.sale > .product-page > .main-data > .summary > .price > .ex-vat-price-amount {
	color: #ffffff;
	background-color: #cd2122;
	padding-left: 5px;
}

/* Regular price - variation price, product page */
.woocommerce-variation-price > .price > .inc-vat-price-amount {
	font-size: 45%;
	font-weight: 200;
}

/* Hide ugly line before variation price excluding VAT */
.woocommerce-variation-price > .price::before {
	display: none !important;
}

/* Remove reset variations link */
.reset_variations {
	display: none !important;
}