#popup-cart .modal-title { text-transform: uppercase; }
#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: 0px; background: #fffbf5; border: 0px solid #d8d8d8;  }
.top-cart { width: 60%; border-right: 1px solid #eee; padding-right: 15px; margin-right: 15px; }
.procart { padding: 20px 10px; border-bottom: 1px solid #ffe7e1; border-top: 0px;color: var(--color-main) }



.pic-procart { width: 20%; text-align: center; margin-right: 3%; }
.pic-procart img { max-width: 100%; max-height: 100px; }
.pic-procart .del-procart { color: var(--color-main); font-size: 12px; display: block; margin-top: 5px; cursor: pointer;font-family: var(--font-Bricolage-Grotesque) }
.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: 80%; margin-right: 3%; font-weight: 500}
.name-procart a { font-size: 14px; color: var(--color-main); display: block; }
.name-procart a:hover { color: var(--color-red); }
.properties-procart { display: block; }
.properties-procart p { display: inline-block; margin-bottom: 0px;font-family: var(--font-Bricolage-Grotesque);font-weight: 500 }
.properties-procart p:first-child { margin-right: 10px; }
.properties-procart p strong { font-weight: 600; }
.quantity-procart { width: 20%; margin-right: 3%;text-align: center; }
.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: var(--color-main); 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: var(--color-main); text-align: center; font-family: var(--font-Bricolage-Grotesque);background: #fffbf5}
.price-procart { width: 25%; text-align: right; }
.price-procart-rp { display: none; width: 100%; margin-bottom: 10px; font-size: 13.5px; }
.price-new-cart {
    color: var(--color-main);
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 15px;
    font-family: var(--font-Bricolage-Grotesque);
}

.procart:nth-child(1) .info-procart {text-align: center;}
.price-old-cart { color: #999; text-decoration: line-through; }
.procart-label { border: 0px; background: #fffbf5; padding: 10px; margin: 0px; text-transform: capitalize;color: var(--color-main) ;border-bottom: 1px solid #ffe7e1}
.procart-label .quantity-procart p:last-child { display: none; }
.money-procart { margin-top: 0px; }
.total-procart { background: #fffbf5; padding: 7px 10px; border: 0px; margin-bottom: -1px; }
.total-procart p { margin-bottom: 0px; font-size: 18px; font-weight: 700;color: var(--color-main);font-family: var(--font-Bricolage-Grotesque)}
.total-procart p:last-child { color: var(--color-main); font-weight: 700; }
.bottom-cart { width: 40%; }
.section-cart { position: -webkit-sticky; position: sticky; top: 15px; }
.title-cart {
    font-family: var(--font-Bricolage-Grotesque);
    font-size: 26px;
    text-transform: uppercase;
    color: var(--color-main);
    border-bottom: 1px solid var(--color-main);
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: 700;
}
.bottom-cart .form-check-input{border-color: var(--color-main)}
.bottom-cart .form-check-input:checked{
	background-color: var(--color-main);
    border-color: var(--color-main);
}

.information-cart { margin-bottom: 1.5rem; }
.input-cart { margin-bottom: 0.5rem; position: relative; }
.input-cart input, .input-cart textarea { font-size: 15px; padding: 0.5rem 1.75rem 0.5rem 0.75rem!important; outline: none; height: auto !important;border-top:0px;border-left: 0;border-right: 0;border-radius: 0;
font-family: var(--font-Bricolage-Grotesque);color: var(--color-main);font-weight: 500

}



.input-cart input::placeholder, .input-cart textarea::placeholder {color: var(--color-main);}

.input-cart textarea { resize: none; height: 100px; }


.input-cart select { cursor: pointer; font-size: 14px; padding: 0.5rem 1.75rem 0.5rem 0.75rem; height: auto; }
.input-cart select {
    border-color: var(--color-main);
    color: var(--color-main);
    border: 0;
    border-bottom: 1px solid #ced4da7d;
    border-radius: 0;
    font-family: var(--font-Bricolage-Grotesque);
    font-weight: 500;
    font-size: 15px;
}
.bottom-cart .form-control
{
border-color:#ced4da7d;background: #fffbf5
}
.input-cart select:focus{box-shadow: unset;border-bottom-color: var(--color-main)}
.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.65%; float: left; margin-right: 1%; margin-bottom: 0px; }
.input-triple-cart .input-cart:last-child { margin-right: 0px; }
.payments-cart { text-align: left; margin-bottom: 5px; min-height: auto; position: relative; }
.payments-cart:last-child { margin-bottom: 0px; }
.payments-cart input { top: 10px; position: absolute; left: 0; width: 1rem; height: 1rem; margin-left: 0 !important; cursor: pointer; }
.payments-label { font-family: var(--font-Bricolage-Grotesque);cursor: pointer; background: #ffe0db; display: block; padding: 10px 15px; border-radius: 3px; margin-bottom: 0px; color: var(--color-main) !important; }
.payments-label::before, .payments-label::after { top: calc(50% - 1rem/2); }
.payments-label.active { background: #5172FD; color: #ffffff !important; }
.payments-info { opacity: 0; visibility: hidden; height: 0px; overflow: hidden; background: #f5efef; border-radius: 5px; width: 100%; padding: 0 10px; overflow: hidden; box-sizing: border-box; }
.payments-info p { margin-bottom: 1em; }
.payments-info.active { padding: 10px; margin-top: 5px; opacity: 1; visibility: visible; height: auto; }
.btn-cart {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    font-size: 23px;
    text-transform: uppercase;
    background: var(--color-main);
    border-radius: 5px;
    padding: 10px 10px;
    font-family: var(--font-Bricolage-Grotesque);
    font-weight: 700;
}
.btn-cart:hover{color: var(--color-main);background: #c2ebe1}

.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 home*/
.procart1 { margin-bottom: 10px; }
.top-cart1 p.total-price.load-price-temp { color: #5172FD; }
.top-cart1 a.buymore-cart { color: #000; border: solid 1px #000; width: 100%; text-align: center; line-height: 30px; border-radius: 50px; }
.top-cart1 a.buymore-cart i { vertical-align: middle; margin-top: 0; }
.top-cart1 a.buymore-cart:hover { background: #5172FD; transition: all 1s; color: #fff; border: solid 1px #fff; }
.procart1 h3.name-procart:hover a { color: #5172fd; }
.top-cart1 .total-procart p { font-size: 14px; }
.procart1 .pic-procart { width: 30%; margin: 0; }
.procart1 .info-procart { width: calc(70% - 10px); margin: 0; }
.top-cart1 p.total-price.load-price-temp { color: #5172FD; }
.procart1 h3.name-procart a { font-size: 14px; }
.procart1 h3.name-procart { margin-bottom: 10px; }
h3.name-procart { }
.procart1 .properties-procart { font-size: 13px; }
.procart1 .quantity-procart { width: 100%; display: flex; align-items: center; }
.procart1 .quantity-counter-procart { width: 70px; margin-right: 10px; border: none; }
.procart1 .quantity-counter-procart input.quantity-procat { border: none; }
.procart1 .properties-procart strong { font-weight: normal; }
.procart1 span.counter-procart-plus.counter-procart { font-size: 20px; }
.procart1 .price-procart { width: calc(100% - 80px); text-align: left; }
.procart1 p.price-new-cart { color: #000; font-size: 14px; }
.top-cart1 .total-procart { background: none; border: none; padding: 5px 0; }
.quantity-pro-detail { border: none; border-radius: 0px; }
.quantity-pro-detail .quantity-minus-pro-detail, .quantity-pro-detail .quantity-plus-pro-detail { background-color: #f9f9f9; border: 1px solid #ddd; }
.quantity-pro-detail input { font-size: 16px; font-weight: normal; border: 1px solid #ddd;background: #fffbf5 }
.table-info-order { overflow-y: hidden; overflow-x: auto; }
.table-info-order table { min-width: 600px; width: 100%; }
/*cart home*/
@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) {
.price-procart, .procart-label .quantity-procart p:first-child { display: none; }
.price-procart-rp, .procart-label .quantity-procart p:last-child { display: block; }
.quantity-procart { width: 25%; text-align: right; margin-right: 0px; }
.info-procart { width: 65%; }
}
@media(max-width:441px) {
.wrap-cart {}
.procart { padding: 10px 5px; }
.procart-label { font-size: 12px; }
.pic-procart {         /*display:none;*/
width: 25%; }
/*.pic-procart-rp{display:block;}*/
.info-procart { width: 50%; margin-right: 3%; }
.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; }
}