.product-img-container{align-items:center;border-radius:10px;display:flex;height:220px;justify-content:center;overflow:hidden;width:220px}.product-img-container img{height:auto;object-fit:cover;width:auto}.cart-div{margin-bottom:150px}.price{font-size:16px;font-weight:600}.remove-item i{transition:color .3s ease-in-out}.remove-item i:hover{color:red}#secureInfo{overflow:hidden;transition:max-height .3s ease-in-out}.text-payment-secure{font-size:12px;line-height:18px}.cart-items-container{max-height:400px;overflow-y:auto;padding-right:10px}.cart-items-container::-webkit-scrollbar{width:6px}.cart-items-container::-webkit-scrollbar-thumb{background-color:#58b4c4;border-radius:3px}.buy-button-cart{width:60%!important}.cart-sidebar{background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.2);height:100%;overflow-y:auto;padding:20px;position:fixed;right:-600px;top:0;transition:right .3s ease-in-out;width:600px;z-index:1000}@media (max-width:600px){.cart-sidebar{width:400px!important}}@media (max-width:400px){.cart-sidebar{width:350px!important}}.cart-sidebar.open{right:0}.cart-item{align-items:center;display:flex;margin-bottom:15px}.checkout-btn{background-color:#58b4c4;border:none;color:#fff;justify-content:center;margin-right:3rem!important;margin-top:20px;width:100%}.checkout-btn:hover{background-color:#fff;color:#58b4c4}.cart-total{color:#000;display:flex;font-size:16px;justify-content:space-between;margin-bottom:20px}.cart-divider,.cart-total{margin-right:3rem!important}.cart-divider{color:#5f5f5f}.cart-item-image{border-radius:5px;height:50px;margin-right:10px;object-fit:cover;width:50px}.cart-item-info{flex-grow:1}.cart-item-name,.cart-item-price,.cart-item-quantity{color:#000;font-size:14px;margin-left:10px}#close-cart{background:none;border:none;color:#000;font-size:22px;font-weight:100;position:absolute;right:15px;top:61px}