#cart_popup_box {display:none; position:fixed; _position:absolute; /* hack for internet explorer 6 */ height:auto; width:800px; background:#FFFFFF; left: 50%; top: 80px; z-index:9999999; border:1px solid #ccc; padding: 15px; margin-left: -400px; font-family: Arial }
#cp_popup_overlay {background-color: #000; height: 100%; left: 0; opacity: 0.8; position: fixed; top: 0; width: 100%; z-index: 999999; display: none }
#cart_popup_close {background-color: red; padding: 5px; font-size:14px; line-height:12px; right:5px; top:5px; position:absolute; color:#fff; font-weight:bold; cursor: pointer; text-decoration:none; }
#loading_popup_box{display: none; }
#loading_popup_box .loading-img{position:fixed; _position:absolute; /* hack for internet explorer 6 */ top: 50%; left: 50%; transform: translate(-50%, -50%); z-index:999999; }
#cart_popup_box h3{font-size: 20px; font-weight: bold; font-family: Arial; margin-top: 0; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px dashed #3fe7d9 }
.cart_popup_left, .cart_popup_right{width: 48%; min-height: 420px }
.cart_popup_left{float: left; }
.cart_popup_right{float: right; }
#cp-product-list{height: 240px; overflow: auto; margin: 50px 0 30px }
#loader{display: none; position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.table-cart{border: 0; width: 100%; color: inherit; font-weight: normal; }
.table-cart tr{vertical-align: top }
.table-cart td{padding: 5px; text-align: left; }
.table-cart td.product-button{ width: 22px; padding: 10px 3px 0;}
.table-cart p{margin-bottom: 5px }
.table-cart .product-info .name{font-weight: 700}
.table-cart label{width: 50px; float: left; font-weight: bold }
.table-cart .product-info .amount{color: #e74847 }
.table-cart .quantity .qty {font-size: 13px; font-weight: bold; margin: 0; text-align: left!important; width: 70px!important; height: 25px; padding: 0 5px; border: 1px solid #eee }
.table-cart .product-image{width: 90px }
.table-cart .product-image img{height: auto }
.table-cart .product-button{width: 35px }
#cart-total{position: absolute; top: 65px; font-weight: bold }
#cart-total .amount, #cart-total strong{font-size: 18px } 
#cart-total .amount{color: #e82c0c; font-weight: 700 }
#cp-empty-cart{font-size: 12px; padding: 3px 10px; background-color: #444645; border: 1px solid #444645; color: #fff }
.cp-empty-cart-note{color: red; text-align: center }
#cp-billing-form input, #cp-billing-form select{width: 100%; display: block; margin-bottom: 15px; color: #333; background: #ffffff; border: 1px solid #e0e0e0; border-radius: 3px; padding: 6px }
#cp-billing-form select{height: 35px } 
#cp-billing-form select option{padding: 5px }
#cp-billing-form .error{border: 1px solid red; }
.cp-billing-notes{font-size: 12px; line-height: 20px; margin-bottom: 10px; }
#btn-buy-continue, #btn-checkout-order{background-color: green; color: #fff }
#btn-checkout-order{float: right; }
#cp-checkout-success-box{padding: 20px; text-align: center }
/*.woocommerce div.product form.cart .quantity{display: none}*/
/*.woocommerce div.product form.cart .button{width: 100%; margin-left: 0}*/

@media screen and (max-width: 799px) {
    #cart_popup_box{width: 100%; height: 100%; overflow: auto; top: 0; left: 0; margin-left: 0; }
}
@media screen and (max-width: 680px) {
    .cart_popup_left, .cart_popup_right{float: none; width: 100%; min-height: auto; }
    .cart_popup_left{margin-bottom: 30px; }
    #cp-product-list{height: auto; }
    #btn-checkout-order{float: left; }
}