/*
Theme Name: Avenla Boilerplate
Description: Avenla Boilerplate
Template: flatsome
Version: 1.0.0
*/

.woonp {
    justify-content: center;
    opacity: 0;
    transition: opacity .1s;
}

.woonp.active {
    opacity: 1;
}

.woonp .woonp-input {
    border-radius: 8px;
    font-size: .97em;
    font-weight: bold;
    border: 2px solid #083050;
    padding: .75em .5em;
}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody {
    display: none;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
    display: none;
}


.woocommerce-table--order-details thead,
.woocommerce-table--order-details tbody {
    display: none;
}

.woocommerce-table--order-details tfoot tr:first-of-type {
    display: none;
}