/* geral */
#offcanvasCart.offcanvas {width: 570px !important;}
.cart-modal {padding: 26px;}
.header-cart-body::-webkit-scrollbar-thumb {background-color: #D9D9D9; border-radius: 4px;}
.header-cart-body::-webkit-scrollbar {width: 6px;}
.cart-modal .loading {position: absolute; top: 50%; right: 44%;}
@media (max-width: 991px) {
	.cart-modal {padding: 16px;}
}
/* geral */

/* topo */
.cart-modal svg {width: 20px; height: 20px; fill: #1B1918;}
.cart-modal svg path {fill: #1B1918;}
.cart-modal h5 {font-size: 20px; font-weight: 500;}
.cart-modal .header-cart-header {margin-bottom: 24px;}
/* topo */

/* produtos */
.cart-modal .cart-product-image {flex: .8;}
.cart-modal .cart-product-name {flex: 1;}
.cart-modal .cart-product-image img {border-color:#EDEDED;}
.cart-modal .option-name {color: #514B48;}
.cart-modal .cart-product-quantity {display: flex; align-items: center; justify-content: space-between;}
.cart-modal .input-quantity-cart-modal {padding: 0; border: none; border-left: 1px solid #EDEDED; border-right: 1px solid #EDEDED; flex: auto !important; margin: 4px 0; font-size: 14px;}
.cart-modal .btn-remove-cart {color: #AD121A;}
.cart-modal .container-input-quantity {border: 1px solid #EDEDED; border-radius: 2px;}
.cart-modal .bootstrap-touchspin {flex-wrap: nowrap;}
.cart-modal .input-group-btn {display: flex;}
.cart-modal .bootstrap-touchspin .btn, .cart-modal .input-quantity-cart-modal {width: 33px !important; padding: 0;}
.cart-modal .cart-product-total {margin-top: 10px; font-size: 16px;}
.cart-modal .product-price-unity {margin-bottom: 12px; font-weight: 500;}
.cart-modal .option-info {color: #514B48; margin: 0; font-size: 12px;}
.cart-modal .option-info span {font-weight: 600;}
.cart-modal .cart-product {margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #EDEDED;}

@media (max-width: 991px) {
	.cart-modal .cart-product > div {padding: 0 6px;}
	.cart-modal .product-name, .cart-modal .option-info {font-size: 11px;}
	.cart-modal .product-price-unity {font-size: 12px; margin-bottom: 6px;}
	/* .cart-modal .cart-product-image {width: 45%;}
	.cart-modal .cart-product-name {width: 55%;} */
	.cart-modal .bootstrap-touchspin .btn, .cart-modal .input-quantity-cart-modal {width: 33px !important;}
	.cart-modal .product-name {margin-bottom: 4px; font-weight: 500;}
	.cart-modal .cart-product-total {margin-top: 6px;}
}
/* produtos */

.cart-modal .header-cart-footer {padding-top: 16px;}

/* adicionar cupom */
.cart-modal #button-coupon {padding: 0 16px; background: #EDEDED; border-color: #EDEDED; color: var(--text); height: 48px; font-weight: 500; font-size: 12px; border-radius: 0 4px 4px 0;}
.cart-modal #button-coupon:hover {background: #e3e3e3;}
.cart-modal #cart-total-coupon {margin-bottom: 32px;}
.cart-modal #cart-total-coupon input {font-size: 14px;}
@media (max-width: 991px) {
	.cart-modal #button-coupon {padding: 0 16px; font-size: 12px;}
	.cart-modal #cart-total-coupon input {font-size: 12px;}
}
/* adicionar cupom */

/* preço total */
.cart-modal .cart-totals .item {display: flex; justify-content: space-between; gap: 4px; margin-bottom: 8px; font-size: 16px;}
.cart-modal .cart-totals .item:last-child {font-weight: 600; margin-bottom: 24px;}
.cart-modal .cart-totals .item:last-child span {font-weight: 600;}
/* preço total */

/* botões finalizar */
.cart-modal .cart-button-checkout .btn, .cart-modal .cart-button-cart .btn {border-radius: 4px; display: flex; justify-content: center; align-items: center; height: 48px; font-weight: 500; font-size: 14px;}
.cart-modal .cart-button-checkout .btn {background: #14B822; color: #fff;}
.cart-modal .cart-button-checkout .btn:hover {background: #1e9728}
.cart-modal .cart-button-checkout svg path {fill: #fff;}
.cart-modal .cart-button-cart .btn {background: #F2EFE9; margin-top: 8px;}
.cart-modal .cart-button-cart .btn:hover {background: #e3e3e3}
/* botões finalizar */
