.store-original-price {
    text-decoration: line-through;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.store-product-additional-image{
	max-width:25%;
}

h1.store-product-name{
	font-size:1.5rem;
}

@media screen and (min-width:768px){
	h1.store-product-name{
		font-size:2rem;
	}
}

p.store-product-price{
	font-size:1.5rem;
}
.store-product-details h3{
	font-size: 1.25rem;
}

.store-product-options .form-select{
	border: 1px solid #292929;
    border-radius: 0;
}