/* Theme Name: aley
 * Author: Max L
 * Template: oceanwp
 * Version: 1.0.0
 */
 

/*woo checkout */

.wc-block-checkout__billing-fields, .noblock { display: none !important; }
label .woocommerce-form__label .woocommerce-form__label-for-checkbox .checkbox { display: none !important; }

.woocommerce input[type=email] {
    padding: 8px 12px;
    background-color: rgb(255 255 255 / 60%);
    border-color: transparent;
}
.woocommerce input[type=text], input[type=tel] {
    padding: 8px 12px;
    background-color: rgb(255 255 255 / 60%);
    border-color: transparent;
}

.woocommerce input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover {
    background-color: rgb(255 255 255 / 100%);
}