/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.product-labels.labels-rectangular {
	right: 0!important;
	left: auto;
}

span.ae-from-price {
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}
.hide-larger-price .price > span:nth-child(2) {
    display: inline-block;
}




.sale .price > span:nth-child(3) {
    display: inline-block!important;
	text-decoration: line-through;
	margin-left: 20px;
	color: #ddd;
}

.sale .price > span:nth-child(2) {
    color: #e40000;
}

@media screen and (max-width: 600px) {
	.promo-banner .wrapper-content-banner {
		padding: 12px!important;	
		width: auto!important;
	}
}