.checkout-cart{position:relative;width:373px;height:max-content;margin-left:38px;transition:all .7s;background:#fff;transform:translateY(100px);border-radius:10px;box-shadow:0 0 14px -3px rgba(0,0,0,.1);padding:24px;gap:20px}.checkout-cart .title{color:var(--primary-checkout);font-weight:700;width:max-content}.checkout-cart .loader svg{height:40px}#form-checkout-cart{margin-top:0}.checkout-cart .items{gap:10px;max-height:290px;overflow-y:auto;flex-flow:column}@media (max-height:750px){.checkout-cart .items{max-height:130px}}.checkout-cart .items .item{gap:15px}.checkout-cart .items .item .item-image{height:max-content;min-height:max-content}.checkout-cart .items .item .item-image img{width:87px;height:87px;border-radius:5px;min-width:87px;-o-object-fit:contain;object-fit:contain}.checkout-cart .items .item-info .item-name{font-size:14px;font-weight:400;margin-bottom:3px;color:#20272c;display:-webkit-box;max-width:400px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.checkout-cart .items .item-info .item-variations .item-variation{list-style:none;font-size:11px;font-weight:400}.checkout-cart .items .item-info .item-price{font-size:16px;margin-top:3px;color:#20272c}.checkout-cart .items .item-info .item-price{font-size:16px;margin-top:3px;color:#20272c}.checkout-cart .items .item-info .item-quantity{max-width:95px;border:1px solid #ccc;border-radius:4px;margin-top:5px}.checkout-cart.lock-change .items .item-info .item-quantity{pointer-events:none;opacity:.7}.checkout-cart .items .item-info .item-quantity input{width:100%;font-size:14px;text-align:center;border:0}.checkout-cart .items .item-info .item-quantity .control{width:50px;height:100%;font-size:20px;cursor:pointer}.checkout-cart .summary{gap:15px}.checkout-cart .form-coupon{gap:4px}.checkout-cart .form-coupon .label{font-size:13px}.checkout-cart .form-coupon .form-coupon__input{height:40px;gap:10px;justify-content:space-between}.checkout-cart .form-coupon .form-coupon__input input{height:100%;width:calc(100% - 100px);padding:5px 10px;font-size:14px;border-radius:5px;border:1px solid #ccc}.checkout-cart.lock-change .form-coupon .form-coupon__input input{pointer-events:none;opacity:.7}.checkout-cart .form-coupon .form-coupon__input .btn-coupon{width:100px;height:100%;font-size:14px;border:0;background:var(--primary-checkout);color:#fff;border-radius:4px;transition:all .4s}.checkout-cart .form-coupon .form-coupon__input .btn-coupon:hover{opacity:.7}.checkout-cart .summary-values{gap:10px}.checkout-cart .summary-values .value-content{justify-content:space-between}.checkout-cart .summary-values .value-content .value-text{color:#20272c;font-size:14px}.checkout-cart .summary-values .value-content .value{color:#20272c;font-size:14px}.checkout-cart .summary-values .value-content.total .value,.checkout-cart .summary-values .value-content.total .value-text{font-size:16px;font-weight:700}@media (max-width:1024px){.checkout-cart{position:fixed;left:0;width:100%;margin:0;bottom:-100%;height:auto;max-height:100%;transform:unset;transition:all .3s}.checkout-cart.active{bottom:75px}}