.product_meta {
    display: none;
}

/* .woocommerce-MyAccount-content {
    display: none !important;
} */


.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment {
    display: none !important;
}



.coupon {
    display: none;
}

button[name="update_cart"] {
    display: none !important;
}




.woocommerce a.remove:hover {
    color: #fff !important;
    background: #e0a8a800;
}




.noDataImage {
    height: 200px;
}


.noDataImage img {
    height: 100%;
}


.woo-selected-variation-item-name {
    display: none !important;
}



.variable-items-wrapper .variable-item {
    border-radius: 4px !important;
    width: 48px !important;
    height: 48px !important;
    padding: 2px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


.woocommerce-variation-price {
    display: none;
}


.onsale {
    display: none;

}





.woocommerce-checkout #payment {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 5px;
}


.form-row.place-order {
    display: none;
}






.woocommerce a.remove {
    color: #ffffff00 !important;
}


.woocommerce-form-coupon-toggle {
    display: none;

}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
    box-shadow: none;

}


.quantity-display {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;

}


.stock.out-of-stock{
    color:orange;
}


.text-success-custom {
    color: green;
}


.text-error-custom{
    color: red;
}


.payment_is_selected  {
    background: url(../../Images/INPUT-69.svg) no-repeat center !important;
    border: 1px solid var(--green) !important;
    background-size: cover !important;
}