#popup-cart .modal-title{text-transform:uppercase;font-weight: 700;font-size: 18px;}
#popup-cart .modal-body .wrap-cart{padding:0px;box-shadow:none;border:0px;}
#popup-cart .modal-body .top-cart{width:100%;border:0px;padding:0px;margin:0px;}
#popup-cart .modal-footer{padding:0.75rem 0 0 0;border-top:0px;}
.buymore-cart{color:var(--color-red);cursor:pointer;margin:0px;}
.buymore-cart i{margin-right:2px;margin-top:5px;vertical-align:top;font-size:12px;}
.wrap-cart{padding: 10px;background:#ffffff;border:1px solid #d8d8d8;box-shadow:0 0 20px rgba(0,0,0,.15);max-width: 1000px;margin: 0 auto;}
.top-cart{width:60%;border-right:1px solid #eee;padding-right:15px;margin-right:15px;}
.procart{padding:20px 10px;border:1px solid #eee;border-top:0px;}
.pic-procart{width: 85px;text-align:center;margin-right:3%;}
.pic-procart img{max-width:100%;max-height:100px;}
.pic-procart .del-procart{color:#999;font-size:12px;display:block;margin-top:5px;cursor:pointer;}
.pic-procart .del-procart:hover{color:red;}
.pic-procart-rp{display:none;margin:10px auto auto auto;width:100%;max-width:85px;}
.info-procart{width: calc(64% - 85px);margin-right:3%;}
.name-procart a{font-size:14px;color: #292929;font-weight: bold;line-height: 20px;height: 40px;margin: 0;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.name-procart a:hover{color:var(--color-red);}
.properties-procart{display:block;cursor: pointer;}
.properties-procart p{display:inline-block;margin-bottom:0px;}
.properties-procart p:first-child{margin-right:10px;}
.properties-procart p strong{font-weight:600;}
.quantity-procart{width:20%;margin-right:3%;}
.quantity-procart p{margin-bottom:0px;}
.quantity-counter-procart{border:1px solid #dfdfdf;width:100%;height:30px;line-height:normal;text-align:center;border-radius:3px;}
.counter-procart{background-color:transparent;border:0px;width:30%;color:#333;outline:none;cursor:pointer;font-size:23px;}
.counter-procart:hover,.counter-procart:focus{color:var(--color-red);}
.counter-procart:disabled,.counter-procart:disabled:hover{color:#ccc;cursor:not-allowed;}
.counter-procart-minus{line-height:26px;}
.counter-procart-plus{line-height:24px;}
.quantity-counter-procart .quantity-procat{width:40%;box-sizing:border-box;border:0px;border-right:1px solid #dfdfdf;border-left:1px solid #dfdfdf;outline:none;box-shadow:none;padding:0px;color:#333;text-align:center;}
.price-procart{width: 30%;text-align:right;}
.price-procart-rp{display:none;width:100%;margin-bottom:10px;font-size:13.5px;}
.price-new-cart{color: #96c5cd;font-weight: 900;font-size: 16px;margin-bottom: 5px;}
.price-old-cart{color:#999;text-decoration:line-through;}
.procart-label{border:0px;background: #96c5cd;padding:10px;margin:0px;text-transform:capitalize;font-size: 14px;color: #fff;font-weight: 700;}
.procart-label .quantity-procart p:last-child{display:none;}
.money-procart{padding: 5px 0 0;margin-bottom: 10px;}
.total-procart{background:#eee;padding:7px 10px;border:1px solid #dddfe2;margin-bottom:-1px;font-weight: 700;}
.total-procart p{margin-bottom:0px;font-size:15px;}
.total-procart p:last-child{color: #96c5cd;}
.bottom-cart{width:40%;}
.section-cart{position:-webkit-sticky;position:sticky;top:15px;}
.title-cart{font-size:15px;text-transform:uppercase;color:var(--color-red);border-bottom:1px solid #eee;padding-bottom:5px;margin-bottom:15px;}
.information-cart{margin-bottom:1.5rem;}
.input-cart{margin-bottom: 12px;position:relative;display: block;}
.input-cart input,.input-cart textarea{font-size:14px;padding:0.5rem 0.75rem;outline:none;height:auto;}
.input-cart textarea{resize:none;height: 75px;}
.input-cart label{color: #292929;font-size: 14px;font-weight: 700;display: block;}


.input-double-cart{margin-bottom:0.5rem;}
.input-double-cart .input-cart{width:49%;float:left;margin-right:2%;margin-bottom:0px;}
.input-double-cart .input-cart:last-child{margin-right:0px;}
.input-triple-cart{margin-bottom:0.5rem;}
.input-triple-cart .input-cart{width:32%;float:left;margin-right:2%;margin-bottom:0px;}
.input-triple-cart .input-cart:last-child{margin-right:0px;}
.select-cart{cursor:pointer;font-size:14px;padding:0.5rem 1.75rem 0.5rem 0.75rem;height:auto;}
.payments-cart{text-align:left;margin-bottom:5px;min-height:auto;}
.payments-cart:last-child{margin-bottom:0px;}
.payments-cart input{top:calc(50% - 1.25rem/2);}
.payments-label{cursor:pointer;background:#eee;display:block;padding:10px 15px;font-size: 16px;border-radius:3px;margin-bottom:0px;color:#313131!important;}
.payments-label::before,.payments-label::after{top:calc(50% - 1rem/2);}
.payments-label.active{background: #09111A;color:#ffffff!important;}
.payments-info{opacity:0;visibility:hidden;height:0px;overflow:hidden;background:#f5efef;border-radius:5px;}
.payments-info p{margin-bottom:1em;}
.payments-info.active{padding:10px 15px;margin-top:5px;opacity:1;visibility:visible;height:auto;}
.btn-cart{outline:none!important;box-shadow:none!important;border-color:transparent!important;font-size: 16px;font-weight: 700;text-transform:uppercase;color: #fff;background: #96c5cd;background:-moz-linear-gradient(top,#f59000,#fd6e1d);background:-ms-linear-gradient(top,#f59000,#fd6e1d);background:-o-linear-gradient(top,#f59000,#fd6e1d);}
.btn-cart:hover{color: #fff;background: #5a7073 !important;}
.empty-cart{padding:25px 30px;display:block;text-align:center;color:#23527c!important;width:100%;}
.empty-cart i{color:red;font-size:70px;}
.empty-cart p{margin:15px 0px;color:#333;font-size:18px;}
.empty-cart span{display:inline-block;border:1px solid #2e9ef2;border-radius:3px;padding:10px;font-size:16px;text-transform:uppercase;width:100%;max-width:325px;}

/* */
.cart_left{width: calc(100% - 405px);float: left;margin-right: 15px;}
.cart_right{width: 390px;float: right;}
.box_order{border: 1px solid #E6E6E6;border-top: 5px solid #b00808;margin-bottom: 10px;}
.box_order_{padding: 10px;}
.title_order{color: #09111A;text-transform: uppercase;font-size: 15px;font-weight: 700;line-height: 45px;border-bottom: 1px solid #E6E6E6;padding: 0 15px;}
.title_order img{float: left;margin-right: 10px;margin-top: 14px;}
.title_order i{float: left;margin-right: 10px;margin-top: 16px;}
.title_order a{float: right;color:#09111A }
.title_order a:hover{color: red}
.title_order input{margin-right: 10px;}
.title_order label{margin-bottom: 0;cursor: pointer;}

.box_order .txt_hoac {position: relative;text-align: center;width: 100%;margin-top: 10px;margin-bottom: 20px;}
.box_order .txt_hoac:before {content: "";position: absolute;width: 100%;height: 1px;background: #c9d0cd;top: 13px;left: 0;z-index: 2;}
.box_order .txt_hoac span {background: #fff;display: inline-block;padding: 0 10px;color: #666;position: relative;font-family: 'RobotoRegular';z-index: 3;}
.item_order {margin-bottom: 15px;border-bottom: 1px solid #E6E6E6;padding-bottom: 15px;}
.total-price p:nth-child(1){font-size: 14px;font-family: 'RobotoRegular';margin-bottom: 5px;}
.total-price p:nth-child(2){font-size: 14px;font-family: 'RobotoBold';color: #09111A;margin-bottom: 5px;}
.total-discount{font-size: 14px;font-family: 'RobotoRegular';margin-bottom: 5px;padding-bottom: 5px;border-bottom: 1px solid #E6E6E6;}
.total-discount p{margin-bottom: 5px;}
.total-price_ p:first-child{color: #000;font-size: 16px;text-transform: capitalize;}
.total-price_ p{color: red;font-size: 18px;font-family: 'RobotoBold';}
.total-price_ span{font-family: 'RobotoRegular';color: #8A8A8A;font-size: 12px;display: block;}

/* apply-coupon */
.coupon-procart{border-radius: 5px;overflow: hidden;border: 1px solid #E6E6E6;height: 45px;margin: 15px 0;}
.apply-coupon{width: 90px;height: 43px;line-height: 43px;background: #09111A;color: #fff;font-size: 14px;font-family: 'RobotoRegular';text-transform: uppercase;outline: none;display: inline-block;float: right;border: none;}
.code-coupon{width: calc(100% - 90px);line-height: 43px;height: 43px;outline: none;border: none;padding: 0 10px;}

@media(max-width:993px){
	.wrap-cart{flex-wrap:wrap;}
	.top-cart,.bottom-cart{width:100%;border-right:0px;padding-right:0px;margin-right:0px;}
	.top-cart{margin-bottom:30px;}
}
@media(max-width:769px){
	#popup-cart .procart-label .quantity-procart p:first-child,#popup-cart .price-procart:not(.price-procart-rp){display:none;}
	.procart-label .quantity-procart p:last-child{display:block;}
	.quantity-procart{width:25%;text-align:right;margin-right:0px;}
	.info-procart{width:65%;}
	.cart_left,.cart_right{width: 100%}
	.price-procart-rp{display: block}
}
@media(max-width:441px){
	.procart-label{font-size:12px;}	
	.pic-procart-rp{display:block;}
	.info-procart{width:65%;margin-right:5%;}
	.quantity-procart{width:35%;}
	.input-double-cart,.input-triple-cart{margin-bottom:0px;}
	.input-double-cart .input-cart,.input-triple-cart .input-cart{width:100%;float:none;margin:0 0 0.5rem 0!important;}
}
