#ajax_cart{transition:200ms}#ajax_cart.loading{opacity:.5}#ajax_cart .cart-item{padding:16px;border:1px solid #CFCFCF;border-radius:16px;margin-bottom:16px}#ajax_cart .cart-item .top-dec{align-items:center;display:flex;gap:16px}#ajax_cart .cart-item .product-image img{border-radius:16px;width:152px;height:120px;object-fit:cover}#ajax_cart .cart-item .product-name{font-size:18px;font-weight:700;margin-bottom:12px}#ajax_cart .cart-item .product-color{font-size:18px;font-weight:500}#ajax_cart .cart-item .product-color::before{content:'';width:12px;height:12px;border-radius:100px;display:inline-block;background-color:var(--bg);margin-left:8px;border:1px solid #ccc}#ajax_cart .cart-item .bottom-dec{padding-top:16px;margin-top:16px;border-top:1px solid #CFCFCF;display:flex;justify-content:space-between;align-items:center}#ajax_cart .actions{display:flex;align-items:center;gap:16px}#ajax_cart .product-price{font-size:18px;font-weight:600;line-height:40px;margin-bottom:0px!important}#ajax_cart .quantity-input{max-width:50px;text-align:center;background:#eaeaea;border-radius:12px!important;border:none!important;outline:none!important;box-shadow:none!important}#ajax_cart .remove-item{cursor:pointer;margin-bottom:-7px}#ajax_cart .cart-loader-box{padding:100px 0}#ajax_cart .cart-loader{width:15px;margin:auto;aspect-ratio:1;border-radius:50%;animation:l5 1s infinite linear alternate}@keyframes l5{0%{box-shadow:20px 0 #000,-20px 0 #0002;background:#000}33%{box-shadow:20px 0 #000,-20px 0 #0002;background:#0002}66%{box-shadow:20px 0 #0002,-20px 0 #000;background:#0002}100%{box-shadow:20px 0 #0002,-20px 0 #000;background:#000}}input.quantity-input::-webkit-outer-spin-button,input.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.quantity-input[type=number]{-moz-appearance:textfield}