/* SALE */


.old_price{
	text-decoration: line-through;
    margin-right: 7px;
	font-size:12px;
	min-width: max-content;
	margin-bottom: -5px;
}


.sale .product_card_price{
	color: #db3636;
}


.prices{
	display:flex;
	flex-direction:column;
	line-height: normal;
	align-items: baseline;
 }
 
 
.in_cart .prices{
	 flex-direction: row;
 }
 
 .product_card_price, 
 .product_card_sale_price {
	font-size: 24px;
	min-width:max-content;
	margin-right: 2px; 
 }
 
 
@media(max-width: 1024px){

.product_card_price, .product_card_sale_price {
   font-size: 20px;}

} 
 
 
 
 
 