.woocommerce .wootools-qty-wrap{display:inline-flex;align-items:center;gap:10px}
.woocommerce .wootools-qty-btn{border:1px solid var(--e-global-color-astglobalcolor0);background:var(--e-global-color-astglobalcolor0);color:#fff;line-height:1;width:36px;height:36px;border-radius:6px;cursor:pointer;font-size:18px;display:inline-flex;align-items:center;justify-content:center;transition:transform .05s ease,filter .15s ease}
.woocommerce .wootools-qty-btn:hover{filter:brightness(0.95)}
.woocommerce .wootools-qty-btn:active{transform:translateY(1px)}
.woocommerce .wootools-qty-wrap input.qty{width:56px;height:36px;text-align:center;border:1px solid #e2e8f0;border-radius:6px;background:#fff;box-shadow:0 0 0 0 rgba(0,0,0,0);transition:box-shadow .15s ease,border-color .15s ease}
.woocommerce .wootools-qty-wrap input.qty:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.25)}
.woocommerce a.remove_from_checkout.wootools-remove{margin-left:12px;color:#fff;background:#d63638;border:1px solid #d63638;height:36px;padding:0 12px;border-radius:6px !important;display:inline-flex !important;align-items:center;justify-content:center;line-height:1;text-decoration:none;font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.06);width:auto !important;min-width:36px;text-indent:0 !important;overflow:visible !important}
.woocommerce a.remove_from_checkout.wootools-remove:before{content:none !important;display:none !important}
.woocommerce a.remove_from_checkout.wootools-remove:after{content:none !important;display:none !important}
.woocommerce a.remove_from_checkout.wootools-remove:hover{background:#b32123;border-color:#b32123;color:#fff}
.woocommerce a.remove_from_checkout.wootools-remove .wootools-remove-icon{font-size:16px;display:inline-block;transform:translateY(-1px)}

/* Mobile and tablet styles */
@media (max-width: 1024px) {
    .woocommerce a.remove_from_checkout.wootools-remove {
        margin: 10px 0;
    }
}


