.supplies_block .Prd_name{min-height: 67px;}
.product-supplies .bvc-title{margin: 20px 0;}
.Prd_price{justify-content: center;gap: 15px;}

.Prd_price{display:flex; gap:10px;}
.Prd_price span.new_price{font-size:24px;}

@media only screen and (max-width: 700px), (max-width: 799px) {

}


@media only screen and (max-width: 600px), (max-width: 699px) {
.supplies_block .Prd_name span { font-size: 16px;}

.Prd_price span{font-size:14px;}
.Prd_price span.new_price {font-size: 18px;}

}

@media only screen and (max-width: 300px), (max-width: 320px) {
.Prd_price{gap:5px;}

}