.product-name{
    display: flex;
    gap: 0.5rem;
}
.product-name .image img{
    width: 6.25rem;
}
.view-quote-wrapper header a{
    padding: 0.938rem 1.875rem;
}
.view-quote-wrapper header h2{
    font-size: 1.6rem;
    margin: 0.875rem 0;
}
.view-quote-wrapper p{
    font-size: 1rem;
    margin:0.5rem 0
}
.product-total p{
	margin: 0;
}
.product-total p.subtotal-price{
	text-decoration: line-through;
}
.product-total p.discount-price{
	font-size: 0.813rem;
}