.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    width: 20px;
}
.single.woocommerce.woocommerce-page div.product.type-product .price ins::before {
    content: '';
}

.woocommerce ul#shipping_method li input {
    width: auto;  margin-top: 7px;
}

.wcppec-checkout-buttons {
    display: none;
}
#order_method_field input { width: 20px;float: left; margin-top: 8px; clear: left; }
#order_method_field label { width: auto;float: left; }


.woocommerce.woocommerce-page ul.products li.product .quantity::after,
.woocommerce.woocommerce-page ul.products li.product .quantity::before,
.woocommerce.woocommerce-page ul.products li.product .quantity:hover::after,
.woocommerce.woocommerce-page ul.products li.product .quantity:hover::before,
.mini_cart_item_quantity .quantity::after,
.mini_cart_item_quantity .quantity::before
/*.woocommerce.woocommerce-page ul.products li.product .add_to_cart_button::after*/
/*.woocommerce.woocommerce-page ul.products li.product .added_to_cart */
{
    display: none;
}
.woocommerce.woocommerce-page ul.products li.product .quantity {
    width: 20%; float: left;
}
.woocommerce.woocommerce-page ul.products li.product .quantity .qty{
    width: auto; max-width: 100%;
}
.single.woocommerce.woocommerce-page div.product.type-product form.cart .button,
.woocommerce.woocommerce-page ul.products li.product .add_to_cart_button {
    position: relative; width: 75%; float: right; padding: 15px; opacity: 1; background-color: rgb(128, 190, 121); color: #ffffff; left: auto;
}
.woocommerce.woocommerce-page ul.products li.product .add_to_cart_button:hover {
    position: relative; width: 75%; float: right; padding: 15px; opacity: 1; color: rgb(128, 190, 121); background-color: #ffffff;
}
 .woocommerce.woocommerce-page ul.products li.product .added_to_cart {
     position: absolute; width: 75%; float: right; padding: 17px; opacity: 1; left: auto; top: -25px; right: 0;
}

.woocommerce-account .addresses .title h3 {
    font-size: 20px;
}
.woocommerce-account .addresses .title .edit {
    font-size: 18px; font-weight: normal; margin-top: 1em;
}
.woocommerce.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__link {
    opacity: 1;
}

.header__user {
    position: absolute; top: 25px; width: 280px; max-width: calc((100vw - 180px)/2); font-size: 14px;
}
.header__user a {
    color: #000000; text-decoration: none;
}
.header__hello {}
.header__extras{
    font-weight: bold; color: #ffffff; padding: 5px; background-color: #80be79;
}
.header__main { padding-top: 0; margin-bottom: 20px; }
.menu-price-type { float: left; width: auto; height: 20px; margin-left: 5px; margin-right: 5px; }
input:not([type=submit]) { width: auto; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
    overflow: hidden;
}
input.woocommerce-form__input.woocommerce-form__input-checkbox {
    float: left; width: 30px;
}

.count-notice { font-weight: bold; padding: 5px 20px; background-color: #80be79; }

.bonus-program .header { font-size: 23px; font-weight: bold; line-height: 30px; }
.bonus-program .subheader { font-size: 23px; font-weight: normal; font-style: italic; margin-bottom: 30px; }
.bonus-program ul { list-style: none; padding-left: 0; line-height: 20px; text-indent: -33px; margin-left: 33px; }
.bonus-program ul li:before { content: "+"; margin-right: 4px; font-size: 23px; color: #82BD7C; font-weight: bold; margin-right: 20px; }
.bonus-program .tip .header { font-weight: bold; font-size: 16px; line-height: 16px; }
.bonus-program .tip .text { font-style: italic; }
.bonus-program .promo { margin-top: 20px; font-size: 18px; }
.bonus-program .promo .bold { font-weight: bold; }
.bonus-program .bonus-header { font-weight: bold; font-size: 18px; }
.bonus-program .coupon_generate { margin-top: 20px; margin-bottom: 20px; color: #fff; background-color: #82BD7C; width: max-content; padding: 5px 15px; }
.bonus-program input.amount { width: 150px; }


@media (max-width: 768px) {
    .header__main {
        padding: 0; padding-bottom: 20px;
    }
    .header__user {
        top: -15px;  font-size: 12px;
    }
    .header__main .header__search .mini-cart-wrapper {
        margin-top: -40px;
    }
}

@media (max-width: 576px) {
    .header__user {
        width: 250px;
        font-size: 12px;
    }
    .header__user label { font-size: 12px; font-weight: normal; }
    .menu-price-type { clear: left; margin-left: 0; }
    
}




#elixModal {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    transition: opacity .15s linear;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2500;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    display: block;
}
.modal-dialog{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    width: 600px;
    max-width: 100%;
    margin: 60px auto;
    position: relative;
    transform: translate3d(0,0,0);
    transition: transform .3s ease-out;
}
.modal-content{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    border: 1px solid #999;
    border-radius: 6px;
    outline: 0;
}
.modal-body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    position: relative;
    padding: 15px;
}
.modal-backdrop{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    transition: opacity .15s linear;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2400;
    background-color: #fff;
    opacity: .9;
}