.box-tocart .actions a.ajaxCartButton {
    background: #ff5501;
    border-color: #ff5501;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
	color:#fff;
    padding: 0 15px!important;
    font-family: 'Nunito Sans',sans-serif;
	line-height: 48px!important;
	width:auto!important;
}
@media all and (min-width: 768px) {
	.box-tocart .actions a.ajaxCartButton {
		font-size: 2.4rem;
		height: 50px;
		float:right;
	}
}

.cartPopup {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
	z-index:99999;
}
.cartPopup.active {
	display:block;
}
.cartPopup .cartPopupClose {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
}

.cartPopup .cartPopupInner {
	background:#ddd;
	width:500px;
	height:200px;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999999;
	padding:20px;
	text-align:center;
	color:#333!important;
	max-width:80%;
}

@media all and (max-width:400px) {	
	.cartPopup .cartPopupInner {
		height:auto;
		max-height:50%;
	}
}
.cartPopup .cartPopupInner h2 {
	font-weight:600;
	font-size:18px;
}
.cartPopup .cartPopupInner h2 span {
	color:#ff5501;
}
.cartPopup .cartPopupInner p {
	font-size:16px;
}
.cartPopup .cartPopupInner a:not(.cpClose) {
	line-height:30px;
	padding:0 20px;
	margin:10px 5px 0;
	border:2px solid #555;
    display: inline-block;
}
.cartPopup .cartPopupInner a.cpClose,
.cpClose {
	border-radius:100%;
	background:#fff;
	border:1px solid #555;
	width:30px;
	height:30px;
	position:absolute;
	right:-15px;
	top:-15px;
	text-align:center;
	font-size:20px;
	line-height:30px;
}
.box-tocart .resetBtn {
	height: 40px;
    display: inline-block;
    width: calc(100% - 285px);
	padding:0 10px;
	font-size:16px;
}
.box-tocart .resetBtn.active ~ .actions button.action.primary {
    width: 1px;
    padding: 0;
    border: none;
    margin: 0;
}
.box-tocart .resetBtn a {
	color:#ff5501;
	font-weight:600;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .label {
	line-height:50px;
	padding:0 15px;
	margin-bottom:0;
}

@media (max-width: 768px) { 

	.cartPopup .cartPopupInner { 
		padding-top: .5rem !important; 
	}
	
	.cartPopup .cartPopupInner h2  { 
		line-height: 24px;  
	}  

}       