/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Product Font and Size Alignment */
span.ast-woo-product-category {
    display: none !important;
}

h2.woocommerce-loop-product__title {
    font-size: 1.06rem !important;
    height: 2.5rem !important;
    min-height: 2.5rem !important;
    color: #000 !important;
}

span.price {
    color: #000 !important;
    font-size: .9rem !important;
}

/* End */


/* Changed Display CSS for Add to Cart Widget on Single Product*/
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    display: block !important;
}

@media (max-width:1040px) {
    h2.woocommerce-loop-product__title {
        height: 4.5rem !important;
        min-height: 4.5rem !important;
    }
}

@media (max-width:768px) {
    h2.woocommerce-loop-product__title {
        height: 2.5rem !important;
        min-height: 2.5rem !important;
    }
}

/* Nav menu Gradient Color */
.hidden-on-pageload img,
.elementor-element-f49ce88 {
    display: none;
}

h1,
.entry-content h1 {
    font-family: "Balboa Condensed", Raleway !important;
}

.slider {
    background: #000;
}

a.elementor-item.elementor-item-active.menu-link:before {
    background: transparent !important;
}

.nav-gradient {
    background: radial-gradient(circle, rgba(219, 182, 83, 1) 36%, rgba(131, 86, 29, 1) 100%) !important;
}


a.elementor-item.elementor-item-active.menu-link:hover {
    background: #000;
    color: #fff;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    background-color: #202020 !important;
    color: white;
    padding: 2rem;
}

ul {
    color: #000;
}

ul {
    list-style: disc;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}


footer#colophon {
    display: none;
}

.woocommerce-message {
    display: none;
}

.elementor-element-0e52807 {
    background: #efefef;
}

/* star rating centered */
.wc_payment_method.payment_method_authnet {
    display: none;
}

.star-rating {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width:467px) {
    .elementor-location-footer a {
        padding: 10px 0;
    }

    #ast-scroll-top {
        line-height: 2.5 !important;
    }
}

.avwp-av {
    padding: 4rem;
    border-radius: 7px
}

.avwp-av h2 {
    font-family: "Montserrat", sans-serif;
    color: #202020;
    font-size: 25px;
    text-transform: capitalize;
}

.avwp-av p {
    font-family: "Montserrat", sans-serif;
}

.astra-logo-svg {
    width: 220px !important;
}

div#comments {
    width: 100% !important;
}

.comment_container {
    width: 100% !important;
}

.comment_container {
    display: flex;
    flex-direction: column;
}

.comment-text {
    margin: 0 !important;
}

img.avatar.photo {
    display: block;
    position: relative !important;
}

span.onsale.circle {
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
}


/* -- Stock -- */
.product p.stock {
    clear: both;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-top: 0.85rem;
    border-top: 1px solid #e2e2e2;
    font-size: 14px;
    position: relative;
}

.product p.stock.out-of-stock {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.product p.stock.in-stock:before,
.product p.stock.out-of-stock:before {
    position: relative;
    margin-right: 0.5rem;
    display: inline-flex;
    width: 16px;
    height: 16px;
    content: "";
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.product p.stock.in-stock:before {
    top: 3px;
    background: #0f834d;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
}

.product p.stock.out-of-stock:before {
    top: 3px;
    background: #a61e00;
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 18L18 6M6 6L18 18' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.stock:empty:before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #a61e00;
}

.product .woocommerce-variation-availability p.stock {
    margin-top: 0;
    padding-bottom: 0.85rem;
}

.woocommerce-js div.product p.ast-stock-detail .ast-stock-avail {
    display: none !important;
}

/*Login Page*/
.woocommerce form .password-input {
    position: relative;
}

.woocommerce-page form .show-password-input {
    position: absolute;
    right: 1em;
    top: -3px;
    cursor: pointer;
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce-page form .show-password-input:after {
    content: '';
    display: block;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178z' /%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z' /%3E%3C/svg%3E");
    mask-position: 50%;
    mask-repeat: no-repeat;
    mask-size: 1em;
    min-height: 1.2em;
    min-width: 1.2em;
    top: 0;
    z-index: 1;
    background: #999;
}


#billing_birth_date {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.subscription_details a.woocommerce-button.button br {
    display: none;
}

.subscription_details a.woocommerce-button.button {
    margin-bottom: 20px;
    line-height: normal;
}

.elementor-kit-15 {
    overflow-x: hidden !important;
}

section.elementor-section.popup {
    display: none !important;
}

body.disable-survey .elementor-location-popup,
body.disable-survey .your-popup-selector {
    display: none !important;
}

/* Varation CSS */

.woocommerce div.product .product-variation form.cart .variations td.value {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0;
}

.woocommerce div.product .product-variation form.cart .variations td.value span {
    width: 100%;
    flex: 0 0 31.3333%;
}

.woocommerce div.product .product-variation form.cart .variations td.value input[type="radio"] {
    appearance: none;
    display: none;
}

.woocommerce div.product .product-variation form.cart .variations td.value label {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    transition: linear 0.3s;
    padding: 0.3em 0.6em;
    border: 1px solid #A8A8A8;
    cursor: pointer;
    background-color: transparent;
    color: #000 !important;
    font-weight: 400;
    font-family: "DIN 2014", Raleway !important;
    text-transform: capitalize;
    border-radius: 5px !important;
}

.woocommerce div.product .product-variation form.cart .variations td.value input[type="radio"]:checked+label {
    color: #fff !important;
    transition: 0.3s;
    background-color: #641880;
    font-weight: 400;
    font-family: "DIN 2014", Raleway;
    text-transform: capitalize;
    border-radius: 5px !important;
}

a.reset_variations {
    display: none !important;
}

/*New*/
.woocommerce div.product .product-variation form.cart .variations {
    margin-bottom: 20px !important;
}

.woocommerce div.product .product-variation form.cart .button.single_add_to_cart_button {
    padding: 15px 90px;
    margin-top: 0px !important;
    margin-left: 0 !important;
    width: 100%;
}

.woocommerce div.product .product-variation form.cart .variations select {
    max-width: 100%;
    min-width: unset;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 8px 0;
    background: #641880;
    color: #fff;
    width: 100% !important;
    font-family: "DIN 2014", Raleway !important;
    border: 0;
    box-shadow: 0 0 3px gray;
}

.woocommerce div.product .wcsatt-options-prompt-text {
    display: none;
}

.product-variation .quantity,
.product-variation button.plus,
.product-variation button.minus {
    display: none !important;
}

.woocommerce div.product .product-variation form.cart .variations th {
    margin-bottom: 0 !important;
}

.woocommerce div.product .product-variation form.cart .variations th.label label {
    color: #000 !important;

}

.product-variation span.wcsatt-options-product-dropdown-label {
    display: none;
}

.product-variation ul.wcsatt-options-product,
.wcsatt-options-product-dropdown {
    margin: 0 0 1em 0;
}

.product-variation select.wcsatt-options-product-dropdown {
    width: 100%;
    margin-bottom: 40px;
}

.wcsatt-options-wrapper-radio.closed {
    margin-bottom: 2em;
}

span.wc-points-rewards-product-message {
    display: none;
}

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

.product-variation a.added_to_cart {
    display: none !important;
}

.wcsatt-options-wrapper.wcsatt-options-wrapper-grouped.wcsatt-options-wrapper-radio {
    margin-top: -28px;
}

.product-variation span.price.subscription-price {
    position: unset;
    font-family: 'din-2014';
    font-size: 18px !important;
}

/*.product-variation span.price.subscription-price del {*/
/*    display: none !important;*/
/*}*/

.product-variation span.price.subscription-price {
    height: 25px;
}

.product-variation option[value="1_day"] {
    display: none;
}


/* NEW 2024 */
.woocommerce div.product .product-variation form.cart .variations {
    border-bottom: none !important;
}

.product-variation .reset_variations {
    display: none !important;
}

.product-variation span.price {
    font-size: 32px !important;
    font-family: "DIN 2014", Raleway;
}

.product.has-subscription-plans .product-variation span.price {
    display: none !important;
}

.product-variation .ast-stock-detail {
    font-family: "DIN 2014", Raleway;
}

.product-variation .label {
    font-size: 20px;
    font-weight: 400;
    font-family: "DIN 2014", Raleway;
}

.product-variation .price {
    position: absolute;
    top: -50px;
}

.product-variation .wc-points-rewards-product-message {
    position: absolute;
    top: -40px;
    left: 95px;
    font-size: 14px;
}

.product-variation .wc-points-rewards-product-message::before {
    content: "- ";
}

.points.hide-on-price-available {
    display: none;
}

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

/*Sub box*/
.wcsatt-options-wrapper-radio {
    background: #fff;
    margin: 0 0 30px 0 !important;
    border-radius: 10px;
    border: 1px solid #A8A8A8;
}


ul.wcsatt-options-prompt-radios li {
    -webkit-tap-highlight-color: transparent;
    border: none !important;
    width: 100%;
    font-family: "DIN 2014", Raleway !important;
    /*background: transparent;*/
    /*transition: linear 0.3s;*/
}

ul.wcsatt-options-prompt-radios li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*One time selected */
.wcsatt-options-wrapper-radio.closed ul.wcsatt-options-prompt-radios li:nth-child(1) {
    background: #641880 !important;
}

.wcsatt-options-wrapper-radio.closed ul.wcsatt-options-prompt-radios li:nth-child(1) .wcsatt-options-prompt-action,
.wcsatt-options-wrapper-radio.closed ul.wcsatt-options-prompt-radios li:nth-child(1) .current-price-wrapper {
    color: #fff !important;
}

.wcsatt-options-wrapper-radio.closed ul.wcsatt-options-prompt-radios li:nth-child(2) .wcsatt-options-prompt-action,
.wcsatt-options-wrapper-radio.closed ul.wcsatt-options-prompt-radios li:nth-child(2) .current-price-wrapper {
    color: #000 !important;
}

/*Sub & Save selected */
.wcsatt-options-wrapper-radio.open ul.wcsatt-options-prompt-radios li:nth-child(2),
.wcsatt-options-wrapper-radio.open .wcsatt-options-product-wrapper {
    background: #641880 !important;
}

.wcsatt-options-wrapper-radio.open ul.wcsatt-options-prompt-radios li:nth-child(2) .wcsatt-options-prompt-action,
.wcsatt-options-wrapper-radio.open ul.wcsatt-options-prompt-radios li:nth-child(2) .current-price-wrapper {
    color: #fff !important;
}

.wcsatt-options-wrapper-radio.open ul.wcsatt-options-prompt-radios li:nth-child(1) .wcsatt-options-prompt-action,
.wcsatt-options-wrapper-radio.open ul.wcsatt-options-prompt-radios li:nth-child(1) .current-price-wrapper {
    color: #000 !important;
}

ul.wcsatt-options-prompt-radios li label {
    border: none !important;
    display: flex;
    align-items: center;
    padding: 18px;
}

ul.wcsatt-options-prompt-radios li label:hover {
    cursor: pointer;
}


ul.wcsatt-options-prompt-radios li label .wcsatt-options-prompt-action {
    font-size: 20px;
    margin-left: 20px;
    width: 100%;
}

ul.wcsatt-options-prompt-radios li label .wcsatt-options-prompt-action .current-price-wrapper {
    float: right;
    font-size: 22px;
}

ul.wcsatt-options-prompt-radios li label .wcsatt-options-prompt-action .current-price-wrapper del {
    font-weight: normal;
}

ul.wcsatt-options-prompt-radios li input {
    display: block;
    opacity: 1;
    visibility: visible;
}

.wcsatt-options-product-prompt-radio {
    margin: 0 !important;
}

/* Dropdown options wrapper*/
.wcsatt-options-wrapper-radio .wcsatt-options-product-wrapper {
    padding: 0px 16px 8px 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*background: transparent;*/
    /*transition: linear 0.3s;*/
    display: block !important;
}

.wcsatt-options-wrapper-radio .wcsatt-options-product-wrapper select {
    font-family: "DIN 2014", Raleway !important;
    color: #000;
    margin-bottom: 18px;
    font-size: 16px;
}

.wcsatt-options-wrapper-radio .wcsatt-options-product-wrapper:hover {
    cursor: pointer;
}

.wcsatt-options-wrapper input.wcsatt-options-prompt-action-input {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
}

.wcsatt-options-wrapper input.wcsatt-options-prompt-action-input {
    border: 1px solid #000;
}

.wcsatt-options-wrapper input.wcsatt-options-prompt-action-input:checked {
    background: #fff;
    padding: 2px;
    background-clip: content-box;
    border: 1px solid #fff;
}


@media screen and (max-width: 767px) {

    ul.wcsatt-options-prompt-radios li label .wcsatt-options-prompt-action {
        font-size: 20px;
    }

    ul.wcsatt-options-prompt-radios li label .wcsatt-options-prompt-action .current-price-wrapper {
        font-size: 20px;
    }

    .product-variation .price {
        top: -40px;
        margin: 0 auto !important;
        text-align: center;
        left: 0;
        right: 0;
    }

    .wcsatt-options-wrapper-radio .wcsatt-options-product-wrapper select {
        padding: 0.6em;
    }

    
    .wcsatt-options-wrapper-radio ul.wcsatt-options-prompt-radios li:nth-child(1) .wcsatt-options-prompt-action
    {
        width: 70%;
    }

    .wcsatt-options-wrapper-radio .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text .sezzle-logo {
        width: 60px !important;
    }

    .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text .sezzle-payment-amount {
        font-size: 1em;
    }
}


.woocommerce div.product .product-variation form.cart .variations th.label,
.woocommerce div.product .product-variation form.cart .variations td.value select {
    display: none;
}

.exhale-variation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.wcsatt-options-wrapper-radio.open ul.wcsatt-options-prompt-radios li:nth-child(2) .exhale-subscription-price {
    color: #fff !important;
    font-size: 22px;
}

.wcsatt-options-wrapper-radio ul.wcsatt-options-prompt-radios li:nth-child(2) .exhale-subscription-price {
    font-size: 22px;
}

.exhale-one-time-price {
    position: relative;
    width: 100%;
}

.exhale-one-time-price span.price * {
    font-size: 22px;
    font-weight: 400;
}

.single-product div.product .single_variation .wcsatt-options-prompt-label .exhale-one-time-price .price {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    top: auto;
    height: auto;
    position: relative !important;
}

.exhale-one-time-price del,
.exhale-one-time-price ins {
    display: inline;
    margin: 0;
    font-size: inherit;
}

.wcsatt-options-wrapper-radio.closed ul.wcsatt-options-prompt-radios li:nth-child(1) .exhale-one-time-price .price {
    color: #fff !important;
    font-size: 22px;
}

.exhale-breadcrumb * {
    font-family: "DIN 2014";
    font-size: 16px;
    font-weight: 400;
    color: #a5a5a5 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.wcsatt-options-wrapper-radio .sezzle-shopify-info-button {
    float: right;
}

.wcsatt-options-wrapper-radio.closed  .sezzle-shopify-info-button {
    color: #fff;
}

.wcsatt-options-wrapper-radio.closed  .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text .sezzle-logo {
        filter: brightness(0) invert(1);
}

.woocommerce-variation-price .sezzle-shopify-info-button, .woocommerce ul.products li.product .sezzle-shopify-info-button {
    display: none;
}

.woocommerce-variation-price .wcsatt-options-wrapper-radio  .sezzle-shopify-info-button{
    display: block;
}

.exhale-one-time-price .sezzle-shopify-info-button {
    width: 100%;
    display: flex !important;
    justify-content: flex-end !important; /* Push content to right */
    margin-top: 4px;
    text-align: right;
}

/* Reset float and alignment inside the Sezzle widget */
.exhale-one-time-price .sezzle-checkout-button-wrapper,
.exhale-one-time-price .sezzle-button-text {
    float: none !important;
    display: inline-block !important;
    text-align: right !important;
}

.sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text .sezzle-payment-amount {
    font-weight: 400 !important;
}