/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
#mainProduct {
	max-width:85%;
  margin:0 auto;
}
.main-product-bottom {
	max-width:85%;
  margin:0 auto;
  margin-top:20px;
}
.main-product {
	max-width:85%;
  margin:0 auto;	
}
.main-product .cart-grid-body {
	border:1px solid #D9D9D9;
	flex: 0 0 64% !important;
	margin-right:2%;
}
.main-product .cart-grid-right {
	border:1px solid #D9D9D9;
}
.summary-title {
	background-color:#D9D9D9;
	text-transform:uppercase;
	color:#000;
	text-align:center;
	font-size:22px;
	padding:10px 0;
	width:calc(100% + 30px);
  position:relative;
  right:15px;
}
.cart-summary-sticky .btn-primary {background-color:#59AC59 !important;}
.cart-summary-sticky .btn-primary:hover {background-color:#39DE39 !important;}
.main-product .featured-products {display:none;}
.product-add-to-cart-button .add-to-cart {background-color:#59AC59 !important;}
.product-add-to-cart-button .add-to-cart:hover {background-color:#39DE39 !important;}
.product-add-to-cart .add-to-cart {background-color:#59AC59 !important;}
.product-add-to-cart .add-to-cart:hover {background-color:#39DE39 !important;}
.delivery-options-list .btn-primary {background-color:#59AC59 !important;}
.delivery-options-list .btn-primary:hover {background-color:#39DE39 !important;}
#payment-confirmation .btn-primary {background-color:#59AC59 !important;}
#payment-confirmation .btn-primary:hover {background-color:#39DE39 !important;}

@media (min-width:992px) {
.cart-summary-sticky {
	float:right;
	position:fixed;
	border:1px solid #D9D9D9;
	background-color:#fff;
	right:3%;
	top:314px;
	z-index:99;
}
}

.js-address-form button {background-color:#59AC59 !important;}
.js-address-form button:hover {background-color:#39DE39 !important;}