#paymentCheck-error, #returnCheck-error{
	margin: 7px;
}
.sidecart-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 999999;
	width: 100%;
	background-color: #18181b9e;
	/* opacity: 0.4; */
	display: none;
	cursor: pointer;
}
.sidecart-overlay .fa-times {
	position: absolute;
	top: 10px;
	right: 820px;
	font-size: 40px;
	opacity: 1;
	color: #fff;
}
.sidecart-overlay .fa-times:hover{
	opacity: 0.85;
}
.sidecart {
	background-color: white;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	width: 800px;
	display: none;
	font-size: 16px;
}
.sidecart .spinner-holder {
	position: absolute;
	top: 0;
	right: 0;
    bottom: 0;
	left: 0;
	z-index: 1002;
	background: rgba(255,255,255,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.sidecart .spinner-holder .spinner {
	width: 10%;
}
.sidecart.left-shadow {
	-webkit-box-shadow: 17px 0px 25px 15px rgba(0,0,0,0.75);
	-moz-box-shadow: 17px 0px 25px 15px rgba(0,0,0,0.75);
	box-shadow: 17px 0px 25px 15px rgba(0,0,0,0.75);
}
.sidecart .shopping-cart-items {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	height: 100%;
	overflow-y: auto;
}
.shopping-cart-items .total{
	/*-font-family: arial*/
}
.sidecart .shopping-cart-items h4{
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}
.sidecart h4 .fa-times,
.sidecart > .fa-times {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	margin-top: -8px;
	display: none;
	cursor: pointer;
}
.sidecart > .fa-times {
	z-index: 1;
}
.sidecart > .fa-times {
	top: 10px;
	right: 30px;
}
.sidecart .minicart-item-info .trash {
	text-align: center;
}
.sidecart .minicart-item-info .trash i {
	font-size: 20px;
}
.sidecart .total table {
	width: 100%;
	font-size: 16px;
}
.sidecart .minicart-item-info .fa-plus-square,
.sidecart .minicart-item-info .fa-minus-square {
	cursor: pointer;
}
.sidecart .minicart-item-info .fa-plus-square:hover,
.sidecart .minicart-item-info .fa-minus-square:hover {
	color: #4c8ac9;
}
.sidecart.checkout .shopping-cart-items {
	background-color: #ededed;
}
.sidecart.checkout .checkout-holder {
	height: 100%;
	overflow-y: auto;
}
.sidecart.checkout .checkout-holder .login-form-content,
.sidecart.checkout .checkout-holder .register-form-content {
	display: none;
}
.checkout-holder .login-box{
	padding-left: 0;
	padding-right: 0;
}
.sidecart.checkout .checkout-account-holder h4.darkGray, .checkout-holder h4.darkGray, .checkout-holder h3.login-title {
	background: #ededed;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 0;
	cursor: pointer;	
}
.orderNumBlock{
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	background: #dd1091;
	border-radius: 3px;
	margin-right: 5px;
}
.sidecart.checkout .checkout-account-holder .Button{
	width: auto;
	min-width: 150px;
}
.sidecart.checkout .guest-checkout-content, .login-form-content, .register-form-content{
	padding: 15px;
	overflow: hidden;
}
.sidecart.checkout .checkout-edit-user-info-button, .checkout-edit-delivery-button {
	font-size: 14px;
	float: right;
	height: 25px;
	color: #fff;
	display: none;
	padding: 5px;
	background-color: #404040;
	line-height: 15px;
	margin-right: 45px;
}
/* .checkout-holder .form-group{
	margin-bottom: 0;
} */
.sidecart.checkout #addressMap {
	position: relative;
}
.sidecart.checkout #addressMap img {
	width: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.pac-container {
	z-index: 1001;
}
.sidecart.checkout #addressMap {
	position: relative;
}
.sidecart.checkout #addressMap img {
	width: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.pac-container {
	z-index: 1000001;
}
/* Responsive 992 */
@media only screen 
and (max-width : 992px) {
	.sidecart {
		width: 100%;
	}
	.sidecart.checkout .shopping-cart-items {
		display: none;
	}
	.sidecart h4 .fa-times {
		display: initial;
	}
}
/* Responsive 480 */
@media only screen 
and (max-width : 480px) {
	.sidecart {
		font-size: 12px;
	}
	.sidecart.checkout .checkout-edit-user-info-button, .checkout-edit-delivery-button{
		float: none;
		text-align: center;
		margin: auto;
		margin-top: 10px;
	}
	.paymentLabel{
		width: 100%;
	}
}
