.cart-popup{position:fixed;top:0;right:0;bottom:0;width:350px;background:#fff;-webkit-box-shadow:-2px 0 5px rgba(0,0,0,0.1);box-shadow:-2px 0 5px rgba(0,0,0,0.1);z-index:1050;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform 0.3s ease;-moz-transition:-moz-transform 0.3s ease;-o-transition:-o-transform 0.3s ease;-ms-transition:-ms-transform 0.3s ease;transition:transform 0.3s ease}.cart-popup.show{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.cart-popup .cart-content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.cart-popup .cart-content .cart-header{padding:1rem;border-bottom:1px solid #dee2e6;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.cart-popup .cart-content .cart-items{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow-y:auto;padding:1rem}.cart-popup .cart-content .cart-items .cart-item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #dee2e6}.cart-popup .cart-content .cart-items .cart-item:last-child{border-bottom:none}.cart-popup .cart-content .cart-items .cart-item .cart-item-image{width:60px;height:60px;object-fit:cover;border-radius:4px}.cart-popup .cart-content .cart-items .cart-item .cart-item-details{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.cart-popup .cart-content .cart-items .cart-item .cart-item-details h6{margin-bottom:.25rem;font-weight:500}.cart-popup .cart-content .cart-items .cart-item .cart-item-details .input-group-sm{width:120px;margin-top:.5rem}.cart-popup .cart-content .cart-items .cart-item .cart-item-details .input-group-sm input{max-width:60px;text-align:center}.cart-popup .cart-content .cart-items .cart-item .cart-item-price{text-align:right;min-width:80px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.cart-popup .cart-content .cart-items .cart-item .cart-item-price .price{font-weight:500}.cart-popup .cart-content .cart-items .cart-item .cart-item-price .remove-btn{color:#dc3545;padding:0;font-size:.875rem}.cart-popup .cart-content .cart-items .cart-item .cart-item-price .remove-btn:hover{color:#d12435}.cart-popup .cart-content .cart-footer{padding:1rem;border-top:1px solid #dee2e6;background:#f8f9fa}.cart-popup .cart-content .cart-footer .total{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:1rem;font-weight:500}.cart-popup .cart-content .cart-footer .checkout-btn{width:100%}@media (max-width:576px){.cart-popup{width:100%}}