#helpSupportBtn {
    position: fixed;
    bottom: 33px;
    right: 20px;
    background-color: #913f05;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
}

#helpSupportBtn:hover {
    background-color: #c4512e;
}
.swal2-styled{
    font-size: 15px;
    color: rgb(62, 57, 57);
}

a.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained {
    display: none;
}

.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
    display: none;
}