﻿:root {
    --ast-post-nav-space: 0;
    --ast-container-default-xlg-padding: 6.67em;
    --ast-container-default-lg-padding: 5.67em;
    --ast-container-default-slg-padding: 4.34em;
    --ast-container-default-md-padding: 3.34em;
    --ast-container-default-sm-padding: 6.67em;
    --ast-container-default-xs-padding: 2.4em;
    --ast-container-default-xxs-padding: 1.4em;
    --ast-code-block-background: #EEEEEE;
    --ast-comment-inputs-background: #FAFAFA;
    --ast-normal-container-width: 1400px;
    --ast-narrow-container-width: 750px;
    --ast-blog-title-font-weight: normal;
    --ast-blog-meta-weight: inherit;
    --ast-global-color-primary: var(--ast-global-color-5);
    --ast-global-color-secondary: var(--ast-global-color-4);
    --ast-global-color-alternate-background: var(--ast-global-color-7);
    --ast-global-color-subtle-background: var(--ast-global-color-6);
}

html {
    font-size: 100%;
}

a,
.page-title {
    color: var(--ast-global-color-1);
}

    a:hover,
    a:focus {
        color: var(--ast-global-color-0);
    }

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: var(--ast-body-line-height, 1.65em);
}

blockquote {
    color: var(--ast-global-color-3);
}

p,
.entry-content p {
    margin-bottom: 1em;
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6,
.site-title,
.site-title a {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    text-transform: capitalize;
}

.site-title {
    font-size: 35px;
    font-size: 2.1875rem;
    display: none;
}

header .custom-logo-link img {
    max-width: 160px;
    width: 160px;
}

.astra-logo-svg {
    width: 160px;
}

.site-header .site-description {
    font-size: 15px;
    font-size: 0.9375rem;
    display: none;
}

.entry-title {
    font-size: 26px;
    font-size: 1.625rem;
}

.archive .ast-article-post .ast-article-inner,
.blog .ast-article-post .ast-article-inner,
.archive .ast-article-post .ast-article-inner:hover,
.blog .ast-article-post .ast-article-inner:hover {
    overflow: hidden;
}

h1,
.entry-content h1 {
    font-size: 54px;
    font-size: 3.375rem;
    font-weight: 600;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.4em;
    text-transform: capitalize;
}

h2,
.entry-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.3em;
    text-transform: capitalize;
}

h3,
.entry-content h3 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.3em;
    text-transform: capitalize;
}

h4,
.entry-content h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: 600;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-transform: capitalize;
}

h5,
.entry-content h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-transform: capitalize;
}

h6,
.entry-content h6 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.25em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-transform: capitalize;
}

::selection {
    background-color: #555454;
    color: #ffffff;
}

body,
h1,
.entry-title a,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
    color: var(--ast-global-color-3);
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.current-item {
    color: #ffffff;
    border-color: var(--ast-global-color-1);
    background-color: var(--ast-global-color-1);
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: var(--ast-global-color-1);
}

input[type="radio"]:checked,
input[type=reset],
input[type="checkbox"]:checked,
input[type="checkbox"]:hover:checked,
input[type="checkbox"]:focus:checked,
input[type=range]::-webkit-slider-thumb {
    border-color: var(--ast-global-color-1);
    background-color: var(--ast-global-color-1);
    box-shadow: none;
}

.site-footer a:hover + .post-count,
.site-footer a:focus + .post-count {
    background: var(--ast-global-color-1);
    border-color: var(--ast-global-color-1);
}

.single .nav-links .nav-previous,
.single .nav-links .nav-next {
    color: var(--ast-global-color-1);
}

.entry-meta,
.entry-meta * {
    line-height: 1.45;
    color: var(--ast-global-color-1);
}

    .entry-meta a:not(.ast-button):hover,
    .entry-meta a:not(.ast-button):hover *,
    .entry-meta a:not(.ast-button):focus,
    .entry-meta a:not(.ast-button):focus *,
    .page-links > .page-link,
    .page-links .page-link:hover,
    .post-navigation a:hover {
        color: var(--ast-global-color-0);
    }

#cat option,
.secondary .calendar_wrap thead a,
.secondary .calendar_wrap thead a:visited {
    color: var(--ast-global-color-1);
}

.secondary .calendar_wrap #today,
.ast-progress-val span {
    background: var(--ast-global-color-1);
}

.secondary a:hover + .post-count,
.secondary a:focus + .post-count {
    background: var(--ast-global-color-1);
    border-color: var(--ast-global-color-1);
}

.calendar_wrap #today > a {
    color: #ffffff;
}

.page-links .page-link,
.single .post-navigation a {
    color: var(--ast-global-color-1);
}

.ast-search-menu-icon .search-form button.search-submit {
    padding: 0 4px;
}

.ast-search-menu-icon form.search-form {
    padding-right: 0;
}

.ast-search-menu-icon.slide-search input.search-field {
    width: 0;
}

.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,
.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus {
    transition: all 0.2s;
}

.search-form input.search-field:focus {
    outline: none;
}

.wp-block-latest-posts > li > a {
    color: var(--ast-global-color-2);
}

.widget-title,
.widget .wp-block-heading {
    font-size: 22px;
    font-size: 1.375rem;
    color: var(--ast-global-color-3);
}

.single .ast-author-details .author-title {
    color: var(--ast-global-color-0);
}

.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,
.astra-search-icon:focus-visible,
#close:focus-visible,
a:focus-visible,
.ast-menu-toggle:focus-visible,
.site .skip-link:focus-visible,
.wp-block-loginout input:focus-visible,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.ast-header-navigation-arrow:focus-visible,
.woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible,
.woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,
.ast-orders-table__row .ast-orders-table__cell:focus-visible,
.woocommerce .woocommerce-order-details .order-again > .button:focus-visible,
.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,
.woocommerce #minus_qty:focus-visible,
.woocommerce #plus_qty:focus-visible,
a#ast-apply-coupon:focus-visible,
.woocommerce .woocommerce-info a:focus-visible,
.woocommerce .astra-shop-summary-wrap a:focus-visible,
.woocommerce a.wc-forward:focus-visible,
#ast-apply-coupon:focus-visible,
.woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible,
#close:focus-visible,
.button.search-submit:focus-visible,
#search_submit:focus,
.normal-search:focus-visible,
.ast-header-account-wrap:focus-visible,
.woocommerce .ast-on-card-button.ast-quick-view-trigger:focus {
    outline-style: dotted;
    outline-color: inherit;
    outline-width: thin;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
.woocommerce-ordering select.orderby:focus,
#ast-scroll-top:focus,
#coupon_code:focus,
.woocommerce-page #comment:focus,
.woocommerce #reviews #respond input#submit:focus,
.woocommerce a.add_to_cart_button:focus,
.woocommerce .button.single_add_to_cart_button:focus,
.woocommerce .woocommerce-cart-form button:focus,
.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,
.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,
.woocommerce #order_comments:focus,
.woocommerce #place_order:focus,
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,
.woocommerce .woocommerce-MyAccount-content form button:focus,
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,
.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,
body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,
#ast-coupon-code:focus,
.woocommerce.woocommerce-js .quantity input[type=number]:focus,
.woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,
.woocommerce p#ast-coupon-trigger:focus {
    border-style: dotted;
    border-color: inherit;
    border-width: thin;
}

input {
    outline: none;
}

    .woocommerce-js input[type=text]:focus,
    .woocommerce-js input[type=email]:focus,
    .woocommerce-js textarea:focus,
    input[type=number]:focus,
    .comments-area textarea#comment:focus,
    .comments-area textarea#comment:active,
    .comments-area .ast-comment-formwrap input[type="text"]:focus,
    .comments-area .ast-comment-formwrap input[type="text"]:active {
        outline-style: unset;
        outline-color: inherit;
        outline-width: thin;
    }

.ast-logo-title-inline .site-logo-img {
    padding-right: 1em;
}

.site-logo-img img {
    transition: all 0.2s linear;
}

body .ast-oembed-container * {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

body .wp-block-embed-pocket-casts .ast-oembed-container * {
    position: unset;
}

.ast-single-post-featured-section + article {
    margin-top: 2em;
}

.site-content .ast-single-post-featured-section img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.site > .ast-single-related-posts-container {
    margin-top: 0;
}

@media (min-width: 922px) {
    .ast-desktop .ast-container--narrow {
        max-width: var(--ast-narrow-container-width);
        margin: 0 auto;
    }
}

.ast-page-builder-template .hentry {
    margin: 0;
}

.ast-page-builder-template .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}

.ast-page-builder-template .site .site-content #primary {
    padding: 0;
    margin: 0;
}

.ast-page-builder-template .no-results {
    text-align: center;
    margin: 4em auto;
}

.ast-page-builder-template .ast-pagination {
    padding: 2em;
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
    margin-top: 0;
}

.ast-page-builder-template .entry-header.ast-header-without-markup {
    margin-top: 0;
    margin-bottom: 0;
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
    margin-bottom: 0;
}

.ast-page-builder-template.single .post-navigation {
    padding-bottom: 2em;
}

.ast-page-builder-template.single-post .site-content > .ast-container {
    max-width: 100%;
}

.ast-page-builder-template .entry-header {
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.single.ast-page-builder-template .entry-header {
    padding-left: 20px;
    padding-right: 20px;
}

.ast-page-builder-template .ast-archive-description {
    margin: 4em auto 0;
    padding-left: 20px;
    padding-right: 20px;
}

.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:921.9px) {
    #ast-desktop-header {
        display: none;
    }
}

@media (min-width:922px) {
    #ast-mobile-header {
        display: none;
    }
}

.wp-block-buttons.aligncenter {
    justify-content: center;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,
.ast-outline-button,
.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button {
    border-color: var(--ast-global-color-0);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .wp-block-button.is-style-outline .wp-block-button__link:hover,
    .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,
    .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
    .wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,
    .ast-outline-button:hover,
    .ast-outline-button:focus,
    .wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,
    .wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus {
        background-color: var(--ast-global-color-1);
        border-color: var(--ast-global-color-1);
    }

.wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link.wp-element-button:not(.has-background),
.ast-outline-button {
    background-color: var(--ast-global-color-0);
}

.entry-content[data-ast-blocks-layout] > figure {
    margin-bottom: 1em;
}

.review-rating {
    display: flex;
    align-items: center;
    order: 2;
}

@media (max-width:921px) {

    .ast-separate-container #primary,
    .ast-separate-container #secondary {
        padding: 1.5em 0;
    }

    #primary,
    #secondary {
        padding: 1.5em 0;
        margin: 0;
    }

    .ast-left-sidebar #content > .ast-container {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .ast-separate-container .ast-article-post,
    .ast-separate-container .ast-article-single {
        padding: 1.5em 2.14em;
    }

    .ast-author-box img.avatar {
        margin: 20px 0 0 0;
    }
}

@media (min-width:922px) {

    .ast-separate-container.ast-right-sidebar #primary,
    .ast-separate-container.ast-left-sidebar #primary {
        border: 0;
    }

    .search-no-results.ast-separate-container #primary {
        margin-bottom: 4em;
    }
}

.elementor-button-wrapper .elementor-button {
    border-style: solid;
    text-decoration: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
}

body .elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-xs,
body .elementor-button.elementor-size-md,
body .elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-xl,
body .elementor-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 14px;
    padding-right: 32px;
    padding-bottom: 14px;
    padding-left: 32px;
}

.elementor-button-wrapper .elementor-button {
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
}

    .elementor-button-wrapper .elementor-button:hover,
    .elementor-button-wrapper .elementor-button:focus {
        color: var(--ast-global-color-4);
        background-color: var(--ast-global-color-1);
        border-color: var(--ast-global-color-1);
    }

    .wp-block-button .wp-block-button__link,
    .elementor-button-wrapper .elementor-button,
    .elementor-button-wrapper .elementor-button:visited {
        color: var(--ast-global-color-4);
    }

.elementor-button-wrapper .elementor-button {
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: .5px;
}

body .elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-xs,
body .elementor-button.elementor-size-md,
body .elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-xl,
body .elementor-button {
    font-size: 16px;
    font-size: 1rem;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
    color: var(--ast-global-color-4);
    background-color: var(--ast-global-color-1);
    border-color: var(--ast-global-color-1);
}

.elementor-widget-heading h1.elementor-heading-title {
    line-height: 1.4em;
}

.elementor-widget-heading h2.elementor-heading-title {
    line-height: 1.3em;
}

.elementor-widget-heading h3.elementor-heading-title {
    line-height: 1.3em;
}

.elementor-widget-heading h4.elementor-heading-title {
    line-height: 1.2em;
}

.elementor-widget-heading h5.elementor-heading-title {
    line-height: 1.2em;
}

.elementor-widget-heading h6.elementor-heading-title {
    line-height: 1.25em;
}

.wp-block-button .wp-block-button__link,
.wp-block-search .wp-block-search__button,
body .wp-block-file .wp-block-file__button {
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    color: var(--ast-global-color-4);
    font-family: inherit;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: .5px;
    font-size: 16px;
    font-size: 1rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 14px;
    padding-right: 32px;
    padding-bottom: 14px;
    padding-left: 32px;
}

.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body .wp-block-file .wp-block-file__button,
.woocommerce-js a.button,
.woocommerce button.button,
.woocommerce .woocommerce-message a.button,
.woocommerce #respond input#submit.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit,
.woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__product-onsale,
[CLASS*="wc-block"] button,
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed,
[CLASS*="wc-block"] .wc-block-components-button {
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    color: var(--ast-global-color-4);
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    padding-top: 14px;
    padding-right: 32px;
    padding-bottom: 14px;
    padding-left: 32px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: .5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    button:focus,
    .menu-toggle:hover,
    button:hover,
    .ast-button:hover,
    .ast-custom-button:hover .button:hover,
    .ast-custom-button:hover,
    input[type=reset]:hover,
    input[type=reset]:focus,
    input#submit:hover,
    input#submit:focus,
    input[type="button"]:hover,
    input[type="button"]:focus,
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
    form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
    body .wp-block-file .wp-block-file__button:hover,
    body .wp-block-file .wp-block-file__button:focus,
    .woocommerce-js a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce .woocommerce-message a.button:hover,
    .woocommerce #respond input#submit:hover,
    .woocommerce #respond input#submit.alt:hover,
    .woocommerce input.button.alt:hover,
    .woocommerce input.button:hover,
    .woocommerce button.button.alt.disabled:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
    [CLASS*="wc-block"] button:hover,
    .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping):hover,
    .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout:hover,
    .woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover,
    [CLASS*="wc-block"] .wc-block-components-button:hover,
    [CLASS*="wc-block"] .wc-block-components-button:focus {
        color: var(--ast-global-color-4);
        background-color: var(--ast-global-color-1);
        border-color: var(--ast-global-color-1);
    }

@media (max-width:921px) {
    .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
        display: inline-block;
    }

    .ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
        margin: 0;
    }

    .ast-comment-avatar-wrap img {
        max-width: 2.5em;
    }

    .ast-comment-meta {
        padding: 0 1.8888em 1.3333em;
    }

    .ast-separate-container .ast-comment-list li.depth-1 {
        padding: 1.5em 2.14em;
    }

    .ast-separate-container .comment-respond {
        padding: 2em 2.14em;
    }
}

@media (min-width:544px) {
    .ast-container {
        max-width: 100%;
    }
}

@media (max-width:544px) {

    .ast-separate-container .ast-article-post,
    .ast-separate-container .ast-article-single,
    .ast-separate-container .comments-title,
    .ast-separate-container .ast-archive-description {
        padding: 1.5em 1em;
    }

    .ast-separate-container #content .ast-container {
        padding-left: 0.54em;
        padding-right: 0.54em;
    }

    .ast-separate-container .ast-comment-list .bypostauthor {
        padding: .5em;
    }

    .ast-search-menu-icon.ast-dropdown-active .search-field {
        width: 170px;
    }
}

#ast-mobile-header .ast-site-header-cart-li a {
    pointer-events: none;
}

body,
.ast-separate-container {
    background-color: #f7f7f7;
    background-image: none;
}

@media (max-width:921px) {
    .widget-title {
        font-size: 22px;
        font-size: 1.375rem;
    }

    body,
    button,
    input,
    select,
    textarea,
    .ast-button,
    .ast-custom-button {
        font-size: 16px;
        font-size: 1rem;
    }

    #secondary,
    #secondary button,
    #secondary input,
    #secondary select,
    #secondary textarea {
        font-size: 16px;
        font-size: 1rem;
    }

    .site-title {
        display: none;
    }

    .site-header .site-description {
        display: none;
    }

    h1,
    .entry-content h1 {
        font-size: 45px;
    }

    h2,
    .entry-content h2 {
        font-size: 32px;
    }

    h3,
    .entry-content h3 {
        font-size: 28px;
    }

    h4,
    .entry-content h4 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    h5,
    .entry-content h5 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h6,
    .entry-content h6 {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .astra-logo-svg {
        width: 104px;
    }

    header .custom-logo-link img,
    .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
        max-width: 104px;
        width: 104px;
    }
}

@media (max-width:544px) {
    .widget-title {
        font-size: 22px;
        font-size: 1.375rem;
    }

    body,
    button,
    input,
    select,
    textarea,
    .ast-button,
    .ast-custom-button {
        font-size: 16px;
        font-size: 1rem;
    }

    #secondary,
    #secondary button,
    #secondary input,
    #secondary select,
    #secondary textarea {
        font-size: 16px;
        font-size: 1rem;
    }

    .site-title {
        display: none;
    }

    .site-header .site-description {
        display: none;
    }

    h1,
    .entry-content h1 {
        font-size: 32px;
    }

    h2,
    .entry-content h2 {
        font-size: 28px;
    }

    h3,
    .entry-content h3 {
        font-size: 22px;
    }

    h4,
    .entry-content h4 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    h5,
    .entry-content h5 {
        font-size: 17px;
        font-size: 1.0625rem;
    }

    h6,
    .entry-content h6 {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    header .custom-logo-link img,
    .ast-header-break-point .site-branding img,
    .ast-header-break-point .custom-logo-link img {
        max-width: 104px;
        width: 104px;
    }

    .astra-logo-svg {
        width: 104px;
    }

    .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
        max-width: 104px;
    }
}

@media (max-width:544px) {
    html {
        font-size: 100%;
    }
}

@media (min-width:922px) {
    .ast-container {
        max-width: 1440px;
    }
}

@media (min-width:922px) {
    .site-content .ast-container {
        display: flex;
    }
}

@media (max-width:921px) {
    .site-content .ast-container {
        flex-direction: column;
    }
}

@media (min-width:922px) {

    .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,
    .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu {
        margin-left: -0px;
    }
}

.ast-theme-transparent-header .ast-header-search .astra-search-icon,
.ast-theme-transparent-header .ast-header-search .search-field::placeholder,
.ast-theme-transparent-header .ast-header-search .ast-icon {
    color: var(--ast-global-color-5);
}

.ast-theme-transparent-header .ast-header-social-wrap .ast-social-color-type-custom .ast-builder-social-element svg {
    fill: var(--ast-global-color-5);
}

.ast-theme-transparent-header .ast-header-social-wrap .ast-social-color-type-custom .ast-builder-social-element .social-item-label {
    color: var(--ast-global-color-5);
}

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill,
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    border: none;
}

.site .comments-area {
    padding-bottom: 3em;
}

.footer-widget-area[data-section^="section-fb-html-"] .ast-builder-html-element {
    text-align: center;
}

.wp-block-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp-block-pullquote {
    border: none;
}

    .wp-block-pullquote blockquote::before {
        content: "\201D";
        font-family: "Helvetica", sans-serif;
        display: flex;
        transform: rotate(180deg);
        font-size: 6rem;
        font-style: normal;
        line-height: 1;
        font-weight: bold;
        align-items: center;
        justify-content: center;
    }

.has-text-align-right > blockquote::before {
    justify-content: flex-start;
}

.has-text-align-left > blockquote::before {
    justify-content: flex-end;
}

figure.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    text-align: inherit;
}

:root {
    --wp--custom--ast-default-block-top-padding: 3em;
    --wp--custom--ast-default-block-right-padding: 3em;
    --wp--custom--ast-default-block-bottom-padding: 3em;
    --wp--custom--ast-default-block-left-padding: 3em;
    --wp--custom--ast-container-width: 1400px;
    --wp--custom--ast-content-width-size: 1400px;
    --wp--custom--ast-wide-width-size: calc(1400px + var(--wp--custom--ast-default-block-left-padding) + var(--wp--custom--ast-default-block-right-padding));
}

.ast-narrow-container {
    --wp--custom--ast-content-width-size: 750px;
    --wp--custom--ast-wide-width-size: 750px;
}

@media(max-width: 921px) {
    :root {
        --wp--custom--ast-default-block-top-padding: 3em;
        --wp--custom--ast-default-block-right-padding: 2em;
        --wp--custom--ast-default-block-bottom-padding: 3em;
        --wp--custom--ast-default-block-left-padding: 2em;
    }
}

@media(max-width: 544px) {
    :root {
        --wp--custom--ast-default-block-top-padding: 3em;
        --wp--custom--ast-default-block-right-padding: 1.5em;
        --wp--custom--ast-default-block-bottom-padding: 3em;
        --wp--custom--ast-default-block-left-padding: 1.5em;
    }
}

.entry-content > .wp-block-group,
.entry-content > .wp-block-cover,
.entry-content > .wp-block-columns {
    padding-top: var(--wp--custom--ast-default-block-top-padding);
    padding-right: var(--wp--custom--ast-default-block-right-padding);
    padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);
    padding-left: var(--wp--custom--ast-default-block-left-padding);
}

.ast-plain-container.ast-no-sidebar .entry-content > .alignfull,
.ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
}

.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignwide,
.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignwide,
.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignwide {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

[data-ast-blocks-layout] .wp-block-separator:not(.is-style-dots) {
    height: 0;
}

[data-ast-blocks-layout] .wp-block-separator {
    margin: 20px auto;
}

    [data-ast-blocks-layout] .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
        max-width: 100px;
    }

    [data-ast-blocks-layout] .wp-block-separator.has-background {
        padding: 0;
    }

.entry-content[data-ast-blocks-layout] > * {
    max-width: var(--wp--custom--ast-content-width-size);
    margin-left: auto;
    margin-right: auto;
}

.entry-content[data-ast-blocks-layout] > .alignwide {
    max-width: var(--wp--custom--ast-wide-width-size);
}

.entry-content[data-ast-blocks-layout] .alignfull {
    max-width: none;
}

.entry-content .wp-block-columns {
    margin-bottom: 0;
}

blockquote {
    margin: 1.5em;
    border-color: rgba(0, 0, 0, 0.05);
}

.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
    border-left: 5px solid rgba(0, 0, 0, 0.05);
}

.has-text-align-right > blockquote,
blockquote.has-text-align-right {
    border-right: 5px solid rgba(0, 0, 0, 0.05);
}

.has-text-align-left > blockquote,
blockquote.has-text-align-left {
    border-left: 5px solid rgba(0, 0, 0, 0.05);
}

.wp-block-site-tagline,
.wp-block-latest-posts .read-more {
    margin-top: 15px;
}

.wp-block-loginout p label {
    display: block;
}

.wp-block-loginout p:not(.login-remember):not(.login-submit) input {
    width: 100%;
}

.wp-block-loginout input:focus {
    border-color: transparent;
}

.wp-block-loginout input:focus {
    outline: thin dotted;
}

.entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 8%;
}

.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 8% 0 0;
}

.entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 8%;
}

.entry-content .wp-block-cover:not([class*="background-color"]):not(.has-text-color.has-link-color) .wp-block-cover__inner-container,
.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
    color: var(--ast-global-color-primary, var(--ast-global-color-5));
}

.wp-block-loginout .login-remember input {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 5px 4px 0;
    vertical-align: middle;
}

.wp-block-latest-posts > li > *:first-child,
.wp-block-latest-posts:not(.is-grid) > li:first-child {
    margin-top: 0;
}

.entry-content > .wp-block-buttons,
.entry-content > .wp-block-uagb-buttons {
    margin-bottom: 1.5em;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 0 10px;
    color: var(--ast-global-color-3);
    background: var(--ast-global-color-primary, var(--ast-global-color-5));
    border-color: var(--ast-border-color);
}

.wp-block-latest-posts .read-more {
    margin-bottom: 1.5em;
}

.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-author {
    font-size: 1rem;
}

.wp-block-latest-posts > li > *,
.wp-block-latest-posts:not(.is-grid) > li {
    margin-top: 12px;
    margin-bottom: 12px;
}

.ast-page-builder-template .entry-content[data-ast-blocks-layout] > *,
.ast-page-builder-template .entry-content[data-ast-blocks-layout] > .alignfull:not(.wp-block-group):not(.uagb-is-root-container) > * {
    max-width: none;
}

.ast-page-builder-template .entry-content[data-ast-blocks-layout] > .alignwide:not(.uagb-is-root-container) > * {
    max-width: var(--wp--custom--ast-wide-width-size);
}

.ast-page-builder-template .entry-content[data-ast-blocks-layout] > .inherit-container-width > *,
.ast-page-builder-template .entry-content[data-ast-blocks-layout] > *:not(.wp-block-group):not(.uagb-is-root-container) > *,
.entry-content[data-ast-blocks-layout] > .wp-block-cover .wp-block-cover__inner-container {
    max-width: var(--wp--custom--ast-content-width-size);
    margin-left: auto;
    margin-right: auto;
}

.entry-content[data-ast-blocks-layout] .wp-block-cover:not(.alignleft):not(.alignright) {
    width: auto;
}

@media(max-width: 1200px) {

    .ast-separate-container .entry-content > .alignfull,
    .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide,
    .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide,
    .ast-plain-container .entry-content .alignfull {
        margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
        margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
    }
}

@media(min-width: 1201px) {
    .ast-separate-container .entry-content > .alignfull {
        margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
        margin-right: calc(-1 * var(--ast-container-default-xlg-padding));
    }

    .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide,
    .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide {
        margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding));
        margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding));
    }
}

@media(min-width: 921px) {

    .ast-separate-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)),
    .ast-plain-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)) {
        max-width: calc(var(--wp--custom--ast-content-width-size) + 80px);
    }

    .ast-plain-container.ast-right-sidebar .entry-content[data-ast-blocks-layout] .alignfull,
    .ast-plain-container.ast-left-sidebar .entry-content[data-ast-blocks-layout] .alignfull {
        margin-left: -60px;
        margin-right: -60px;
    }
}

@media(min-width: 544px) {
    .entry-content > .alignleft {
        margin-right: 20px;
    }

    .entry-content > .alignright {
        margin-left: 20px;
    }
}

@media (max-width:544px) {
    .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 20px;
    }

    .wp-block-latest-posts {
        margin: 0;
    }
}

@media(max-width: 600px) {

    .entry-content .wp-block-media-text .wp-block-media-text__content,
    .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding: 8% 0 0;
    }

    .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
        padding: 8%;
    }
}

.ast-page-builder-template .entry-header {
    padding-left: 0;
}

.ast-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

:root .has-ast-global-color-0-color {
    color: var(--ast-global-color-0);
}

:root .has-ast-global-color-0-background-color {
    background-color: var(--ast-global-color-0);
}

:root .wp-block-button .has-ast-global-color-0-color {
    color: var(--ast-global-color-0);
}

:root .wp-block-button .has-ast-global-color-0-background-color {
    background-color: var(--ast-global-color-0);
}

:root .has-ast-global-color-1-color {
    color: var(--ast-global-color-1);
}

:root .has-ast-global-color-1-background-color {
    background-color: var(--ast-global-color-1);
}

:root .wp-block-button .has-ast-global-color-1-color {
    color: var(--ast-global-color-1);
}

:root .wp-block-button .has-ast-global-color-1-background-color {
    background-color: var(--ast-global-color-1);
}

:root .has-ast-global-color-2-color {
    color: var(--ast-global-color-2);
}

:root .has-ast-global-color-2-background-color {
    background-color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-color {
    color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-background-color {
    background-color: var(--ast-global-color-2);
}

:root .has-ast-global-color-3-color {
    color: var(--ast-global-color-3);
}

:root .has-ast-global-color-3-background-color {
    background-color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-color {
    color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-background-color {
    background-color: var(--ast-global-color-3);
}

:root .has-ast-global-color-4-color {
    color: var(--ast-global-color-4);
}

:root .has-ast-global-color-4-background-color {
    background-color: var(--ast-global-color-4);
}

:root .wp-block-button .has-ast-global-color-4-color {
    color: var(--ast-global-color-4);
}

:root .wp-block-button .has-ast-global-color-4-background-color {
    background-color: var(--ast-global-color-4);
}

:root .has-ast-global-color-5-color {
    color: var(--ast-global-color-5);
}

:root .has-ast-global-color-5-background-color {
    background-color: var(--ast-global-color-5);
}

:root .wp-block-button .has-ast-global-color-5-color {
    color: var(--ast-global-color-5);
}

:root .wp-block-button .has-ast-global-color-5-background-color {
    background-color: var(--ast-global-color-5);
}

:root .has-ast-global-color-6-color {
    color: var(--ast-global-color-6);
}

:root .has-ast-global-color-6-background-color {
    background-color: var(--ast-global-color-6);
}

:root .wp-block-button .has-ast-global-color-6-color {
    color: var(--ast-global-color-6);
}

:root .wp-block-button .has-ast-global-color-6-background-color {
    background-color: var(--ast-global-color-6);
}

:root .has-ast-global-color-7-color {
    color: var(--ast-global-color-7);
}

:root .has-ast-global-color-7-background-color {
    background-color: var(--ast-global-color-7);
}

:root .wp-block-button .has-ast-global-color-7-color {
    color: var(--ast-global-color-7);
}

:root .wp-block-button .has-ast-global-color-7-background-color {
    background-color: var(--ast-global-color-7);
}

:root .has-ast-global-color-8-color {
    color: var(--ast-global-color-8);
}

:root .has-ast-global-color-8-background-color {
    background-color: var(--ast-global-color-8);
}

:root .wp-block-button .has-ast-global-color-8-color {
    color: var(--ast-global-color-8);
}

:root .wp-block-button .has-ast-global-color-8-background-color {
    background-color: var(--ast-global-color-8);
}

:root {
    --ast-global-color-0: #2bce80;
    --ast-global-color-1: #000422;
    --ast-global-color-2: #000422;
    --ast-global-color-3: #8e91aa;
    --ast-global-color-4: #f3f3f3;
    --ast-global-color-5: #ffffff;
    --ast-global-color-6: #000422;
    --ast-global-color-7: #000422;
    --ast-global-color-8: #BFD1FF;
}

:root {
    --ast-border-color: #dddddd;
}

.ast-single-entry-banner {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    background: #eeeeee;
}

    .ast-single-entry-banner[data-banner-layout="layout-1"] {
        max-width: 1400px;
        background: inherit;
        padding: 20px 0;
    }

    .ast-single-entry-banner[data-banner-width-type="custom"] {
        margin: 0 auto;
        width: 100%;
    }

    .ast-single-entry-banner + .site-content .entry-header {
        margin-bottom: 0;
    }

.site .ast-author-avatar {
    --ast-author-avatar-size:;
}

a.ast-underline-text {
    text-decoration: underline;
}

.ast-container > .ast-terms-link {
    position: relative;
    display: block;
}

a.ast-button.ast-badge-tax {
    padding: 4px 8px;
    border-radius: 3px;
    font-size: inherit;
}

header.entry-header > *:not(:last-child) {
    margin-bottom: 10px;
}

.ast-archive-entry-banner {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    background: #eeeeee;
}

    .ast-archive-entry-banner[data-banner-width-type="custom"] {
        margin: 0 auto;
        width: 100%;
    }

    .ast-archive-entry-banner[data-banner-layout="layout-1"] {
        background: inherit;
        padding: 20px 0;
        text-align: left;
    }

body.archive .ast-archive-description {
    max-width: 1400px;
    width: 100%;
    text-align: left;
    padding-top: 3em;
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
}

    body.archive .ast-archive-description .ast-archive-title,
    body.archive .ast-archive-description .ast-archive-title * {
        font-size: 40px;
        font-size: 2.5rem;
    }

    body.archive .ast-archive-description > *:not(:last-child) {
        margin-bottom: 10px;
    }

@media (max-width:921px) {
    body.archive .ast-archive-description {
        text-align: left;
    }
}

@media (max-width:544px) {
    body.archive .ast-archive-description {
        text-align: left;
    }
}

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
    width: 150px;
}

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
    max-width: 150px;
    width: 150px;
}

@media (max-width:921px) {
    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
        width: 120px;
    }

    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
        max-width: 120px;
        width: 120px;
    }
}

@media (max-width:543px) {
    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
        width: 100px;
    }

    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
        max-width: 100px;
        width: 100px;
    }
}

@media (min-width:921px) {
    .ast-theme-transparent-header #masthead {
        position: absolute;
        left: 0;
        right: 0;
    }

    .ast-theme-transparent-header .main-header-bar,
    .ast-theme-transparent-header.ast-header-break-point .main-header-bar {
        background: none;
    }

    body.elementor-editor-active.ast-theme-transparent-header #masthead,
    .fl-builder-edit .ast-theme-transparent-header #masthead,
    body.vc_editor.ast-theme-transparent-header #masthead,
    body.brz-ed.ast-theme-transparent-header #masthead {
        z-index: 0;
    }

    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link {
        display: none;
    }

    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
        display: inline-block;
    }

    .ast-theme-transparent-header .ast-above-header,
    .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
        background-image: none;
        background-color: transparent;
    }

    .ast-theme-transparent-header .ast-below-header,
    .ast-theme-transparent-header .ast-below-header.ast-below-header-bar {
        background-image: none;
        background-color: transparent;
    }
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item .menu-link,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item > .ast-menu-toggle,
.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link,
.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link {
    color: var(--ast-global-color-1);
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link:hover,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item:hover > .menu-link,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.focus > .menu-item,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item > .menu-link,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item > .ast-menu-toggle,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item:hover > .ast-menu-toggle,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.focus > .ast-menu-toggle,
.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-item:hover > .menu-link,
.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link {
    color: var(--ast-global-color-0);
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,
.ast-theme-transparent-header .ast-masthead-custom-menu-items,
.ast-theme-transparent-header .ast-masthead-custom-menu-items a,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,
.ast-theme-transparent-header .ast-above-header-navigation a,
.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation a,
.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation > ul.ast-above-header-menu > .menu-item-has-children:not(.current-menu-item) > .ast-menu-toggle,
.ast-theme-transparent-header .ast-below-header-menu,
.ast-theme-transparent-header .ast-below-header-menu a,
.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu a,
.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu,
.ast-theme-transparent-header .main-header-menu .menu-link {
    color: var(--ast-global-color-4);
}

    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle,
    .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link,
    .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link,
    .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle,
    .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle,
    .ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,
    .ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,
    .ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link {
        color: var(--ast-global-color-5);
    }

    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link,
    .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
        background-color: transparent;
    }

@media (max-width:921px) {
    .ast-theme-transparent-header #masthead {
        position: absolute;
        left: 0;
        right: 0;
    }

    .ast-theme-transparent-header .main-header-bar,
    .ast-theme-transparent-header.ast-header-break-point .main-header-bar {
        background: none;
    }

    body.elementor-editor-active.ast-theme-transparent-header #masthead,
    .fl-builder-edit .ast-theme-transparent-header #masthead,
    body.vc_editor.ast-theme-transparent-header #masthead,
    body.brz-ed.ast-theme-transparent-header #masthead {
        z-index: 0;
    }

    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link {
        display: none;
    }

    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
        display: inline-block;
    }

    .ast-theme-transparent-header .ast-above-header,
    .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
        background-image: none;
        background-color: transparent;
    }

    .ast-theme-transparent-header .ast-below-header,
    .ast-theme-transparent-header .ast-below-header.ast-below-header-bar {
        background-image: none;
        background-color: transparent;
    }
}

@media (max-width:921px) {

    .ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-menu,
    .ast-theme-transparent-header.ast-header-break-point .ast-builder-menu.main-header-menu .sub-menu,
    .ast-theme-transparent-header.ast-header-break-point .ast-builder-menu.main-header-menu,
    .ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-bar-wrap .main-header-menu,
    .ast-flyout-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation .site-navigation,
    .ast-fullscreen-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation .site-navigation,
    .ast-flyout-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap .ast-above-header-navigation,
    .ast-flyout-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap .ast-below-header-actual-nav,
    .ast-fullscreen-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap,
    .ast-fullscreen-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap,
    .ast-theme-transparent-header .main-header-menu .menu-link {
        background-color: var(--ast-global-color-4);
    }

    .ast-theme-transparent-header .ast-builder-menu .main-header-menu,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
    .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,
    .ast-theme-transparent-header .ast-masthead-custom-menu-items,
    .ast-theme-transparent-header .ast-masthead-custom-menu-items a,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,
    .ast-theme-transparent-header .main-header-menu .menu-link {
        color: var(--ast-global-color-2);
    }

        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,
        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle,
        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,
        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,
        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle,
        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,
        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link,
        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle,
        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle,
        .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link,
        .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link,
        .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle,
        .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle,
        .ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,
        .ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,
        .ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link {
            color: var(--ast-global-color-0);
        }
}

.ast-theme-transparent-header #ast-desktop-header > .ast-main-header-wrap > .main-header-bar,
.ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > .ast-main-header-wrap > .main-header-bar {
    border-bottom-style: none;
}

.ast-breadcrumbs .trail-browse,
.ast-breadcrumbs .trail-items,
.ast-breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: inherit;
    text-indent: 0;
    text-decoration: none;
}

.ast-breadcrumbs .trail-browse {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

.ast-breadcrumbs .trail-items {
    list-style: none;
}

.trail-items li::after {
    padding: 0 0.3em;
    content: "\00bb";
}

.trail-items li:last-of-type::after {
    display: none;
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
    color: var(--ast-global-color-2);
}

@media (max-width:921px) {

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width:544px) {

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,
    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child {
        grid-column: 1 / -1;
    }
}

.ast-builder-layout-element[data-section="title_tagline"] {
    display: flex;
}

@media (max-width:921px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
        display: flex;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
        display: flex;
    }
}

[data-section*="section-hb-button-"] .menu-link {
    display: none;
}

.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
}

.ast-header-button-1 .ast-custom-button {
    color: var(--ast-global-color-4);
    background: rgba(255, 255, 255, 0);
    border-color: var(--ast-global-color-4);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

    .ast-header-button-1 .ast-custom-button:hover {
        color: var(--ast-global-color-2);
        background: var(--ast-global-color-4);
        border-color: var(--ast-global-color-4);
    }

@media (max-width:921px) {
    .ast-header-button-1 .ast-custom-button {
        color: #e65644;
    }
}

@media (max-width:921px) {
    .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ast-header-button-1[data-section="section-hb-button-1"] {
    display: flex;
}

@media (max-width:921px) {
    .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
        display: none;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
        display: none;
    }
}

.ast-builder-menu-1 {
    font-family: inherit;
    font-weight: 400;
}

    .ast-builder-menu-1 .menu-item > .menu-link {
        color: var(--ast-global-color-1);
        padding-left: 25px;
    }

    .ast-builder-menu-1 .menu-item > .ast-menu-toggle {
        color: var(--ast-global-color-1);
    }

    .ast-builder-menu-1 .menu-item:hover > .menu-link,
    .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
        color: var(--ast-global-color-0);
    }

    .ast-builder-menu-1 .menu-item:hover > .ast-menu-toggle {
        color: var(--ast-global-color-0);
    }

    .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
    .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
    .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
        color: var(--ast-global-color-0);
    }

    .ast-builder-menu-1 .menu-item.current-menu-item > .ast-menu-toggle {
        color: var(--ast-global-color-0);
    }

    .ast-builder-menu-1 .sub-menu,
    .ast-builder-menu-1 .inline-on-mobile .sub-menu {
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-color: var(--ast-global-color-0);
        border-style: solid;
        width: 235px;
    }

        .ast-builder-menu-1 .sub-menu .sub-menu {
            top: 0px;
        }

    .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,
    .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
        margin-top: 0px;
    }

.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,
.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before {
    height: calc(0px + 0px + 5px);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
    border-bottom-width: 1px;
    border-color: #eaeaea;
    border-style: solid;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu:last-child > .menu-item > .menu-link {
    border-bottom-width: 1px;
}

.ast-desktop .ast-builder-menu-1 .menu-item:last-child > .menu-item > .menu-link {
    border-bottom-width: 0;
}

@media (max-width:921px) {
    .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }

    .ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children > .ast-menu-toggle {
        right: -15px;
    }

    .ast-builder-menu-1 .menu-item-has-children > .menu-link:after {
        content: unset;
    }

    .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,
    .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
        margin-top: 0;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }

    .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,
    .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
        margin-top: 0;
    }
}

.ast-builder-menu-1 {
    display: flex;
}

@media (max-width:921px) {
    .ast-header-break-point .ast-builder-menu-1 {
        display: flex;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-builder-menu-1 {
        display: flex;
    }
}

.main-header-bar .main-header-bar-navigation .ast-search-icon {
    display: block;
    z-index: 4;
    position: relative;
}

.ast-search-icon .ast-icon {
    z-index: 4;
}

.ast-search-icon {
    z-index: 4;
    position: relative;
    line-height: normal;
}

.main-header-bar .ast-search-menu-icon .search-form {
    background-color: #ffffff;
}

.ast-search-menu-icon.ast-dropdown-active.slide-search .search-form {
    visibility: visible;
    opacity: 1;
}

.ast-search-menu-icon .search-form {
    border: 1px solid #e7e7e7;
    line-height: normal;
    padding: 0 3em 0 0;
    border-radius: 2px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    color: inherit;
    background-color: #fff;
}

.ast-search-menu-icon .astra-search-icon {
    -js-display: flex;
    display: flex;
    line-height: normal;
}

    .ast-search-menu-icon .astra-search-icon:focus {
        outline: none;
    }

.ast-search-menu-icon .search-field {
    border: none;
    background-color: transparent;
    transition: all .3s;
    border-radius: inherit;
    color: inherit;
    font-size: inherit;
    width: 0;
    color: #757575;
}

.ast-search-menu-icon .search-submit {
    display: none;
    background: none;
    border: none;
    font-size: 1.3em;
    color: #757575;
}

.ast-search-menu-icon.ast-dropdown-active {
    visibility: visible;
    opacity: 1;
    position: relative;
}

    .ast-search-menu-icon.ast-dropdown-active .search-field,
    .ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field {
        width: 235px;
    }

.ast-header-search .ast-search-menu-icon.slide-search .search-form,
.ast-header-search .ast-search-menu-icon.ast-inline-search .search-form {
    -js-display: flex;
    display: flex;
    align-items: center;
}

.ast-search-menu-icon.ast-inline-search .search-field {
    width: 100%;
    padding: 0.60em;
    padding-right: 5.5em;
    transition: all 0.2s;
}

.site-header-section-left .ast-search-menu-icon.slide-search .search-form {
    padding-left: 2em;
    padding-right: unset;
    left: -1em;
    right: unset;
}

    .site-header-section-left .ast-search-menu-icon.slide-search .search-form .search-field {
        margin-right: unset;
    }

.ast-search-menu-icon.slide-search .search-form {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    position: absolute;
    z-index: 3;
    right: -1em;
    top: 50%;
    transform: translateY(-50%);
}

.ast-header-search .ast-search-menu-icon .search-form .search-field:-ms-input-placeholder,
.ast-header-search .ast-search-menu-icon .search-form .search-field:-ms-input-placeholder {
    opacity: 0.5;
}

.ast-header-search .ast-search-menu-icon.slide-search .search-form,
.ast-header-search .ast-search-menu-icon.ast-inline-search .search-form {
    -js-display: flex;
    display: flex;
    align-items: center;
}

.ast-builder-layout-element.ast-header-search {
    height: auto;
}

.ast-header-search .astra-search-icon {
    color: var(--ast-global-color-6);
    font-size: 18px;
}

.ast-header-search .search-field::placeholder,
.ast-header-search .ast-icon {
    color: var(--ast-global-color-6);
}

.ast-hfb-header .site-header-section > .ast-header-search,
.ast-hfb-header .ast-header-search {
    margin-top: 0px;
}

.ast-search-menu-icon {
    z-index: 5;
}

@media (max-width:921px) {
    .ast-header-search .astra-search-icon {
        font-size: 18px;
    }
}

@media (max-width:544px) {
    .ast-header-search .astra-search-icon {
        font-size: 18px;
    }
}

.ast-header-search {
    display: flex;
}

@media (max-width:921px) {
    .ast-header-break-point .ast-header-search {
        display: flex;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-header-search {
        display: flex;
    }
}

.site-below-footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        background-color: var(--ast-global-color-6);
        background-image: none;
        min-height: 80px;
        border-style: solid;
        border-width: 0px;
        border-top-width: 1px;
        border-top-color: var(--ast-global-color-6);
    }

        .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
            max-width: 1400px;
            min-height: 80px;
            margin-left: auto;
            margin-right: auto;
        }

        .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
        .site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
            align-items: center;
        }

        .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section {
            display: flex;
            margin-bottom: 0;
        }

.ast-builder-grid-row-2-equal .ast-builder-grid-row {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width:921px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:544px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width:921px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width:544px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: grid;
}

@media (max-width:921px) {
    .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        display: grid;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        display: grid;
    }
}

.ast-builder-html-element img.alignnone {
    display: inline-block;
}

.ast-builder-html-element p:first-child {
    margin-top: 0;
}

.ast-builder-html-element p:last-child {
    margin-bottom: 0;
}

.ast-header-break-point .main-header-bar .ast-builder-html-element {
    line-height: 1.85714285714286;
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    color: var(--ast-global-color-3);
}

.footer-widget-area[data-section="section-fb-html-1"] {
    display: block;
}

@media (max-width:921px) {
    .ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
        display: block;
    }
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: right;
}

@media (max-width:921px) {
    .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
        text-align: right;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
        text-align: center;
    }
}

.ast-footer-copyright {
    text-align: left;
}

.ast-footer-copyright {
    color: var(--ast-global-color-3);
}

@media (max-width:921px) {
    .ast-footer-copyright {
        text-align: left;
    }
}

@media (max-width:544px) {
    .ast-footer-copyright {
        text-align: center;
    }
}

.ast-footer-copyright.ast-builder-layout-element {
    display: flex;
}

@media (max-width:921px) {
    .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
        display: flex;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
        display: flex;
    }
}

.ast-social-stack-desktop .ast-builder-social-element,
.ast-social-stack-tablet .ast-builder-social-element,
.ast-social-stack-mobile .ast-builder-social-element {
    margin-top: 6px;
    margin-bottom: 6px;
}

.social-show-label-true .ast-builder-social-element {
    width: auto;
    padding: 0 0.4em;
}

[data-section^="section-fb-social-icons-"] .footer-social-inner-wrap {
    text-align: center;
}

.ast-footer-social-wrap {
    width: 100%;
}

    .ast-footer-social-wrap .ast-builder-social-element:first-child {
        margin-left: 0;
    }

    .ast-footer-social-wrap .ast-builder-social-element:last-child {
        margin-right: 0;
    }

.ast-header-social-wrap .ast-builder-social-element:first-child {
    margin-left: 0;
}

.ast-header-social-wrap .ast-builder-social-element:last-child {
    margin-right: 0;
}

.ast-builder-social-element {
    line-height: 1;
    color: #3a3a3a;
    background: transparent;
    vertical-align: middle;
    transition: all 0.01s;
    margin-left: 6px;
    margin-right: 6px;
    justify-content: center;
    align-items: center;
}

.ast-builder-social-element {
    line-height: 1;
    color: #3a3a3a;
    background: transparent;
    vertical-align: middle;
    transition: all 0.01s;
    margin-left: 6px;
    margin-right: 6px;
    justify-content: center;
    align-items: center;
}

    .ast-builder-social-element .social-item-label {
        padding-left: 6px;
    }

.ast-footer-social-1-wrap .ast-builder-social-element,
.ast-footer-social-1-wrap .social-show-label-true .ast-builder-social-element {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
}

    .ast-footer-social-1-wrap .ast-builder-social-element svg {
        width: 15px;
        height: 15px;
    }

.ast-footer-social-1-wrap .ast-social-icon-image-wrap {
    margin: 0px;
}

.ast-footer-social-1-wrap .ast-social-color-type-custom svg {
    fill: var(--ast-global-color-0);
}

.ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover {
    color: var(--ast-global-color-4);
}

    .ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover svg {
        fill: var(--ast-global-color-4);
    }

.ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label {
    color: var(--ast-global-color-0);
}

.ast-footer-social-1-wrap .ast-builder-social-element:hover .social-item-label {
    color: var(--ast-global-color-4);
}

[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: left;
}

@media (max-width:921px) {
    .ast-footer-social-1-wrap .ast-builder-social-element {
        margin-left: 9px;
        margin-right: 9px;
    }

    .ast-footer-social-1-wrap {
        margin-bottom: 20px;
    }

    [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
        text-align: left;
    }
}

@media (max-width:544px) {
    [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
        text-align: left;
    }
}

.ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    display: flex;
}

@media (max-width:921px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
        display: flex;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
        display: flex;
    }
}

.site-primary-footer-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
}

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        background-color: var(--ast-global-color-6);
        background-image: none;
        border-style: solid;
        border-width: 0px;
        border-top-width: 2px;
        border-top-color: rgba(230, 230, 230, 0.14);
    }

        .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
        }

        .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
        .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
            align-items: flex-start;
        }

        .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section {
            display: flex;
            margin-bottom: 0;
        }

.ast-builder-grid-row-4-equal .ast-builder-grid-row {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width:921px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:544px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
    }
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width:921px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:544px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 65px;
        padding-bottom: 65px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
}

@media (max-width:921px) {
    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        display: grid;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        display: grid;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: left;
}

@media (max-width:921px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
        text-align: left;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
    text-align: left;
}

@media (max-width:921px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
        text-align: left;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
    text-align: left;
}

@media (max-width:921px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
        text-align: left;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner {
    text-align: left;
}

@media (max-width:921px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner {
        text-align: left;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    color: var(--ast-global-color-3);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h6,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h6 {
    color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
}

@media (max-width:921px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner a {
    color: var(--ast-global-color-3);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h6,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h6 {
    color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    display: block;
}

@media (max-width:921px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner a {
    color: var(--ast-global-color-3);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h6,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h6 {
    color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
}

@media (max-width:921px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner a {
    color: var(--ast-global-color-3);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] h6,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-area h6 {
    color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
    display: block;
}

@media (max-width:921px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

.elementor-widget-heading .elementor-heading-title {
    margin: 0;
}

.elementor-page .ast-menu-toggle {
    color: unset !important;
    background: unset !important;
}

.elementor-post.elementor-grid-item.hentry {
    margin-bottom: 0;
}

.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
.elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product {
    width: auto;
    margin: 0;
    float: none;
}

body .elementor hr {
    background-color: #ccc;
    margin: 0;
}

.ast-left-sidebar .elementor-section.elementor-section-stretched,
.ast-right-sidebar .elementor-section.elementor-section-stretched {
    max-width: 100%;
    left: 0 !important;
}

.elementor-posts-container [CLASS*="ast-width-"] {
    width: 100%;
}

.elementor-template-full-width .ast-container {
    display: block;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    top: 0 !important;
}

@media (max-width:544px) {
    .elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product {
        width: auto;
        margin: 0;
    }

    .elementor-element .woocommerce .woocommerce-result-count {
        float: none;
    }
}

.ast-header-button-1 .ast-custom-button {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.ast-desktop .ast-mega-menu-enabled .ast-builder-menu-1 div:not(.astra-full-megamenu-wrapper) .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu,
.ast-desktop .ast-builder-menu-1 .astra-full-megamenu-wrapper,
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.ast-desktop .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    max-width: 35%;
}

@media (max-width:921px) {
    .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
        max-width: 90%;
    }
}

@media (max-width:544px) {
    .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
        max-width: 90%;
    }
}

.ast-header-break-point .main-header-bar {
    border-bottom-width: 1px;
}

@media (min-width:922px) {
    .main-header-bar {
        border-bottom-width: 1px;
    }
}

.main-header-menu .menu-item,
#astra-footer-menu .menu-item,
.main-header-bar .ast-masthead-custom-menu-items {
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header-menu > .menu-item > .menu-link,
#astra-footer-menu > .menu-item > .menu-link {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg {
    top: .2em;
    margin-top: 0px;
    margin-left: 0px;
    width: .65em;
    transform: translate(0, -2px) rotateZ(270deg);
}

.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle {
    transform: rotateX(180deg);
    overflow-y: auto;
}

@media (min-width:922px) {
    .ast-builder-menu .main-navigation > ul > li:last-child a {
        margin-right: 0;
    }
}

.ast-separate-container .ast-article-inner {
    background-color: transparent;
    background-image: none;
}

.ast-separate-container .ast-article-post {
    background-color: var(--ast-global-color-5);
    background-image: none;
}

@media (max-width:921px) {
    .ast-separate-container .ast-article-post {
        background-color: var(--ast-global-color-5);
        background-image: none;
    }
}

@media (max-width:544px) {
    .ast-separate-container .ast-article-post {
        background-color: var(--ast-global-color-5);
        background-image: none;
    }
}

.ast-separate-container .ast-article-single:not(.ast-related-post),
.woocommerce.ast-separate-container .ast-woocommerce-container,
.ast-separate-container .error-404,
.ast-separate-container .no-results,
.single.ast-separate-container.ast-author-meta,
.ast-separate-container .related-posts-title-wrapper,
.ast-separate-container .comments-count-wrapper,
.ast-box-layout.ast-plain-container .site-content,
.ast-padded-layout.ast-plain-container .site-content,
.ast-separate-container .ast-archive-description,
.ast-separate-container .comments-area .comment-respond,
.ast-separate-container .comments-area .ast-comment-list li,
.ast-separate-container .comments-area .comments-title {
    background-color: var(--ast-global-color-5);
    background-image: none;
}

@media (max-width:921px) {

    .ast-separate-container .ast-article-single:not(.ast-related-post),
    .woocommerce.ast-separate-container .ast-woocommerce-container,
    .ast-separate-container .error-404,
    .ast-separate-container .no-results,
    .single.ast-separate-container.ast-author-meta,
    .ast-separate-container .related-posts-title-wrapper,
    .ast-separate-container .comments-count-wrapper,
    .ast-box-layout.ast-plain-container .site-content,
    .ast-padded-layout.ast-plain-container .site-content,
    .ast-separate-container .ast-archive-description {
        background-color: var(--ast-global-color-5);
        background-image: none;
    }
}

@media (max-width:544px) {

    .ast-separate-container .ast-article-single:not(.ast-related-post),
    .woocommerce.ast-separate-container .ast-woocommerce-container,
    .ast-separate-container .error-404,
    .ast-separate-container .no-results,
    .single.ast-separate-container.ast-author-meta,
    .ast-separate-container .related-posts-title-wrapper,
    .ast-separate-container .comments-count-wrapper,
    .ast-box-layout.ast-plain-container .site-content,
    .ast-padded-layout.ast-plain-container .site-content,
    .ast-separate-container .ast-archive-description {
        background-color: var(--ast-global-color-5);
        background-image: none;
    }
}

.ast-separate-container.ast-two-container #secondary .widget {
    background-color: var(--ast-global-color-5);
    background-image: none;
}

@media (max-width:921px) {
    .ast-separate-container.ast-two-container #secondary .widget {
        background-color: var(--ast-global-color-5);
        background-image: none;
    }
}

@media (max-width:544px) {
    .ast-separate-container.ast-two-container #secondary .widget {
        background-color: var(--ast-global-color-5);
        background-image: none;
    }
}

#ast-scroll-top {
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    color: #ffffff;
    border-radius: 2px;
    content: "";
    outline: inherit;
}

@media (min-width: 769px) {
    #ast-scroll-top {
        content: "769";
    }
}

#ast-scroll-top .ast-icon.icon-arrow svg {
    margin-left: 0px;
    vertical-align: middle;
    transform: translate(0, -20%) rotate(180deg);
    width: 1.6em;
}

.ast-scroll-to-top-right {
    right: 30px;
    bottom: 30px;
}

.ast-scroll-to-top-left {
    left: 30px;
    bottom: 30px;
}

#ast-scroll-top {
    color: #ffffff;
    background-color: var(--ast-global-color-0);
    font-size: 20px;
}

    #ast-scroll-top:hover {
        color: var(--ast-global-color-0);
        background-color: var(--ast-global-color-0);
    }

@media (max-width:921px) {
    #ast-scroll-top .ast-icon.icon-arrow svg {
        width: 1em;
    }
}

.ast-mobile-header-content > *,
.ast-desktop-header-content > * {
    padding: 10px 0;
    height: auto;
}

    .ast-mobile-header-content > *:first-child,
    .ast-desktop-header-content > *:first-child {
        padding-top: 10px;
    }

.ast-mobile-header-content > .ast-builder-menu,
.ast-desktop-header-content > .ast-builder-menu {
    padding-top: 0;
}

.ast-mobile-header-content > *:last-child,
.ast-desktop-header-content > *:last-child {
    padding-bottom: 0;
}

.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {
    width: 100%;
}

.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {
    transform: rotateX(180deg);
}

#ast-desktop-header .ast-desktop-header-content,
.ast-mobile-header-content .ast-search-icon,
.ast-desktop-header-content .ast-search-icon,
.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {
    display: none;
}

.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
    display: block;
}

.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {
    width: unset;
    margin: unset;
}

.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,
.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
    left: calc(20px - 0.907em);
    right: auto;
}

.ast-mobile-header-content .ast-search-menu-icon,
.ast-mobile-header-content .ast-search-menu-icon.slide-search,
.ast-desktop-header-content .ast-search-menu-icon,
.ast-desktop-header-content .ast-search-menu-icon.slide-search {
    width: 100%;
    position: relative;
    display: block;
    right: auto;
    transform: none;
}

    .ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,
    .ast-mobile-header-content .ast-search-menu-icon .search-form,
    .ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,
    .ast-desktop-header-content .ast-search-menu-icon .search-form {
        right: 0;
        visibility: visible;
        opacity: 1;
        position: relative;
        top: auto;
        transform: none;
        padding: 0;
        display: block;
        overflow: hidden;
    }

    .ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,
    .ast-mobile-header-content .ast-search-menu-icon .search-field,
    .ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,
    .ast-desktop-header-content .ast-search-menu-icon .search-field {
        width: 100%;
        padding-right: 5.5em;
    }

    .ast-mobile-header-content .ast-search-menu-icon .search-submit,
    .ast-desktop-header-content .ast-search-menu-icon .search-submit {
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        padding: 0 1em;
        border-radius: 0;
    }

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {
    padding-left: 30px;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {
    padding-left: 40px;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    background-color: #ffffff;
    ;
}

.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-desktop-header-content {
    background-color: #ffffff;
    ;
}

    .ast-mobile-popup-content > *,
    .ast-mobile-header-content > *,
    .ast-desktop-popup-content > *,
    .ast-desktop-header-content > * {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.content-align-flex-start .ast-builder-layout-element {
    justify-content: flex-start;
}

.content-align-flex-start .main-header-menu {
    text-align: left;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
    color: #3a3a3a;
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
    min-height: 90px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 90px;
}

.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
    padding-left: 20px;
    padding-right: 20px;
}

.ast-header-break-point .ast-primary-header-bar {
    border-bottom-width: 0px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
}

@media (min-width:922px) {
    .ast-primary-header-bar {
        border-bottom-width: 0px;
        border-bottom-color: #eaeaea;
        border-bottom-style: solid;
    }
}

.ast-primary-header-bar {
    background-color: #ffffff;
    background-image: none;
}

.ast-primary-header-bar {
    display: block;
}

@media (max-width:921px) {
    .ast-header-break-point .ast-primary-header-bar {
        display: grid;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-primary-header-bar {
        display: grid;
    }
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
    color: var(--ast-global-color-4);
    border: none;
    background: #555454;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: var(--ast-global-color-4);
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
    color: var(--ast-global-color-4);
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
    top: 0;
}

.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after {
    content: unset;
}

.ast-hfb-header .ast-builder-menu-mobile .main-header-menu,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
    border-style: none;
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
    top: 0;
}

@media (max-width:921px) {
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after {
        content: unset;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu,
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
    .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
        background-color: var(--ast-global-color-4);
        background-image: none;
    }
}

@media (max-width:544px) {
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu,
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
    .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
        background-color: var(--ast-global-color-4);
        background-image: none;
    }
}

.ast-builder-menu-mobile .main-navigation {
    display: block;
}

@media (max-width:921px) {
    .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
        display: block;
    }
}

:root {
    --e-global-color-astglobalcolor0: #2bce80;
    --e-global-color-astglobalcolor1: #000422;
    --e-global-color-astglobalcolor2: #000422;
    --e-global-color-astglobalcolor3: #8e91aa;
    --e-global-color-astglobalcolor4: #f3f3f3;
    --e-global-color-astglobalcolor5: #ffffff;
    --e-global-color-astglobalcolor6: #000422;
    --e-global-color-astglobalcolor7: #000422;
    --e-global-color-astglobalcolor8: #BFD1FF;
}

form.search-form {
    position: relative;
}

.ast-live-search-results {
    position: absolute;
    width: 100%;
    top: 60px;
    padding: 0px 4px 4px;
    max-height: 400px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    z-index: 999999;
    border-radius: 4px;
    border: 1px solid var(--ast-border-color);
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

    .ast-live-search-results > * {
        -js-display: flex;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        align-items: center;
    }

label.ast-search--posttype-heading {
    text-transform: capitalize;
    padding: 16px 16px 10px;
    color: var(--ast-global-color-2);
    font-weight: 500;
}

label.ast-search--no-results-heading {
    padding: 14px 20px;
}

a.ast-search-item {
    position: relative;
    padding: 14px 20px;
    font-size: 0.9em;
}

    a.ast-search-item:hover {
        background-color: #f9fafb;
    }

a.ast-search-page-link {
    justify-content: center;
    justify-content: center;
    border: 1px solid var(--ast-border-color);
    margin-top: 10px;
}

.ast-search-item + .ast-search--posttype-heading {
    border-top: 1px solid var(--ast-border-color);
    margin-top: 10px;
}

.ast-desktop .astra-menu-animation-slide-up > .menu-item > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-slide-up > .menu-item > .sub-menu,
.ast-desktop .astra-menu-animation-slide-up > .menu-item > .sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(.5em);
    transition: visibility .2s ease, transform .2s ease
}

.ast-desktop .astra-menu-animation-slide-up > .menu-item .menu-item.focus > .sub-menu,
.ast-desktop .astra-menu-animation-slide-up > .menu-item .menu-item:hover > .sub-menu,
.ast-desktop .astra-menu-animation-slide-up > .menu-item.focus > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-slide-up > .menu-item.focus > .sub-menu,
.ast-desktop .astra-menu-animation-slide-up > .menu-item:hover > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-slide-up > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease
}

.ast-desktop .astra-menu-animation-slide-up > .full-width-mega.menu-item.focus > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-slide-up > .full-width-mega.menu-item:hover > .astra-full-megamenu-wrapper {
    -js-display: flex;
    display: flex
}

.ast-desktop .astra-menu-animation-slide-down > .menu-item > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-slide-down > .menu-item > .sub-menu,
.ast-desktop .astra-menu-animation-slide-down > .menu-item > .sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-.5em);
    transition: visibility .2s ease, transform .2s ease
}

.ast-desktop .astra-menu-animation-slide-down > .menu-item .menu-item.focus > .sub-menu,
.ast-desktop .astra-menu-animation-slide-down > .menu-item .menu-item:hover > .sub-menu,
.ast-desktop .astra-menu-animation-slide-down > .menu-item.focus > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-slide-down > .menu-item.focus > .sub-menu,
.ast-desktop .astra-menu-animation-slide-down > .menu-item:hover > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-slide-down > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease
}

.ast-desktop .astra-menu-animation-slide-down > .full-width-mega.menu-item.focus > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-slide-down > .full-width-mega.menu-item:hover > .astra-full-megamenu-wrapper {
    -js-display: flex;
    display: flex
}

.ast-desktop .astra-menu-animation-fade > .menu-item > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-fade > .menu-item > .sub-menu,
.ast-desktop .astra-menu-animation-fade > .menu-item > .sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out .3s
}

.ast-desktop .astra-menu-animation-fade > .menu-item .menu-item.focus > .sub-menu,
.ast-desktop .astra-menu-animation-fade > .menu-item .menu-item:hover > .sub-menu,
.ast-desktop .astra-menu-animation-fade > .menu-item.focus > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-fade > .menu-item.focus > .sub-menu,
.ast-desktop .astra-menu-animation-fade > .menu-item:hover > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-fade > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: opacity ease-in-out .3s
}

.ast-desktop .astra-menu-animation-fade > .full-width-mega.menu-item.focus > .astra-full-megamenu-wrapper,
.ast-desktop .astra-menu-animation-fade > .full-width-mega.menu-item:hover > .astra-full-megamenu-wrapper {
    -js-display: flex;
    display: flex
}

.ast-desktop .menu-item.ast-menu-hover > .sub-menu.toggled-on {
    opacity: 1;
    visibility: visible
}

/*# sourceURL=astra-theme-css-inline-css */

#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
    font-size: 1.2rem;
    padding: 20px 0 14px;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--ast-border-color);
    font-weight: 700;
}

form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
    border-width: 2px 2px 0 2px;
    border-style: solid;
    font-size: 1.2rem;
    margin: 0;
    padding: 1.5em 1.5em 1em;
    border-color: var(--ast-border-color);
    font-weight: 700;
}

.woocommerce-Address h3,
.cart-collaterals h2 {
    font-size: 1.2rem;
    padding: .7em 1em;
}

.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-weight: 700;
}

form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding: 0 2em;
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: var(--ast-border-color);
}

ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
    margin: 0;
    padding: 0.25em 0 0.25em 22px;
    text-indent: -22px;
    list-style: none outside;
}

.woocommerce span.onsale,
.wc-block-grid__product .wc-block-grid__product-onsale {
    background-color: #555454;
    color: #ffffff;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: var(--ast-global-color-1);
}

    .woocommerce-message::before,
    .woocommerce-info::before {
        color: var(--ast-global-color-1);
    }

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.widget_layered_nav_filters ul li.chosen a,
.woocommerce-page ul.products li.product .ast-woo-product-category,
.wc-layered-nav-rating a {
    color: var(--ast-global-color-3);
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border-color: var(--ast-global-color-1);
}

    .woocommerce nav.woocommerce-pagination ul li a:focus,
    .woocommerce nav.woocommerce-pagination ul li a:hover,
    .woocommerce nav.woocommerce-pagination ul li span.current {
        background: var(--ast-global-color-1);
        color: var(--ast-global-color-4);
    }

.woocommerce-MyAccount-navigation-link.is-active a {
    color: var(--ast-global-color-0);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--ast-global-color-1);
}

.woocommerce .star-rating,
.woocommerce .comment-form-rating .stars a,
.woocommerce .star-rating::before {
    color: var(--ast-global-color-3);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
    background: var(--ast-global-color-1);
}

.woocommerce[class*="rel-up-columns-"] .site-main div.product .related.products ul.products li.product,
.woocommerce-page .site-main ul.products li.product {
    width: 100%;
}

.woocommerce ul.product-categories > li ul li {
    position: relative;
}

    .woocommerce ul.product-categories > li ul li:before {
        content: "";
        border-width: 1px 1px 0 0;
        border-style: solid;
        display: inline-block;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .woocommerce ul.product-categories > li ul li a {
        margin-left: 15px;
    }

.ast-icon-shopping-cart svg {
    height: .82em;
}

.ast-icon-shopping-bag svg {
    height: 1em;
    width: 1em;
}

.ast-icon-shopping-basket svg {
    height: 1.15em;
    width: 1.2em;
}

.ast-site-header-cart.ast-menu-cart-outline .ast-addon-cart-wrap,
.ast-site-header-cart.ast-menu-cart-fill .ast-addon-cart-wrap {
    line-height: 1;
}

.ast-site-header-cart.ast-menu-cart-fill i.astra-icon {
    font-size: 1.1em;
}

li.woocommerce-custom-menu-item .ast-site-header-cart i.astra-icon:after {
    padding-left: 2px;
}

.ast-hfb-header .ast-addon-cart-wrap {
    padding: 0.4em;
}

.ast-header-break-point.ast-header-custom-item-outside .ast-woo-header-cart-info-wrap {
    display: none;
}

.ast-site-header-cart i.astra-icon:after {
    background: #555454;
}

@media (min-width:545px) and (max-width:921px) {

    .woocommerce.tablet-columns-3 ul.products li.product,
    .woocommerce-page.tablet-columns-3 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width:922px) {
    .woocommerce form.checkout_coupon {
        width: 50%;
    }
}

@media (max-width:921px) {

    .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack.ast-no-menu-items .ast-site-header-cart,
    .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack.ast-no-menu-items .ast-site-header-cart {
        padding-right: 0;
        padding-left: 0;
    }

    .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .main-header-bar {
        text-align: center;
    }

    .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .ast-site-header-cart,
    .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .ast-mobile-menu-buttons {
        display: inline-block;
    }

    .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-2.ast-mobile-header-inline .site-branding {
        flex: auto;
    }

    .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack .site-branding {
        flex: 0 0 100%;
    }

    .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack .main-header-container {
        display: flex;
        justify-content: center;
    }

    .woocommerce-cart .woocommerce-shipping-calculator .button {
        width: 100%;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary {
        float: none;
        width: 100%;
    }

    .woocommerce-cart table.cart td.actions .ast-return-to-shop {
        display: block;
        text-align: center;
        margin-top: 1em;
    }

    .ast-container .woocommerce ul.products:not(.elementor-grid),
    .woocommerce-page ul.products:not(.elementor-grid),
    .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width:544px) {
    .ast-separate-container .ast-woocommerce-container {
        padding: .54em 1em 1.33333em;
    }

    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
        display: flex;
        flex-wrap: wrap;
    }

        .woocommerce-message a.button,
        .woocommerce-error a.button,
        .woocommerce-info a.button {
            order: 1;
            margin-top: .5em;
        }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none;
        margin-bottom: 2em;
    }

    .woocommerce table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button {
        padding-left: 1em;
        padding-right: 1em;
    }

    .woocommerce #content table.cart .button,
    .woocommerce-page #content table.cart .button {
        width: 100%;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon {
        float: none;
    }

        .woocommerce #content table.cart td.actions .coupon .button,
        .woocommerce-page #content table.cart td.actions .coupon .button {
            flex: 1;
        }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
        display: block;
    }

    .ast-container .woocommerce ul.products:not(.elementor-grid),
    .woocommerce-page ul.products:not(.elementor-grid),
    .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid),
    .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce.mobile-rel-up-columns-2 ul.products::not(.elementor-grid) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:544px) {

    .woocommerce ul.products a.button.loading::after,
    .woocommerce-page ul.products a.button.loading::after {
        display: inline-block;
        margin-left: 5px;
        position: initial;
    }

    .woocommerce.mobile-columns-1 .site-main ul.products li.product:nth-child(n),
    .woocommerce-page.mobile-columns-1 .site-main ul.products li.product:nth-child(n) {
        margin-right: 0;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
        display: block;
        margin-right: 0;
    }
}

@media (min-width:922px) {

    .woocommerce #content .ast-woocommerce-container div.product div.images,
    .woocommerce .ast-woocommerce-container div.product div.images,
    .woocommerce-page #content .ast-woocommerce-container div.product div.images,
    .woocommerce-page .ast-woocommerce-container div.product div.images {
        width: 50%;
    }

    .woocommerce #content .ast-woocommerce-container div.product div.summary,
    .woocommerce .ast-woocommerce-container div.product div.summary,
    .woocommerce-page #content .ast-woocommerce-container div.product div.summary,
    .woocommerce-page .ast-woocommerce-container div.product div.summary {
        width: 46%;
    }

    .woocommerce.woocommerce-checkout form #customer_details.col2-set .col-1,
    .woocommerce.woocommerce-checkout form #customer_details.col2-set .col-2,
    .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1,
    .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-2 {
        float: none;
        width: auto;
    }
}

.widget_product_search button {
    flex: 0 0 auto;
    padding: 10px 20px;
}

@media (min-width:922px) {

    .woocommerce.woocommerce-checkout form #customer_details.col2-set,
    .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
        width: 55%;
        float: left;
        margin-right: 4.347826087%;
    }

    .woocommerce.woocommerce-checkout form #order_review,
    .woocommerce.woocommerce-checkout form #order_review_heading,
    .woocommerce-page.woocommerce-checkout form #order_review,
    .woocommerce-page.woocommerce-checkout form #order_review_heading {
        width: 40%;
        float: right;
        margin-right: 0;
        clear: right;
    }
}

select,
.select2-container .select2-selection--single {
    background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%238e91aa' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");
    background-size: .8em;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;
}

.woocommerce-js .quantity.buttons_added {
    display: inline-flex;
}

    .woocommerce-js .quantity.buttons_added + .button.single_add_to_cart_button {
        margin-left: unset;
    }

.woocommerce-js .quantity .qty {
    width: 2.631em;
    margin-left: 38px;
}

.woocommerce-js .quantity .minus,
.woocommerce-js .quantity .plus {
    width: 38px;
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--ast-border-color);
    color: var(--ast-global-color-3);
    align-items: center;
    outline: 0;
    font-weight: 400;
    z-index: 3;
}

.woocommerce-js .quantity .minus {
    border-right-width: 0;
    margin-right: -38px;
}

.woocommerce-js .quantity .plus {
    border-left-width: 0;
    margin-right: 6px;
}

.woocommerce-js input[type=number] {
    max-width: 58px;
    min-height: 36px;
}

    .woocommerce-js input[type=number].qty::-webkit-inner-spin-button,
    .woocommerce input[type=number].qty::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

    .woocommerce-js input[type=number].qty {
        -webkit-appearance: none;
        -moz-appearance: textfield;
    }


.ast-onsale-card {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    color: var(--ast-global-color-3);
    background-color: var(--ast-global-color-primary, var(--ast-global-color-5));
    width: fit-content;
    border-radius: 20px;
    padding: 0.4em 0.8em;
    font-size: .87em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

@media(max-width: 420px) {
    .mobile-columns-3 .ast-onsale-card {
        top: 1em;
        left: 1em;
    }
}


.ast-on-card-button {
    position: absolute;
    right: 1em;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    z-index: 5;
    cursor: pointer;
}

    .ast-on-card-button.ast-onsale-card {
        opacity: 1;
        visibility: visible;
    }

    .ast-on-card-button:hover .ast-card-action-tooltip,
    .ast-on-card-button:focus .ast-card-action-tooltip {
        opacity: 1;
        visibility: visible;
    }

    .ast-on-card-button:hover .ahfb-svg-iconset {
        opacity: 1;
        color: var(--ast-global-color-2);
    }

    .ast-on-card-button .ahfb-svg-iconset {
        border-radius: 50%;
        color: var(--ast-global-color-2);
        background: var(--ast-global-color-primary, var(--ast-global-color-5));
        opacity: 0.7;
        width: 2em;
        height: 2em;
        justify-content: center;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    }

        .ast-on-card-button .ahfb-svg-iconset .ast-icon {
            -js-display: inline-flex;
            display: inline-flex;
            align-self: center;
        }

    .ast-on-card-button svg {
        fill: currentColor;
    }

.ast-select-options-trigger {
    top: 1em;
}

    .ast-select-options-trigger.loading:after {
        display: block;
        content: " ";
        position: absolute;
        top: 50%;
        right: 50%;
        left: auto;
        width: 16px;
        height: 16px;
        margin-top: -12px;
        margin-right: -8px;
        background-color: var(--ast-global-color-2);
        background-image: none;
        border-radius: 100%;
        -webkit-animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
        animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    }

    .ast-select-options-trigger.loading .ast-icon {
        display: none;
    }

.ast-card-action-tooltip {
    background-color: var(--ast-global-color-2);
    pointer-events: none;
    white-space: nowrap;
    padding: 8px 9px;
    padding: 0.7em 0.9em;
    color: var(--ast-global-color-primary, var(--ast-global-color-5));
    margin-right: 10px;
    border-radius: 3px;
    font-size: 0.8em;
    line-height: 1;
    font-weight: normal;
    position: absolute;
    right: 100%;
    top: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

    .ast-card-action-tooltip:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px;
        border-color: transparent transparent transparent var(--ast-global-color-2);
    }

.astra-shop-thumbnail-wrap:hover .ast-on-card-button:not(.ast-onsale-card) {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 420px) {

    .mobile-columns-3 .ast-select-options-trigger {
        top: 0.5em;
        right: 0.5em;
    }
}

.woocommerce ul.products li.product.desktop-align-left,
.woocommerce-page ul.products li.product.desktop-align-left {
    text-align: left;
}

    .woocommerce ul.products li.product.desktop-align-left .star-rating,
    .woocommerce ul.products li.product.desktop-align-left .button,
    .woocommerce-page ul.products li.product.desktop-align-left .star-rating,
    .woocommerce-page ul.products li.product.desktop-align-left .button {
        margin-left: 0;
        margin-right: 0;
    }

@media(max-width: 921px) {

    .woocommerce ul.products li.product.tablet-align-left,
    .woocommerce-page ul.products li.product.tablet-align-left {
        text-align: left;
    }

        .woocommerce ul.products li.product.tablet-align-left .star-rating,
        .woocommerce ul.products li.product.tablet-align-left .button,
        .woocommerce-page ul.products li.product.tablet-align-left .star-rating,
        .woocommerce-page ul.products li.product.tablet-align-left .button {
            margin-left: 0;
            margin-right: 0;
        }
}

@media(max-width: 544px) {

    .woocommerce ul.products li.product.mobile-align-left,
    .woocommerce-page ul.products li.product.mobile-align-left {
        text-align: left;
    }

        .woocommerce ul.products li.product.mobile-align-left .star-rating,
        .woocommerce ul.products li.product.mobile-align-left .button,
        .woocommerce-page ul.products li.product.mobile-align-left .star-rating,
        .woocommerce-page ul.products li.product.mobile-align-left .button {
            margin-left: 0;
            margin-right: 0;
        }
}

.ast-woo-active-filter-widget .wc-block-active-filters {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.ast-woo-active-filter-widget .wc-block-active-filters__clear-all {
    flex: none;
    margin-top: 2px;
}

.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set,
.woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set {
    width: 100%;
}

.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review,
.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading,
.woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review,
.woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading {
    width: 100%;
    float: inherit;
}

.elementor-widget-woocommerce-checkout-page .select2-container .select2-selection--single,
.elementor-widget-woocommerce-cart .select2-container .select2-selection--single {
    padding: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce form .woocommerce-additional-fields,
.elementor-widget-woocommerce-checkout-page .woocommerce form .shipping_address,
.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation-link,
.elementor-widget-woocommerce-cart .woocommerce a.remove {
    border: none;
}

.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals > h2 {
    background-color: inherit;
    border-bottom: 0px;
    margin: 0px;
}

.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals {
    padding: 0;
    border-color: inherit;
    border-radius: 0;
    margin-bottom: 0px;
    border-width: 0px;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form .e-apply-coupon {
    line-height: initial;
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    margin-bottom: var(--myaccount-section-title-spacing, 0px);
}

.elementor-widget-woocommerce-my-account .woocommerce-Addresses .woocommerce-Address-title,
.elementor-widget-woocommerce-my-account table.shop_table thead,
.elementor-widget-woocommerce-my-account .woocommerce-page table.shop_table thead,
.elementor-widget-woocommerce-cart table.shop_table thead {
    background: inherit;
}

.elementor-widget-woocommerce-cart .e-apply-coupon,
.elementor-widget-woocommerce-cart #coupon_code,
.elementor-widget-woocommerce-checkout-page .e-apply-coupon,
.elementor-widget-woocommerce-checkout-page #coupon_code {
    height: 100%;
}

.elementor-widget-woocommerce-cart td.product-name dl.variation dt {
    font-weight: inherit;
}

.elementor-element.elementor-widget-woocommerce-checkout-page .e-checkout__container #customer_details .col-1 {
    margin-bottom: 0;
}

/*# sourceURL=woocommerce-general-inline-css */
