#adcpop .modal-header h3{margin:8px;color:#fff}
#adcpop .modal-header .close{margin-top:8px;opacity:1;color:#fff}
#adcpop .modal-header i{font-size:20px;margin-right:8px;}

.modal-header-success { 
	color:#fff; 
	padding:9px 15px; 
	border-bottom:1px solid #eee; 
	background-color: #222; 
	/*-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;  
	border-top-left-radius: 5px; border-top-right-radius: 5px;*/}


.modal.left .modal-dialog {
	position:fixed;
	right: 0;
	margin: auto;
	width: 420px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}


@media only screen and (max-width: 420px) {
  .modal.left .modal-dialog {width:calc(100% - 40px);margin:20px;height: 95%;}
}



.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius:0;
}



.pop-cart-item {
    display: flex;
    padding-bottom: 15px;
    position: relative;
}

ul.pop-cart-items {list-style-type: none; padding-left:0;}



.pop-cart-items .pop-cart-item-image--wrapper {
    width: 33.333333%;
    padding-right: 20px;
}

.pop-cart-items .pop-cart-item-image--wrapper img {
	width:100%;
}

.pop-cart-items .pop-cart-item-details--wrapper {
    width: 66.666666%;
    text-align: left;
}

.pop-cart-item__title {
    font-family: var(--body-font-stack);
    font-size: 14px;
}


.pop-cart-items .pop-cart-item-details--wrapper .pop-cart-item-price-wrapper {
    margin-bottom: 10px;
}

.cart-item-product-title {font-size:18px;display:block;}
h3.pop-cart-item__title a {color:#0275d8;}
.cart-item-variant-title { font-size:12px; display:block;padding-top:0.5em; }
.pop-cart-item-price {}


.pop-ajax-cart--bottom-wrapper {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}


.pop-ajax-cart--bottom-wrapper .pop-Eco, .pop-ajax-cart--bottom-wrapper .pop-VAT, .pop-ajax-cart--bottom-wrapper .pop-Total { display:none; }


.pop-cart-totals{ padding: 10px 0 25px 0; }

.pop-total-style {font-size:22px; font-family:font-family: Arial, Helvetica, sans-serif; line-height:1.3; text-align:center;}
.pop-total-style div {display:block;}

.pop-sub-total-title{}
.pop-sub-total-price{}

.pop-shipping-info {padding:1em 0; color:#8a9096; font-size:14px;text-align:center;}


.pop-modal-footer a {width:100%;height: 50px;font-size: 20px;border-radius:0;}

.btn-black {
	color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #222;
    background-image: linear-gradient(to bottom, #5d5b5b, #222);
    background-repeat: repeat-x;
    border-color: #111;
}
.btn-black:hover { 
	color:#fff;
	background-color: #5d5b5b;
    background-image: linear-gradient(to bottom, #222, #5d5b5b);
}

.pop-footer-braintree {text-align:center;padding:1em 0 0.3em 0;}
.pop-footer-braintree img {width:90%;}

.pop-footer-payments { padding:0.3em 0; text-align:center;}
.pop-footer-payments i { padding-right:10px;}

.pop-footer-secure { display:block; padding:0.3em 0; text-align:center;}
.pop-footer-secure i { padding-right:10px;}

.pop-Tax { display:none; }











