// Hide the 'Sale' badge on products
.ast-on-card-button.ast-onsale-card {
	display: none !important;
}

.woocommerce-product-details__short-description {
	margin-top: 30px;
}

.woocommerce-product-details__short-description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-product-details__short-description ul li {
    list-style: none;
    padding-left: 2em;
    background: url('/wp-content/uploads/check-green.svg') no-repeat left center;
    background-size: 1.5em 1.5em;
	  color: #351e15;
}

.woocommerce-js div.product form.cart .variations th {
    color: #351e15;
}

.cfvsw-swatches-option {
	color: #351e15;
	border-color: #351e15;
}

.cfvsw-selected-swatch {
    background-color: #ffbf52;
    padding-left: 2.2em;
    margin-right: 5px;

    background-image: url('/wp-content/uploads/check-dark-brown.svg');
    background-repeat: no-repeat;
    background-position: 0.5em center;
    background-size: 1.3em 1.3em;

    color: #351e15;
	  font-weight: bold;
}
