.product-info .product-image{
	max-width: 100%;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
}

.product-image-thumb {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    border-radius: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    /*
    margin-right: 1rem;
    max-width: 7rem;
    */
}


.product-info h1{
	font-size: 1.75rem;
	margin-bottom: 1rem;
}
.product-info .product-gifts{
	margin-bottom: 1rem;
}
.product-info .product-gifts a{
	background-color: #f17f03;
    color: #fff;
    padding: 1px 2px;
    font-style: italic;
}
.product-info .product-description{
	--bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    margin-bottom: 1rem;
}
.product-info .product-price{
	margin-bottom: 0.5rem;
}
.product-info .product-price span.price {
    text-decoration: line-through;
    font-weight: 700;
    text-decoration-color: #874221;
    font-size: 30px;
}
.product-info .product-price span.cart-price {
	color: #874221;
    font-weight: 700;
    font-size: 30px;
    padding-left: .95rem;
}

.product-info .product-cart svg{
	height:1.2rem;
}

.product-info-content p{	
	line-height: 1.95rem;
}
/* < 768px */
@media (max-width: 767px) {
    .product-info-content img {
        width: 100%;
    }
    .product-info h1{
		font-size: 1.25rem;
		margin-top: 1rem;
	}
}

/* >= 768px */
@media (min-width: 768px) {
    .product-info-content img {
        width: auto;
        max-width: 100%;
    }
}
