#emav-overlay-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999999999;
    display: none;
    top: 0;
    left: 0;
}

#emav-overlay {
    position: relative;
    width: 100%;
    z-index: 9999999998;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%)
}

#evav_verify_form {
    margin-bottom: 8px !important;
}

#emav-overlay .disclaimer {
    max-width: 800px;
    margin: 10px auto .5em;
}

#emav-overlay .disclaimer p {
    font-size: 11px;
    line-height: 14px;
    margin: 0.1em;
    text-align: center;
}

#emav-overlay .disclaimer a:hover {
    color: dodgerblue;
}
#emav-overlay .disclaimer a {
    background:none !important;
    color: white;
    text-decoration: underline;
}

#emav-overlay img {
    max-width: 100%;
    max-height: 30vh;
    display: inline-block;
}

#emav-overlay input:not([type=checkbox]) {
    border-color: transparent;
    border-width: 0;
    width: 250px;
    padding: 15px 0;
    line-height: initial;
    border-radius: 10px;
    font-weight: normal;
    font-size: 16px;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    float: none !important;
    text-align: center !important;
    text-decoration: none !important;
}

#emav-overlay input:focus:not([type=checkbox]) {
    outline: none;
    box-shadow: 0px 0px 12px 1px cyan;
}

#emav-overlay input:hover:not([type=checkbox]) {
    box-shadow: 0px 0px 3px 1px blanchedalmond;
    text-decoration: none !important;
}

#emav-overlay h2 {
    font-size: 28px;
    font-weight: 400;
    background:none !important;
    color: white;
    margin: 12px 0px 12px;
    padding: 0px 0px 0px;
}

#emav-overlay p {
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 400;
    background:none !important;
    color: white;
    padding: 0px;
    margin: 8px auto 10px;
    max-width: 800px;
}

#emav-overlay h3 {
    font-size: 24px;
    font-weight: 700;
    background:none !important;
    color: white;
    margin: 32px 0px 12px;
    padding: 0px;
}

#emav-overlay .submit {
    margin-bottom: 0;
}

.emav_buttons input {
    text-transform: initial;
}

#emav-overlay input[type=text] {
    width: 50px;
    outline: none;
}

#emav-overlay #emav_verify_y {
    width: 70px;
}

.emav-error {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2em;
    padding: 0 12px 12px;
    color: white;
    background:none !important;
}

#emav_confirm_age {
    background-color: #16641B;
    margin-bottom: 15px;
}

#emav_not_confirm_age {
    background-color: #A42828;
}

#emav_verify_form label {
    font-size: 12px !important;
    font-weight: normal !important;
    color: #FFF !important;
}

#emav-overlay input[type=checkbox] {
    width: auto !important;
    margin-top: 1em;
    vertical-align: initial;
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    #emav-overlay {
        width: 98%;
        max-width: 100%;
        max-height: 100vh;
    }

    #emav-overlay h2 {
        font-size: 28px;
    }

    #emav-overlay p {
        max-width: 90%;
        margin: .1em auto 0px;
        padding: 0px;
    }

    #emav-overlay .disclaimer {
        max-width: 90%;
    }

    #emav-overlay h3 {
        font-size: 22px;
        margin: 15px 0px 12px;
    }

    .emav-error {
        padding: 0 10px 10px;
        font-size: 16px;
    }

    #emav-overlay img {
        max-width: 100%;
        max-height: 25vh;
        margin-bottom: 5px;
    }

    #emav-overlay input[type=checkbox] {
        margin-top: 1em;
        height: 10px;
    }
}

@media screen and (max-height: 600px) {
    #emav-overlay h2 {
        font-size: 20px;
    }

    #emav-overlay p {
        font-size: 16px;
    }

    #emav-overlay h3 {
        font-size: 18px;
        margin: 15px 0px 10px;
    }

    .emav-error {
        padding: 0 10px 8px;
        font-size: 14px;
    }

    #emav-overlay img {
        max-width: 100%;
        max-height: 20vh;
        margin-bottom: 2px;
    }

    #emav-overlay input {
        width: 175px;
        padding: 15px 0;
        display: inline-block;
    }

    #emav-overlay .submit {
        font-size: small;
    }

    #emav-overlay input[type=checkbox] {
        margin-top: 1em;
    }
}

@media screen and (max-height: 415px) {
    #emav-overlay h2 {
        font-size: 18px;
        margin: 2px;
    }

    #emav-overlay p {
        font-size: 15px;
        margin: 0px auto;
    }

    #emav-overlay .disclaimer {
        margin: 10px auto 0px;
    }

    #emav-overlay .disclaimer p {
        font-size: 9px;
    }

    #emav-overlay h3 {
        font-size: 18px;
        margin: 10px auto 10px;
    }

    #emav-overlay img {
        max-width: 90%;
        max-height: 12vh;
    }

    #emav-overlay input:not([type=checkbox]) {
        padding: 12px 0;
    }

    #emav-overlay .submit {
        font-size: small;
    }

    #emav-overlay input[type=checkbox] {
        margin-top: .5em;
        height: 10px;
    }

    .emav-error {
        padding: 0 10px 8px;
        font-size: 14px;
    }
}
@media screen and (max-height: 320px) {
    #emav-overlay img {
        display: none;
    }
}
@font-face{font-family:'FontAwesomeSATT';src:url(../wp-content/plugins/woocommerce-all-products-for-subscriptions/assets/fonts/fa-apfs.eot@v=2.2.0);src:url(../wp-content/plugins/woocommerce-all-products-for-subscriptions/assets/fonts/fa-apfs.eot@) format("embedded-opentype"),url(../wp-content/plugins/woocommerce-all-products-for-subscriptions/assets/fonts/fa-apfs.woff2@v=2.2.0) format("woff2"),url(../wp-content/plugins/woocommerce-all-products-for-subscriptions/assets/fonts/fa-apfs.woff@v=2.2.0) format("woff"),url(../wp-content/plugins/woocommerce-all-products-for-subscriptions/assets/fonts/fa-apfs.ttf@v=2.2.0) format("truetype"),url(../wp-content/plugins/woocommerce-all-products-for-subscriptions/assets/fonts/fa-apfs.svg@v=2.2.0) format("svg");font-weight:normal;font-style:normal}ul.wcsatt-options li,ul.wcsatt-options-cart li,ul.wcsatt-options-product li,ul.wcsatt-options-prompt-radios li{list-style:none !important}.woocommerce ul.wcsatt-options li,.woocommerce ul.wcsatt-options-cart li,.woocommerce ul.wcsatt-options-product li,.woocommerce ul.wcsatt-options-prompt-radios li{margin:0}.woocommerce ul.wcsatt-options li input,.woocommerce ul.wcsatt-options-cart li input,.woocommerce ul.wcsatt-options-product li input,.woocommerce ul.wcsatt-options-prompt-radios li input{margin:0}ul.wcsatt-options{margin:10px 0 0;min-width:120px}ul.wcsatt-options-prompt-radios{margin:0}ul.wcsatt-options.overrides_exist{margin:0 0 0}li span.subscription-option-details,li span.one-time-option-details,.wcsatt-options-product-prompt-radio label>span{padding-left:0.2em}ul.wcsatt-options-product li .subscription-price{display:inline-block !important}ul.wcsatt-options-product li .subscription-price span.subscription-details:first-child,ul.wcsatt-options-product li .price span.from,ul.wcsatt-options-product li span.one-time-option-details{display:inline-block}ul.wcsatt-options-product li .subscription-price span.subscription-details:first-child:first-letter,ul.wcsatt-options-product li .price span.from:first-letter,ul.wcsatt-options-product li span.one-time-option-details:first-letter{text-transform:uppercase}a.wcs-switch-link{display:table;margin-top:1em}.wcsatt-sub-discount{margin:0 0.1em}.wcsatt-options-wrapper input,.wcsatt-add-to-subscription-wrapper input{margin:0}.wcsatt-options-wrapper-grouped li.one-time-option{display:none}ul.wcsatt-options-product,.wcsatt-options-product-dropdown{margin:0 0 2em 0}ul.wcsatt-options-product--hidden,.wcsatt-options-product-dropdown--hidden{display:none}.wcsatt-options-product-dropdown-label{display:block;margin:0 0 0.5em}.wcsatt-options-product-prompt{margin-bottom:1em}.wcsatt-options-product-prompt--hidden{display:none}.wcsatt-options-product-prompt .wcsatt-options-prompt-text{margin:0 0 1em}.wcsatt-options-product-prompt.wcsatt-options-product-prompt-checkbox label,.wcsatt-options-product-prompt .wcsatt-options-prompt-text label{margin:0}.wcsatt-options-prompt-label .price,ul.wcsatt-options-product .from+*{margin-left:0.15em}.wcsatt-options-product-prompt-checkbox label>span{margin-left:0.3em}.wcsatt-options-product li span.subscription-details,.wcsatt-options-product li span.one-time-option-details{display:inline-block}.single-product div.product .single_variation .wcsatt-options-prompt-label .price{display:inline-block !important;margin-bottom:0 !important}.single-product div.product .single_variation ul.wcsatt-options-product .price{display:inline !important;margin-bottom:0 !important}.subscription-details-hidden .product-addon-totals .wc-pao-subtotal-line .subscription-details{display:none}ul.wcsatt-options-cart{margin:0 0 1.5em 0}.wcsatt-add-to-subscription-wrapper:before{display:table;clear:both;content:'';margin-top:2em}.wcsatt-add-to-subscription-wrapper label>span{margin-left:0.3em}.wcsatt-add-to-subscription-options:before{display:table;clear:both;content:'';margin-top:1.5em}.wcsatt-add-to-subscription-options .subscription-status{display:none}.wcsatt-add-to-subscription-options table.my_account_orders{margin-bottom:0}.wcsatt-add-to-subscription-options .button.add:after{vertical-align:top}.wcsatt-add-to-subscription-options .my_account_orders .button.view:after,.wcsatt-add-cart-to-subscription-options .my_account_orders .button.view:after{display:none}.wcsatt-add-to-subscription-options .subscription-actions{min-width:180px}.wcsatt-add-cart-to-subscription-wrapper{margin-bottom:2em}.wcsatt-add-cart-to-subscription-intro{font-style:italic;letter-spacing:1px;font-size:1.25em;line-height:1.25em;margin:1.5em;text-align:center;font-weight:500}.wcsatt-add-cart-to-subscription-action-wrapper{font-size:1.3em;position:relative}.wcsatt-add-cart-to-subscription-action-wrapper label{font-weight:300;cursor:pointer;display:block}.wcsatt-add-cart-to-subscription-action-input{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-right:0}.wcsatt-add-cart-to-subscription-wrapper:after,.wcsatt-add-cart-to-subscription-options:before{display:table;clear:both;content:''}.wcsatt-add-cart-to-subscription-options table.my_account_orders{margin-bottom:0}.wcsatt-add-cart-to-subscription-options .button.add:after{font-family:FontAwesomeSATT;content:"\e801";margin-left:0.5em;line-height:0.9em;font-size:0.9em}.wcsatt-add-cart-to-subscription-options .subscription-status{display:none}.wcsatt-add-cart-to-subscription-options .subscription-actions{min-width:180px}form.wcsatt-add-cart-to-subscription-form{margin:0 !important}.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive thead,.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive thead{display:none}.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td,.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td{display:block;text-align:right !important;clear:both}.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td:not(.order-actions):before,.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td:not(.order-actions):before{display:table}.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td:not(.order-actions):before,.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td:not(.order-actions):before{content:attr(data-title) ": ";font-weight:700;float:left}
.fs-free-shipping-notice-and-button-wrapper{align-content:start;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.fs-free-shipping-notice-continue-shopping-button-wrapper,.fs-free-shipping-notice-text-and-progress-bar-wrapper{flex:0 1 auto;margin:0 .5em}.fs-free-shipping-notice-progress-bar-wrapper{align-items:center;display:flex;flex-direction:row}.fs-free-shipping-notice-progress-bar{border:1px solid #fff;border-radius:10px;height:10px;margin-left:10px;margin-right:10px;position:relative;width:100%}.fs-free-shipping-notice-progress-bar>span{background-color:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block;height:100%;overflow:hidden;position:relative}.button.flexible-shipping-free-shipping-button{margin-left:0}
.table-view-desc {
    margin-bottom: 6px !important;
}
.order-quantity-based-wholesale-pricing-view.table-view {
    margin-top: 24px;
    margin-bottom: 24px;
}
.order-quantity-based-wholesale-pricing-view.table-view  thead,
.order-quantity-based-wholesale-pricing-view.table-view  thead tr,
.order-quantity-based-wholesale-pricing-view.table-view  thead tr th {
    background-color: #E8E8E8;
}
.order-quantity-based-wholesale-pricing-view.table-view  tbody,
.order-quantity-based-wholesale-pricing-view.table-view  tbody tr,
.order-quantity-based-wholesale-pricing-view.table-view  tbody tr th {
    background-color: #f6f6f6;
}
.order-quantity-based-wholesale-pricing-view.table-view th,
.order-quantity-based-wholesale-pricing-view.table-view td {
    border: 1px solid #fff;
    text-align: center !important;
    padding: 2px 26px !important;
    color: #444;
    font-size: 14px;
}

span.price {
    display: block;
    margin: 0 0 1.714285714rem;
}