@charset "UTF-8";
/* CSS Document */

p.productlist_noitem {
	text-align: center;
}
    

@media print, screen and (min-width: 769px){
	span.hover p.product__price-establish {
        text-decoration: line-through;
        margin-top: 10px!important;
        padding-bottom: 0!important;
    }
	
}

@media print, screen and (max-width: 768px){
	p.product__price-establish {
        text-decoration: line-through;
        padding-bottom: 0!important;
    }
}
