/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


/* Child theme CSS
--------------------------------------------------------------- */

/*hide parent style for catalog/loop out of stock badge*/
.products li.outofstock .nm-shop-loop-thumbnail > a:after {
    display: none;
}

.soldout-loop {
	padding: 3px 8px;
	width: 100px;
	height: 50px;
	background: url('https://mamanoalla.com/wp-content/themes/savoy-child/img/sold.svg') no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
}

.soldout-single {
	padding: 3px 8px;
	width: 100px;
	height: 50px;
	background: url('https://mamanoalla.com/wp-content/themes/savoy-child/img/sold.svg') no-repeat;
}
