#popup-cart .modal-title { text-transform: uppercase; }
#popup-cart .modal-body .wrap-cart { padding: 0px; box-shadow: none; border: 0px; }
#popup-cart .modal-footer {padding: 0.75rem 0 0 0;border-top: 0px;justify-content: space-between;}
.buymore-cart {color: var(--color-red);cursor: pointer;margin: 0px;font-weight: 700;}
.buymore-cart i { margin-right: 2px; margin-top: 5px; vertical-align: top; font-size: 12px; }
.wrap-cart { padding: 20px 15px; background: #ffffff; border: 1px solid #d8d8d8; box-shadow: 0 0 20px rgba(0, 0, 0, .15); }
.top-cart { border-right: 1px solid #eee; }
.procart { padding: 20px 10px; border: 1px solid #eee; border-top: 0px; }
.pic-procart { text-align: center; }
.pic-procart img { max-height: 100px; height: inherit; }
.pic-procart .del-procart { color: #999; font-size: 12px; display: block; margin-top: 5px; cursor: pointer; }
.pic-procart .del-procart:hover { color: red; }
.name-procart a {font-size: 14px;color: #000;display: block;line-height: 22px;}
.name-procart a:hover { color: var(--color-red); }
.properties-procart { display: block; }
.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 p {margin-bottom: 0px;}
.quantity-counter-procart {border: 1px solid #dfdfdf;width: 100%;height: 30px;line-height: normal;text-align: center;border-radius: 3px;display: flex;}
.counter-procart {background-color: transparent;border: 0px;width: 30%;color: #333;outline: none;cursor: pointer;font-size: 20px;}
.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-procart { 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: 20%; text-align: right; }
.price-procart-rp { display: none; width: 100%; margin-bottom: 10px; font-size: 13.5px; }
.price-new-cart {color: var(--color-red);margin-bottom: 0px;font-weight: 700;font-size: 16px;}
.price-old-cart { color: #999; text-decoration: line-through; }
.procart-label {border: 0px;background: var(--main-color);padding: 10px;margin: 0px;text-transform: capitalize;color: #fff;font-size: 15px;}
.procart-label .quantity-procart p:last-child { display: none; }
.money-procart { margin-top: 15px; }
.total-procart {background: #eee;padding: 7px 10px;border: 1px solid #dddfe2;margin-bottom: -1px;display: flex;align-items: center;justify-content: space-between;}

.total-procart .total-price {font-weight: bold;}
.total-procart p { margin-bottom: 0px; font-size: 15px; }
.total-procart p:last-child {color: var(--color-red);font-weight: 700;font-size: 17px;}
.section-cart { position: -webkit-sticky; position: sticky; top: 15px; }
.title-cart {font-size: 15px;text-transform: uppercase;color: #000000;border-bottom: 1px solid #eee;padding-bottom: 5px;margin-bottom: 15px;font-weight: 700;}
.information-cart { margin-bottom: 1.5rem; }
.input-cart { margin-bottom: 0.5rem; position: relative; }
.input-cart textarea { resize: none; height: 100px; }
.input-cart select { cursor: pointer; }
.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; border-radius: 3px; margin-bottom: 0px; color: #313131 !important; }
.payments-label::before, .payments-label::after { top: calc(50% - 1rem/2); }
.payments-label.active { background: var(--color-red); color: #ffffff !important; }
.payments-info { opacity: 0; visibility: hidden; height: 0px; overflow: hidden; background: #f5efef; border-radius: 5px; }
.payments-info p { margin-bottom: 5px; }
.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: 14px;text-transform: uppercase;background: var(--main-color);font-weight: 700;font-size: 15px;color: #fff;}
.btn-cart:hover{background: #0a5029;color: #fff;}
.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-radius: 3px; padding: 10px; font-size: 16px; text-transform: uppercase; width: 100%; max-width: 325px; }
.apply-coupon { width: 90px; height: 43px; line-height: 43px; background: #a01b20; color: #fff; font-size: 14px; 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; }
.coupon__text { font-size: 15px; font-weight: 500; color: rgb(36, 36, 36); flex: 1 1 0%; }

.coupon-procart {margin-top: 15px;border-top: 1px solid #eee;}
.coupon__tags { display: flex; padding: 0px 4px 0px 0px; flex-wrap: wrap; }
.coupon__tag { cursor: pointer; padding: 3px 12px; border: 1px solid rgb(13, 92, 182); border-radius: 4px; font-size: 13px; font-weight: 500; line-height: 20px; color: rgb(13, 92, 182); position: relative; margin: 8px 12px 0px 0px; transition: 0.5s; }
.coupon__tag:hover, .coupon__tag.active { background: rgb(13, 92, 182); color: #fff; }
.coupon__tag::before, .coupon__tag::after { content: ""; width: 10px; height: 10px; background-color: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: transparent rgb(13, 92, 182) rgb(13, 92, 182) transparent; border-image: initial; position: absolute; top: 50%; margin-top: -5px; border-radius: 50%; }
.coupon__tag::before { left: -6px; transform: rotate(-45deg); }
.coupon__tag::after { right: -6px; transform: rotate(135deg); }
@media(max-width:991px) {
	.top-cart { margin-bottom: 2rem; }
}
@media(max-width:767px) {
	.quantity-procart {text-align: right;}
	.price-procart, .procart-label .quantity-procart p:first-child { display: none; }
	.price-procart-rp, .procart-label .quantity-procart p:last-child { display: block; }
}
@media(max-width:567px) {
	.procart-label, .name-procart a {font-size: 15px;}
}
@media (max-width:767px) {
	.overlay-cart { left: 0; height: 100%; transform: translateY(100%); }
}
@media (min-width:768px) {
	.overlay-cart { top: 0; width: 500px; transform: translateX(100%); }
	.overlay-cart.active { transform: translateX(0); }
}


/*  */
.overlay-cart { position: fixed; bottom: 0; right: 0; background: #fff; z-index: 999; transition: all .3s; visibility: hidden; overflow-y: auto; }
.overlay-cart.active .overlay-cart-show { display: none; }
.overlay-cart.partial { visibility: visible; }
.overlay-cart.active { visibility: visible; }
.overlay-cart .overlay-cart-wrap { position: relative; height: 100%; overflow: hidden; padding-top: 40px; padding-bottom: 56px; }
.overlay-cart .overlay-cart-head { position: absolute; border-bottom: 1px solid #808080; top: 0px; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; font-family: 'helveticaneuemedium'; font-size: 18px; padding: 0 15px; color: var(--color-main); z-index: 1; }
.overlay-cart .overlay-cart-head button { padding: 10px 0; display: inline-block; border: none; background: none; box-shadow: none; outline: 0; color: var(--color-main); text-align: left; }
.overlay-cart .overlay-cart-head button.overlay-cart-close { padding: 5px 0 8px; font-size: 23px; line-height: 1; font-weight: 400; }
.overlay-cart .overlay-cart-action { position: absolute; left: 15px; right: 15px; bottom: 15px; display: flex; justify-content: space-between; padding-top: 5px; padding-bottom: 5px; background: #fff; z-index: 1; flex-wrap: wrap;}
.overlay-cart .overlay-cart-action a { display: inline-block; font-family: 'helveticaneuemedium';  font-size: 15px; width: 100%; padding: 0 7px; text-transform: uppercase; text-align: center; border: none; line-height: 1.2; }
.overlay-cart .overlay-cart-action a:first-child { background: #fff; color: var(--color-main); border: 1px solid var(--color-main); border-radius: 500px;margin-bottom: 10px;line-height: 48px;}
.overlay-cart .overlay-cart-action a:last-child { color: #fff; background: var(--color-main); border-radius: 500px;overflow: hidden;line-height: 50px}

.overlay-cart-backdrop { background: rgba(0, 0, 0, 0.6); position: fixed; top: 0; bottom: 0; right: 0; left: 0; display: block; z-index: 998; visibility: hidden; opacity: 0; transition: all .3s; }
.overlay-cart-backdrop.active { visibility: visible; opacity: 1; }
.lockscroll { overflow: hidden; }
.overlay-cart-body { padding-left: 15px; padding-right: 15px; margin-top: 10px; overflow-y: auto; max-height: calc(100% - 90px); }
.new-minicart .new-minicart-item { display: flex; flex-wrap: wrap; align-items: sta; padding: 0 0 10px; border-bottom: 1px solid #d1d1d1; }
.new-minicart .new-minicart-item:last-child { border-bottom: none; }
.new-minicart .new-minicart-item .new-minicart-item-head { display: flex; align-items: start; width: 100%; margin: 10px 0; justify-content: space-between; }
.new-minicart .new-minicart-item .new-minicart-item-head .new-minicart-item-img { width: 90px; }
.new-minicart .new-minicart-item .new-minicart-item-head .new-minicart-item-img img { max-width: 100%; margin: 0 auto; }
.new-minicart .new-minicart-item .new-minicart-item-head .new-minicart-item-quantity { width: 120px; justify-content: space-between; }
.price-procart .counter-procart { width: 22px; height: 22px; }
.new-minicart .new-minicart-item .new-minicart-item-head .new-minicart-item-price { width: 100%; color: var(--color-main); text-align: right; font-family: 'helveticaneuemedium'; font-size: 16px; display: inline-block; }
.new-minicart .new-minicart-item .new-minicart-item-detail { width: 100%; }
.info-minicart { width: calc(100% - 230px); }
.info-minicart h4 { font-family: 'helveticaneuemedium'; font-weight: 500; font-size: 16px; color: var(--color-main); margin: 0 0 10px; display: flex; width: 100%; justify-content: space-between; align-items: center; }
.right-minicart { width: 120px; text-align: right; }
.right-minicart button { box-shadow: none; background: none; outline: 0; border: none; padding: 0; text-decoration: underline; color: #939393; font-size: 14px; }

.new-minicart .new-minicart-item .new-minicart-item-detail .new-minicart-item-detail-foot { display: flex; margin-top: 5px; width: 100%; justify-content: space-between; }
.new-minicart .new-minicart-item .new-minicart-item-detail .new-minicart-item-detail-foot .new-minicart-item-detail-props { font-size: 14px; color: #4c4c4c; }
.new-minicart .new-minicart-item .new-minicart-item-detail .new-minicart-item-detail-foot .new-minicart-item-detail-edit { width: 15px; height: 15px; box-shadow: none; background: none; outline: 0; border: none; padding: 0; }
.new-minicart .new-minicart-item .new-minicart-item-detail .new-minicart-item-detail-foot .new-minicart-item-detail-edit img { max-height: 100%; }
.overlay-cart-backdrop { background: rgba(0, 0, 0, 0.6); position: fixed; top: 0; bottom: 0; right: 0; left: 0; display: block; z-index: 998; visibility: hidden; opacity: 0; transition: all .3s; }
.overlay-cart-backdrop.active { visibility: visible; opacity: 1; }
.overlay-cart-body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.overlay-cart-body::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
.overlay-cart-body::-webkit-scrollbar-thumb { background-color: #000000; }

/* */
.new-quantity { display: flex; }
.quantity-procat{display: inline-flex;width: 40px;align-items: center;justify-content: center;font-weight: 500;font-size: 16px;text-align: center;border: none;background: none;}
/*.counter-procart {background: none;box-shadow: none;outline: 0;display: flex;width: 28px;height: 28px;padding: 0;border: 1px solid #000;border-radius: 50%;justify-content: center;align-items: center;color: #000;}*/
.overlay-cart-footer{ display: flex; align-items: center;justify-content: space-between; flex-wrap: wrap; padding-top: 10px}
.overlay-cart-footer span:first-child{ font-size: 16px; font-family: 'helveticaneuemedium'; color: #000}
.overlay-cart-total{ font-size: 18px; font-family: 'helveticaneuemedium'; color: var(--color-main)}

@media (min-width:1200px) {
	/*.overlay-cart .overlay-cart-head { background: var(--color-main); border-color: var(--color-main); color: #fff; }*/
}
@media (max-width:767px) {
	.overlay-cart.active { transform: translateY(0); }
}
@media (max-width:767px) {
	.overlay-cart.partial { transform: translateY(calc(100% - 0)); }
	.overlay-cart.partial .overlay-cart-show { display: inline-block; }
	.overlay-cart.partial .overlay-cart-close { display: none; }
}