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

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

.store-product-button{
	margin-top: 16px;
}

.store-product-price{
	font-weight: bold;
	font-size: 120%;
}

.store-product-image{
	margin-bottom: 16px;
}

.store-product-quantity input,
.store-btn-add-to-cart {
	text-align: center;
	width: auto;
	min-width: 120px;
	display: inline-block;
}