/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Avada
Template: Avada
*/

.product-type-variable p.price del span, 
.product-type-simple p.price del span,
.product-type-simple .fusion-product-content .fusion-price-rating .price del span {
	text-decoration: line-through;
}

.new-badge {
position: absolute;
    top: 31px;
    left: 26px;
    background: #af8228;
    color: #fff;
    padding: 0.5em;
    line-height: 1;
    z-index: 99;
}
.avada-single-product-gallery-wrapper .new-badge {
    position: absolute;
    top: 20px;
    left: 15px;
    background: #af8228;
    color: #fff;
    padding: 0.5em;
    line-height: 1;
    z-index: 100;
}
.fusion-price-rating .price .was-class {
	text-decoration: line-through
}
.fusion-price-rating .price .woocommerce-Price-amount {
    color: #af8121;
}