.cart-control{z-index:20;background:#fff;flex-direction:column;width:100%;max-width:610px;height:100dvh;padding:10px;display:flex;position:absolute;right:0;overflow:auto}.cart-control-bg{opacity:.6;z-index:5;background-color:#000;height:100dvh;position:absolute;bottom:0;left:0;right:0}.cart-top-row{flex-direction:row;justify-content:end;width:100%;padding:calc(2em - 5px);display:flex}
.p-check-header{font-family:baggira-bold;font-size:22px;font-weight:400}.p-check-total-cost{font-family:baggira-bold;font-size:16px;font-weight:400}.cart-item{flex-flow:row;align-items:center;gap:1em;display:flex}.cart-item-img-wrapper{min-width:70px}.cart-item-img{-o-object-fit:cover;object-fit:cover;border-radius:7px;width:70px;height:70px}.cart-item-info-wrapper{flex-flow:wrap;justify-content:space-between;align-items:center;gap:1em;width:100%;display:flex}.cart-item-info-caption{font-family:baggira-bold;font-size:14px;font-weight:400}.cart-item-info-controls-wrapper{flex-flow:row;align-items:center;gap:1em;display:flex}.cart-item-info-controls-buttons-block{flex-direction:row;align-items:center;gap:.5em;display:flex}.cart-item-info-controls-button{border:0;width:16px;height:16px}.cart-item-info-controls-quantity{text-align:center;width:24px}.cart-item-info-cost{text-align:left;min-width:100px}.consumer-input{color:#000;background-color:#fff;border:1px solid #000;padding:.6em;font-size:16px;font-weight:400}.consumer-checkout{color:#000;background-color:#fff;border:1px solid #000;width:100%;margin-top:2em;padding:.6em;font-size:16px;font-weight:400}.consumer-checkout:hover{background-color:#d3d3d3}
.round-btn{width:50px;height:50px;color:var(--foreground);text-align:center;cursor:pointer;will-change:transform;background-color:#fff;border-radius:50%;font-size:2em;font-weight:700;line-height:50px;transition:transform .2s ease-in-out;box-shadow:0 2px 3px #000b3040}.round-btn:hover{transform:scale(1.07);box-shadow:0 2px 3px #000b3080}.round-btn-position{z-index:4000;position:fixed;top:100px;right:50px}.round-counter{min-width:18px;height:18px;width:initial;color:#fff;text-align:center;box-sizing:border-box;background-color:#525252;border-radius:30px;padding:0 5px;font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:18px;position:absolute;bottom:-4px;right:-4px}
