.woocommerce-mini-cart__buttons.buttons{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}.woocommerce-mini-cart__buttons.buttons .button{flex:1;margin:0!important;display:flex!important;justify-content:center;align-items:center;padding:.6em 1em!important;line-height:1.3}.woocommerce-mini-cart-item>a:not(.remove){font-size:1.05rem;line-height:1.3;font-weight:500}.woocommerce-mini-cart-item .quantity{font-size:1.05rem;margin-top:5px}.woocommerce-mini-cart__total{font-size:1.1rem;font-weight:600}.woocommerce-mini-cart__total .woocommerce-Price-amount{font-size:1.2rem;font-weight:700}.woocommerce-mini-cart-item{position:relative!important;padding-right:30px!important}a.remove.remove_from_cart_button{position:absolute!important;top:50%;right:5px;transform:translateY(-50%);background:0 0!important;border:none!important;text-decoration:none!important;width:20px;height:20px;font-size:0!important;text-indent:-9999px}a.remove.remove_from_cart_button::before,a.remove.remove_from_cart_button::after{content:"";position:absolute;top:50%;left:50%;width:16px;height:2px;background-color:#888;transition:background-color .3s ease}a.remove.remove_from_cart_button::before{transform:translate(-50%,-50%) rotate(45deg)}a.remove.remove_from_cart_button::after{transform:translate(-50%,-50%) rotate(-45deg)}a.remove.remove_from_cart_button:hover::before,a.remove.remove_from_cart_button:hover::after{background-color:#e00}