/* Add here all your CSS customizations */
.product-data {
	margin: 0;
	font-size: 0.8em;
	font-weight: 100;
}

.product{
	margin-bottom: 60px !important;
}

.product-subtotal{
	text-align: right !important;
}

/* Modern */
.btn-vcenter {
	text-transform: uppercase;
	font-size: .8em;
	padding: 0 0 0.01rem;
	font-weight: 600;
}

.mini-products-list.cart {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 10px !important; 
}

.form-control[readonly] {
	background-color: #fff !important;
}

.grecaptcha-badge {
    display: none;
}