.wp-block-woocommerce-active-filters h1, .wp-block-woocommerce-active-filters h2, .wp-block-woocommerce-active-filters h3, .wp-block-woocommerce-active-filters h4, .wp-block-woocommerce-active-filters h5, .wp-block-woocommerce-active-filters h6 {
    text-transform: inherit
}

.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title {
    height: 1em
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

    .wc-block-active-filters .wc-block-active-filters__clear-all {
        background: 0 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        color: inherit;
        cursor: pointer;
        display: inline;
        float: left;
        font-family: inherit;
        font-size: inherit;
        font-size: .875em;
        font-style: inherit;
        font-weight: inherit;
        font-weight: 400;
        letter-spacing: inherit;
        line-height: inherit;
        margin: 15px 0 0;
        padding: 0;
        text-decoration: inherit;
        text-decoration: underline;
        text-shadow: none;
        text-transform: inherit;
        vertical-align: baseline
    }

        .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
            background: 0 0
        }

        .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
            color: inherit;
            text-decoration: none
        }

        .wc-block-active-filters .wc-block-active-filters__clear-all, .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
            background: 0 0;
            color: inherit
        }

    .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 0;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        display: inline-block;
        float: left;
        height: 1em;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        width: 80px;
        z-index: 1
    }

        .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder > * {
            visibility: hidden
        }

        .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list {
    clear: both;
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

    .wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 12px
    }

        .wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
            align-items: flex-end;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 0 10px
        }

    .wc-block-active-filters .wc-block-active-filters__list li {
        list-style: none outside;
        margin: 9px 0 0;
        padding: 0
    }

        .wc-block-active-filters .wc-block-active-filters__list li ul {
            list-style: none outside;
            margin: 0;
            padding: 0
        }

        .wc-block-active-filters .wc-block-active-filters__list > li:first-child, .wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
            margin: 0
        }

        .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list {
            display: inline-block
        }

            .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list > span {
                background-color: currentColor !important;
                border: 0 !important;
                border-radius: .25rem;
                border-radius: 0;
                box-shadow: none;
                color: currentColor !important;
                display: block;
                display: inline-block;
                height: 1em;
                line-height: 1;
                max-width: 100% !important;
                opacity: .15;
                outline: 0 !important;
                overflow: hidden !important;
                pointer-events: none;
                position: relative !important;
                width: 100%;
                z-index: 1
            }

                .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list > span > * {
                    visibility: hidden
                }

                .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list > span:after {
                    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
                    animation: loading__animation 1.5s ease-in-out infinite;
                    background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
                    background-repeat: no-repeat;
                    content: " ";
                    display: block;
                    height: 100%;
                    right: 0;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transform: translateX(100%)
                }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips {
    display: inline-block
}

    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips > span {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 13px;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        display: inline-block;
        height: 1em;
        line-height: 1;
        margin-left: 15px !important;
        max-width: 100% !important;
        min-width: 70px;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips > span > * {
            visibility: hidden
        }

        .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips > span:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type > span {
    margin-left: 0 !important
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3) {
    flex-grow: 1;
    max-width: 200px
}

.wc-block-active-filters .wc-block-active-filters__list > .wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
    margin: 9px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
    display: block;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 16px 0 0;
    text-transform: uppercase
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
    font-style: italic;
    font-weight: 400
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
    align-items: center;
    display: flex;
    font-size: .875em;
    padding: 0;
    position: relative
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    color: currentColor;
    font-size: .75em;
    height: 16px;
    line-height: 16px;
    margin: 0 0 0 .5em;
    padding: 0;
    width: 16px
}

    .wc-block-active-filters .wc-block-active-filters__list-item-remove:focus, .wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
        background: #949494
    }

        .wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon, .wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon {
            fill: #fff
        }

    .wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
        color: #e0e0e0;
        cursor: not-allowed
    }

.wc-block-active-filters .wc-block-active-filters__list--chips li, .wc-block-active-filters .wc-block-active-filters__list--chips ul {
    display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    margin-bottom: .1875em;
    margin-top: .1875em
}

.wc-block-components-chip {
    align-items: center;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0 0 .365em .365em;
    max-width: 100%;
    padding: .25em .5em;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
        background: 0 0;
        border: 1px solid;
        color: inherit
    }

        .wc-block-components-chip.wc-block-components-chip--radius-small {
            border-radius: 3px
        }

        .wc-block-components-chip.wc-block-components-chip--radius-medium {
            border-radius: .433em
        }

        .wc-block-components-chip.wc-block-components-chip--radius-large {
            border-radius: 2em;
            padding-right: .75em;
            padding-left: .25em
        }

        .wc-block-components-chip .wc-block-components-chip__text {
            flex-grow: 1;
            font-size: .875em
        }

        .wc-block-components-chip.is-removable .wc-block-components-chip__text {
            padding-left: .5em
        }

        .wc-block-components-chip .wc-block-components-chip__remove {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #e0e0e0;
            border: 0;
            border-radius: 25px;
            height: 16px;
            line-height: 16px;
            margin: 0;
            padding: 0;
            width: 16px
        }

        .wc-block-components-chip .wc-block-components-chip__remove-icon {
            fill: #1e1e1e
        }

.theme-twentytwentyone .wc-block-components-chip, .theme-twentytwentyone .wc-block-components-chip:active, .theme-twentytwentyone .wc-block-components-chip:focus, .theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

    .theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
        background: 0 0
    }

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    background: #949494
}

    .wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon, .wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon, button.wc-block-components-chip:focus > .wc-block-components-chip__remove .wc-block-components-chip__remove-icon, button.wc-block-components-chip:hover > .wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
        fill: #fff
    }

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #fff;
    cursor: not-allowed
}

.wc-block-filter-title-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 1.625em;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 100% !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    min-width: 80px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-filter-title-placeholder > * {
        visibility: hidden
    }

    .wc-block-filter-title-placeholder:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-filter-title-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title, .wc-block-filter-title-placeholder .wc-block-attribute-filter__title, .wc-block-filter-title-placeholder .wc-block-price-filter__title, .wc-block-filter-title-placeholder .wc-block-rating-filter__title, .wc-block-filter-title-placeholder .wc-block-stock-filter__title {
    height: 1em;
    margin: 0
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-skeleton {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%
}

.wc-block-components-skeleton-text-line {
    background: #e0e0e0;
    border-radius: 2em;
    height: .8em;
    position: relative;
    width: 100%
}

    .wc-block-components-skeleton-text-line:last-child {
        width: 80%
    }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wp-block-add-to-cart-form {
    width: unset
}

    .wp-block-add-to-cart-form .input-text {
        font-size: var(--wp--preset--font-size--small);
        padding: .9rem 1.1rem
    }

.wc-block-components-totals-wrapper {
    padding: 16px 0;
    position: relative
}

    .wc-block-components-totals-wrapper:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-totals-wrapper.has-bottom-border:after {
        border-bottom-width: 1px
    }

    .wc-block-components-totals-wrapper:empty {
        padding: 0
    }

        .wc-block-components-totals-wrapper:empty:after {
            content: none
        }

    .wc-block-components-totals-wrapper.slot-wrapper {
        padding: 0
    }

        .wc-block-components-totals-wrapper.slot-wrapper > * > * {
            padding: 16px 0;
            position: relative
        }

        .wc-block-components-totals-wrapper.slot-wrapper > * > :after {
            border-style: solid;
            border-width: 0 0 1px;
            bottom: 0;
            content: "";
            display: block;
            right: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0
        }

        .wc-block-components-totals-wrapper.slot-wrapper > * > :last-child:after {
            border-bottom-width: 0
        }

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
    position: relative
}

    .wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.wc-block-components-totals-item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-panel.has-border {
    position: relative
}

    .wc-block-components-panel.has-border:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-panel.has-border + .wc-block-components-panel.has-border:after {
        border-top-width: 0
    }

    .wc-block-components-panel.has-border.no-top-border {
        position: relative
    }

        .wc-block-components-panel.has-border.no-top-border:after {
            border-style: solid;
            border-width: 0 0 1px;
            bottom: 0;
            content: "";
            display: block;
            right: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0
        }

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 0 0 32px;
    position: relative;
    text-align: right;
    vertical-align: baseline;
    width: 100%;
    word-break: break-word
}

    .wc-block-components-panel__button[aria-expanded=true] {
        margin-bottom: .375em;
        padding-bottom: .375em
    }

    .wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
        background: 0 0;
        box-shadow: none;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit
    }

        .wc-block-components-panel__button > .wc-block-components-panel__button-icon {
            fill: currentColor;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: auto
        }

.wc-block-components-panel__content[hidden] {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button, .theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

    .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
        background: none transparent
    }

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

    .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
        visibility: hidden
    }

    .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

    .wc-block-components-button:not(.is-link).outlined {
        background: 0 0;
        color: currentColor
    }

        .wc-block-components-button:not(.is-link).outlined:not(:focus) {
            box-shadow: inset 0 0 0 1px currentColor
        }

        .wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff
        }

        .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff;
            opacity: 1
        }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

    .wc-block-components-spinner:after {
        -webkit-animation: spinner__animation 1s linear infinite;
        animation: spinner__animation 1s linear infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: .2em solid;
        border-right: .2em solid transparent;
        border-radius: 50%;
        box-sizing: border-box;
        content: " ";
        height: 1em;
        right: 50%;
        margin: -.5em -.5em 0 0;
        position: absolute;
        top: 50%;
        transform: translateZ(0) scale(.5);
        transform-origin: 50% 50%;
        width: 1em
    }

.wc-block-components-notices {
    display: block;
    margin: 1.5em 0
}

    .wc-block-components-notices:first-child {
        margin-top: 0
    }

    .wc-block-components-notices:empty {
        margin: 0
    }

    .wc-block-components-notices .wc-block-components-notices__notice {
        display: flex;
        flex-wrap: nowrap;
        margin: 0
    }

        .wc-block-components-notices .wc-block-components-notices__notice a {
            text-decoration: underline
        }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
            background: transparent none;
            border: 0;
            color: currentColor;
            margin: 0 auto 0 0;
            outline: 0;
            padding: 0
        }

            .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
                fill: currentColor;
                vertical-align: text-top
            }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__content > div:not(.components-notice__actions) :first-child {
            margin-top: 0
        }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__content > div:not(.components-notice__actions) :last-child {
            margin-bottom: 0
        }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li + li {
            margin: .25em 0 0
        }

        .wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
            margin-top: 1em
        }

.theme-twentytwenty .wc-block-components-notices__notice, .theme-twentytwentyone .wc-block-components-notices__notice {
    padding: 1.5rem 3rem
}

.wc-block-components-notices__snackbar {
    bottom: 20px;
    right: 16px;
    position: fixed;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        bottom: auto;
        right: 0;
        position: fixed;
        top: 10px
    }

        .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
            margin-right: 10px;
            margin-left: 10px
        }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

    .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
        -ms-grid-row-align: center;
        align-self: center;
        flex-basis: 100%;
        padding-left: 16px;
        white-space: normal
    }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
            padding-left: 0
        }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
            font-weight: 600;
            margin: 0 0 8px
        }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
            margin: 0 24px 0 0;
            padding: 0
        }

            .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
                clear: both;
                content: "";
                display: block
            }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: 0 0;
            border: 0;
            color: #2f2f2f !important;
            float: left;
            margin: 0;
            opacity: .6;
            padding: 0 !important
        }

            .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover {
                opacity: 1
            }

    .wc-block-components-notice-banner > svg {
        fill: #fff;
        background-color: #2f2f2f;
        border-radius: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 2px
    }

    .wc-block-components-notice-banner > .wc-block-components-button {
        background: transparent none !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #2f2f2f !important;
        flex: 0 0 16px;
        height: 16px !important;
        margin: 6px auto 0 0 !important;
        min-height: auto !important;
        min-width: 0 !important;
        opacity: .6;
        outline: none !important;
        padding: 0 !important;
        width: 16px !important
    }

        .wc-block-components-notice-banner > .wc-block-components-button > svg {
            margin: 0 !important
        }

        .wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
            opacity: 1
        }

    .wc-block-components-notice-banner.is-error {
        background-color: #fff0f0;
        border-color: #cc1818
    }

        .wc-block-components-notice-banner.is-error > svg {
            background-color: #cc1818;
            transform: rotate(-180deg)
        }

    .wc-block-components-notice-banner.is-warning {
        background-color: #fffbf4;
        border-color: #f0b849
    }

        .wc-block-components-notice-banner.is-warning > svg {
            background-color: #f0b849;
            transform: rotate(-180deg)
        }

    .wc-block-components-notice-banner.is-success {
        background-color: #f4fff7;
        border-color: #4ab866
    }

        .wc-block-components-notice-banner.is-success > svg {
            background-color: #4ab866
        }

    .wc-block-components-notice-banner.is-info {
        background-color: #f4f8ff;
        border-color: #007cba
    }

        .wc-block-components-notice-banner.is-info > svg {
            background-color: #007cba
        }

.wc-block-components-notice-snackbar-list {
    bottom: 24px;
    box-sizing: border-box;
    right: 24px;
    pointer-events: none;
    position: fixed;
    left: 24px;
    z-index: 100000
}

    .wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
        border: 1px solid transparent;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        display: inline-flex;
        margin: 24px 0 0;
        max-width: 600px;
        pointer-events: all;
        position: relative;
        width: auto
    }

        .wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-default {
            border-color: #2f2f2f
        }

@media(max-width:782px) {
    .wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
        max-width: none;
        width: 100%
    }
}

.notice-transition-enter {
    max-height: 0
}

    .notice-transition-enter.notice-transition-enter-active {
        max-height: 99em;
        transition: max-height .5s ease-in
    }

.notice-transition-enter-done {
    max-height: auto
}

.notice-transition-exit {
    opacity: 1
}

    .notice-transition-exit.notice-transition-exit-active {
        opacity: 0;
        transition: opacity .5s ease-in
    }

.notice-transition-exit-done {
    opacity: 0
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-top: 1em;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-checkbox label {
        align-items: flex-start;
        cursor: pointer;
        display: flex;
        font-size: .875em;
        position: relative
    }

        .wc-block-components-checkbox label input[type=checkbox] {
            cursor: inherit
        }

    .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        border: 2px solid #50575e;
        border-radius: 2px;
        box-sizing: border-box;
        font-size: 1em;
        height: 1.5em;
        margin: 0 0 0 1em;
        min-height: 1.5em;
        min-width: 1.5em;
        overflow: hidden;
        position: static;
        vertical-align: middle;
        width: 1.5em
    }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
            background: #fff;
            border-color: #50575e
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
            outline: 2px solid #50575e;
            outline-offset: 2px
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
            content: ""
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked) + .wc-block-components-checkbox__mark {
            display: none
        }

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6)
}

    .has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
        background: rgba(0,0,0,.1);
        border-color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
        outline: 2px solid hsla(0,0%,100%,.6);
        outline-offset: 2px
    }

.wc-block-components-checkbox.has-error, .wc-block-components-checkbox.has-error a {
    color: #cc1818
}

    .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
        border-color: #cc1818
    }

        .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
            outline: 2px solid #cc1818;
            outline-offset: 2px
        }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 1.125em;
    margin-right: .1875em;
    margin-top: .0625em;
    pointer-events: none;
    position: absolute;
    width: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox > span {
    line-height: 1.5em;
    vertical-align: middle
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox], .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

    .theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked, .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
        background-color: #fff;
        border-color: var(--form--border-color)
    }

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    margin-top: 1.5em;
    position: relative;
    white-space: nowrap
}

    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        color: inherit;
        color: #757575;
        cursor: text;
        font-family: inherit;
        font-size: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        right: 0;
        letter-spacing: inherit;
        line-height: inherit;
        line-height: 1.375;
        margin: 0 17px 0 0;
        max-width: calc(100% - 32px);
        overflow: hidden;
        position: absolute;
        text-decoration: inherit;
        text-overflow: ellipsis;
        text-transform: inherit;
        top: 0;
        transform: translateY(.75em);
        transform-origin: top right;
        transition: transform .2s ease
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label, .has-dark-controls .wc-block-components-text-input label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input input:-webkit-autofill + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    min-height: 0;
    padding: .75em 0;
    text-indent: 16px;
    width: 100%
}

    .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
        background-color: #fff;
        box-shadow: 0 0 0 1px #50575e;
        color: #2b2d2f;
        outline: 0
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .has-dark-controls .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
        background-color: rgba(0,0,0,.1);
        box-shadow: 0 0 0 1px hsla(0,0%,100%,.4);
        color: #fff
    }

.wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

    .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button, .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0
    }

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

    .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus {
        box-shadow: 0 0 0 1px #cc1818
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input, .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active, .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .has-dark-controls .wc-block-components-text-input.has-error input, .has-dark-controls .wc-block-components-text-input.has-error input:active, .has-dark-controls .wc-block-components-text-input.has-error input:focus, .has-dark-controls .wc-block-components-text-input.has-error input:hover {
    border-color: #f18c8c
}

    .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .has-dark-controls .wc-block-components-text-input.has-error input:focus {
        box-shadow: 0 0 0 1px #f18c8c
    }

.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
    color: #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label, .has-dark-controls .wc-block-components-text-input.has-error label {
    color: #f18c8c
}

.wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child {
    margin-top: 1.5em
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-validation-error {
    color: #cc1818;
    font-size: .75em;
    max-width: 100%;
    white-space: normal
}

    .wc-block-components-validation-error > p {
        margin: 0;
        padding: 4px 0 0
    }

.has-dark-mode-palette .wc-block-components-validation-error {
    color: #f18c8c
}

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-grid__no-products .wc-block-grid__no-products-image {
        color: inherit;
        display: block;
        margin: 0 auto 1em;
        max-width: 150px
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-title {
        display: block;
        font-weight: 700;
        margin: 0
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0
}

.wc-block-grid__product {
    border-bottom: 16px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto
}

    .wc-block-grid__product.wc-block-grid__product {
        box-sizing: border-box
    }

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

    .theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
        margin-bottom: 0;
        margin-top: auto;
        padding-bottom: 12px
    }

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px) and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: right
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-left: 12px
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    min-width: 2.2em;
    padding: .3em .6em
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        min-width: 1.6em;
        padding: .1em .2em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

    .wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
        background-color: inherit;
        color: #333;
        opacity: 1 !important
    }

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1)
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-product-title {
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0
}

    .wc-block-components-product-title a {
        color: inherit;
        font-size: inherit
    }

.is-loading .wc-block-components-product-title:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

    .is-loading .wc-block-components-product-title:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-title:before:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: right
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: left
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: right
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: left
}

.wc-block-components-product-price {
    display: block
}

    .wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
        margin-bottom: 12px
    }

    .wc-block-components-product-price ins {
        text-decoration: none
    }

.wc-block-components-product-price__value.is-discounted {
    margin-right: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-price:before:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

    .wc-block-components-product-sale-badge span {
        background-color: inherit;
        color: inherit
    }

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    display: block;
    position: relative;
    text-decoration: none
}

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
        border: 0;
        border-radius: inherit;
        box-shadow: none;
        outline: 0;
        text-decoration: none
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
        border-radius: inherit;
        height: auto;
        vertical-align: middle;
        width: 100%
    }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
            display: none
        }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""], .wc-block-components-product-image img[alt=""] {
            border: 1px solid #f2f2f2
        }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
        right: 4px;
        margin: 0;
        position: absolute;
        left: auto;
        top: 4px
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
        right: 50%;
        margin: 0;
        position: absolute;
        left: auto;
        top: 4px;
        transform: translateX(50%)
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
        right: auto;
        margin: 0;
        position: absolute;
        left: 4px;
        top: 4px
    }

.is-loading .wc-block-components-product-image {
    background-color: currentColor !important;
    border: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: auto;
    z-index: 1
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-image:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-product-image__tools-panel .components-input-control {
    margin-bottom: 8px
}

.wc-block-components-product-rating {
    display: block;
    line-height: 1
}

.wc-block-components-product-rating__stars {
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em
}

    .wc-block-components-product-rating__stars:before {
        color: inherit;
        content: "SSSSS";
        right: 0;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap
    }

    .wc-block-components-product-rating__stars span {
        color: inherit;
        right: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        left: 0;
        top: 0
    }

        .wc-block-components-product-rating__stars span:before {
            color: inherit;
            content: "SSSSS";
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            white-space: nowrap
        }

.wc-block-components-product-rating__link {
    display: inline-block;
    font-size: .875em;
    height: 1.618em;
    text-align: inherit;
    width: 100%
}

.wc-block-all-products .wc-block-components-product-rating {
    margin-bottom: 12px;
    margin-top: 0
}

.wc-block-components-product-rating__norating-container {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    gap: 8px
}

.wc-block-components-product-rating__norating {
    -webkit-text-stroke: 2px var(--wp--preset--color--black,#000);
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 1.5em
}

    .wc-block-components-product-rating__norating:before {
        color: transparent;
        content: "S";
        right: 0;
        position: absolute;
        left: 0;
        text-align: center;
        top: 0;
        white-space: nowrap
    }

.wp-block-woocommerce-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

    .wc-block-all-products .is-loading .wc-block-components-product-rating > *, .wp-block-query .is-loading .wc-block-components-product-rating > * {
        visibility: hidden
    }

    .wc-block-all-products .is-loading .wc-block-components-product-rating:after, .wp-block-query .is-loading .wc-block-components-product-rating:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-button.wc-block-components-product-button {
    white-space: normal;
    word-break: break-word
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        border-style: none;
        display: inline-flex;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        white-space: normal;
        word-break: break-word
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        min-height: 3em;
        min-width: 8em;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
            visibility: hidden
        }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text)
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: 2px solid
}

    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
        color: currentColor
    }

    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
        background-color: transparent;
        background-image: none
    }

.wp-block-button.has-custom-width .wp-block-button__link {
    box-sizing: border-box
}

.wp-block-button.wp-block-button__width-25 .wp-block-button__link {
    width: 25%
}

.wp-block-button.wp-block-button__width-50 .wp-block-button__link {
    width: 50%
}

.wp-block-button.wp-block-button__width-75 .wp-block-button__link {
    width: 75%
}

.wp-block-button.wp-block-button__width-100 .wp-block-button__link {
    width: 100%
}

.wc-block-components-product-summary {
    margin-bottom: 12px;
    margin-top: 0
}

.is-loading .wc-block-components-product-summary:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    height: 6em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-product-summary:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-summary:before:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-sku {
    display: block;
    font-size: .875em;
    overflow-wrap: break-word;
    text-transform: uppercase
}

.wc-block-components-product-stock-indicator {
    display: block;
    font-size: .875em;
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
            display: block
        }

            .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
                fill: currentColor;
                height: 1.5em;
                margin: -.25em .5em -.25em 0;
                vertical-align: top;
                width: 1.5em
            }

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
        color: #43454b;
        flex-basis: 5em;
        margin: 0 0 .75em 1em;
        padding: .618em;
        text-align: center
    }

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

    .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
        visibility: hidden
    }

    .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

    .wc-block-components-button:not(.is-link).outlined {
        background: 0 0;
        color: currentColor
    }

        .wc-block-components-button:not(.is-link).outlined:not(:focus) {
            box-shadow: inset 0 0 0 1px currentColor
        }

        .wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff
        }

        .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff;
            opacity: 1
        }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

    .wc-block-components-spinner:after {
        -webkit-animation: spinner__animation 1s linear infinite;
        animation: spinner__animation 1s linear infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: .2em solid;
        border-right: .2em solid transparent;
        border-radius: 50%;
        box-sizing: border-box;
        content: " ";
        height: 1em;
        right: 50%;
        margin: -.5em -.5em 0 0;
        position: absolute;
        top: 50%;
        transform: translateZ(0) scale(.5);
        transform-origin: 50% 50%;
        width: 1em
    }

.wc-block-components-product-add-to-cart-attribute-picker {
    flex-basis: 100%;
    margin: 0
}

    .wc-block-components-product-add-to-cart-attribute-picker label {
        display: block;
        font-size: 1em
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
        position: relative
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
            min-height: 1.75em;
            min-width: 60%
        }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
            margin-bottom: 24px
        }

            .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
                border-color: #cc1818
            }

                .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
                    outline-color: #cc1818
                }

.wc-block-components-skeleton {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%
}

.wc-block-components-skeleton-text-line {
    background: #e0e0e0;
    border-radius: 2em;
    height: .8em;
    position: relative;
    width: 100%
}

    .wc-block-components-skeleton-text-line:last-child {
        width: 80%
    }

.wp-block-add-to-cart-form {
    width: unset
}

    .wp-block-add-to-cart-form .input-text {
        font-size: var(--wp--preset--font-size--small);
        padding: .9rem 1.1rem
    }

.woocommerce .wp-block-woocommerce-product-image-gallery {
    clear: both;
    max-width: 512px;
    position: relative
}

    .woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
        right: -1rem;
        left: unset;
        z-index: 1
    }

    .woocommerce .wp-block-woocommerce-product-image-gallery:after {
        clear: both;
        content: "";
        display: table
    }

    .woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
        width: 100%
    }

.wp-block-woocommerce-product-details ul.wc-tabs {
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    margin: 0 0 1.618em;
    overflow: hidden;
    padding: 0 1em 0 0;
    position: relative
}

    .wp-block-woocommerce-product-details ul.wc-tabs li {
        border: 1px solid #e0e0e0;
        border-radius: 4px 4px 0 0;
        display: inline-block;
        margin: 0;
        padding: .5em 1em;
        position: relative;
        z-index: 0
    }

        .wp-block-woocommerce-product-details ul.wc-tabs li a {
            display: inline-block;
            font-weight: 700;
            text-decoration: none
        }

            .wp-block-woocommerce-product-details ul.wc-tabs li a:hover {
                text-decoration: none
            }

        .wp-block-woocommerce-product-details ul.wc-tabs li.active {
            z-index: 2
        }

            .wp-block-woocommerce-product-details ul.wc-tabs li.active a {
                text-shadow: inherit
            }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wp-block-woocommerce-product-reviews img {
    max-width: 600px
}

.wp-block-woocommerce-product-reviews .submit {
    margin-top: 2rem
}

.wp-block-woocommerce-product-reviews__editor__row {
    align-items: center;
    display: flex;
    gap: 2rem
}

    .wp-block-woocommerce-product-reviews__editor__row > span {
        flex-basis: 20%
    }

    .wp-block-woocommerce-product-reviews__editor__row .wp-block-woocommerce-product-reviews__editor__stars, .wp-block-woocommerce-product-reviews__editor__row textarea {
        flex-grow: 1;
        margin-left: 1rem
    }

    .wp-block-woocommerce-product-reviews__editor__row textarea {
        flex-grow: 1;
        height: 8rem
    }

.wp-block-woocommerce-product-reviews__editor__stars {
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em
}

    .wp-block-woocommerce-product-reviews__editor__stars:before {
        color: inherit;
        content: "SSSSS";
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap
    }

.wc-block-components-review-sort-select {
    text-align: left
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-left: 12px
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0
}

.is-loading .wc-block-components-review-list-item__text {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 60%;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__text > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__text:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    font-size: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 80px;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 120px;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0 0 48px
}

.wc-block-components-review-list-item__info {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    -ms-grid-row-span: 2;
    align-items: center;
    display: flex;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1/3;
    height: 3em;
    justify-content: center;
    position: relative;
    width: 3em
}

    .wc-block-components-review-list-item__image > img {
        display: block;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.wc-block-components-review-list-item__verified {
    bottom: -7px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    left: -7px;
    text-indent: 21px;
    width: 21px
}

    .wc-block-components-review-list-item__verified:before {
        background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
        content: "";
        display: block;
        height: 21px;
        width: 21px
    }

.wc-block-components-review-list-item__meta {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

    .wc-block-components-review-list-item__meta:after {
        content: "";
        flex-basis: 100%;
        order: 3
    }

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    margin-left: 8px;
    order: 1
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
        font-weight: 400;
        order: 4
    }

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
    padding-right: 8px;
    position: relative
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
        border-left: 1px solid;
        content: "";
        display: inline-block;
        height: 1em;
        margin-right: -8px;
        opacity: .5;
        position: absolute;
        top: calc(50% + .1em);
        transform: translateY(-50%);
        vertical-align: middle
    }

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

    .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
        display: block;
        font-family: star;
        font-size: 1em;
        font-weight: 400;
        height: 1em;
        line-height: 1;
        overflow: hidden;
        position: relative;
        top: 0;
        width: 5.3em
    }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
            content: "SSSSS";
            float: right;
            right: 0;
            opacity: .25;
            position: absolute;
            top: 0
        }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
            float: right;
            right: 0;
            overflow: hidden;
            padding-top: 1.5em;
            position: absolute;
            top: 0
        }

            .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
                color: #e6a237;
                content: "SSSSS";
                right: 0;
                position: absolute;
                top: 0
            }

.wc-block-components-review-list-item__text p {
    font-size: inherit
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wp-block-woocommerce-attribute-filter {
    border-style: none !important
}

    .wp-block-woocommerce-attribute-filter h1, .wp-block-woocommerce-attribute-filter h2, .wp-block-woocommerce-attribute-filter h3, .wp-block-woocommerce-attribute-filter h4, .wp-block-woocommerce-attribute-filter h5, .wp-block-woocommerce-attribute-filter h6 {
        text-transform: inherit
    }

.wc-block-attribute-filter {
    border-color: inherit;
    border-radius: inherit;
    margin-bottom: 16px
}

    .wc-block-attribute-filter .is-loading {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 0;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        height: 1em;
        line-height: 1;
        margin-top: 16px;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wc-block-attribute-filter .is-loading > * {
            visibility: hidden
        }

        .wc-block-attribute-filter .is-loading:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-attribute-filter .is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-attribute-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

    .wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token + input[type=text].components-form-token-field__input {
        opacity: 0
    }

    .wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token + input[type=text].components-form-token-field__input {
        opacity: 1
    }

    .wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button {
        height: 36px;
        line-height: 1
    }

    .wc-block-attribute-filter.style-dropdown > svg {
        pointer-events: none;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%)
    }

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0;
    width: 100%
}

    .wc-block-attribute-filter .wc-block-attribute-filter-list li label {
        cursor: pointer
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list li input {
        cursor: pointer;
        display: inline-block
    }

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

    .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
        border: 1px solid #757575 !important;
        border-radius: 4px
    }

    .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
        border-radius: .25em
    }

    .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
        border-radius: inherit
    }

    .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        border: 0;
        border-radius: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        padding: 8px;
        text-decoration: inherit;
        text-transform: inherit
    }

        .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
            font-size: .875em
        }

            .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
                color: #000
            }

            .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
                color: #000
            }

            .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
                color: #000
            }

        .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
            border: 1px solid #757575;
            border-radius: 4px;
            margin-top: 8px;
            max-height: 21em
        }

            .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
                border: 1px solid #ccc;
                border-radius: 4px;
                color: #000;
                margin: 12px;
                padding: 12px
            }

        .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion, .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
            font-size: .875em
        }

.wc-block-attribute-filter__conditions-toggle, .wc-block-attribute-filter__display-toggle, .wc-block-attribute-filter__multiple-toggle {
    width: 100%
}

.wc-block-attribute-filter__instructions {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em
}

.wc-block-attribute-filter__selection {
    padding-top: 1em
}

.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label {
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-attribute-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

    .wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
        margin-right: 0
    }

        .wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled {
            cursor: auto;
            opacity: .6
        }

    .wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
        font-size: .875em;
        margin-top: 0
    }

.editor-styles-wrapper .wc-block-components-checkbox, .wc-block-components-checkbox {
    margin-top: 1em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
    padding: 4px 8px 4px 30px
}

    .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
        background-color: #fff;
        border: 1px solid;
        border-radius: 0 25px 25px 0;
        border-left: 0;
        line-height: 22px;
        padding: .25em .75em .25em .5em
    }

    .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container > .components-form-token-field__input {
        margin: .25em 0
    }

    .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
        background-color: #fff;
        border: 1px solid;
        border-right: 0;
        border-radius: 25px 0 0 25px;
        padding: 1px 0 0 .25em
    }

        .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
            background-color: #e0e0e0;
            border-radius: 25px
        }

.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button, .wc-block-attribute-filter__button.wc-block-attribute-filter__button {
    font-size: .875em;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: .5em 1em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-filter-element-label-list-count:before {
    content: " ("
}

.wc-filter-element-label-list-count:after {
    content: ")"
}

.wc-block-filter-title-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 1.625em;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 100% !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    min-width: 80px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-filter-title-placeholder > * {
        visibility: hidden
    }

    .wc-block-filter-title-placeholder:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-filter-title-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title, .wc-block-filter-title-placeholder .wc-block-attribute-filter__title, .wc-block-filter-title-placeholder .wc-block-price-filter__title, .wc-block-filter-title-placeholder .wc-block-rating-filter__title, .wc-block-filter-title-placeholder .wc-block-stock-filter__title {
    height: 1em;
    margin: 0
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
    right: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: z-index(".components-popover")
}

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded, .wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
        opacity: 1
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        z-index: z-index(".components-popover") !important
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
        margin-right: 2px
    }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
            border: 8px solid #ccc
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
            border-color: #1e1e1e
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
            border: 8px solid #fff
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
            content: "";
            height: 0;
            line-height: 0;
            position: absolute;
            width: 0
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
            margin-top: -8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
                bottom: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
                bottom: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
                border-bottom: none;
                border-right-color: transparent;
                border-left-color: transparent;
                border-top-style: solid;
                margin-right: -10px
            }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
            margin-top: 8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
                top: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
                top: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
                border-bottom-style: solid;
                border-right-color: transparent;
                border-left-color: transparent;
                border-top: none;
                margin-right: -10px
            }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
            margin-right: -8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
                left: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
                left: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
                border-bottom-color: transparent;
                border-right-style: solid;
                border-left: none;
                border-top-color: transparent
            }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
            margin-right: 8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
                right: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
                right: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
                border-bottom-color: transparent;
                border-right: none;
                border-left-style: solid;
                border-top-color: transparent
            }

    .wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
        bottom: 100%
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
        top: 100%
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
        align-items: center;
        display: flex
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
        margin-top: 12px
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
        margin-top: -12px
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
        margin-right: 12px
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
        margin-left: 12px
    }

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);
    height: 100%
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: 1px solid #1e1e1e;
    box-shadow: none
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    height: auto;
    overflow-y: auto;
    position: absolute
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: none;
    border-top: 1px solid #1e1e1e;
    height: calc(100% - 48px);
    min-width: auto;
    overflow-y: visible;
    position: static
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    bottom: 100%
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    right: 50%;
    transform: translateX(50%)
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    right: 100%;
    position: absolute
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-right: -25px
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    position: absolute;
    left: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-left: -25px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 16px 0 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
    z-index: z-index(".components-popover__close")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
    z-index: z-index(".components-tooltip")
}

    .wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
        min-width: 0
    }

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
    background: #1e1e1e;
    border-radius: 2px;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap
}

    .wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content > div {
        padding: 4px 8px
    }

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
    display: inline-block;
    margin-right: 8px
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
    position: relative
}

    .wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
        bottom: 0;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: z-index(".components-tooltip .event-catcher")
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    align-items: center;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 2px 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal
    }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder {
    color: rgba(30,30,30,.62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder {
    color: rgba(30,30,30,.62);
    opacity: 1
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder {
    color: rgba(30,30,30,.62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-size: 16px;
    margin-right: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%
}

@media(min-width:600px) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size: 13px
    }
}

.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token + input[type=text].components-form-token-field__input {
    width: auto
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label {
    display: inline-block;
    margin-bottom: 4px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help {
    color: #757575;
    font-size: 12px;
    font-style: normal
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    margin: 2px 0 2px 4px;
    max-width: 100%
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text {
        background: #4ab866
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text {
        background: #cc1818
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text {
        color: #757575
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless {
        padding: 0 0 0 16px;
        position: relative
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
            background: 0 0;
            color: var(--wp-admin-theme-color)
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
            background: 0 0;
            color: #757575;
            position: absolute;
            left: 0;
            top: 1px
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
            color: #4ab866
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
            border-radius: 0 4px 4px 0;
            color: #cc1818;
            padding: 0 6px 0 4px
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
            color: #1e1e1e
        }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
        cursor: default
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4,1,.4,1)
}

@media(prefers-reduced-motion:reduce) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    border-radius: 0 2px 2px 0;
    overflow: hidden;
    padding: 0 8px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button {
    border-radius: 2px 0 0 2px;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover {
        color: #1e1e1e
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    border-top: 1px solid #757575;
    flex: 1 0 100%;
    list-style: none;
    margin: 4px -4px -4px;
    max-height: 9em;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 4px 8px
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
        background: var(--wp-admin-theme-color);
        color: #fff
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match {
    text-decoration: underline
}

.wc-blocks-components-form-token-field-wrapper {
    border-color: #949494
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__label, .wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
        clip: rect(1px,1px,1px,1px);
        word-wrap: normal !important;
        border: 0;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        overflow-wrap: normal !important;
        padding: 0;
        position: absolute !important;
        width: 1px
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        border-color: inherit;
        box-sizing: border-box;
        margin-bottom: 0
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
        color: #000;
        position: relative
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
            min-height: 30px
        }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
        background: #e0e0e0
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
        border: none
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
        background-color: #fff;
        border: 1px solid #949494;
        border-top: 0 solid #949494;
        right: -1px;
        margin: 1px 0 0;
        position: absolute;
        left: -1px;
        top: 100%;
        z-index: 50
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
            display: none
        }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
        padding: 8px
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
            background: #f0f0f0;
            color: #2f2f2f
        }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
        margin-left: 0;
        position: relative;
        width: 100%;
        z-index: 1
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
        background: 0 0
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
        padding-right: 4px;
        width: 100%
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token + input[type=text].components-form-token-field__input {
        position: absolute
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token + input[type=text].components-form-token-field__input {
        border: 1px solid #949494;
        margin: 0 2px 4px;
        padding: 0 5px;
        position: static
    }

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    .editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
        list-style: none outside;
        margin: 0 0 4px;
        padding: 0
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
            background: 0 0;
            border: none;
            cursor: pointer;
            padding: 0;
            text-decoration: underline
        }

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
            visibility: hidden
        }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after, .wc-block-components-checkbox-list.is-loading li:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-filter-reset-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

    .wc-block-components-filter-reset-button:active, .wc-block-components-filter-reset-button:focus, .wc-block-components-filter-reset-button:hover {
        background: 0 0
    }

    .wc-block-components-filter-reset-button:hover {
        color: inherit;
        text-decoration: none
    }

    .wc-block-components-filter-reset-button[disabled] {
        cursor: not-allowed
    }

.wc-block-components-filter-submit-button {
    border: none;
    display: block;
    margin-right: auto;
    white-space: nowrap
}

    .wc-block-components-filter-submit-button.is-loading {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 0;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        line-height: normal;
        margin-top: 16px;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        z-index: 1
    }

        .wc-block-components-filter-submit-button.is-loading > * {
            visibility: hidden
        }

        .wc-block-components-filter-submit-button.is-loading:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-filter-submit-button.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.woocommerce.wc-block-breadcrumbs {
    font-size: inherit
}

.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb {
    display: block;
    margin: auto
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.woocommerce.wc-block-catalog-sorting form {
    float: none
}

.woocommerce.wc-block-catalog-sorting select.orderby {
    font-size: inherit
}

.woocommerce.wc-block-catalog-sorting.has-text-color select.orderby {
    color: inherit
}

.woocommerce.wc-block-catalog-sorting .woocommerce-ordering {
    margin: auto
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.is-layout-constrained > .wp-block-woocommerce-customer-account.alignright {
    float: none;
    justify-content: flex-end
}

.is-layout-constrained > .wp-block-woocommerce-customer-account.alignleft {
    float: none;
    justify-content: flex-start
}

.is-layout-constrained > .wp-block-woocommerce-customer-account.aligncenter {
    float: none;
    justify-content: center
}

.wp-block-woocommerce-customer-account {
    display: flex
}

    .wp-block-woocommerce-customer-account a {
        align-items: center;
        color: currentColor !important;
        display: flex;
        text-decoration: none !important
    }

        .wp-block-woocommerce-customer-account a:hover {
            text-decoration: underline !important
        }

        .wp-block-woocommerce-customer-account a .icon {
            height: 1em;
            width: 1em
        }

        .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
            height: 1.4375em;
            padding: .5em;
            width: 1.4375em
        }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wp-block-woocommerce-featured-category {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-category {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

    .wc-block-featured-category.has-background-dim .background-dim__overlay:before {
        background: inherit;
        border-radius: inherit;
        bottom: 0;
        content: "";
        right: 0;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
        opacity: .1
    }

    .wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
        opacity: .2
    }

    .wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
        opacity: .3
    }

    .wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
        opacity: .4
    }

    .wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
        opacity: .5
    }

    .wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
        opacity: .6
    }

    .wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
        opacity: .7
    }

    .wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
        opacity: .8
    }

    .wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
        opacity: .9
    }

    .wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
        opacity: 1
    }

.wc-block-featured-category__selection {
    width: 100%
}

.wc-block-featured-category.has-left-content {
    justify-content: flex-start
}

    .wc-block-featured-category.has-left-content .wc-block-featured-category__description, .wc-block-featured-category.has-left-content .wc-block-featured-category__price, .wc-block-featured-category.has-left-content .wc-block-featured-category__title, .wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
        margin-right: 0;
        text-align: right
    }

.wc-block-featured-category.has-right-content {
    justify-content: flex-end
}

    .wc-block-featured-category.has-right-content .wc-block-featured-category__description, .wc-block-featured-category.has-right-content .wc-block-featured-category__price, .wc-block-featured-category.has-right-content .wc-block-featured-category__title, .wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
        margin-left: 0;
        text-align: left
    }

.wc-block-featured-category.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-category__description, .wc-block-featured-category__price, .wc-block-featured-category__title, .wc-block-featured-category__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

    .wc-block-featured-category__description a, .wc-block-featured-category__description a:active, .wc-block-featured-category__description a:focus, .wc-block-featured-category__description a:hover, .wc-block-featured-category__price a, .wc-block-featured-category__price a:active, .wc-block-featured-category__price a:focus, .wc-block-featured-category__price a:hover, .wc-block-featured-category__title a, .wc-block-featured-category__title a:active, .wc-block-featured-category__title a:focus, .wc-block-featured-category__title a:hover, .wc-block-featured-category__variation a, .wc-block-featured-category__variation a:active, .wc-block-featured-category__variation a:focus, .wc-block-featured-category__variation a:hover {
        color: #fff
    }

.wc-block-featured-category__description, .wc-block-featured-category__link, .wc-block-featured-category__price, .wc-block-featured-category__title, .wc-block-featured-category__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__background-image {
    bottom: 0;
    height: 100%;
    right: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: fixed
    }

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-category__description {
    color: inherit
}

    .wc-block-featured-category__description p {
        margin: 0
    }

.wc-block-featured-category .wc-block-featured-category__title {
    color: inherit;
    margin-top: 0
}

    .wc-block-featured-category .wc-block-featured-category__title div {
        color: inherit
    }

    .wc-block-featured-category .wc-block-featured-category__title:before {
        display: none
    }

.wc-block-featured-category__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-category .wp-block-button.aligncenter {
    text-align: center
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wp-block-woocommerce-featured-product {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-product {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

    .wc-block-featured-product.has-background-dim .background-dim__overlay:before {
        background: inherit;
        border-radius: inherit;
        bottom: 0;
        content: "";
        right: 0;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
        opacity: .1
    }

    .wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
        opacity: .2
    }

    .wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
        opacity: .3
    }

    .wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
        opacity: .4
    }

    .wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
        opacity: .5
    }

    .wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
        opacity: .6
    }

    .wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
        opacity: .7
    }

    .wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
        opacity: .8
    }

    .wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
        opacity: .9
    }

    .wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
        opacity: 1
    }

.wc-block-featured-product__selection {
    width: 100%
}

.wc-block-featured-product.has-left-content {
    justify-content: flex-start
}

    .wc-block-featured-product.has-left-content .wc-block-featured-product__description, .wc-block-featured-product.has-left-content .wc-block-featured-product__price, .wc-block-featured-product.has-left-content .wc-block-featured-product__title, .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
        margin-right: 0;
        text-align: right
    }

.wc-block-featured-product.has-right-content {
    justify-content: flex-end
}

    .wc-block-featured-product.has-right-content .wc-block-featured-product__description, .wc-block-featured-product.has-right-content .wc-block-featured-product__price, .wc-block-featured-product.has-right-content .wc-block-featured-product__title, .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
        margin-left: 0;
        text-align: left
    }

.wc-block-featured-product.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-product__description, .wc-block-featured-product__price, .wc-block-featured-product__title, .wc-block-featured-product__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

    .wc-block-featured-product__description a, .wc-block-featured-product__description a:active, .wc-block-featured-product__description a:focus, .wc-block-featured-product__description a:hover, .wc-block-featured-product__price a, .wc-block-featured-product__price a:active, .wc-block-featured-product__price a:focus, .wc-block-featured-product__price a:hover, .wc-block-featured-product__title a, .wc-block-featured-product__title a:active, .wc-block-featured-product__title a:focus, .wc-block-featured-product__title a:hover, .wc-block-featured-product__variation a, .wc-block-featured-product__variation a:active, .wc-block-featured-product__variation a:focus, .wc-block-featured-product__variation a:hover {
        color: #fff
    }

.wc-block-featured-product__description, .wc-block-featured-product__link, .wc-block-featured-product__price, .wc-block-featured-product__title, .wc-block-featured-product__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__background-image {
    bottom: 0;
    height: 100%;
    right: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: fixed
    }

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-product__description {
    color: inherit
}

    .wc-block-featured-product__description p {
        margin: 0
    }

.wc-block-featured-product .wc-block-featured-product__title {
    color: inherit;
    margin-top: 0
}

    .wc-block-featured-product .wc-block-featured-product__title div {
        color: inherit
    }

    .wc-block-featured-product .wc-block-featured-product__title:before {
        display: none
    }

.wc-block-featured-product__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-product .wp-block-button.aligncenter {
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
    border: 0;
    margin-top: 0
}

    .wc-block-featured-product .wc-block-featured-product__title:before, .wc-block-featured-product .wc-block-featured-product__variation:before {
        display: none
    }

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    line-height: 1.5;
    margin: 0
}

.wc-block-mini-cart {
    display: inline-block
}

.wc-block-mini-cart__template-part, .wp-block-woocommerce-mini-cart-contents {
    height: 100%
}

.wc-block-mini-cart__button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: .75em .5em
}

    .wc-block-mini-cart__button:hover:not([disabled]) {
        opacity: .6
    }

.wc-block-mini-cart__amount {
    margin-left: .5em
}

.wc-block-mini-cart--preview .wc-block-mini-cart__amount {
    display: initial
}

.wc-block-mini-cart__tax-label {
    margin-left: .5em
}

@media screen and (min-width:768px) {
    .wc-block-mini-cart__amount {
        display: initial;
        font-size: inherit;
        font-weight: inherit;
        margin-left: 8px
    }
}

.drawer-open .wc-block-mini-cart__button {
    pointer-events: none
}

.wc-block-mini-cart__drawer {
    font-size: 1rem
}

    .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
        box-sizing: border-box;
        justify-content: center;
        padding: 0;
        position: relative
    }

        .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices {
            margin: 16px 16px -16px 40px;
            margin-bottom: unset
        }

            .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice {
                margin-bottom: unset
            }

            .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:empty {
                display: none
            }

:where(.wp-block-woocommerce-mini-cart-contents) {
    background: #fff
}

.wp-block-woocommerce-empty-mini-cart-contents-block, .wp-block-woocommerce-filled-mini-cart-contents-block {
    background: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: -webkit-fill-available;
    max-height: -moz-available;
    max-height: fill-available
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
    justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
    justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
    overflow-y: auto;
    padding: 40px 16px 16px
}

h2.wc-block-mini-cart__title {
    align-items: baseline;
    background: inherit;
    display: flex;
    font-size: 2em;
    margin: 16px 16px -32px;
    -webkit-mask-image: linear-gradient(#000 calc(100% - 24px),transparent);
    mask-image: linear-gradient(#000 calc(100% - 24px),transparent);
    padding-bottom: 32px;
    z-index: 1
}

    h2.wc-block-mini-cart__title span:first-child {
        margin-left: 8px
    }

.wc-block-mini-cart__items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px 16px 0
}

    .wc-block-mini-cart__items .wc-block-mini-cart__products-table {
        margin-bottom: auto
    }

        .wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
            padding-bottom: 8px;
            padding-top: 8px
        }

            .wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
                content: none
            }

.wc-block-mini-cart__footer {
    padding: 24px 16px;
    position: relative
}

    .wc-block-mini-cart__footer:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
        font-weight: 600;
        margin-bottom: 16px
    }

        .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
            display: none;
            font-size: .75em;
            font-weight: 400
        }

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display: unset
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions > .block-editor-inner-blocks > .block-editor-block-list__layout {
    display: flex;
    gap: 16px
}

    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions > .block-editor-inner-blocks > .block-editor-block-list__layout .wc-block-components-button, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block-button, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block-woocommerce-mini-cart-checkout-button-block {
        display: inline-flex;
        flex-grow: 1
    }

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block {
        display: inline-flex
    }
}

@media only screen and (max-width:480px) {
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions > .block-editor-inner-blocks > .block-editor-block-list__layout {
        flex-direction: column
    }
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
    display: flex;
    justify-content: center
}

    .wc-block-mini-cart__shopping-button a {
        border: 2px solid;
        color: currentColor;
        font-weight: 600;
        padding: 12px 24px;
        text-decoration: none
    }

        .wc-block-mini-cart__shopping-button a:focus, .wc-block-mini-cart__shopping-button a:hover {
            background-color: #1e1e1e;
            border-color: #1e1e1e;
            color: #fff
        }

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex;
    position: relative
}

.wc-block-mini-cart__badge {
    align-items: center;
    border-radius: 1em;
    box-sizing: border-box;
    display: flex;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    right: 100%;
    margin-right: -44%;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    position: absolute;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

:where(.wc-block-mini-cart__badge) {
    background-color: transparent;
    color: transparent
}

.wc-block-mini-cart__badge:empty {
    opacity: 0
}

.wc-block-mini-cart__icon {
    display: block;
    height: 2em;
    margin: -.25em;
    width: 2em
}

html[dir=rtl] .wc-block-mini-cart__icon {
    transform: scaleX(-1)
}

:root {
    --drawer-width: 480px;
    --neg-drawer-width: calc(var(--drawer-width)*-1)
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(max(-100%,var(--neg-drawer-width)))
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(max(-100%,var(--neg-drawer-width)))
    }
}

@-webkit-keyframes rtlslidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(min(100%,var(--drawer-width)))
    }
}

@keyframes rtlslidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(min(100%,var(--drawer-width)))
    }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95,95,95,.35);
    bottom: 0;
    right: 0;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadein;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    opacity: 0;
    pointer-events: none
}

.wc-block-components-drawer {
    background: #fff;
    display: block;
    height: 100%;
    right: 100%;
    max-width: 100%;
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(max(-100%,var(--neg-drawer-width)));
    width: var(--drawer-width)
}

    .wc-block-components-drawer:after {
        border-style: solid;
        border-width: 0 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.rtl .wc-block-components-drawer {
    transform: translateX(min(100%,var(--drawer-width)))
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: slidein;
    animation-name: slidein
}

.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-name: rtlslidein;
    animation-name: rtlslidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-drawer, .wc-block-components-drawer__screen-overlay {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        transition: none !important
    }
}

.wc-block-components-drawer__close {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    color: inherit !important;
    margin: -1em;
    opacity: .6;
    padding: 0;
    padding: 1em !important;
    position: absolute !important;
    left: 12px;
    top: 12px;
    vertical-align: baseline;
    z-index: 2
}

    .wc-block-components-drawer__close:active, .wc-block-components-drawer__close:focus, .wc-block-components-drawer__close:hover {
        opacity: 1
    }

        .wc-block-components-drawer__close:focus:not(:focus-visible) {
            box-shadow: none;
            outline: none
        }

    .wc-block-components-drawer__close > span {
        clip: rect(1px,1px,1px,1px);
        word-wrap: normal !important;
        border: 0;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        overflow-wrap: normal !important;
        padding: 0;
        position: absolute !important;
        width: 1px
    }

    .wc-block-components-drawer__close svg {
        fill: currentColor;
        display: block
    }

.wc-block-components-drawer__content {
    height: 100dvh;
    position: relative
}

.admin-bar .wc-block-components-drawer__content {
    height: calc(100dvh - 46px);
    margin-top: 46px
}

@media only screen and (min-width:783px) {
    .admin-bar .wc-block-components-drawer__content {
        height: calc(100dvh - 32px);
        margin-top: 32px
    }
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

    .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
        visibility: hidden
    }

    .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

    .wc-block-components-button:not(.is-link).outlined {
        background: 0 0;
        color: currentColor
    }

        .wc-block-components-button:not(.is-link).outlined:not(:focus) {
            box-shadow: inset 0 0 0 1px currentColor
        }

        .wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff
        }

        .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff;
            opacity: 1
        }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

    .wc-block-components-spinner:after {
        -webkit-animation: spinner__animation 1s linear infinite;
        animation: spinner__animation 1s linear infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: .2em solid;
        border-right: .2em solid transparent;
        border-radius: 50%;
        box-sizing: border-box;
        content: " ";
        height: 1em;
        right: 50%;
        margin: -.5em -.5em 0 0;
        position: absolute;
        top: 50%;
        transform: translateZ(0) scale(.5);
        transform-origin: 50% 50%;
        width: 1em
    }

.wp-block-woocommerce-price-filter {
    border-color: #757575;
    border-radius: 4px;
    border-style: none !important
}

    .wp-block-woocommerce-price-filter h1, .wp-block-woocommerce-price-filter h2, .wp-block-woocommerce-price-filter h3, .wp-block-woocommerce-price-filter h4, .wp-block-woocommerce-price-filter h5, .wp-block-woocommerce-price-filter h6 {
        text-transform: inherit
    }

.wc-block-price-filter, .wc-block-price-filter__controls, .wc-block-price-slider {
    border-color: inherit;
    border-radius: inherit
}

    .wc-block-price-filter__controls input {
        border-color: inherit !important;
        border-radius: inherit !important;
        border-style: solid
    }

    .wc-block-price-filter__controls .input-loading {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 0;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        height: 2em;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        width: 5.625em;
        z-index: 1
    }

        .wc-block-price-filter__controls .input-loading > * {
            visibility: hidden
        }

        .wc-block-price-filter__controls .input-loading:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-price-filter__controls .input-loading {
        -webkit-animation: none;
        animation: none
    }
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button, .wc-block-price-filter__button.wc-block-components-price-slider__button {
    font-size: .875em;
    padding: .5em 1em
}

.wc-block-filter-title-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 1.625em;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 100% !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    min-width: 80px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-filter-title-placeholder > * {
        visibility: hidden
    }

    .wc-block-filter-title-placeholder:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-filter-title-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title, .wc-block-filter-title-placeholder .wc-block-attribute-filter__title, .wc-block-filter-title-placeholder .wc-block-price-filter__title, .wc-block-filter-title-placeholder .wc-block-rating-filter__title, .wc-block-filter-title-placeholder .wc-block-stock-filter__title {
    height: 1em;
    margin: 0
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button > *, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button > *, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
    display: none
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    border-radius: 4px;
    clear: both;
    flex-grow: 1;
    height: 4px;
    margin: 15px 0;
    outline: none;
    padding: 0 !important;
    position: relative
}

    .wc-block-components-price-slider__range-input-wrapper:before {
        background: currentColor;
        bottom: 0;
        content: "";
        right: 0;
        opacity: .2;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-price-slider__range-input-wrapper.is-loading {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 0;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        height: .5625em;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wc-block-components-price-slider__range-input-wrapper.is-loading > * {
            visibility: hidden
        }

        .wc-block-components-price-slider__range-input-wrapper.is-loading:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__range-input-wrapper.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: currentColor;
    background: var(--track-background);
    height: 4px;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wc-block-components-price-slider__controls {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 16px 0
}

    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
        border-radius: 4px;
        border-width: 1px;
        font-size: .875em;
        margin: 0;
        max-width: 80px;
        min-width: 0;
        padding: 8px;
        width: auto
    }

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 60px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading > * {
        visibility: hidden
    }

    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 24px 0
}

    .wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
        font-size: .875em
    }

.wc-block-components-price-slider__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

    .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
        font-size: .875em;
        margin-right: 0;
        margin-top: 0
    }

.wc-block-components-price-slider__range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    display: block;
    height: 0;
    right: 0;
    margin: 0;
    outline: none;
    outline: none !important;
    padding: 0 !important;
    pointer-events: none;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%
}

    .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: default;
        height: 1px;
        outline: 0
    }

    .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        background-position: 100% 0;
        border: 2px solid #1e1e1e;
        border-radius: 100%;
        box-sizing: content-box;
        cursor: pointer;
        height: 12px;
        margin: -5px 0 0;
        padding: 0;
        pointer-events: auto;
        -webkit-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        vertical-align: top;
        width: 12px;
        z-index: 20
    }

        .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
            background: #1e1e1e;
            border-color: #fff
        }

    .wc-block-components-price-slider__range-input::-webkit-slider-progress {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: 0 0;
        border: 0 !important;
        margin: 0;
        outline: none;
        padding: 0 !important
    }

    .wc-block-components-price-slider__range-input::-moz-focus-outer {
        border: 0
    }

    .wc-block-components-price-slider__range-input::-moz-range-track {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: default;
        height: 1px;
        outline: 0
    }

    .wc-block-components-price-slider__range-input::-moz-range-progress {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: 0 0;
        border: 0 !important;
        margin: 0;
        outline: none;
        padding: 0 !important
    }

    .wc-block-components-price-slider__range-input::-moz-range-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        background-position: 100% 0;
        border: 2px solid #1e1e1e;
        border-radius: 100%;
        box-sizing: content-box;
        cursor: pointer;
        height: 12px;
        margin: 0;
        padding: 0;
        pointer-events: auto;
        -moz-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        vertical-align: top;
        width: 12px;
        z-index: 20
    }

        .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
            background: #1e1e1e;
            border-color: #fff
        }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        background-position: 100% 0;
        border: 2px solid #1e1e1e;
        border-radius: 100%;
        box-sizing: content-box;
        cursor: pointer;
        height: 12px;
        margin: 0;
        padding: 0;
        pointer-events: auto;
        -ms-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        vertical-align: top;
        width: 12px;
        z-index: 20
    }

        .wc-block-components-price-slider__range-input::-ms-thumb:hover {
            background: #1e1e1e;
            border-color: #fff
        }

    .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
        background: #1e1e1e;
        border-color: #fff
    }

    .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
        background: #1e1e1e;
        border-color: #fff
    }

    .wc-block-components-price-slider__range-input:focus::-ms-thumb {
        background: #1e1e1e;
        border-color: #fff
    }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
        z-index: 21
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
            background-position-x: right;
            margin-right: -2px
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
            background-position-x: right;
            transform: translate(2px,2px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
            background-position-x: right
        }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
        z-index: 20
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
            background-position-x: left;
            margin-right: 2px
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
            background-position-x: left;
            transform: translate(-2px,2px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
            background-position-x: left
        }

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            pointer-events: auto;
            transform: translate(-1px)
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            pointer-events: auto;
            transform: translate(-1px)
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }

    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: 0 0;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: 0 0;
    margin: -3px;
    width: calc(100% + 6px)
}

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
        margin-top: -9px
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
        transform: translate(-2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
        transform: translate(2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
        border-color: transparent !important
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        height: 50px;
        position: relative
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-filter-reset-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

    .wc-block-components-filter-reset-button:active, .wc-block-components-filter-reset-button:focus, .wc-block-components-filter-reset-button:hover {
        background: 0 0
    }

    .wc-block-components-filter-reset-button:hover {
        color: inherit;
        text-decoration: none
    }

    .wc-block-components-filter-reset-button[disabled] {
        cursor: not-allowed
    }

.wc-block-components-filter-submit-button {
    border: none;
    display: block;
    margin-right: auto;
    white-space: nowrap
}

    .wc-block-components-filter-submit-button.is-loading {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 0;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        line-height: normal;
        margin-top: 16px;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        z-index: 1
    }

        .wc-block-components-filter-submit-button.is-loading > * {
            visibility: hidden
        }

        .wc-block-components-filter-submit-button.is-loading:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-filter-submit-button.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-product-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
            display: block
        }

            .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
                fill: currentColor;
                height: 1.5em;
                margin: -.25em .5em -.25em 0;
                vertical-align: top;
                width: 1.5em
            }

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
        color: #43454b;
        flex-basis: 5em;
        margin: 0 0 .75em 1em;
        padding: .618em;
        text-align: center
    }

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

    .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
        visibility: hidden
    }

    .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

    .wc-block-components-button:not(.is-link).outlined {
        background: 0 0;
        color: currentColor
    }

        .wc-block-components-button:not(.is-link).outlined:not(:focus) {
            box-shadow: inset 0 0 0 1px currentColor
        }

        .wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff
        }

        .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff;
            opacity: 1
        }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

    .wc-block-components-spinner:after {
        -webkit-animation: spinner__animation 1s linear infinite;
        animation: spinner__animation 1s linear infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: .2em solid;
        border-right: .2em solid transparent;
        border-radius: 50%;
        box-sizing: border-box;
        content: " ";
        height: 1em;
        right: 50%;
        margin: -.5em -.5em 0 0;
        position: absolute;
        top: 50%;
        transform: translateZ(0) scale(.5);
        transform-origin: 50% 50%;
        width: 1em
    }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-product-add-to-cart-attribute-picker {
    flex-basis: 100%;
    margin: 0
}

    .wc-block-components-product-add-to-cart-attribute-picker label {
        display: block;
        font-size: 1em
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
        position: relative
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
            min-height: 1.75em;
            min-width: 60%
        }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
            margin-bottom: 24px
        }

            .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
                border-color: #cc1818
            }

                .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
                    outline-color: #cc1818
                }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wp-block-button.wc-block-components-product-button {
    white-space: normal;
    word-break: break-word
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        border-style: none;
        display: inline-flex;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        white-space: normal;
        word-break: break-word
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        min-height: 3em;
        min-width: 8em;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
            visibility: hidden
        }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text)
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: 2px solid
}

    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
        color: currentColor
    }

    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
        background-color: transparent;
        background-image: none
    }

.wp-block-button.has-custom-width .wp-block-button__link {
    box-sizing: border-box
}

.wp-block-button.wp-block-button__width-25 .wp-block-button__link {
    width: 25%
}

.wp-block-button.wp-block-button__width-50 .wp-block-button__link {
    width: 50%
}

.wp-block-button.wp-block-button__width-75 .wp-block-button__link {
    width: 75%
}

.wp-block-button.wp-block-button__width-100 .wp-block-button__link {
    width: 100%
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-product-categories {
    margin-bottom: 1em
}

    .wc-block-product-categories.is-dropdown {
        display: flex
    }

    .wc-block-product-categories select {
        margin-left: .5em
    }

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
        clear: both;
        list-style: none outside;
        margin: 4px 60px 4px 0
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
            margin: 4px 0 0
        }

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
        border: 1px solid #eee;
        display: inline-block;
        margin: 0 -60px 0 .5em;
        max-width: 50px;
        padding: 0;
        position: relative;
        vertical-align: middle
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
            display: block;
            height: auto;
            margin: 0;
            max-width: 100%;
            padding: 0
        }

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    background: currentColor;
    display: inline-block;
    height: 1em;
    min-width: 200px;
    opacity: .2;
    width: 50%
}

.wc-block-product-categories__button {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

    .wc-block-product-categories__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-categories__button svg {
    transform: rotate(-180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled, .wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-categories__button:disabled:focus, .wc-block-product-categories__button[aria-disabled=true]:focus {
        box-shadow: none
    }

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

    .wc-block-components-product-sale-badge span {
        background-color: inherit;
        color: inherit
    }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    display: block;
    position: relative;
    text-decoration: none
}

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
        border: 0;
        border-radius: inherit;
        box-shadow: none;
        outline: 0;
        text-decoration: none
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
        border-radius: inherit;
        height: auto;
        vertical-align: middle;
        width: 100%
    }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
            display: none
        }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""], .wc-block-components-product-image img[alt=""] {
            border: 1px solid #f2f2f2
        }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
        right: 4px;
        margin: 0;
        position: absolute;
        left: auto;
        top: 4px
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
        right: 50%;
        margin: 0;
        position: absolute;
        left: auto;
        top: 4px;
        transform: translateX(50%)
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
        right: auto;
        margin: 0;
        position: absolute;
        left: 4px;
        top: 4px
    }

.is-loading .wc-block-components-product-image {
    background-color: currentColor !important;
    border: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: auto;
    z-index: 1
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-image:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-product-image__tools-panel .components-input-control {
    margin-bottom: 8px
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
    clear: both;
    max-width: 512px;
    position: relative
}

    .woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
        right: -1rem;
        left: unset;
        z-index: 1
    }

    .woocommerce .wp-block-woocommerce-product-image-gallery:after {
        clear: both;
        content: "";
        display: table
    }

    .woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
        width: 100%
    }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.color-block-support-panel .wc-block-feedback-prompt {
    grid-column: 1/-1
}

.woocommerce-product-query-panel__external-link {
    display: block;
    margin-top: 12px
}

    .woocommerce-product-query-panel__external-link .components-external-link__icon {
        margin-right: 8px
    }

:where(.products-block-post-template .wp-block-post) > * {
    margin-bottom: .75rem;
    margin-top: 0
}

:where(.editor-styles-wrapper .products-block-post-template .wp-block-post) > * > * {
    margin-bottom: 0;
    margin-top: 0
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.woocommerce.wc-block-product-results-count .woocommerce-result-count {
    float: none;
    font-size: inherit;
    margin: auto
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wp-block-woocommerce-product-reviews img {
    max-width: 600px
}

.wp-block-woocommerce-product-reviews .submit {
    margin-top: 2rem
}

.wp-block-woocommerce-product-reviews__editor__row {
    align-items: center;
    display: flex;
    gap: 2rem
}

    .wp-block-woocommerce-product-reviews__editor__row > span {
        flex-basis: 20%
    }

    .wp-block-woocommerce-product-reviews__editor__row .wp-block-woocommerce-product-reviews__editor__stars, .wp-block-woocommerce-product-reviews__editor__row textarea {
        flex-grow: 1;
        margin-left: 1rem
    }

    .wp-block-woocommerce-product-reviews__editor__row textarea {
        flex-grow: 1;
        height: 8rem
    }

.wp-block-woocommerce-product-reviews__editor__stars {
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em
}

    .wp-block-woocommerce-product-reviews__editor__stars:before {
        color: inherit;
        content: "SSSSS";
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap
    }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

    .wc-block-components-product-sale-badge span {
        background-color: inherit;
        color: inherit
    }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    flex-grow: 1;
    line-height: 1.8;
    padding: 6px 8px
}

.wc-block-product-search .wc-block-product-search__button {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 6px 0 0;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

    .wc-block-product-search .wc-block-product-search__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(-180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-search .wc-block-product-search__button:disabled:focus, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
        box-shadow: none
    }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-product-sku {
    display: block;
    font-size: .875em;
    overflow-wrap: break-word;
    text-transform: uppercase
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-product-stock-indicator {
    display: block;
    font-size: .875em;
    margin-bottom: .75em;
    margin-top: 0
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-product-summary {
    margin-bottom: 12px;
    margin-top: 0
}

.is-loading .wc-block-components-product-summary:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    height: 6em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-product-summary:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-summary:before:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-title {
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0
}

    .wc-block-components-product-title a {
        color: inherit;
        font-size: inherit
    }

.is-loading .wc-block-components-product-title:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

    .is-loading .wc-block-components-product-title:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-title:before:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: right
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: left
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-rating-filter.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-rating-filter.is-loading > * {
        visibility: hidden
    }

    .wc-block-rating-filter.is-loading:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-rating-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-rating-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

    .wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token + input[type=text].components-form-token-field__input {
        opacity: 0
    }

    .wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token + input[type=text].components-form-token-field__input {
        opacity: 1
    }

    .wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button {
        height: 36px;
        line-height: 1
    }

    .wc-block-rating-filter.style-dropdown > svg {
        pointer-events: none;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%)
    }

.wc-block-rating-filter .wc-block-components-product-rating__stars {
    display: inline-block;
    height: 1em;
    line-height: 1
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

    .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
        border: 1px solid #757575 !important;
        border-radius: 4px
    }

    .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
        border-radius: .25em
    }

    .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
        border-radius: inherit
    }

    .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        border: 0;
        border-radius: inherit;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        padding: 8px;
        text-decoration: inherit;
        text-transform: inherit
    }

        .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
            font-size: .875em
        }

            .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
                color: #000
            }

            .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
                color: #000
            }

            .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
                color: #000
            }

        .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
            border: 1px solid #757575;
            border-radius: 4px;
            margin-top: 8px;
            max-height: 21em
        }

            .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
                border: 1px solid #ccc;
                border-radius: 4px;
                color: #000;
                margin: 12px;
                padding: 12px
            }

        .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion, .wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
            font-size: .875em
        }

.wc-block-rating-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
    padding: 4px 8px 4px 30px
}

    .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
        background-color: #fff;
        border: 1px solid;
        border-radius: 0 25px 25px 0;
        border-left: 0;
        line-height: 22px;
        padding: .25em .75em .25em .5em
    }

    .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container > .components-form-token-field__input {
        margin: .25em 0
    }

    .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
        background-color: #fff;
        border: 1px solid;
        border-right: 0;
        border-radius: 25px 0 0 25px;
        padding: 1px 0 0 .25em
    }

        .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
            background-color: #e0e0e0;
            border-radius: 25px
        }

.wp-block-woocommerce-rating-filter {
    margin-bottom: 24px
}

    .wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input, .wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label {
        cursor: pointer
    }

.wc-block-rating-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

    .wc-block-rating-filter__actions .wc-block-components-filter-submit-button {
        margin-right: 0
    }

        .wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled {
            cursor: auto;
            opacity: .6
        }

    .wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
        font-size: .875em;
        margin-right: 0;
        margin-top: 0
    }

    .editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button, .wc-block-rating-filter__actions .wc-block-rating-filter__button {
        font-size: .875em;
        margin-top: .5em;
        padding: .5em 1em
    }

.wc-block-components-product-rating {
    display: block;
    line-height: 1
}

.wc-block-components-product-rating__stars {
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em
}

    .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars {
        margin: 0
    }

    .wc-block-components-product-rating__stars:before {
        color: inherit;
        content: "SSSSS";
        right: 0;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap
    }

    .wc-block-components-product-rating__stars span {
        color: inherit;
        right: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        left: 0;
        top: 0
    }

        .wc-block-components-product-rating__stars span:before {
            color: inherit;
            content: "SSSSS";
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            white-space: nowrap
        }

.wc-block-all-products .wc-block-components-product-rating {
    margin-bottom: 12px;
    margin-top: 0
}

.wc-block-components-product-rating__container {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex
}

.wc-block-components-product-rating__norating-container {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    gap: 8px
}

.wc-block-components-product-rating__norating {
    -webkit-text-stroke: 2px var(--wp--preset--color--black,#000);
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 1.5em
}

    .wc-block-components-product-rating__norating:before {
        color: transparent;
        content: "S";
        right: 0;
        position: absolute;
        left: 0;
        text-align: center;
        top: 0;
        white-space: nowrap
    }

.wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

    .wc-block-all-products .is-loading .wc-block-components-product-rating > *, .wp-block-query .is-loading .wc-block-components-product-rating > * {
        visibility: hidden
    }

    .wc-block-all-products .is-loading .wc-block-components-product-rating:after, .wp-block-query .is-loading .wc-block-components-product-rating:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-all-products .wc-block-components-product-rating__container, .wp-block-query .wc-block-components-product-rating__container {
    display: block
}

.wc-block-all-products .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars, .wp-block-query .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars {
    margin: inherit
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
    right: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: z-index(".components-popover")
}

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded, .wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
        opacity: 1
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        z-index: z-index(".components-popover") !important
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
        margin-right: 2px
    }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
            border: 8px solid #ccc
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
            border-color: #1e1e1e
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
            border: 8px solid #fff
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
            content: "";
            height: 0;
            line-height: 0;
            position: absolute;
            width: 0
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
            margin-top: -8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
                bottom: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
                bottom: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
                border-bottom: none;
                border-right-color: transparent;
                border-left-color: transparent;
                border-top-style: solid;
                margin-right: -10px
            }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
            margin-top: 8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
                top: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
                top: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
                border-bottom-style: solid;
                border-right-color: transparent;
                border-left-color: transparent;
                border-top: none;
                margin-right: -10px
            }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
            margin-right: -8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
                left: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
                left: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
                border-bottom-color: transparent;
                border-right-style: solid;
                border-left: none;
                border-top-color: transparent
            }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
            margin-right: 8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
                right: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
                right: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
                border-bottom-color: transparent;
                border-right: none;
                border-left-style: solid;
                border-top-color: transparent
            }

    .wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
        bottom: 100%
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
        top: 100%
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
        align-items: center;
        display: flex
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
        margin-top: 12px
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
        margin-top: -12px
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
        margin-right: 12px
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
        margin-left: 12px
    }

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);
    height: 100%
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: 1px solid #1e1e1e;
    box-shadow: none
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    height: auto;
    overflow-y: auto;
    position: absolute
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: none;
    border-top: 1px solid #1e1e1e;
    height: calc(100% - 48px);
    min-width: auto;
    overflow-y: visible;
    position: static
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    bottom: 100%
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    right: 50%;
    transform: translateX(50%)
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    right: 100%;
    position: absolute
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-right: -25px
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    position: absolute;
    left: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-left: -25px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 16px 0 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
    z-index: z-index(".components-popover__close")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
    z-index: z-index(".components-tooltip")
}

    .wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
        min-width: 0
    }

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
    background: #1e1e1e;
    border-radius: 2px;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap
}

    .wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content > div {
        padding: 4px 8px
    }

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
    display: inline-block;
    margin-right: 8px
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
    position: relative
}

    .wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
        bottom: 0;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: z-index(".components-tooltip .event-catcher")
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    align-items: center;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 2px 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal
    }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder {
    color: rgba(30,30,30,.62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder {
    color: rgba(30,30,30,.62);
    opacity: 1
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder {
    color: rgba(30,30,30,.62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-size: 16px;
    margin-right: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%
}

@media(min-width:600px) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size: 13px
    }
}

.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token + input[type=text].components-form-token-field__input {
    width: auto
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label {
    display: inline-block;
    margin-bottom: 4px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help {
    color: #757575;
    font-size: 12px;
    font-style: normal
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    margin: 2px 0 2px 4px;
    max-width: 100%
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text {
        background: #4ab866
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text {
        background: #cc1818
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text {
        color: #757575
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless {
        padding: 0 0 0 16px;
        position: relative
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
            background: 0 0;
            color: var(--wp-admin-theme-color)
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
            background: 0 0;
            color: #757575;
            position: absolute;
            left: 0;
            top: 1px
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
            color: #4ab866
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
            border-radius: 0 4px 4px 0;
            color: #cc1818;
            padding: 0 6px 0 4px
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
            color: #1e1e1e
        }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
        cursor: default
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4,1,.4,1)
}

@media(prefers-reduced-motion:reduce) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    border-radius: 0 2px 2px 0;
    overflow: hidden;
    padding: 0 8px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button {
    border-radius: 2px 0 0 2px;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover {
        color: #1e1e1e
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    border-top: 1px solid #757575;
    flex: 1 0 100%;
    list-style: none;
    margin: 4px -4px -4px;
    max-height: 9em;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 4px 8px
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
        background: var(--wp-admin-theme-color);
        color: #fff
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match {
    text-decoration: underline
}

.wc-blocks-components-form-token-field-wrapper {
    border-color: #949494
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__label, .wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
        clip: rect(1px,1px,1px,1px);
        word-wrap: normal !important;
        border: 0;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        overflow-wrap: normal !important;
        padding: 0;
        position: absolute !important;
        width: 1px
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        border-color: inherit;
        box-sizing: border-box;
        margin-bottom: 0
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
        color: #000;
        position: relative
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
            min-height: 30px
        }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
        background: #e0e0e0
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
        border: none
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
        background-color: #fff;
        border: 1px solid #949494;
        border-top: 0 solid #949494;
        right: -1px;
        margin: 1px 0 0;
        position: absolute;
        left: -1px;
        top: 100%;
        z-index: 50
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
            display: none
        }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
        padding: 8px
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
            background: #f0f0f0;
            color: #2f2f2f
        }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
        margin-left: 0;
        position: relative;
        width: 100%;
        z-index: 1
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
        background: 0 0
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
        padding-right: 4px;
        width: 100%
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token + input[type=text].components-form-token-field__input {
        position: absolute
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token + input[type=text].components-form-token-field__input {
        border: 1px solid #949494;
        margin: 0 2px 4px;
        padding: 0 5px;
        position: static
    }

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    .editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
        list-style: none outside;
        margin: 0 0 4px;
        padding: 0
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
            background: 0 0;
            border: none;
            cursor: pointer;
            padding: 0;
            text-decoration: underline
        }

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
            visibility: hidden
        }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after, .wc-block-components-checkbox-list.is-loading li:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-filter-reset-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

    .wc-block-components-filter-reset-button:active, .wc-block-components-filter-reset-button:focus, .wc-block-components-filter-reset-button:hover {
        background: 0 0
    }

    .wc-block-components-filter-reset-button:hover {
        color: inherit;
        text-decoration: none
    }

    .wc-block-components-filter-reset-button[disabled] {
        cursor: not-allowed
    }

.wc-block-components-filter-submit-button {
    border: none;
    display: block;
    margin-right: auto;
    white-space: nowrap
}

    .wc-block-components-filter-submit-button.is-loading {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 0;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        line-height: normal;
        margin-top: 16px;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        z-index: 1
    }

        .wc-block-components-filter-submit-button.is-loading > * {
            visibility: hidden
        }

        .wc-block-components-filter-submit-button.is-loading:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-filter-submit-button.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-review-sort-select {
    text-align: left
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-left: 12px
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0
}

.is-loading .wc-block-components-review-list-item__text {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 60%;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__text > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__text:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    font-size: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 80px;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 120px;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0 0 48px
}

.wc-block-components-review-list-item__info {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    -ms-grid-row-span: 2;
    align-items: center;
    display: flex;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1/3;
    height: 3em;
    justify-content: center;
    position: relative;
    width: 3em
}

    .wc-block-components-review-list-item__image > img {
        display: block;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.wc-block-components-review-list-item__verified {
    bottom: -7px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    left: -7px;
    text-indent: 21px;
    width: 21px
}

    .wc-block-components-review-list-item__verified:before {
        background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
        content: "";
        display: block;
        height: 21px;
        width: 21px
    }

.wc-block-components-review-list-item__meta {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

    .wc-block-components-review-list-item__meta:after {
        content: "";
        flex-basis: 100%;
        order: 3
    }

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    margin-left: 8px;
    order: 1
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
        font-weight: 400;
        order: 4
    }

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
    padding-right: 8px;
    position: relative
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
        border-left: 1px solid;
        content: "";
        display: inline-block;
        height: 1em;
        margin-right: -8px;
        opacity: .5;
        position: absolute;
        top: calc(50% + .1em);
        transform: translateY(-50%);
        vertical-align: middle
    }

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

    .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
        display: block;
        font-family: star;
        font-size: 1em;
        font-weight: 400;
        height: 1em;
        line-height: 1;
        overflow: hidden;
        position: relative;
        top: 0;
        width: 5.3em
    }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
            content: "SSSSS";
            float: right;
            right: 0;
            opacity: .25;
            position: absolute;
            top: 0
        }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
            float: right;
            right: 0;
            overflow: hidden;
            padding-top: 1.5em;
            position: absolute;
            top: 0
        }

            .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
                color: #e6a237;
                content: "SSSSS";
                right: 0;
                position: absolute;
                top: 0
            }

.wc-block-components-review-list-item__text p {
    font-size: inherit
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-review-sort-select {
    text-align: left
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-left: 12px
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0
}

.is-loading .wc-block-components-review-list-item__text {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 60%;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__text > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__text:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    font-size: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 80px;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 120px;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0 0 48px
}

.wc-block-components-review-list-item__info {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    -ms-grid-row-span: 2;
    align-items: center;
    display: flex;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1/3;
    height: 3em;
    justify-content: center;
    position: relative;
    width: 3em
}

    .wc-block-components-review-list-item__image > img {
        display: block;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.wc-block-components-review-list-item__verified {
    bottom: -7px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    left: -7px;
    text-indent: 21px;
    width: 21px
}

    .wc-block-components-review-list-item__verified:before {
        background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
        content: "";
        display: block;
        height: 21px;
        width: 21px
    }

.wc-block-components-review-list-item__meta {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

    .wc-block-components-review-list-item__meta:after {
        content: "";
        flex-basis: 100%;
        order: 3
    }

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    margin-left: 8px;
    order: 1
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
        font-weight: 400;
        order: 4
    }

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
    padding-right: 8px;
    position: relative
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
        border-left: 1px solid;
        content: "";
        display: inline-block;
        height: 1em;
        margin-right: -8px;
        opacity: .5;
        position: absolute;
        top: calc(50% + .1em);
        transform: translateY(-50%);
        vertical-align: middle
    }

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

    .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
        display: block;
        font-family: star;
        font-size: 1em;
        font-weight: 400;
        height: 1em;
        line-height: 1;
        overflow: hidden;
        position: relative;
        top: 0;
        width: 5.3em
    }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
            content: "SSSSS";
            float: right;
            right: 0;
            opacity: .25;
            position: absolute;
            top: 0
        }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
            float: right;
            right: 0;
            overflow: hidden;
            padding-top: 1.5em;
            position: absolute;
            top: 0
        }

            .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
                color: #e6a237;
                content: "SSSSS";
                right: 0;
                position: absolute;
                top: 0
            }

.wc-block-components-review-list-item__text p {
    font-size: inherit
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wp-block-woocommerce-product-details ul.wc-tabs {
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    margin: 0 0 1.618em;
    overflow: hidden;
    padding: 0 1em 0 0;
    position: relative
}

    .wp-block-woocommerce-product-details ul.wc-tabs li {
        border: 1px solid #e0e0e0;
        border-radius: 4px 4px 0 0;
        display: inline-block;
        margin: 0;
        padding: .5em 1em;
        position: relative;
        z-index: 0
    }

        .wp-block-woocommerce-product-details ul.wc-tabs li a {
            display: inline-block;
            font-weight: 700;
            text-decoration: none
        }

            .wp-block-woocommerce-product-details ul.wc-tabs li a:hover {
                text-decoration: none
            }

        .wp-block-woocommerce-product-details ul.wc-tabs li.active {
            z-index: 2
        }

            .wp-block-woocommerce-product-details ul.wc-tabs li.active a {
                text-shadow: inherit
            }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wp-block-woocommerce-stock-filter h1, .wp-block-woocommerce-stock-filter h2, .wp-block-woocommerce-stock-filter h3, .wp-block-woocommerce-stock-filter h4, .wp-block-woocommerce-stock-filter h5, .wp-block-woocommerce-stock-filter h6 {
    text-transform: inherit
}

.wc-block-stock-filter {
    margin-bottom: 24px
}

    .wc-block-stock-filter.is-loading {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 0;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        margin-top: 16px;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wc-block-stock-filter.is-loading > * {
            visibility: hidden
        }

        .wc-block-stock-filter.is-loading:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-stock-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-stock-filter .wc-block-stock-filter-list {
    margin: 0
}

    .wc-block-stock-filter .wc-block-stock-filter-list li label {
        cursor: pointer
    }

    .wc-block-stock-filter .wc-block-stock-filter-list li input {
        cursor: pointer;
        display: inline-block
    }

.wc-block-stock-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

    .wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token + input[type=text].components-form-token-field__input {
        opacity: 0
    }

    .wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token + input[type=text].components-form-token-field__input {
        opacity: 1
    }

    .wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button {
        height: 36px;
        line-height: 1
    }

    .wc-block-stock-filter.style-dropdown > svg {
        pointer-events: none;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%)
    }

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

    .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
        border: 1px solid #757575 !important;
        border-radius: 4px
    }

    .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
        border-radius: .25em
    }

    .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
        border-radius: inherit
    }

    .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        border: 0;
        border-radius: inherit;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        padding: 8px;
        text-decoration: inherit;
        text-transform: inherit
    }

        .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
            font-size: .875em
        }

            .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
                color: #000
            }

            .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
                color: #000
            }

            .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
                color: #000
            }

        .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
            border: 1px solid #757575;
            border-radius: 4px;
            margin-top: 8px;
            max-height: 21em
        }

            .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
                border: 1px solid #ccc;
                border-radius: 4px;
                color: #000;
                margin: 12px;
                padding: 12px
            }

        .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion, .wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
            font-size: .875em
        }

.wc-block-stock-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
    padding: 4px 8px 4px 30px
}

    .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
        background-color: #fff;
        border: 1px solid;
        border-radius: 0 25px 25px 0;
        border-left: 0;
        line-height: 22px;
        padding: .25em .75em .25em .5em
    }

    .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container > .components-form-token-field__input {
        margin: .25em 0
    }

    .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
        background-color: #fff;
        border: 1px solid;
        border-right: 0;
        border-radius: 25px 0 0 25px;
        padding: 1px 0 0 .25em
    }

        .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
            background-color: #e0e0e0;
            border-radius: 25px
        }

.wc-block-stock-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

    .wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
        font-size: .875em;
        margin-right: 0;
        margin-top: 0
    }

    .editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button, .wc-block-stock-filter__actions .wc-block-stock-filter__button {
        font-size: .875em;
        margin-top: .5em;
        padding: .5em 1em
    }

.wc-filter-element-label-list-count:before {
    content: " ("
}

.wc-filter-element-label-list-count:after {
    content: ")"
}

.wc-block-filter-title-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 1.625em;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 100% !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    min-width: 80px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-filter-title-placeholder > * {
        visibility: hidden
    }

    .wc-block-filter-title-placeholder:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-filter-title-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title, .wc-block-filter-title-placeholder .wc-block-attribute-filter__title, .wc-block-filter-title-placeholder .wc-block-price-filter__title, .wc-block-filter-title-placeholder .wc-block-rating-filter__title, .wc-block-filter-title-placeholder .wc-block-stock-filter__title {
    height: 1em;
    margin: 0
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
    right: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: z-index(".components-popover")
}

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded, .wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
        opacity: 1
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        z-index: z-index(".components-popover") !important
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
        margin-right: 2px
    }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
            border: 8px solid #ccc
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
            border-color: #1e1e1e
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
            border: 8px solid #fff
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
            content: "";
            height: 0;
            line-height: 0;
            position: absolute;
            width: 0
        }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
            margin-top: -8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
                bottom: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
                bottom: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
                border-bottom: none;
                border-right-color: transparent;
                border-left-color: transparent;
                border-top-style: solid;
                margin-right: -10px
            }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
            margin-top: 8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
                top: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
                top: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
                border-bottom-style: solid;
                border-right-color: transparent;
                border-left-color: transparent;
                border-top: none;
                margin-right: -10px
            }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
            margin-right: -8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
                left: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
                left: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
                border-bottom-color: transparent;
                border-right-style: solid;
                border-left: none;
                border-top-color: transparent
            }

        .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
            margin-right: 8px
        }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
                right: -8px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
                right: -6px
            }

            .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after, .wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
                border-bottom-color: transparent;
                border-right: none;
                border-left-style: solid;
                border-top-color: transparent
            }

    .wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
        bottom: 100%
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
        top: 100%
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
        align-items: center;
        display: flex
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
        margin-top: 12px
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
        margin-top: -12px
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
        margin-right: 12px
    }

    .wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
        margin-left: 12px
    }

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);
    height: 100%
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: 1px solid #1e1e1e;
    box-shadow: none
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    height: auto;
    overflow-y: auto;
    position: absolute
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: none;
    border-top: 1px solid #1e1e1e;
    height: calc(100% - 48px);
    min-width: auto;
    overflow-y: visible;
    position: static
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    bottom: 100%
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    right: 50%;
    transform: translateX(50%)
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    right: 100%;
    position: absolute
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-right: -25px
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    position: absolute;
    left: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-left: -25px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 16px 0 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
    z-index: z-index(".components-popover__close")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
    z-index: z-index(".components-tooltip")
}

    .wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
        min-width: 0
    }

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
    background: #1e1e1e;
    border-radius: 2px;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap
}

    .wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content > div {
        padding: 4px 8px
    }

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
    display: inline-block;
    margin-right: 8px
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
    position: relative
}

    .wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
        bottom: 0;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: z-index(".components-tooltip .event-catcher")
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    align-items: center;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 2px 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal
    }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder {
    color: rgba(30,30,30,.62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder {
    color: rgba(30,30,30,.62);
    opacity: 1
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder {
    color: rgba(30,30,30,.62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-size: 16px;
    margin-right: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%
}

@media(min-width:600px) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size: 13px
    }
}

.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token + input[type=text].components-form-token-field__input {
    width: auto
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label {
    display: inline-block;
    margin-bottom: 4px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help {
    color: #757575;
    font-size: 12px;
    font-style: normal
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    margin: 2px 0 2px 4px;
    max-width: 100%
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text {
        background: #4ab866
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text {
        background: #cc1818
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text {
        color: #757575
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless {
        padding: 0 0 0 16px;
        position: relative
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
            background: 0 0;
            color: var(--wp-admin-theme-color)
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
            background: 0 0;
            color: #757575;
            position: absolute;
            left: 0;
            top: 1px
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
            color: #4ab866
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
            border-radius: 0 4px 4px 0;
            color: #cc1818;
            padding: 0 6px 0 4px
        }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
            color: #1e1e1e
        }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
        cursor: default
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4,1,.4,1)
}

@media(prefers-reduced-motion:reduce) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    border-radius: 0 2px 2px 0;
    overflow: hidden;
    padding: 0 8px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button {
    border-radius: 2px 0 0 2px;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover {
        color: #1e1e1e
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    border-top: 1px solid #757575;
    flex: 1 0 100%;
    list-style: none;
    margin: 4px -4px -4px;
    max-height: 9em;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 4px 8px
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
        background: var(--wp-admin-theme-color);
        color: #fff
    }

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match {
    text-decoration: underline
}

.wc-blocks-components-form-token-field-wrapper {
    border-color: #949494
}

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__label, .wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
        clip: rect(1px,1px,1px,1px);
        word-wrap: normal !important;
        border: 0;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        overflow-wrap: normal !important;
        padding: 0;
        position: absolute !important;
        width: 1px
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        border-color: inherit;
        box-sizing: border-box;
        margin-bottom: 0
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
        color: #000;
        position: relative
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
            min-height: 30px
        }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
        background: #e0e0e0
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
        border: none
    }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
        background-color: #fff;
        border: 1px solid #949494;
        border-top: 0 solid #949494;
        right: -1px;
        margin: 1px 0 0;
        position: absolute;
        left: -1px;
        top: 100%;
        z-index: 50
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
            display: none
        }

    .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
        padding: 8px
    }

        .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
            background: #f0f0f0;
            color: #2f2f2f
        }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
        margin-left: 0;
        position: relative;
        width: 100%;
        z-index: 1
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button, .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
        background: 0 0
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
        padding-right: 4px;
        width: 100%
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token + input[type=text].components-form-token-field__input {
        position: absolute
    }

    .wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token + input[type=text].components-form-token-field__input {
        border: 1px solid #949494;
        margin: 0 2px 4px;
        padding: 0 5px;
        position: static
    }

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    .editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
        list-style: none outside;
        margin: 0 0 4px;
        padding: 0
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
            background: 0 0;
            border: none;
            cursor: pointer;
            padding: 0;
            text-decoration: underline
        }

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
            visibility: hidden
        }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after, .wc-block-components-checkbox-list.is-loading li:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-filter-reset-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

    .wc-block-components-filter-reset-button:active, .wc-block-components-filter-reset-button:focus, .wc-block-components-filter-reset-button:hover {
        background: 0 0
    }

    .wc-block-components-filter-reset-button:hover {
        color: inherit;
        text-decoration: none
    }

    .wc-block-components-filter-reset-button[disabled] {
        cursor: not-allowed
    }

.wc-block-components-filter-submit-button {
    border: none;
    display: block;
    margin-right: auto;
    white-space: nowrap
}

    .wc-block-components-filter-submit-button.is-loading {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        border-radius: 0;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        line-height: normal;
        margin-top: 16px;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        z-index: 1
    }

        .wc-block-components-filter-submit-button.is-loading > * {
            visibility: hidden
        }

        .wc-block-components-filter-submit-button.is-loading:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-filter-submit-button.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

.wc-block-cart .wc-block-components-totals-footer-item, .wc-block-cart .wc-block-components-totals-taxes {
    margin: 0
}

.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
    margin: 0 0 2em
}

.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span, .wc-block-mini-cart__drawer.is-loading h2 span, .wc-block-mini-cart__drawer.is-loading th span {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    min-width: 84px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-cart--is-loading h2 span > *, .wc-block-cart--is-loading th span > *, .wc-block-mini-cart__drawer.is-loading h2 span > *, .wc-block-mini-cart__drawer.is-loading th span > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading h2 span:after, .wc-block-cart--is-loading th span:after, .wc-block-mini-cart__drawer.is-loading h2 span:after, .wc-block-mini-cart__drawer.is-loading th span:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span, .wc-block-mini-cart__drawer.is-loading h2 span, .wc-block-mini-cart__drawer.is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:before, .wc-block-cart--is-loading th span:before, .wc-block-mini-cart__drawer.is-loading h2 span:before, .wc-block-mini-cart__drawer.is-loading th span:before {
    content: " "
}

.wc-block-cart--is-loading h2 span, .wc-block-mini-cart__drawer.is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-cart--is-loading .wc-block-components-quantity-selector, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-cart--is-loading .wc-block-components-product-metadata > *, .wc-block-cart--is-loading .wc-block-components-product-price > *, .wc-block-cart--is-loading .wc-block-components-quantity-selector > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading .wc-block-components-product-metadata:after, .wc-block-cart--is-loading .wc-block-components-product-price:after, .wc-block-cart--is-loading .wc-block-components-quantity-selector:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-cart--is-loading .wc-block-components-quantity-selector, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    min-width: 84px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-cart--is-loading .wc-block-components-product-name > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading .wc-block-components-product-name:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-name, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name:before, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image > a, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-cart--is-loading .wc-block-cart-item__image > a > *, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading .wc-block-cart-item__image > a:after, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-item__image > a, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
    display: block;
    margin-top: .25em;
    max-width: 3em
}

    .wc-block-cart--is-loading .wc-block-components-product-price:before, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
        content: " "
    }

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 460px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > *, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column
}

    .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
        margin-top: 4px
    }

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small .wc-block-cart-item__total .wc-block-components-sale-badge, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    right: 0;
    margin: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: .25rem 0;
    text-align: left;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-right: 16px;
    padding-left: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px 0 0
}

    .is-large.wc-block-cart .wc-block-cart__payment-options:empty {
        padding: 0
    }

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 10em;
    padding-left: 3.7735849057%;
    width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 15em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block > * {
        visibility: hidden
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 12em;
    padding-right: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin: 0 0 1em;
    max-width: 100% !important;
    min-height: 3em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block > * {
        visibility: hidden
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
    height: 20em
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-cart.is-loading {
        padding-top: 16px
    }

        .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
            flex-direction: column;
            margin: 0 auto 16px
        }

        .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
            padding: 0;
            width: 100%
        }
}

.wc-block-components-loading-mask {
    min-height: 34px;
    pointer-events: none;
    position: relative
}

    .wc-block-components-loading-mask .components-spinner {
        right: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(50%,-50%)
    }

    .wc-block-components-loading-mask .wc-block-components-loading-mask__children {
        opacity: .25
    }

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

    .wc-block-components-spinner:after {
        -webkit-animation: spinner__animation 1s linear infinite;
        animation: spinner__animation 1s linear infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: .2em solid;
        border-right: .2em solid transparent;
        border-radius: 50%;
        box-sizing: border-box;
        content: " ";
        height: 1em;
        right: 50%;
        margin: -.5em -.5em 0 0;
        position: absolute;
        top: 50%;
        transform: translateZ(0) scale(.5);
        transform-origin: 50% 50%;
        width: 1em
    }

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

    .wc-block-components-sidebar-layout .wc-block-must-login-prompt {
        display: block
    }

    .wc-block-components-sidebar-layout .wc-block-components-main {
        box-sizing: border-box;
        margin: 0;
        padding-left: 3.7735849057%;
        width: 65%
    }

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-right: 2.2641509434%;
    width: 35%
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 {
        border: 0;
        border-radius: 0;
        font-size: 1em;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

    .is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
        width: 100%
    }

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-right: 16px;
    padding-left: 16px
}

    .is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
        padding: 0
    }

.wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 .wc-block-components-panel__button {
        font-weight: 400
    }

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel > h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
    width: 100%
}

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
        font-size: .75em;
        text-transform: uppercase
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
            width: 100px
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
            visibility: hidden
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
            text-align: left;
            width: 100px
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        margin: 0;
        width: 100%
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        background: 0 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        color: inherit;
        display: inline;
        font-family: inherit;
        font-size: inherit;
        font-size: .75em;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: inherit;
        text-decoration: underline;
        text-shadow: none;
        text-transform: inherit;
        text-transform: none;
        vertical-align: baseline;
        white-space: nowrap
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
            background: 0 0
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        font-size: 1em;
        line-height: inherit;
        text-align: left
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
        margin-bottom: .75em
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
        opacity: .5;
        pointer-events: none;
        transition: opacity .2s ease
    }

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row, .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
    position: relative
}

    .is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        padding-left: 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        -ms-grid-column-span: 2;
        -ms-grid-column-align: stretch;
        -ms-grid-column: 2;
        grid-column-end: 4;
        grid-column-start: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        justify-self: stretch;
        padding: 0 0 16px 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        -ms-grid-row-align: end;
        align-self: end;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        padding-left: 16px;
        padding-top: 16px;
        vertical-align: bottom
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        -ms-grid-row: 1;
        grid-row-start: 1
    }

        .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
            display: inline-block
        }

.is-large.wc-block-cart {
    margin-bottom: 3em
}

    .is-large.wc-block-cart .wc-block-cart-items {
        position: relative
    }

        .is-large.wc-block-cart .wc-block-cart-items:after {
            border-style: solid;
            border-width: 0 0 1px;
            bottom: 0;
            content: "";
            display: block;
            right: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0
        }

        .is-large.wc-block-cart .wc-block-cart-items th {
            padding: .25rem 0 .25rem 16px;
            white-space: nowrap
        }

        .is-large.wc-block-cart .wc-block-cart-items td {
            padding: 16px 16px 16px 0;
            position: relative;
            vertical-align: top
        }

            .is-large.wc-block-cart .wc-block-cart-items td:after {
                border-style: solid;
                border-width: 1px 0 0;
                bottom: 0;
                content: "";
                display: block;
                right: 0;
                opacity: .3;
                pointer-events: none;
                position: absolute;
                left: 0;
                top: 0
            }

        .is-large.wc-block-cart .wc-block-cart-items th:last-child {
            padding-left: 0
        }

        .is-large.wc-block-cart .wc-block-cart-items td:last-child {
            padding-left: 16px
        }

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: right
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: left
}

.wc-block-components-product-price {
    display: block
}

    .wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
        margin-bottom: 12px
    }

    .wc-block-components-product-price ins {
        text-decoration: none
    }

.wc-block-components-product-price__value.is-discounted {
    margin-right: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-price:before:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-product-metadata {
    font-size: .75em
}

    .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        margin: .25em 0
    }

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

    .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
        margin-bottom: 0
    }

    .wc-block-components-product-details.wc-block-components-product-details li {
        margin-right: 0
    }

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px
}

    .wc-block-components-quantity-selector:after {
        border: 1px solid;
        border-radius: 4px;
        bottom: 0;
        content: "";
        right: 0;
        opacity: .45;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        background: 0 0;
        border: 0;
        box-shadow: none;
        color: currentColor;
        flex: 1 1 auto;
        font-size: 1em;
        font-weight: 600;
        line-height: 1;
        margin: 0;
        min-width: 40px;
        order: 2;
        padding: .4em 0;
        text-align: center;
        vertical-align: middle
    }

        .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
            box-shadow: inset 0 0 1px 1px currentColor;
            outline: none
        }

        .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
            opacity: .6
        }

    .wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
        background: none transparent;
        border: 0;
        box-shadow: none;
        color: currentColor;
        cursor: pointer;
        font-size: .9em;
        font-style: normal;
        font-weight: 400;
        margin: 0;
        min-width: 30px;
        opacity: .6;
        padding: 0;
        text-align: center;
        text-decoration: none
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
            box-shadow: inset 0 0 1px 1px currentColor;
            outline: none
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
            opacity: 1
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
            box-shadow: none;
            cursor: default;
            opacity: .6
        }

    .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
        border-radius: 0 4px 4px 0;
        order: 1
    }

    .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
        border-radius: 4px 0 0 4px;
        order: 3
    }

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 2em;
    max-width: 100% !important;
    min-height: 15em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block > * {
        visibility: hidden
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3 {
    display: none
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 2em;
    padding-left: 5%;
    text-align: center;
    vertical-align: top;
    width: 30%
}

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3) {
        padding-left: 0
    }

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
        font-weight: 400
    }

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
        display: block
    }

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
        margin-top: 1em
    }

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart {
        justify-content: center
    }

        .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link) {
            background-color: #eee;
            color: #333;
            font-weight: 600;
            margin-top: 1em
        }

            .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus, .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
                background-color: #d5d5d5;
                border-color: #d5d5d5;
                color: #333
            }

@media(max-width:480px) {
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
        display: block;
        width: 100%
    }
}

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

    .wc-block-components-product-sale-badge span {
        background-color: inherit;
        color: inherit
    }

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    display: block;
    position: relative;
    text-decoration: none
}

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
        border: 0;
        border-radius: inherit;
        box-shadow: none;
        outline: 0;
        text-decoration: none
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
        border-radius: inherit;
        height: auto;
        vertical-align: middle;
        width: 100%
    }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
            display: none
        }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""], .wc-block-components-product-image img[alt=""] {
            border: 1px solid #f2f2f2
        }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
        right: 4px;
        margin: 0;
        position: absolute;
        left: auto;
        top: 4px
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
        right: 50%;
        margin: 0;
        position: absolute;
        left: auto;
        top: 4px;
        transform: translateX(50%)
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
        right: auto;
        margin: 0;
        position: absolute;
        left: 4px;
        top: 4px
    }

.is-loading .wc-block-components-product-image {
    background-color: currentColor !important;
    border: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: auto;
    z-index: 1
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-image:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-product-image__tools-panel .components-input-control {
    margin-bottom: 8px
}

.wc-block-components-product-title {
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0
}

    .wc-block-components-product-title a {
        color: inherit;
        font-size: inherit
    }

.is-loading .wc-block-components-product-title:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

    .is-loading .wc-block-components-product-title:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-title:before:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: right
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: left
}

.wp-block-button.wc-block-components-product-button {
    white-space: normal;
    word-break: break-word
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        border-style: none;
        display: inline-flex;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        white-space: normal;
        word-break: break-word
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        min-height: 3em;
        min-width: 8em;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
            visibility: hidden
        }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite;
            background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
            background-repeat: no-repeat;
            content: " ";
            display: block;
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(100%)
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text)
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: 2px solid
}

    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
        color: currentColor
    }

    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
        background-color: transparent;
        background-image: none
    }

.wp-block-button.has-custom-width .wp-block-button__link {
    box-sizing: border-box
}

.wp-block-button.wp-block-button__width-25 .wp-block-button__link {
    width: 25%
}

.wp-block-button.wp-block-button__width-50 .wp-block-button__link {
    width: 50%
}

.wp-block-button.wp-block-button__width-75 .wp-block-button__link {
    width: 75%
}

.wp-block-button.wp-block-button__width-100 .wp-block-button__link {
    width: 100%
}

.is-medium .wc-block-cart__sidebar, .is-mobile .wc-block-cart__sidebar, .is-small .wc-block-cart__sidebar {
    margin-bottom: 24px;
    order: 0
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        grid-gap: 10px;
        box-sizing: border-box;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(calc(33% - 10px),1fr));
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
        width: 100%
    }

        .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
            margin: 0;
            width: 100%
        }

            .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
                height: 48px;
                width: 100%
            }

@media(max-width:782px) {
    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.wc-block-components-express-payment--checkout {
    margin-top: 15px
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
        display: flex;
        flex-direction: row;
        right: 0;
        position: absolute;
        left: 0;
        top: -5px;
        vertical-align: middle
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
            border-right: 1px solid;
            border-radius: 0 5px 0 0;
            border-top: 1px solid;
            content: "";
            display: block;
            height: 4px;
            margin-left: 12px;
            opacity: .3;
            pointer-events: none;
            width: 10px
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
            border-radius: 5px 0 0;
            border-left: 1px solid;
            border-top: 1px solid;
            content: "";
            display: block;
            flex-grow: 1;
            height: 4px;
            margin-right: 12px;
            opacity: .3;
            pointer-events: none
        }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
        flex-grow: 0;
        transform: translateY(-50%)
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
        padding: 19px 24px 24px;
        position: relative
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
            border-radius: 0 0 5px 5px;
            border-style: solid;
            border-width: 0 1px 1px;
            bottom: 0;
            content: "";
            display: block;
            right: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
            margin-bottom: 1em
        }

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

    .wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
        padding-bottom: 0
    }

.wc-block-components-express-payment-continue-rule {
    align-items: center;
    display: flex;
    margin: 24px 0;
    padding: 0 24px;
    text-align: center
}

    .wc-block-components-express-payment-continue-rule:before {
        margin-left: 10px
    }

    .wc-block-components-express-payment-continue-rule:after {
        margin-right: 10px
    }

    .wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
        border-bottom: 1px solid;
        content: " ";
        flex: 1;
        opacity: .3
    }

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-right: 12px;
    padding-left: 12px
}

.wc-block-components-payment-method-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 14px
}

    .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
        display: inline-block;
        height: 24px;
        margin: 0 4px 2px;
        max-height: 24px;
        max-width: 38px;
        padding: 0;
        width: auto
    }

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

    .wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
        margin-right: 0;
        margin-left: 8px
    }

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

    .wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
        margin-right: 8px;
        margin-left: 0
    }

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

    .wc-block-components-payment-method-label--with-icon > img, .wc-block-components-payment-method-label--with-icon > svg {
        margin: -2px 0 0 4px;
        vertical-align: middle
    }

.is-mobile .wc-block-components-payment-method-label--with-icon > img, .is-mobile .wc-block-components-payment-method-label--with-icon > svg, .is-small .wc-block-components-payment-method-label--with-icon > img, .is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none
}

.wc-block-cart__submit {
    margin: 0 0 16px;
    position: relative
}

.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0
}

@media(min-width:783px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media(max-width:782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        box-sizing: border-box;
        right: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

        .wc-block-cart .wc-block-cart__submit-container--sticky:before {
            box-shadow: 0 -10px 20px 10px currentColor;
            color: hsla(0,0%,80%,.3);
            content: "";
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0
        }
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

    .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
        visibility: hidden
    }

    .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

    .wc-block-components-button:not(.is-link).outlined {
        background: 0 0;
        color: currentColor
    }

        .wc-block-components-button:not(.is-link).outlined:not(:focus) {
            box-shadow: inset 0 0 0 1px currentColor
        }

        .wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff
        }

        .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff;
            opacity: 1
        }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    font-size: inherit
}

    .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
        background-color: currentColor;
        content: "";
        display: block;
        height: 5em;
        margin: 0 auto 2em;
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
        mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 5em;
        mask-size: 5em;
        width: 5em
    }

.wp-block-woocommerce-empty-cart-block > .aligncenter {
    margin-right: auto !important;
    margin-left: auto !important
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.wc-block-components-chip {
    align-items: center;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0 0 .365em .365em;
    max-width: 100%;
    padding: .25em .5em;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
        background: 0 0;
        border: 1px solid;
        color: inherit
    }

        .wc-block-components-chip.wc-block-components-chip--radius-small {
            border-radius: 3px
        }

        .wc-block-components-chip.wc-block-components-chip--radius-medium {
            border-radius: .433em
        }

        .wc-block-components-chip.wc-block-components-chip--radius-large {
            border-radius: 2em;
            padding-right: .75em;
            padding-left: .25em
        }

        .wc-block-components-chip .wc-block-components-chip__text {
            flex-grow: 1;
            font-size: .875em
        }

        .wc-block-components-chip.is-removable .wc-block-components-chip__text {
            padding-left: .5em
        }

        .wc-block-components-chip .wc-block-components-chip__remove {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #e0e0e0;
            border: 0;
            border-radius: 25px;
            height: 16px;
            line-height: 16px;
            margin: 0;
            padding: 0;
            width: 16px
        }

        .wc-block-components-chip .wc-block-components-chip__remove-icon {
            fill: #1e1e1e
        }

.theme-twentytwentyone .wc-block-components-chip, .theme-twentytwentyone .wc-block-components-chip:active, .theme-twentytwentyone .wc-block-components-chip:focus, .theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

    .theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
        background: 0 0
    }

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    background: #949494
}

    .wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon, .wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon, button.wc-block-components-chip:focus > .wc-block-components-chip__remove .wc-block-components-chip__remove-icon, button.wc-block-components-chip:hover > .wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
        fill: #fff
    }

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #fff;
    cursor: not-allowed
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
    display: block;
    margin-top: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
    margin-top: 12px
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
        flex-basis: 100%;
        text-align: right
    }

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
    font-weight: 400
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0;
        opacity: .8
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

    .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0
    }

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    margin-top: 1.5em;
    width: 100%
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    min-height: auto;
    padding: 2px;
    width: 100%
}

@media(min-width:600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    box-shadow: none;
    outline: none
}

.components-combobox-control__suggestions-container {
    align-items: flex-start;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    color: rgba(30,30,30,.62);
    opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

.wc-block-components-combobox .wc-block-components-combobox-control, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

    .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

    .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
        border: 0;
        border-radius: 0;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        position: relative;
        text-decoration: inherit;
        text-transform: inherit;
        vertical-align: baseline
    }

    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
        background: #fff;
        border: 1px solid #50575e;
        border-radius: 4px;
        box-shadow: none;
        box-sizing: border-box;
        color: #2b2d2f;
        font-family: inherit;
        font-size: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        font-weight: 400;
        height: 3em;
        letter-spacing: inherit;
        line-height: inherit;
        line-height: 1;
        opacity: 1;
        outline: inherit;
        padding: 1.5em 16px .25em;
        text-align: right;
        text-decoration: inherit;
        text-overflow: ellipsis;
        text-transform: inherit;
        text-transform: none;
        white-space: nowrap;
        width: 100%
    }

        .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
            background-color: #fff;
            box-shadow: 0 0 0 1px #50575e;
            color: #2b2d2f;
            outline: 0
        }

        .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
        background-color: rgba(0,0,0,.1);
        box-shadow: 0 0 0 1px hsla(0,0%,100%,.4);
        color: #fff
    }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    color: #2b2d2f;
    margin: 3em 0 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 10
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    color: #757575;
    cursor: default;
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: .25em 16px
}

    .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
        background-color: #ddd
    }

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0,0,0,.4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 17px 0 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    transform: translateY(.75em);
    transform-origin: top right;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818
}

    .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
        box-shadow: 0 0 0 1px #cc1818
    }

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-shipping-rates-control__package {
    margin: 0;
    position: relative
}

    .wc-block-components-shipping-rates-control__package:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-shipping-rates-control__package.wc-block-components-panel {
        margin-bottom: 0
    }

    .wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: .75em;
        padding-top: .75em
    }

    .wc-block-components-shipping-rates-control__package:last-child {
        position: relative
    }

        .wc-block-components-shipping-rates-control__package:last-child:after {
            border-style: solid;
            border-width: 0;
            bottom: 0;
            content: "";
            display: block;
            right: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0
        }

        .wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button {
            padding-bottom: 0
        }

    .wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
        padding-bottom: .75em
    }

    .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
        margin-bottom: .75em
    }

        .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
            padding-bottom: 0
        }

    .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group {
        font-size: .875em
    }

    .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group {
        font-size: .75em
    }

.wc-block-components-shipping-rates-control__package-items {
    display: block;
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    display: inline-block;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
    word-break: break-word;
    -ms-word-break: break-all
}

    .wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
        content: ", ";
        white-space: pre
    }

.wc-block-components-radio-control__option {
    color: inherit;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 1em 0;
    padding: 0 2.25em 0 0;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-radio-control__option:first-child {
        margin-top: 0
    }

    .wc-block-components-radio-control__option:last-child {
        margin-bottom: 0
    }

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
    display: table-row
}

    .wc-block-components-radio-control__description-group > span, .wc-block-components-radio-control__label-group > span {
        display: table-cell
    }

    .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
        min-width: 50%;
        text-align: left
    }

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem,24px)
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 1.5em;
    right: 0;
    margin: inherit;
    min-height: 24px;
    min-width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    width: 1.5em
}

    .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #000;
        border-radius: 50%;
        content: "";
        display: block;
        height: .75em;
        right: 50%;
        margin: 0;
        min-height: 12px;
        min-width: 12px;
        position: absolute;
        top: 50%;
        transform: translate(50%,-50%);
        width: .75em
    }

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6)
}

    .has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #fff
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

    .theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background-color: var(--form--color-text)
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

    .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
        -ms-grid-row-align: center;
        align-self: center;
        flex-basis: 100%;
        padding-left: 16px;
        white-space: normal
    }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
            padding-left: 0
        }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
            font-weight: 600;
            margin: 0 0 8px
        }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
            margin: 0 24px 0 0;
            padding: 0
        }

            .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
                clear: both;
                content: "";
                display: block
            }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: 0 0;
            border: 0;
            color: #2f2f2f !important;
            float: left;
            margin: 0;
            opacity: .6;
            padding: 0 !important
        }

            .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover {
                opacity: 1
            }

    .wc-block-components-notice-banner > svg {
        fill: #fff;
        background-color: #2f2f2f;
        border-radius: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 2px
    }

    .wc-block-components-notice-banner > .wc-block-components-button {
        background: transparent none !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #2f2f2f !important;
        flex: 0 0 16px;
        height: 16px !important;
        margin: 6px auto 0 0 !important;
        min-height: auto !important;
        min-width: 0 !important;
        opacity: .6;
        outline: none !important;
        padding: 0 !important;
        width: 16px !important
    }

        .wc-block-components-notice-banner > .wc-block-components-button > svg {
            margin: 0 !important
        }

        .wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
            opacity: 1
        }

    .wc-block-components-notice-banner.is-error {
        background-color: #fff0f0;
        border-color: #cc1818
    }

        .wc-block-components-notice-banner.is-error > svg {
            background-color: #cc1818;
            transform: rotate(-180deg)
        }

    .wc-block-components-notice-banner.is-warning {
        background-color: #fffbf4;
        border-color: #f0b849
    }

        .wc-block-components-notice-banner.is-warning > svg {
            background-color: #f0b849;
            transform: rotate(-180deg)
        }

    .wc-block-components-notice-banner.is-success {
        background-color: #f4fff7;
        border-color: #4ab866
    }

        .wc-block-components-notice-banner.is-success > svg {
            background-color: #4ab866
        }

    .wc-block-components-notice-banner.is-info {
        background-color: #f4f8ff;
        border-color: #007cba
    }

        .wc-block-components-notice-banner.is-info > svg {
            background-color: #007cba
        }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: 0;
    width: 100%
}

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
        flex-grow: 1;
        margin-bottom: 0;
        margin-top: 0
    }

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
        flex-shrink: 0;
        height: 3em;
        margin-right: 8px;
        padding-right: 24px;
        padding-left: 24px;
        white-space: nowrap
    }

        .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
            margin: 0
        }

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wp-block-woocommerce-checkout {
    margin: 0
}

    .wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
        top: -96px
    }

    .wp-block-woocommerce-checkout.is-loading {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 16px;
        position: relative
    }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
            padding-right: 2.2641509434%;
            width: 35%
        }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
            padding-left: 3.7735849057%;
            width: 65%
        }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
            box-sizing: border-box;
            margin: 0
        }

            .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div {
                background-color: currentColor !important;
                border: 0 !important;
                border-radius: .25rem;
                box-shadow: none;
                color: currentColor !important;
                display: block;
                display: none;
                line-height: 1;
                margin: 0 0 1.5em;
                max-width: 100% !important;
                opacity: .15;
                outline: 0 !important;
                overflow: hidden !important;
                pointer-events: none;
                position: relative !important;
                width: 100%;
                z-index: 1
            }

                .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div > *, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div > * {
                    visibility: hidden
                }

                .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div:after, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div:after {
                    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
                    animation: loading__animation 1.5s ease-in-out infinite;
                    background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
                    background-repeat: no-repeat;
                    content: " ";
                    display: block;
                    height: 100%;
                    right: 0;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transform: translateX(100%)
                }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    display: block;
    min-height: 10em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    display: block;
    min-height: 24em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    display: block;
    margin-right: 50%;
    min-height: 4em;
    width: 50%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    display: block;
    min-height: 47em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel > h2, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel > h2 .wc-block-components-panel__button, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 .wc-block-components-panel__button {
        font-weight: 400
    }

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-right: 16px;
    padding-left: 16px
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link {
    margin-right: 16px;
    margin-left: 16px
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-checkout.is-loading {
        flex-direction: column;
        margin: 0 auto 16px
    }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
            padding: 0;
            width: 100%
        }

            .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
                padding-right: 0;
                padding-left: 0
            }

            .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link {
                margin-right: 0;
                margin-left: 0
            }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-checkout-empty {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-checkout-empty .wc-block-checkout-empty__image {
        color: inherit;
        display: block;
        margin: 0 auto 1em;
        max-width: 150px
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__title {
        display: block;
        font-weight: 700;
        margin: 0
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-checkout-error .wc-block-checkout-error__image {
        color: inherit;
        display: block;
        margin: 0 auto 1em;
        max-width: 150px
    }

    .wc-block-checkout-error .wc-block-checkout-error__title {
        display: block;
        font-weight: 700;
        margin: 0
    }

    .wc-block-checkout-error .wc-block-checkout-error__description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

    .wc-block-components-sidebar-layout .wc-block-must-login-prompt {
        display: block
    }

    .wc-block-components-sidebar-layout .wc-block-components-main {
        box-sizing: border-box;
        margin: 0;
        padding-left: 3.7735849057%;
        width: 65%
    }

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-right: 2.2641509434%;
    width: 35%
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 {
        border: 0;
        border-radius: 0;
        font-size: 1em;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

    .is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
        width: 100%
    }

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-right: 16px;
    padding-left: 16px
}

    .is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
        padding: 0
    }

.wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 .wc-block-components-panel__button {
        font-weight: 400
    }

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel > h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
    order: 1
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-right: -6px;
    margin-left: -6px
}

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
        clear: both;
        content: "";
        display: block
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
        float: right;
        margin-right: 6px;
        margin-left: 6px;
        position: relative;
        width: calc(50% - 12px)
    }

        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
            margin-top: 0
        }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
        width: calc(100% - 12px)
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
        clear: both
    }

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    flex-basis: 0;
    flex-grow: 1
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    margin: 0;
    padding: 0
}

.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0
}

.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

    .wc-block-components-title.wc-block-components-title textarea {
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        text-transform: inherit
    }

.theme-twentytwenty .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    min-height: auto;
    padding: 2px;
    width: 100%
}

@media(min-width:600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    box-shadow: none;
    outline: none
}

.components-combobox-control__suggestions-container {
    align-items: flex-start;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    color: rgba(30,30,30,.62);
    opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

.wc-block-components-combobox .wc-block-components-combobox-control, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

    .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

    .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
        border: 0;
        border-radius: 0;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        position: relative;
        text-decoration: inherit;
        text-transform: inherit;
        vertical-align: baseline
    }

    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
        background: #fff;
        border: 1px solid #50575e;
        border-radius: 4px;
        box-shadow: none;
        box-sizing: border-box;
        color: #2b2d2f;
        font-family: inherit;
        font-size: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        font-weight: 400;
        height: 3em;
        letter-spacing: inherit;
        line-height: inherit;
        line-height: 1;
        opacity: 1;
        outline: inherit;
        padding: 1.5em 16px .25em;
        text-align: right;
        text-decoration: inherit;
        text-overflow: ellipsis;
        text-transform: inherit;
        text-transform: none;
        white-space: nowrap;
        width: 100%
    }

        .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
            background-color: #fff;
            box-shadow: 0 0 0 1px #50575e;
            color: #2b2d2f;
            outline: 0
        }

        .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
        background-color: rgba(0,0,0,.1);
        box-shadow: 0 0 0 1px hsla(0,0%,100%,.4);
        color: #fff
    }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    color: #2b2d2f;
    margin: 3em 0 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 10
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    color: #757575;
    cursor: default;
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: .25em 16px
}

    .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
        background-color: #ddd
    }

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0,0,0,.4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 17px 0 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    transform: translateY(.75em);
    transform-origin: top right;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818
}

    .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
        box-shadow: 0 0 0 1px #cc1818
    }

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-checkout__terms {
    margin: 1.5em 0
}

    .wc-block-checkout__terms textarea {
        position: relative;
        top: -5px
    }

    .wc-block-checkout__terms.wc-block-checkout__terms--disabled {
        opacity: .6
    }

.wc-block-checkout__actions_row {
    align-items: center;
    display: flex;
    justify-content: space-between
}

    .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        height: auto;
        padding: 1em;
        width: 50%
    }

    .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
        width: 100%
    }

    .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
        fill: #fff;
        vertical-align: top
    }

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-large .wc-block-checkout__actions {
    padding: 1.5em 0;
    position: relative
}

    .is-large .wc-block-checkout__actions:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-right: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

    .wc-block-components-checkout-return-to-cart-button svg {
        fill: currentColor;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

.rtl .wc-block-components-checkout-return-to-cart-button svg {
    transform: translateY(-50%) scale(-1)
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

    .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
        visibility: hidden
    }

    .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

    .wc-block-components-button:not(.is-link).outlined {
        background: 0 0;
        color: currentColor
    }

        .wc-block-components-button:not(.is-link).outlined:not(:focus) {
            box-shadow: inset 0 0 0 1px currentColor
        }

        .wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff
        }

        .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff;
            opacity: 1
        }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

    .wc-block-components-spinner:after {
        -webkit-animation: spinner__animation 1s linear infinite;
        animation: spinner__animation 1s linear infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: .2em solid;
        border-right: .2em solid transparent;
        border-radius: 50%;
        box-sizing: border-box;
        content: " ";
        height: 1em;
        right: 50%;
        margin: -.5em -.5em 0 0;
        position: absolute;
        top: 50%;
        transform: translateZ(0) scale(.5);
        transform-origin: 50% 50%;
        width: 1em
    }

.wc-block-checkout__add-note {
    margin: 1.5em 0
}

.is-medium .wc-block-checkout__add-note, .is-mobile .wc-block-checkout__add-note, .is-small .wc-block-checkout__add-note {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0;
    position: relative
}

    .is-medium .wc-block-checkout__add-note:after, .is-mobile .wc-block-checkout__add-note:after, .is-small .wc-block-checkout__add-note:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-right: 0
}

.wc-block-components-form {
    counter-reset: checkout-step
}

    .wc-block-components-form .wc-block-components-checkout-step {
        background: 0 0;
        border: none;
        margin: 0;
        padding: 0 36px 0 0;
        position: relative
    }

.is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-right: 0
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

    .wc-block-components-checkout-step__container textarea {
        font-style: inherit;
        font-weight: inherit
    }

.wc-block-components-checkout-step__content > * {
    margin-bottom: 1em
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content > :last-child {
    margin-bottom: 0;
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    margin: .75em 0 1em;
    position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading, .wc-block-components-express-payment-continue-rule + .wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 0 0 12px
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

    .wc-block-components-checkout-step__heading-content a {
        color: inherit;
        font-weight: 700
    }

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    background: 0 0;
    border: 0;
    border-radius: 0;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    counter-increment: checkout-step;
    right: -24px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(50%);
    vertical-align: baseline;
    white-space: nowrap
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-right: 1px solid;
    content: "";
    height: 100%;
    right: -24px;
    opacity: .3;
    position: absolute;
    top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before, .is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". "/"";
    right: auto;
    position: static;
    top: auto;
    transform: none
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after, .is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 0 0 12px
}

.wc-block-components-textarea {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-textarea::-moz-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea::placeholder {
        color: hsla(0,0%,100%,.6)
    }

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    color: #fff
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

    .wc-block-card-elements .wc-block-components-validation-error {
        position: static
    }

.wc-block-gateway-container {
    margin-bottom: 1.5em;
    position: relative;
    white-space: nowrap
}

    .wc-block-gateway-container.wc-card-number-element {
        flex-basis: 15em;
        flex-grow: 1;
        min-width: min(15em,60%)
    }

    .wc-block-gateway-container.wc-card-expiry-element {
        flex-basis: 7em;
        margin-right: 12px;
        min-width: min(7em,calc(24% - 12px))
    }

    .wc-block-gateway-container.wc-card-cvc-element {
        flex-basis: 7em;
        margin-right: 12px;
        min-width: min(5em,calc(16% - 12px))
    }

    .wc-block-gateway-container .wc-block-gateway-input {
        background-color: #fff;
        border: 1px solid #50575e;
        border-radius: 4px;
        box-sizing: border-box;
        color: #2b2d2f;
        cursor: text;
        font-family: inherit;
        font-size: 1em;
        height: 3em;
        line-height: 1.375;
        margin: 0;
        padding: .75em 16px .75em 0;
        width: 100%
    }

        .wc-block-gateway-container .wc-block-gateway-input:focus, .wc-block-gateway-container:focus {
            background-color: #fff
        }

    .wc-block-gateway-container label {
        color: inherit;
        color: #757575;
        cursor: text;
        font-family: inherit;
        font-size: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        right: 0;
        letter-spacing: inherit;
        line-height: inherit;
        line-height: 1.375;
        margin: 0 17px 0 0;
        max-width: calc(100% - 24px);
        overflow: hidden;
        position: absolute;
        text-decoration: inherit;
        text-overflow: ellipsis;
        text-transform: inherit;
        top: 0;
        transform: translateY(.75em);
        transform-origin: top right;
        transition: transform .2s ease
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-right: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty) + label {
    margin-right: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    margin-top: -24px;
    position: static
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 16px .25em 0
}

    .wc-block-gateway-container .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
        transform: translateY(4px) scale(.75)
    }

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

    .wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
        outline-color: #cc1818
    }

    .wc-block-gateway-container .wc-block-gateway-input.has-error + label {
        color: #cc1818
    }

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p, .is-large .wc-card-expiry-element .wc-block-components-validation-error > p, .is-medium .wc-card-cvc-element .wc-block-components-validation-error > p, .is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p, .is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p, .is-small .wc-card-cvc-element .wc-block-components-validation-error > p, .is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements, .is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element, .is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element, .is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-right: 0;
    margin-left: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element, .is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-right: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-right: 56px
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        content: none
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
        right: 16px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
        margin: 0;
        padding-bottom: 1em;
        padding-top: 1em
    }

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 1px 1px 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
        border-width: 1px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
        border-width: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
        align-items: center;
        display: flex;
        justify-content: flex-start
    }

        .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
            height: 24px;
            max-height: 24px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: left;
            object-position: left
        }

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-right: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    height: 28px;
    padding-top: 14px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

    .wc-block-components-radio-control-accordion-content:empty {
        display: none
    }

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin: 0 0 16px
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

    .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
        -ms-grid-row-align: center;
        align-self: center;
        flex-basis: 100%;
        padding-left: 16px;
        white-space: normal
    }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
            padding-left: 0
        }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
            font-weight: 600;
            margin: 0 0 8px
        }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
            margin: 0 24px 0 0;
            padding: 0
        }

            .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
                clear: both;
                content: "";
                display: block
            }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: 0 0;
            border: 0;
            color: #2f2f2f !important;
            float: left;
            margin: 0;
            opacity: .6;
            padding: 0 !important
        }

            .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover {
                opacity: 1
            }

    .wc-block-components-notice-banner > svg {
        fill: #fff;
        background-color: #2f2f2f;
        border-radius: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 2px
    }

    .wc-block-components-notice-banner > .wc-block-components-button {
        background: transparent none !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #2f2f2f !important;
        flex: 0 0 16px;
        height: 16px !important;
        margin: 6px auto 0 0 !important;
        min-height: auto !important;
        min-width: 0 !important;
        opacity: .6;
        outline: none !important;
        padding: 0 !important;
        width: 16px !important
    }

        .wc-block-components-notice-banner > .wc-block-components-button > svg {
            margin: 0 !important
        }

        .wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
            opacity: 1
        }

    .wc-block-components-notice-banner.is-error {
        background-color: #fff0f0;
        border-color: #cc1818
    }

        .wc-block-components-notice-banner.is-error > svg {
            background-color: #cc1818;
            transform: rotate(-180deg)
        }

    .wc-block-components-notice-banner.is-warning {
        background-color: #fffbf4;
        border-color: #f0b849
    }

        .wc-block-components-notice-banner.is-warning > svg {
            background-color: #f0b849;
            transform: rotate(-180deg)
        }

    .wc-block-components-notice-banner.is-success {
        background-color: #f4fff7;
        border-color: #4ab866
    }

        .wc-block-components-notice-banner.is-success > svg {
            background-color: #4ab866
        }

    .wc-block-components-notice-banner.is-info {
        background-color: #f4f8ff;
        border-color: #007cba
    }

        .wc-block-components-notice-banner.is-info > svg {
            background-color: #007cba
        }

.wc-block-components-loading-mask {
    min-height: 34px;
    pointer-events: none;
    position: relative
}

    .wc-block-components-loading-mask .components-spinner {
        right: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(50%,-50%)
    }

    .wc-block-components-loading-mask .wc-block-components-loading-mask__children {
        opacity: .25
    }

.wc-block-components-payment-method-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 14px
}

    .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
        display: inline-block;
        height: 24px;
        margin: 0 4px 2px;
        max-height: 24px;
        max-width: 38px;
        padding: 0;
        width: auto
    }

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

    .wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
        margin-right: 0;
        margin-left: 8px
    }

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

    .wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
        margin-right: 8px;
        margin-left: 0
    }

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

    .wc-block-components-payment-method-label--with-icon > img, .wc-block-components-payment-method-label--with-icon > svg {
        margin: -2px 0 0 4px;
        vertical-align: middle
    }

.is-mobile .wc-block-components-payment-method-label--with-icon > img, .is-mobile .wc-block-components-payment-method-label--with-icon > svg, .is-small .wc-block-components-payment-method-label--with-icon > img, .is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none
}

.wc-block-components-radio-control__option {
    color: inherit;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 1em 0;
    padding: 0 2.25em 0 0;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-radio-control__option:first-child {
        margin-top: 0
    }

    .wc-block-components-radio-control__option:last-child {
        margin-bottom: 0
    }

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
    display: table-row
}

    .wc-block-components-radio-control__description-group > span, .wc-block-components-radio-control__label-group > span {
        display: table-cell
    }

    .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
        min-width: 50%;
        text-align: left
    }

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem,24px)
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 1.5em;
    right: 0;
    margin: inherit;
    min-height: 24px;
    min-width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    width: 1.5em
}

    .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #000;
        border-radius: 50%;
        content: "";
        display: block;
        height: .75em;
        right: 50%;
        margin: 0;
        min-height: 12px;
        min-width: 12px;
        position: absolute;
        top: 50%;
        transform: translate(50%,-50%);
        width: .75em
    }

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6)
}

    .has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #fff
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

    .theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background-color: var(--form--color-text)
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        grid-gap: 10px;
        box-sizing: border-box;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(calc(33% - 10px),1fr));
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
        width: 100%
    }

        .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
            margin: 0;
            width: 100%
        }

            .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
                height: 48px;
                width: 100%
            }

@media(max-width:782px) {
    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.wc-block-components-express-payment--checkout {
    margin-top: 15px
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
        display: flex;
        flex-direction: row;
        right: 0;
        position: absolute;
        left: 0;
        top: -5px;
        vertical-align: middle
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
            border-right: 1px solid;
            border-radius: 0 5px 0 0;
            border-top: 1px solid;
            content: "";
            display: block;
            height: 4px;
            margin-left: 12px;
            opacity: .3;
            pointer-events: none;
            width: 10px
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
            border-radius: 5px 0 0;
            border-left: 1px solid;
            border-top: 1px solid;
            content: "";
            display: block;
            flex-grow: 1;
            height: 4px;
            margin-right: 12px;
            opacity: .3;
            pointer-events: none
        }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
        flex-grow: 0;
        transform: translateY(-50%)
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
        padding: 19px 24px 24px;
        position: relative
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
            border-radius: 0 0 5px 5px;
            border-style: solid;
            border-width: 0 1px 1px;
            bottom: 0;
            content: "";
            display: block;
            right: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
            margin-bottom: 1em
        }

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

    .wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
        padding-bottom: 0
    }

.wc-block-components-express-payment-continue-rule {
    align-items: center;
    display: flex;
    margin: 24px 0;
    padding: 0 24px;
    text-align: center
}

    .wc-block-components-express-payment-continue-rule:before {
        margin-left: 10px
    }

    .wc-block-components-express-payment-continue-rule:after {
        margin-right: 10px
    }

    .wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
        border-bottom: 1px solid;
        content: " ";
        flex: 1;
        opacity: .3
    }

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-right: 12px;
    padding-left: 12px
}

.wc-block-checkout__shipping-method-container {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option, .wc-block-checkout__shipping-method-option {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit;
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    gap: 4px;
    height: 100%;
    justify-content: center;
    min-height: 80px;
    outline: 1px solid currentColor;
    padding: 16px 12px
}

    .edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled), .edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled), .edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus, .edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover, .wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled), .wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled), .wc-block-checkout__shipping-method-option:focus, .wc-block-checkout__shipping-method-option:hover {
        background-color: #d5d5d5;
        border-color: #d5d5d5;
        color: #333
    }

    .edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected, .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
        outline: 3px solid currentColor
    }

.wc-block-checkout__shipping-method-option-icon {
    fill: currentColor
}

.wc-block-checkout__shipping-method-option-title {
    font-size: 1rem;
    font-weight: 700
}

.wc-block-checkout__shipping-method-option-price {
    font-size: .875rem
}

    .wc-block-checkout__shipping-method-option-price em {
        font-style: inherit;
        text-transform: uppercase
    }

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    margin: 0;
    padding: .75em 2.5em .75em 0;
    position: relative
}

    .wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-components-shipping-rates-control__package {
    margin: 0;
    position: relative
}

    .wc-block-components-shipping-rates-control__package:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-shipping-rates-control__package.wc-block-components-panel {
        margin-bottom: 0
    }

    .wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: .75em;
        padding-top: .75em
    }

    .wc-block-components-shipping-rates-control__package:last-child {
        position: relative
    }

        .wc-block-components-shipping-rates-control__package:last-child:after {
            border-style: solid;
            border-width: 0;
            bottom: 0;
            content: "";
            display: block;
            right: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0
        }

        .wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button {
            padding-bottom: 0
        }

    .wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
        padding-bottom: .75em
    }

    .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
        margin-bottom: .75em
    }

        .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
            padding-bottom: 0
        }

    .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group {
        font-size: .875em
    }

    .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group {
        font-size: .75em
    }

.wc-block-components-shipping-rates-control__package-items {
    display: block;
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    display: inline-block;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
    word-break: break-word;
    -ms-word-break: break-all
}

    .wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
        content: ", ";
        white-space: pre
    }

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

    .components-placeholder.wc-block-checkout__no-shipping-placeholder * {
        pointer-events: all
    }

    .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
        display: block
    }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff
        }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
            display: block;
            margin: .25em 0 1em
        }

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option {
    margin: 0;
    padding: .75em 2.5em .75em 0;
    position: relative
}

    .wc-block-checkout__pickup-options .wc-block-components-radio-control__option:after, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.wc-block-checkout__pickup-options .wc-block-components-shipping-rates-control__no-results-notice, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control .wc-block-components-radio-control__input, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control .wc-block-components-radio-control__input {
    margin-top: 1px;
    top: auto;
    transform: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-layout, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-layout {
    display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group {
    display: flex;
    width: 100%
}

    .wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group > :last-child, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group > :last-child {
        margin-right: auto
    }

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
    display: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group {
    display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group em, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group em {
    font-style: inherit;
    text-transform: uppercase
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
    background-color: #f0f0f0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    margin-top: .5em;
    padding: 1px .75em;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description, .wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
    display: block;
    margin: .75em 0;
    text-align: right;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
    color: #757575
}

    .wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description > svg, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description > svg {
        fill: currentColor;
        margin-top: -4px;
        vertical-align: middle
    }

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.wc-block-components-chip {
    align-items: center;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0 0 .365em .365em;
    max-width: 100%;
    padding: .25em .5em;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
        background: 0 0;
        border: 1px solid;
        color: inherit
    }

        .wc-block-components-chip.wc-block-components-chip--radius-small {
            border-radius: 3px
        }

        .wc-block-components-chip.wc-block-components-chip--radius-medium {
            border-radius: .433em
        }

        .wc-block-components-chip.wc-block-components-chip--radius-large {
            border-radius: 2em;
            padding-right: .75em;
            padding-left: .25em
        }

        .wc-block-components-chip .wc-block-components-chip__text {
            flex-grow: 1;
            font-size: .875em
        }

        .wc-block-components-chip.is-removable .wc-block-components-chip__text {
            padding-left: .5em
        }

        .wc-block-components-chip .wc-block-components-chip__remove {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #e0e0e0;
            border: 0;
            border-radius: 25px;
            height: 16px;
            line-height: 16px;
            margin: 0;
            padding: 0;
            width: 16px
        }

        .wc-block-components-chip .wc-block-components-chip__remove-icon {
            fill: #1e1e1e
        }

.theme-twentytwentyone .wc-block-components-chip, .theme-twentytwentyone .wc-block-components-chip:active, .theme-twentytwentyone .wc-block-components-chip:focus, .theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

    .theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
        background: 0 0
    }

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    background: #949494
}

    .wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon, .wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon, button.wc-block-components-chip:focus > .wc-block-components-chip__remove .wc-block-components-chip__remove-icon, button.wc-block-components-chip:hover > .wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
        fill: #fff
    }

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #fff;
    cursor: not-allowed
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
    display: block;
    margin-top: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
    margin-top: 12px
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
        flex-basis: 100%;
        text-align: right
    }

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
    font-weight: 400
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0;
        opacity: .8
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

    .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0
    }

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    margin-top: 1.5em;
    width: 100%
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: 0;
    width: 100%
}

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
        flex-grow: 1;
        margin-bottom: 0;
        margin-top: 0
    }

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
        flex-shrink: 0;
        height: 3em;
        margin-right: 8px;
        padding-right: 24px;
        padding-left: 24px;
        white-space: nowrap
    }

        .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
            margin: 0
        }

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 0
}

.wc-block-components-order-summary .wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
    display: flex;
    font-size: .875em;
    padding-bottom: 1px;
    padding-top: 16px;
    position: relative;
    width: 100%
}

    .wc-block-components-order-summary .wc-block-components-order-summary-item:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item:first-child {
        padding-top: 0
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item:last-child > div {
        padding-bottom: 0
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item:last-child:after {
        display: none
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
        font-size: 1em
    }

.wc-block-components-order-summary .wc-block-components-order-summary-item__description, .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    padding-bottom: 16px;
    position: relative;
    width: 48px
}

    .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
        max-width: 48px;
        width: 48px
    }

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-bottom: 16px;
    padding-right: 24px;
    padding-left: 12px
}

    .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
        line-height: 1.375;
        margin-top: 4px
    }

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-right: auto;
    text-align: left
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: right
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: left
}

.wc-block-components-product-price {
    display: block
}

    .wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
        margin-bottom: 12px
    }

    .wc-block-components-product-price ins {
        text-decoration: none
    }

.wc-block-components-product-price__value.is-discounted {
    margin-right: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-price:before:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-metadata {
    font-size: .75em
}

    .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        margin: .25em 0
    }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

    .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
        margin-bottom: 0
    }

    .wc-block-components-product-details.wc-block-components-product-details li {
        margin-right: 0
    }

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
    width: 100%
}

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
        font-size: .75em;
        text-transform: uppercase
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
            width: 100px
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
            visibility: hidden
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
            text-align: left;
            width: 100px
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        margin: 0;
        width: 100%
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        background: 0 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        color: inherit;
        display: inline;
        font-family: inherit;
        font-size: inherit;
        font-size: .75em;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: inherit;
        text-decoration: underline;
        text-shadow: none;
        text-transform: inherit;
        text-transform: none;
        vertical-align: baseline;
        white-space: nowrap
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
            background: 0 0
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        font-size: 1em;
        line-height: inherit;
        text-align: left
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
        margin-bottom: .75em
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
        opacity: .5;
        pointer-events: none;
        transition: opacity .2s ease
    }

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row, .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
    position: relative
}

    .is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        padding-left: 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        -ms-grid-column-span: 2;
        -ms-grid-column-align: stretch;
        -ms-grid-column: 2;
        grid-column-end: 4;
        grid-column-start: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        justify-self: stretch;
        padding: 0 0 16px 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        -ms-grid-row-align: end;
        align-self: end;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        padding-left: 16px;
        padding-top: 16px;
        vertical-align: bottom
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        -ms-grid-row: 1;
        grid-row-start: 1
    }

        .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
            display: inline-block
        }

.is-large.wc-block-cart {
    margin-bottom: 3em
}

    .is-large.wc-block-cart .wc-block-cart-items {
        position: relative
    }

        .is-large.wc-block-cart .wc-block-cart-items:after {
            border-style: solid;
            border-width: 0 0 1px;
            bottom: 0;
            content: "";
            display: block;
            right: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0
        }

        .is-large.wc-block-cart .wc-block-cart-items th {
            padding: .25rem 0 .25rem 16px;
            white-space: nowrap
        }

        .is-large.wc-block-cart .wc-block-cart-items td {
            padding: 16px 16px 16px 0;
            position: relative;
            vertical-align: top
        }

            .is-large.wc-block-cart .wc-block-cart-items td:after {
                border-style: solid;
                border-width: 1px 0 0;
                bottom: 0;
                content: "";
                display: block;
                right: 0;
                opacity: .3;
                pointer-events: none;
                position: absolute;
                left: 0;
                top: 0
            }

        .is-large.wc-block-cart .wc-block-cart-items th:last-child {
            padding-left: 0
        }

        .is-large.wc-block-cart .wc-block-cart-items td:last-child {
            padding-left: 16px
        }

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: right
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: left
}

.wc-block-components-product-price {
    display: block
}

    .wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
        margin-bottom: 12px
    }

    .wc-block-components-product-price ins {
        text-decoration: none
    }

.wc-block-components-product-price__value.is-discounted {
    margin-right: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-price:before:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(-90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-product-metadata {
    font-size: .75em
}

    .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        margin: .25em 0
    }

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

    .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
        margin-bottom: 0
    }

    .wc-block-components-product-details.wc-block-components-product-details li {
        margin-right: 0
    }

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px
}

    .wc-block-components-quantity-selector:after {
        border: 1px solid;
        border-radius: 4px;
        bottom: 0;
        content: "";
        right: 0;
        opacity: .45;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        background: 0 0;
        border: 0;
        box-shadow: none;
        color: currentColor;
        flex: 1 1 auto;
        font-size: 1em;
        font-weight: 600;
        line-height: 1;
        margin: 0;
        min-width: 40px;
        order: 2;
        padding: .4em 0;
        text-align: center;
        vertical-align: middle
    }

        .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
            box-shadow: inset 0 0 1px 1px currentColor;
            outline: none
        }

        .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
            opacity: .6
        }

    .wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
        background: none transparent;
        border: 0;
        box-shadow: none;
        color: currentColor;
        cursor: pointer;
        font-size: .9em;
        font-style: normal;
        font-weight: 400;
        margin: 0;
        min-width: 30px;
        opacity: .6;
        padding: 0;
        text-align: center;
        text-decoration: none
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
            box-shadow: inset 0 0 1px 1px currentColor;
            outline: none
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
            opacity: 1
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
            box-shadow: none;
            cursor: default;
            opacity: .6
        }

    .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
        border-radius: 0 4px 4px 0;
        order: 1
    }

    .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
        border-radius: 4px 0 0 4px;
        order: 3
    }

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-payment-method-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 14px
}

    .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
        display: inline-block;
        height: 24px;
        margin: 0 4px 2px;
        max-height: 24px;
        max-width: 38px;
        padding: 0;
        width: auto
    }

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

    .wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
        margin-right: 0;
        margin-left: 8px
    }

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

    .wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
        margin-right: 8px;
        margin-left: 0
    }

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

    .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
        visibility: hidden
    }

    .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

    .wc-block-components-button:not(.is-link).outlined {
        background: 0 0;
        color: currentColor
    }

        .wc-block-components-button:not(.is-link).outlined:not(:focus) {
            box-shadow: inset 0 0 0 1px currentColor
        }

        .wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff
        }

        .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff;
            opacity: 1
        }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

    .wc-block-components-spinner:after {
        -webkit-animation: spinner__animation 1s linear infinite;
        animation: spinner__animation 1s linear infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: .2em solid;
        border-right: .2em solid transparent;
        border-radius: 50%;
        box-sizing: border-box;
        content: " ";
        height: 1em;
        right: 50%;
        margin: -.5em -.5em 0 0;
        position: absolute;
        top: 50%;
        transform: translateZ(0) scale(.5);
        transform-origin: 50% 50%;
        width: 1em
    }

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: left
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%
}

    .woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
        content: " ";
        display: table
    }

    .woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
        clear: both
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: right;
        width: 48%
    }

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: left;
        width: 48%
    }

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right;
    width: 48%
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: right;
    width: 30.75%;
    margin-left: 3.8%;
    margin-bottom: 1em
}

    .woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
        margin-left: 0
    }

    .woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
        clear: both
    }

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-left: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

    .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
        content: " ";
        display: table
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
        clear: both
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        display: inline-block
    }

.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float: left;
    height: auto
}

.woocommerce ul.products, .woocommerce-page ul.products {
    clear: both
}

    .woocommerce ul.products:after, .woocommerce ul.products:before, .woocommerce-page ul.products:after, .woocommerce-page ul.products:before {
        content: " ";
        display: table
    }

    .woocommerce ul.products:after, .woocommerce-page ul.products:after {
        clear: both
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: right;
        margin: 0 0 2.992em 3.8%;
        padding: 0;
        position: relative;
        width: 22.05%;
        margin-right: 0
    }

    .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
        clear: both
    }

    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
        margin-left: 0
    }

    .woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
        width: 100%;
        margin-left: 0
    }

    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
        width: 48%
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 30.75%
    }

    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: 16.95%
    }

    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        width: 13.5%
    }

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-left: 0
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: right
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: left
}

    .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
        width: 80px
    }

    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: right
    }

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%
}

    .woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before {
        content: " ";
        display: table
    }

    .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
        clear: both
    }

    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
        width: 30.75%;
        float: right
    }

    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        width: 48%;
        float: right
    }

        .woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
            float: none
        }

            .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
                width: 48%
            }

    .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 48%;
        clear: left;
        float: left
    }

        .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before {
            content: " ";
            display: table
        }

        .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
            clear: both
        }

        .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
            width: 47%
        }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: left;
        width: 48%
    }

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: left;
    height: auto
}

.woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
    content: " ";
    display: table
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
    clear: both
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block
}

    .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
        display: inline
    }

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: right;
    float: right
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: left
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

    .woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
        padding-left: 2.5rem
    }

    .woocommerce form .password-input input::-ms-reveal, .woocommerce-page form .password-input input::-ms-reveal {
        display: none
    }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    left: .7em;
    top: .7em;
    cursor: pointer
}

    .woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-right: .618em;
        content: "\e010";
        text-decoration: none
    }

    .woocommerce form .show-password-input.display-password:after, .woocommerce-page form .show-password-input.display-password:after {
        color: #585858
    }

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    text-align: right;
    padding: 0 0 0 1em;
    float: right
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-billing-fields:before, .woocommerce .woocommerce-shipping-fields:after, .woocommerce .woocommerce-shipping-fields:before, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-billing-fields:before, .woocommerce-page .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-shipping-fields:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
    width: 30%
}
.woocommerce-account .woocommerce-MyAccount-content {
    background-color: var(--white-color);
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    float: unset;
    width: 74%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: left
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: right
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

    .twentyfourteen .tfwc .product .entry-summary {
        padding: 0 !important;
        margin: 0 0 1.618em !important
    }

    .twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
        margin-top: 0
    }

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-left: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-left: auto
    }
}

.twentyfifteen .t15wc {
    padding-right: 7.6923%;
    padding-left: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.15)
}

    .twentyfifteen .t15wc .page-title {
        margin-right: 0
    }

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-left: 7.6923%;
        margin-right: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-right: 8.3333%;
        margin-left: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-left: 7.6923%;
    margin-right: 7.6923%
}

.twentysixteen .entry-summary {
    margin-left: 0;
    margin-right: 0
}

#content .twentysixteen div.product div.images, #content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-left: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-left: 0;
        margin-right: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-left: 15%;
        margin-right: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-left: 0;
        margin-right: 0
    }
}

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
    float: left
}

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
    float: right
}

@media only screen and (max-width:768px) {
    :root {
        --woocommerce: #a46497;
        --wc-green: #7ad03a;
        --wc-red: #a00;
        --wc-orange: #ffba00;
        --wc-blue: #2ea2cc;
        --wc-primary: #a46497;
        --wc-primary-text: #fff;
        --wc-secondary: #ebe9eb;
        --wc-secondary-text: #515151;
        --wc-highlight: #77a464;
        --wc-highligh-text: #fff;
        --wc-content-bg: #fff;
        --wc-subtext: #767676
    }

    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
        display: none
    }

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0
    }

    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: none
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: block
    }

        .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
            display: block;
            text-align: left !important
        }

            .woocommerce table.shop_table_responsive tr td.order-actions, .woocommerce-page table.shop_table_responsive tr td.order-actions {
                text-align: right !important
            }

            .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
                content: attr(data-title) ": ";
                font-weight: 700;
                float: right
            }

            .woocommerce table.shop_table_responsive tr td.actions:before, .woocommerce table.shop_table_responsive tr td.product-remove:before, .woocommerce-page table.shop_table_responsive tr td.actions:before, .woocommerce-page table.shop_table_responsive tr td.product-remove:before {
                display: none
            }

        .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
            background-color: rgba(0,0,0,.025)
        }

    .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: right
    }

        .woocommerce table.my_account_orders tr td.order-actions:before, .woocommerce-page table.my_account_orders tr td.order-actions:before {
            display: none
        }

        .woocommerce table.my_account_orders tr td.order-actions .button, .woocommerce-page table.my_account_orders tr td.order-actions .button {
            float: none;
            margin: .125em 0 .125em .25em
        }

    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        float: right;
        clear: both;
        margin: 0 0 2.992em
    }

        .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
            float: left;
            clear: none !important
        }

    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
        float: none;
        width: 100%
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: none
    }

    .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
        text-align: right
    }

        .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
            float: none;
            padding-bottom: .5em
        }

            .woocommerce #content table.cart td.actions .coupon:after, .woocommerce #content table.cart td.actions .coupon:before, .woocommerce table.cart td.actions .coupon:after, .woocommerce table.cart td.actions .coupon:before, .woocommerce-page #content table.cart td.actions .coupon:after, .woocommerce-page #content table.cart td.actions .coupon:before, .woocommerce-page table.cart td.actions .coupon:after, .woocommerce-page table.cart td.actions .coupon:before {
                content: " ";
                display: table
            }

            .woocommerce #content table.cart td.actions .coupon:after, .woocommerce table.cart td.actions .coupon:after, .woocommerce-page #content table.cart td.actions .coupon:after, .woocommerce-page table.cart td.actions .coupon:after {
                clear: both
            }

            .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
                width: 48%;
                box-sizing: border-box
            }

                .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
                    float: left
                }

        .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
            display: block;
            width: 100%
        }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: right
    }

    .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
        width: 100%;
        float: none
    }

    .woocommerce #payment .terms, .woocommerce-page #payment .terms {
        text-align: right;
        padding: 0
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1em
    }

    .woocommerce .lost_reset_password .form-row-first, .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-first, .woocommerce-page .lost_reset_password .form-row-last {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%
    }

    .single-product .twentythirteen .panel {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@keyframes spin {
    100% {
        transform: rotate(-360deg)
    }
}

@font-face {
    font-display: swap;
    font-family: star;
    src: url(fonts/star.eot);
    src: url(fonts/star.eot?#iefix) format("embedded-opentype"),url(fonts/star.woff) format("woff"),url(fonts/star.ttf) format("truetype"),url(fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: WooCommerce;
    src: url(fonts/WooCommerce.eot);
    src: url(fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(fonts/WooCommerce.woff) format("woff"),url(fonts/WooCommerce.ttf) format("truetype"),url(fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none
}

    .woocommerce-store-notice a, p.demo_store a {
        color: #fff;
        text-decoration: underline
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

    .woocommerce .blockUI.blockOverlay:before {
        height: 1em;
        width: 1em;
        display: block;
        position: absolute;
        top: 50%;
        right: 50%;
        margin-right: -.5em;
        margin-top: -.5em;
        content: "";
        animation: spin 1s ease-in-out infinite;
        background: url(../../asset/loader.svg) center center;
        background-size: cover;
        line-height: 1;
        text-align: center;
        font-size: 2em;
        color: rgba(0,0,0,.75)
    }

.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(/fashion/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

    .woocommerce a.remove:hover {
        color: #fff !important;
        background: red
    }

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

    .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
        content: " ";
        display: table
    }

    .woocommerce .woocommerce-breadcrumb:after {
        clear: both
    }

    .woocommerce .woocommerce-breadcrumb a {
        color: #767676
    }

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

    .woocommerce div.product .product_title {
        clear: none;
        margin-top: 0;
        padding: 0
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        color: #77a464;
        font-size: 1.25em
    }

        .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
            background: inherit;
            font-weight: 700;
            display: inline-block
        }

        .woocommerce div.product p.price del, .woocommerce div.product span.price del {
            opacity: .5;
            display: inline-block
        }

    .woocommerce div.product p.stock {
        font-size: .92em
    }

    .woocommerce div.product .stock {
        color: #77a464
    }

    .woocommerce div.product .out-of-stock {
        color: red
    }

    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 1.618em
    }

    .woocommerce div.product div.images {
        margin-bottom: 2em
    }

        .woocommerce div.product div.images img {
            display: block;
            width: 100%;
            height: auto;
            box-shadow: none
        }

        .woocommerce div.product div.images div.thumbnails {
            padding-top: 1em
        }

        .woocommerce div.product div.images.woocommerce-product-gallery {
            position: relative
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
            transition: all cubic-bezier(.795,-.035,0,1) .5s;
            margin: 0;
            padding: 0
        }

            .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
                background-color: #fff;
                opacity: 0
            }

        .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
            border: 1px solid #f2f2f2
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
            width: 25%;
            display: inline-block
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
            position: absolute;
            top: .5em;
            left: .5em;
            font-size: 2em;
            z-index: 9;
            width: 36px;
            height: 36px;
            background: #fff;
            text-indent: -9999px;
            border-radius: 100%;
            box-sizing: content-box
        }

            .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border: 2px solid #000;
                border-radius: 100%;
                position: absolute;
                top: 9px;
                right: 9px;
                box-sizing: content-box
            }

            .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
                content: "";
                display: block;
                width: 2px;
                height: 8px;
                background: #000;
                border-radius: 6px;
                position: absolute;
                top: 19px;
                right: 22px;
                transform: rotate(45deg);
                box-sizing: content-box
            }

        .woocommerce div.product div.images .flex-control-thumbs {
            overflow: hidden;
            zoom: 1;
            margin: 0;
            padding: 0
        }

            .woocommerce div.product div.images .flex-control-thumbs li {
                width: 25%;
                float: right;
                margin: 0;
                list-style: none
            }

                .woocommerce div.product div.images .flex-control-thumbs li img {
                    cursor: pointer;
                    opacity: .5;
                    margin: 0
                }

                    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
                        opacity: 1
                    }

    .woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: right
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: right
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: right
    }

    .woocommerce div.product div.summary {
        margin-bottom: 2em
    }

    .woocommerce div.product div.social {
        text-align: left;
        margin: 0 0 1em
    }

        .woocommerce div.product div.social span {
            margin: 0 2px 0 0
        }

            .woocommerce div.product div.social span span {
                margin: 0
            }

            .woocommerce div.product div.social span .stButton .chicklets {
                padding-right: 16px;
                width: 0
            }

        .woocommerce div.product div.social iframe {
            float: right;
            margin-top: 3px
        }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        list-style: none;
        padding: 0 1em 0 0;
        margin: 0 0 1.618em;
        overflow: hidden;
        position: relative
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            border: 1px solid #d3ced2;
            background-color: #ebe9eb;
            color: #515151;
            display: inline-block;
            position: relative;
            z-index: 0;
            border-radius: 4px 4px 0 0;
            margin: 0 -5px;
            padding: 0 1em
        }

            .woocommerce div.product .woocommerce-tabs ul.tabs li a {
                display: inline-block;
                padding: .5em 0;
                font-weight: 700;
                color: #515151;
                text-decoration: none
            }

                .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
                    text-decoration: none;
                    color: #6b6b6b
                }

            .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
                background: #fff;
                color: #515151;
                z-index: 2;
                border-bottom-color: #fff
            }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
                    color: inherit;
                    text-shadow: inherit
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
                    box-shadow: -2px 2px 0 #fff
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
                    box-shadow: 2px 2px 0 #fff
                }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
                border: 1px solid #d3ced2;
                position: absolute;
                bottom: -1px;
                width: 5px;
                height: 5px;
                content: " ";
                box-sizing: border-box
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
                right: -5px;
                border-bottom-left-radius: 4px;
                border-width: 0 0 1px 1px;
                box-shadow: -2px 2px 0 #ebe9eb
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
                left: -5px;
                border-bottom-right-radius: 4px;
                border-width: 0 1px 1px 0;
                box-shadow: 2px 2px 0 #ebe9eb
            }

        .woocommerce div.product .woocommerce-tabs ul.tabs:before {
            position: absolute;
            content: " ";
            width: 100%;
            bottom: 0;
            right: 0;
            border-bottom: 1px solid #d3ced2;
            z-index: 1
        }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 0 2em;
        padding: 0
    }

    .woocommerce div.product p.cart {
        margin-bottom: 2em
    }

        .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
            content: " ";
            display: table
        }

        .woocommerce div.product p.cart:after {
            clear: both
        }

    .woocommerce div.product form.cart {
        margin-bottom: 2em
    }

        .woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before {
            content: " ";
            display: table
        }

        .woocommerce div.product form.cart:after {
            clear: both
        }

        .woocommerce div.product form.cart div.quantity {
            float: right;
            margin: 0 0 0 4px
        }

        .woocommerce div.product form.cart table {
            border-width: 0 0 1px
        }

            .woocommerce div.product form.cart table td {
                padding-right: 0
            }

            .woocommerce div.product form.cart table div.quantity {
                float: none;
                margin: 0
            }

            .woocommerce div.product form.cart table small.stock {
                display: block;
                float: none
            }

        .woocommerce div.product form.cart .variations {
            margin-bottom: 1em;
            border: 0;
            width: 100%
        }

            .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
                border: 0;
                line-height: 2em;
                vertical-align: top
            }

            .woocommerce div.product form.cart .variations label {
                font-weight: 700;
                text-align: right
            }

            .woocommerce div.product form.cart .variations select {
                max-width: 100%;
                min-width: 75%;
                display: inline-block;
                margin-left: 1em
            }

            .woocommerce div.product form.cart .variations td.label {
                padding-left: 1em
            }

        .woocommerce div.product form.cart .woocommerce-variation-description p {
            margin-bottom: 1em
        }

        .woocommerce div.product form.cart .reset_variations {
            visibility: hidden;
            font-size: .83em
        }

        .woocommerce div.product form.cart .wc-no-matching-variations {
            display: none
        }

        .woocommerce div.product form.cart .button {
            vertical-align: middle;
            float: right
        }

        .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
            padding-left: 1em;
            padding-right: 1em
        }

        .woocommerce div.product form.cart .group_table td {
            vertical-align: top;
            padding-bottom: .5em;
            border: 0
        }

            .woocommerce div.product form.cart .group_table td:first-child {
                width: 4em;
                text-align: center
            }

        .woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
            display: inline-block;
            width: auto;
            margin: 0 auto;
            transform: scale(1.5,1.5)
        }

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    right: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

    .woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
        content: " ";
        display: table
    }

    .woocommerce .products ul:after, .woocommerce ul.products:after {
        clear: both
    }

    .woocommerce .products ul li, .woocommerce ul.products li {
        list-style: none outside
    }

        .woocommerce ul.products li.product .onsale {
            top: 0;
            left: 0;
            right: auto;
            margin: -.5em 0 0 -.5em
        }

        .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
            padding: .5em 0;
            margin: 0;
            font-size: 1em
        }

        .woocommerce ul.products li.product a {
            text-decoration: none
        }

            .woocommerce ul.products li.product a img {
                width: 100%;
                height: auto;
                display: block;
                margin: 0 0 1em;
                box-shadow: none
            }

        .woocommerce ul.products li.product strong {
            display: block
        }

        .woocommerce ul.products li.product .woocommerce-placeholder {
            border: 1px solid #f2f2f2
        }

        .woocommerce ul.products li.product .star-rating {
            font-size: .857em
        }

        .woocommerce ul.products li.product .button {
            display: inline-block;
            margin-top: 1em
        }

        .woocommerce ul.products li.product .price {
            color: #77a464;
            display: block;
            font-weight: 400;
            margin-bottom: .5em;
            font-size: .857em
        }

            .woocommerce ul.products li.product .price del {
                color: inherit;
                opacity: .5;
                display: inline-block
            }

            .woocommerce ul.products li.product .price ins {
                background: 0 0;
                font-weight: 700;
                display: inline-block
            }

            .woocommerce ul.products li.product .price .from {
                font-size: .67em;
                margin: -2px 0 0;
                text-transform: uppercase;
                color: rgba(132,132,132,.5)
            }

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

    .woocommerce .woocommerce-ordering select {
        vertical-align: top
    }

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

    .woocommerce nav.woocommerce-pagination ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        clear: both;
        border: 1px solid #d3ced2;
        border-left: 0;
        margin: 1px
    }

        .woocommerce nav.woocommerce-pagination ul li {
            border-left: 1px solid #d3ced2;
            padding: 0;
            margin: 0;
            float: right;
            display: inline;
            overflow: hidden
        }

            .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
                margin: 0;
                text-decoration: none;
                padding: 0;
                line-height: 1;
                font-size: 1em;
                font-weight: 400;
                padding: .5em;
                min-width: 1em;
                display: block
            }

                .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: #ebe9eb;
                    color: #8a7e88
                }

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: left;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

    .woocommerce #reviews h2 small a {
        text-decoration: none;
        color: #767676
    }

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

    .woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
        content: " ";
        display: table
    }

    .woocommerce #reviews #comments ol.commentlist:after {
        clear: both
    }

    .woocommerce #reviews #comments ol.commentlist li {
        padding: 0;
        margin: 0 0 20px;
        border: 0;
        position: relative;
        background: 100%;
        border: 0
    }

        .woocommerce #reviews #comments ol.commentlist li .meta {
            color: #767676;
            font-size: .75em
        }

        .woocommerce #reviews #comments ol.commentlist li img.avatar {
            float: right;
            position: absolute;
            top: 0;
            right: 0;
            padding: 3px;
            width: 32px;
            height: auto;
            background: #ebe9eb;
            border: 1px solid #e4e1e3;
            margin: 0;
            box-shadow: none
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text {
            margin: 0 50px 0 0;
            border: 1px solid #e4e1e3;
            border-radius: 4px;
            padding: 1em 1em 0
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before {
                content: " ";
                display: table
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
                clear: both
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em
            }

                .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: .83em
                }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        list-style: none outside;
        margin: 20px 50px 0 0
    }

        .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
            display: none
        }

    .woocommerce #reviews #comments ol.commentlist #respond {
        border: 1px solid #e4e1e3;
        border-radius: 4px;
        padding: 1em 1em 0;
        margin: 20px 50px 0 0
    }

.woocommerce #reviews #comments .commentlist > li:before {
    content: ""
}

.woocommerce .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

    .woocommerce .star-rating:before {
        content: "sssss";
        color: #d3ced2;
        float: right;
        top: 0;
        right: 0;
        position: absolute
    }

    .woocommerce .star-rating span {
        overflow: hidden;
        float: right;
        top: 0;
        right: 0;
        position: absolute;
        padding-top: 1.5em
    }

        .woocommerce .star-rating span:before {
            content: "SSSSS";
            top: 0;
            position: absolute;
            right: 0
        }

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

    .woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
        content: " ";
        display: table
    }

    .woocommerce .woocommerce-product-rating:after {
        clear: both
    }

    .woocommerce .woocommerce-product-rating .star-rating {
        margin: .5em 0 0 4px;
        float: right
    }

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

    .woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
        content: " ";
        display: table
    }

    .woocommerce #review_form #respond:after {
        clear: both
    }

    .woocommerce #review_form #respond p {
        margin: 0 0 10px
    }

    .woocommerce #review_form #respond .form-submit input {
        right: auto
    }

    .woocommerce #review_form #respond textarea {
        box-sizing: border-box;
        width: 100%
    }

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

    .woocommerce p.stars a:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: WooCommerce;
        content: "\e021";
        text-indent: 0
    }

    .woocommerce p.stars a:hover ~ a:before {
        content: "\e021"
    }

.woocommerce p.stars:hover a:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active ~ a:before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

    .woocommerce table.shop_attributes th {
        width: 150px;
        font-weight: 700;
        padding: 8px;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5
    }

    .woocommerce table.shop_attributes td {
        font-style: italic;
        padding: 0;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5
    }

        .woocommerce table.shop_attributes td p {
            margin: 0;
            padding: 8px 0
        }

    .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
        background: rgba(0,0,0,.025)
    }

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

    .woocommerce table.shop_table th {
        font-weight: 700;
        padding: 9px 12px;
        line-height: 1.5em
    }

    .woocommerce table.shop_table td {
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 9px 12px;
        vertical-align: middle;
        line-height: 1.5em
    }

        .woocommerce table.shop_table td small {
            font-weight: 400
        }

        .woocommerce table.shop_table td del {
            font-weight: 400
        }

    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 0
    }

    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        font-weight: 700;
        border-top: 1px solid rgba(0,0,0,.1)
    }

.woocommerce table.my_account_orders {
    font-size: .85em
}

    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle
    }

    .woocommerce table.my_account_orders .button {
        white-space: nowrap
    }

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

    .woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
        text-align: right
    }

    .woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
        text-align: right
    }

    .woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
        content: "↓";
        display: inline-block
    }

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    list-style: none outside
}

    .woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
        float: right;
        clear: both;
        margin-left: .25em;
        display: inline-block;
        list-style: none outside
    }

    .woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
        margin: 0
    }

    .woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
        margin-bottom: 0
    }

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
        padding: 4px 0;
        margin: 0;
        list-style: none
    }

        .woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
            content: " ";
            display: table
        }

        .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after {
            clear: both
        }

        .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
            display: block;
            font-weight: 700
        }

        .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
            float: left;
            margin-right: 4px;
            width: 32px;
            height: auto;
            box-shadow: none
        }

        .woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
            margin: 0;
            padding-right: 1em;
            border-right: 2px solid rgba(0,0,0,.1)
        }

            .woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
                content: " ";
                display: table
            }

            .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
                clear: both
            }

            .woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
                display: inline-block;
                float: right;
                margin-bottom: 1em
            }

            .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
                font-weight: 700;
                padding: 0 0 .25em;
                margin: 0 0 0 4px;
                clear: right
            }

            .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
                padding: 0 0 .25em
            }

                .woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
                    margin-bottom: 0
                }

        .woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
            float: none
        }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

    .woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
        min-width: 40px;
        display: inline-block
    }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-right: 2em;
    position: relative;
    padding-top: 0
}

    .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
        position: absolute;
        top: 0;
        right: 0
    }

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-left: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .5s .5s ease;
        transition: opacity .5s .5s ease;
        opacity: 0
    }

    .woocommerce form .form-row label {
        line-height: 2
    }

        .woocommerce form .form-row label.hidden {
            visibility: hidden
        }

        .woocommerce form .form-row label.inline {
            display: inline
        }

    .woocommerce form .form-row .woocommerce-input-wrapper .description {
        background: #1e85be;
        color: #fff;
        border-radius: 3px;
        padding: 1em;
        margin: .5em 0 0;
        clear: both;
        display: none;
        position: relative
    }

        .woocommerce form .form-row .woocommerce-input-wrapper .description a {
            color: #fff;
            text-decoration: underline;
            border: 0;
            box-shadow: none
        }

        .woocommerce form .form-row .woocommerce-input-wrapper .description:before {
            right: 50%;
            top: 0;
            margin-top: -4px;
            transform: translateX(50%) rotate(-180deg);
            content: "";
            position: absolute;
            border-width: 4px 6px 0;
            border-style: solid;
            border-color: #1e85be transparent transparent;
            z-index: 100;
            display: block
        }

    .woocommerce form .form-row select {
        cursor: pointer;
        margin: 0
    }

    .woocommerce form .form-row .required {
        color: red;
        font-weight: 700;
        border: 0 !important;
        text-decoration: none;
        visibility: hidden
    }

    .woocommerce form .form-row .optional {
        visibility: visible
    }

    .woocommerce form .form-row .input-checkbox {
        display: inline;
        margin: -2px 0 0 8px;
        text-align: center;
        vertical-align: middle
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal
    }

    .woocommerce form .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        box-shadow: none
    }

    .woocommerce form .form-row .select2-container {
        width: 100%;
        line-height: 2em
    }

    .woocommerce form .form-row.woocommerce-invalid label {
        color: #a00
    }

    .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
        border-color: #a00
    }

    .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
        border-color: #6dc22e
    }

    .woocommerce form .form-row ::-webkit-input-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-moz-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-ms-input-placeholder {
        line-height: normal
    }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: right;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    .woocommerce ul#shipping_method li {
        margin: 0 0 .5em;
        line-height: 1.5em;
        list-style: none outside
    }

        .woocommerce ul#shipping_method li input {
            margin: 3px 0 0 .4375em;
            vertical-align: top
        }

        .woocommerce ul#shipping_method li label {
            display: inline
        }

    .woocommerce ul#shipping_method .amount {
        font-weight: 700
    }

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

    .woocommerce ul.order_details:after, .woocommerce ul.order_details:before {
        content: " ";
        display: table
    }

    .woocommerce ul.order_details:after {
        clear: both
    }

    .woocommerce ul.order_details li {
        float: right;
        margin-left: 2em;
        text-transform: uppercase;
        font-size: .715em;
        line-height: 1;
        border-left: 1px dashed #d3ced2;
        padding-left: 2em;
        margin-right: 0;
        padding-right: 0;
        list-style-type: none
    }

        .woocommerce ul.order_details li strong {
            display: block;
            font-size: 1.4em;
            text-transform: none;
            line-height: 1.5
        }

        .woocommerce ul.order_details li:last-of-type {
            border: none
        }

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

    .woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
        margin-bottom: 0
    }

    .woocommerce .woocommerce-customer-details address {
        font-style: normal;
        margin-bottom: 0;
        border: 1px solid rgba(0,0,0,.1);
        border-bottom-width: 2px;
        border-left-width: 2px;
        text-align: right;
        width: 100%;
        border-radius: 5px;
        padding: 6px 12px
    }

    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
        margin-bottom: 0;
        padding-right: 1.5em
    }

        .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "\e037";
            text-decoration: none;
            margin-right: -1.5em;
            line-height: 1.75;
            position: absolute
        }

        .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "\e02d";
            text-decoration: none;
            margin-right: -1.5em;
            line-height: 1.75;
            position: absolute
        }

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
        padding: 0 0 1px;
        list-style: none
    }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
            content: " ";
            display: table
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
            clear: both
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
            padding: 1px 0
        }

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-left: .618em;
        content: "\e013";
        text-decoration: none;
        color: #a00
    }

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

    .woocommerce .widget_layered_nav_filters ul li {
        float: right;
        padding: 0 1px 1px 1em;
        list-style: none
    }

        .woocommerce .widget_layered_nav_filters ul li a {
            text-decoration: none
        }

            .woocommerce .widget_layered_nav_filters ul li a:before {
                font-family: WooCommerce;
                speak: never;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                margin-left: .618em;
                content: "\e013";
                text-decoration: none;
                color: #a00;
                vertical-align: inherit;
                margin-left: .5em
            }

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em
}

    .woocommerce .widget_price_filter .price_slider_amount .button {
        font-size: 1.15em;
        float: right
    }

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: right;
    margin-right: .5em;
    margin-left: .5em
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1em;
        height: 1em;
        background-color: #a46497;
        border-radius: 1em;
        cursor: ew-resize;
        outline: 0;
        top: -.3em;
        margin-left: -.5em
    }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em;
        background-color: #a46497
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        right: -1px
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        left: -1px
    }

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

    .woocommerce .widget_rating_filter ul li {
        padding: 0 0 1px;
        list-style: none
    }

        .woocommerce .widget_rating_filter ul li:after, .woocommerce .widget_rating_filter ul li:before {
            content: " ";
            display: table
        }

        .woocommerce .widget_rating_filter ul li:after {
            clear: both
        }

        .woocommerce .widget_rating_filter ul li a {
            padding: 1px 0;
            text-decoration: none
        }

        .woocommerce .widget_rating_filter ul li .star-rating {
            float: none;
            display: inline-block
        }

        .woocommerce .widget_rating_filter ul li.chosen a:before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "\e013";
            text-decoration: none;
            color: #a00
        }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
        opacity: .25;
        padding-left: 2.618em
    }

        .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading:after {
            font-family: WooCommerce;
            content: "\e01c";
            vertical-align: top;
            font-weight: 400;
            position: absolute;
            top: .618em;
            left: 1em;
            animation: spin 2s linear infinite
        }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added:after {
        font-family: WooCommerce;
        content: "\e017";
        margin-right: .53em;
        vertical-align: bottom
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
        background-color: #dfdcde;
        text-decoration: none;
        background-image: none;
        color: #515151
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
        background-color: #a46497;
        color: #fff;
        -webkit-font-smoothing: antialiased
    }

        .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
            background-color: #96588a;
            color: #fff
        }

        .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
            background-color: #a46497;
            color: #fff
        }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
        color: inherit;
        cursor: not-allowed;
        opacity: .5;
        padding: .618em 1em
    }

        .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
            color: inherit;
            background-color: #ebe9eb
        }

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

    .woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
        content: " ";
        display: table
    }

    .woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
        clear: both
    }

    .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
        font-family: WooCommerce;
        content: "\e028";
        display: inline-block;
        position: absolute;
        top: 1em;
        right: 1.5em
    }

    .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
        float: left
    }

    .woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
        list-style: none outside !important;
        padding-right: 0 !important;
        margin-right: 0 !important
    }

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

    .woocommerce-message:before {
        content: "\e015";
        color: #8fae1b
    }

.woocommerce-info {
    border-top-color: #1e85be
}

    .woocommerce-info:before {
        color: #1e85be
    }

.woocommerce-error {
    border-top-color: #b81c23
}

    .woocommerce-error:before {
        content: "\e016";
        color: #b81c23
    }

.woocommerce-account .woocommerce:after, .woocommerce-account .woocommerce:before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce:after {
    clear: both
}

.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title:after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: right
}

.woocommerce-account .addresses .title .edit {
    float: left
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-right: 0;
    padding-right: 0
}

    .woocommerce-account ul.digital-downloads li {
        list-style: none;
        margin-right: 0;
        padding-right: 0
    }

        .woocommerce-account ul.digital-downloads li:before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "\e00a";
            text-decoration: none
        }

        .woocommerce-account ul.digital-downloads li .count {
            float: left
        }

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle
}

    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
        float: right;
        box-sizing: border-box;
        border: 1px solid #d3ced2;
        padding: 6px 6px 5px;
        margin: 0 0 0 4px;
        outline: 0
    }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

    #add_payment_method .wc-proceed-to-checkout:after, #add_payment_method .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-checkout .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:before {
        content: " ";
        display: table
    }

    #add_payment_method .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:after {
        clear: both
    }

    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        display: block;
        text-align: center;
        margin-bottom: 1em;
        font-size: 1.25em;
        padding: 1em
    }

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

    #add_payment_method .cart-collaterals .shipping-calculator-button:after, .woocommerce-cart .cart-collaterals .shipping-calculator-button:after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-right: .618em;
        content: "\e019";
        text-decoration: none
    }

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

    #add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
        border-top: 0
    }

    #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
        width: 35%
    }

    #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
        vertical-align: top;
        border-right: 0;
        border-left: 0;
        line-height: 1.5em
    }

    #add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
        color: #767676
    }

    #add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
        width: 100%
    }

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: right;
    clear: none
}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
    clear: right
}

#add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: right
}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: right;
    width: 100%
}

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        text-align: right;
        padding: 1em;
        border-bottom: 1px solid #d3ced2;
        margin: 0;
        list-style: none outside
    }

        #add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
            content: " ";
            display: table
        }

        #add_payment_method #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:after {
            clear: both
        }

        #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
            line-height: 2;
            text-align: right;
            margin: 0;
            font-weight: 400
        }

            #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
                margin: 0 0 0 1em
            }

            #add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
                vertical-align: middle;
                margin: -2px .5em 0 0;
                padding: 0;
                position: relative;
                box-shadow: none
            }

                #add_payment_method #payment ul.payment_methods li img + img, .woocommerce-cart #payment ul.payment_methods li img + img, .woocommerce-checkout #payment ul.payment_methods li img + img {
                    margin-right: 2px
                }

            #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
                content: " ";
                display: table
            }

            #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
                clear: both
            }

    #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
        padding: 1em
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 1em;
        margin: 1em 0;
        font-size: .92em;
        border-radius: 2px;
        line-height: 1.5;
        background-color: #dfdcde;
        color: #515151
    }

        #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
            border-color: #c7c1c6;
            border-top-color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
            color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
            color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
            color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
            list-style: none outside;
            margin: 0
        }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
                margin: 0 0 .5em
            }

                #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
                    cursor: pointer
                }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
                vertical-align: middle;
                margin: -3px 0 0 1em;
                position: relative
            }

        #add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
            border: 0;
            padding: 0;
            margin: 1em 0 0
        }

        #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
            font-size: 1.5em;
            padding: 8px;
            background-repeat: no-repeat;
            background-position: left .618em center;
            background-size: 32px 20px
        }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
                background-image: url(/fashion/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
                background-image: url(/fashion/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
                background-image: url(/fashion/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
                background-image: url(/fashion/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
                background-image: url(/fashion/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
                background-image: url(/fashion/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
                background-image: url(/fashion/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
                background-image: url(/fashion/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
            }

        #add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
            font-size: .857em;
            color: #767676;
            font-weight: 400
        }

        #add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
            margin: 0 0 1em
        }

        #add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
            margin-bottom: 0
        }

        #add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
            content: "";
            display: block;
            border: 1em solid #dfdcde;
            border-left-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
            position: absolute;
            top: -.75em;
            right: 0;
            margin: -1em 2em 0 0
        }

    #add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: left;
        line-height: 52px;
        font-size: .83em
    }

    #add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
        max-height: 52px;
        vertical-align: middle
    }

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

    .woocommerce-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373
    }

    .woocommerce-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b
    }

    .woocommerce-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53
    }

    .woocommerce-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733
    }

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

#AvinaQV-popup {
    position: relative;
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    max-height: 460px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px
}

    #AvinaQV-popup * {
        box-sizing: border-box
    }

    #AvinaQV-popup .single-product {
        position: relative;
        overflow: hidden
    }

        #AvinaQV-popup .single-product .product {
            display: flex
        }

            #AvinaQV-popup .single-product .product > div {
                width: 50%;
                height: 460px;
                overflow: hidden
            }

    #AvinaQV-popup .thumbnails {
        outline: none;
        width: 460px;
        max-height: 460px;
        text-align: center;
        position: relative;
        background-color: #f9f9f9
    }

        #AvinaQV-popup .thumbnails .images {
            width: 100%;
            height: 100%;
            float: none;
            margin: 0;
            padding: 0
        }

        #AvinaQV-popup .thumbnails .thumbnail {
            display: flex;
            height: 100%;
            justify-content: center
        }

        #AvinaQV-popup .thumbnails img {
            display: block;
            object-fit: contain;
            object-position: center;
            vertical-align: middle;
            max-height: 460px;
            max-width: 100%;
            margin: auto;
            border-radius: 0
        }

            #AvinaQV-popup .thumbnails img[data-fancybox=gallery] {
                cursor: pointer
            }

    #AvinaQV-popup .thumbnails {
        position: relative;
        margin: 0
    }

    #AvinaQV-popup .single-product .product .summary {
        margin: 0;
        padding: 0
    }

        #AvinaQV-popup .single-product .product .summary.view-details {
            padding-bottom: 44px;
            position: relative
        }

    #AvinaQV-popup .product-description {
        margin-top: 20px
    }

    #AvinaQV-popup .AvinaQV-related {
        padding-top: 20px;
        padding-bottom: 0;
        margin-top: 10px;
        margin-bottom: 0;
        border-width: 1px 0 0;
        border-style: dashed;
        border-color: #ddd
    }

.AvinaQV-related-heading {
    margin-bottom: 10px
}

.AvinaQV-related-product {
    outline: none;
    display: flex;
    align-items: center
}

.AvinaQV-related-product-image {
    width: 50%;
    flex: 0 0 50%;
    margin-right: 10px
}

    .AvinaQV-related-product-image img {
        width: 100%;
        height: auto
    }

.AvinaQV-related-product-info {
    flex-grow: 1;
    text-align: start
}

.AvinaQV-related-product-name {
    font-weight: 700
}

.AvinaQV-related-product-atc p, .AvinaQV-related-product-atc .add_to_cart_inline {
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    width: 100%
}

    .AvinaQV-related-product-atc p .button {
        display: block;
        margin: 0;
        outline: none
    }

#AvinaQV-popup .view-details-btn {
    width: 50%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #222;
    box-shadow: 10px -20px 20px #fff;
    color: #fff;
    text-align: center;
    outline: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

    #AvinaQV-popup .view-details-btn:after {
        content: '\e90f';
        font-family: "Font Awesome 6 Pro";
        margin-left: 10px
    }

    #AvinaQV-popup .view-details-btn:hover {
        background-color: #5fbd74
    }

#AvinaQV-popup .summary-content {
    height: 100%;
    position: relative;
    padding: 30px
}

@media screen and (max-width:1023px) {
    #AvinaQV-popup {
        max-width: 460px;
        height: 90vh;
        max-height: 90vh;
        overflow: hidden
    }

        #AvinaQV-popup .single-product {
            height: 100%;
            position: relative;
            overflow-y: auto
        }

            #AvinaQV-popup .single-product .product {
                display: block
            }

                #AvinaQV-popup .single-product .product > div {
                    width: 100%;
                    height: auto
                }

                #AvinaQV-popup .single-product .product .thumbnails {
                    max-height: 338px
                }

        #AvinaQV-popup .thumbnails img {
            max-height: 338px;
            margin: 0
        }

        #AvinaQV-popup .view-details-btn {
            width: 100%
        }
}

@media screen and (max-width:767px) {
    .mfp-AvinaQV .mfp-arrow {
        display: none
    }
}

.mfp-AvinaQV {
    z-index: 99991;
    overflow: auto
}

    .mfp-AvinaQV .mfp-content {
        text-align: right
    }

    .mfp-AvinaQV .mfp-container {
        padding: 0
    }

    .mfp-AvinaQV .mfp-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 0;
        right: auto !important;
        left: 0 !important
    }

        .mfp-AvinaQV .mfp-close:hover {
            background-color: transparent
        }

        .mfp-AvinaQV .mfp-close:active {
            top: 0
        }

        .mfp-AvinaQV .mfp-close:focus {
            outline: none
        }

        .mfp-AvinaQV .mfp-close:before {
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            content: '\f00d';
            font-family: "Font Awesome 6 Pro";
            display: inline-block;
            font-size: 24px;
            color: #222;
            text-transform: none;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

    .mfp-AvinaQV .mfp-preloader {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        font-size: 0;
        margin: 0 auto;
        margin-top: -15px;
        margin-left: -15px;
        right: auto;
        bottom: auto
    }

        .mfp-AvinaQV .mfp-preloader:before {
            content: '\f021';
            font-family: "Font Awesome 6 Pro";
            display: inline-block;
            font-size: 24px;
            text-transform: none;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            animation: Avina-spinner 1s linear infinite
        }

    .mfp-AvinaQV .mfp-arrow {
        width: 60px;
        height: 60px;
        line-height: 60px;
        border: none;
        padding: 0;
        outline: none;
        text-align: center;
        margin-top: -30px;
        border-radius: 0;
        opacity: 1
    }

        .mfp-AvinaQV .mfp-arrow:active {
            margin-top: -30px
        }

        .mfp-AvinaQV .mfp-arrow:hover {
            background-color: rgba(0,0,0,.5)
        }

        .mfp-AvinaQV .mfp-arrow:focus {
            outline: none
        }

        .mfp-AvinaQV .mfp-arrow:before {
            width: 60px;
            height: 60px;
            line-height: 60px;
            padding: 0;
            border-width: 0;
            margin: 0;
            display: inline-block;
            font-family: "Font Awesome 6 Pro";
            font-size: 24px;
            text-transform: none;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff
        }

        .mfp-AvinaQV .mfp-arrow:after {
            display: none
        }

        .mfp-AvinaQV .mfp-arrow.mfp-arrow-left:before {
            content: '\f053'
        }

        .mfp-AvinaQV .mfp-arrow.mfp-arrow-right:before {
            content: '\f054'
        }

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: .8
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-slide-bottom .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.mfp-slide-bottom.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0)
}

.mfp-slide-bottom.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

[class^=AvinaFC-icon-], [class*=" AvinaFC-icon-"] {
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.AvinaFC-icon-loading {
    font-family: "Font Awesome 6 Pro"
}

    .AvinaFC-icon-loading:before {
        content: "\f021"
    }

.AvinaFC-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    transition: opacity .3s;
    z-index: 1200;
    opacity: 0;
    visibility: hidden
}

.AvinaFC-area {
    font-size: 14px;
    padding: 0;
    height: 100%;
    max-height: 100%;
    z-index: 1300;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 100%;
    width: 370px;
    max-width: 85%;
    box-sizing: border-box;
    text-align: start;
    transform: translate3d(20px,0,0);
    transition: all .5s
}

.AvinaFC-inner {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%
}

body.AvinaFC-show .AvinaFC-overlay, body.AvinaFC-show .AvinaFC-area {
    opacity: 1;
    visibility: visible
}

.AvinaFC-area.AvinaFC-slide-no {
    transition: none !important
}

.AvinaFC-show .AvinaFC-area, .AvinaFC-area.AvinaFC-slide-no {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.AvinaFC-area .AvinaFC-item-data dl, .AvinaFC-area .AvinaFC-item-data p {
    margin: 0
}

.AvinaFC-area > div {
    align-self: stretch
}

.AvinaFC-area * {
    box-sizing: border-box
}

.AvinaFC-data-right, .AvinaFC-total-right {
    font-weight: 700
}

    .AvinaFC-data-right *, .AvinaFC-total-right * {
        font-size: inherit;
        font-weight: inherit;
        color: inherit
    }

.AvinaFC-hide {
    display: none !important
}

.AvinaFC-item-qty .quantity {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important
}

    .AvinaFC-item-qty .quantity input {
        margin: 0 !important;
        min-width: 30px !important;
        max-width: 30px !important;
        min-height: 30px !important;
        color: #222 !important;
        border-radius: 0 !important
    }

.AvinaFC-item-qty .plus, .AvinaFC-item-qty .minus, .AvinaFC-item-qty .increase, .AvinaFC-item-qty .decrease {
    display: none !important
}

.AvinaFC-area .AvinaFC-inner.AvinaFC-inner-loading:before {
    content: '\f021';
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 24px;
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    z-index: 97;
    animation: Avina-spinner 1s linear infinite
}

.AvinaFC-area .AvinaFC-inner.AvinaFC-inner-loading:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    left: 0
}

.AvinaFC-undo {
    padding: 0 20px;
    margin: 0 0 10px
}

.AvinaFC-undo-inner {
    padding: 10px 15px;
    color: #fff;
    background-color: transparent;
    background: 0 0;
    border-width: 1px;
    border-style: dashed;
    border-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap
}

    .AvinaFC-undo-inner a {
        color: #fff;
        outline: none
    }

.AvinaFC-notices {
    padding: 0 20px;
    margin: 0 0 10px
}

    .AvinaFC-notices .woocommerce-message, .AvinaFC-notices .woocommerce-info, .AvinaFC-notices .woocommerce-error {
        margin: 0;
        padding: 10px 15px 10px 40px;
        border-radius: 0;
        background-color: transparent;
        background: 0 0;
        border-width: 1px;
        border-style: dashed;
        border-color: #fff;
        color: #fff
    }

        .AvinaFC-notices .woocommerce-message:before, .AvinaFC-notices .woocommerce-info:before, .AvinaFC-notices .woocommerce-error:before {
            position: absolute;
            top: 10px;
            left: 15px
        }

body.rtl .AvinaFC-notices .woocommerce-message, body.rtl .AvinaFC-notices .woocommerce-info, body.rtl .AvinaFC-notices .woocommerce-error {
    padding: 10px 40px 10px 15px
}

    body.rtl .AvinaFC-notices .woocommerce-message:before, body.rtl .AvinaFC-notices .woocommerce-info:before, body.rtl .AvinaFC-notices .woocommerce-error:before {
        left: auto;
        right: 15px
    }

.AvinaFC-area-top {
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 60px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: rgba(0,0,0,.2)
}

    .AvinaFC-area-top span {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

.AvinaFC-close {
    position: absolute !important;
    top: 50%;
    left: 20px;
    right: auto;
    display: block !important;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.AvinaFC-area-mid {
    flex-grow: 1;
    position: relative;
    margin: 20px 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.AvinaFC-item {
    padding: 0 20px;
    margin: 10px 0 0
}

    .AvinaFC-item:first-child {
        margin: 0
    }

    .AvinaFC-item a {
        text-decoration: none;
        outline: none
    }

.AvinaFC-item-inner {
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: var(--white-color);
    color: var(--black-color);
    box-sizing: border-box;
    position: relative;
    transition: all .5s
}

    .AvinaFC-item-inner > div {
        margin: 0 5px
    }

.AvinaFC-item-thumb {
    width: 40px;
    flex: 0 0 40px
}

    .AvinaFC-item-thumb img {
        width: 40px;
        height: auto;
        float: left;
        box-shadow: none;
        border-radius: 5px
    }

.AvinaFC-item-info {
    flex-grow: 1
}

.AvinaFC-item-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2
}

    .AvinaFC-item-title a {
        text-decoration: none;
        color: var(--black-color)
    }

.AvinaFC-item-data {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
    white-space: pre-line
}

    .AvinaFC-item-data span {
        text-transform: capitalize
    }

.AvinaFC-item-price {
    display: block;
    font-size: 12px;
    font-weight: 400
}

    .AvinaFC-item-price del {
        color: #999
    }

    .AvinaFC-item-price ins {
        background: 0 0
    }

    .AvinaFC-item-price span {
        font-size: 12px !important;
        font-weight: 400 !important
    }

.AvinaFC-item-inner .AvinaFC-item-qty a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #444;
    background-color: #eee;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none
}

.AvinaFC-item-qty-inner {
    position: relative;
    text-align: center;
    display: flex
}

    .AvinaFC-item-qty-inner input {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: none;
        outline: none;
        display: block;
        color: #444;
        background-color: #eee;
        -moz-appearance: textfield;
        box-shadow: none;
        font-size: 12px;
        font-weight: 400;
        max-width: 30px !important;
        min-width: 30px
    }

        .AvinaFC-item-qty-inner input::-webkit-outer-spin-button, .AvinaFC-item-qty-inner input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    .AvinaFC-item-qty-inner .AvinaFC-item-qty-plus, .AvinaFC-item-qty-inner .AvinaFC-item-qty-minus, .AvinaFC-item-qty-inner .AvinaFC-item-qty-individual {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #444;
        background-color: #eee;
        font-size: 12px;
        font-weight: 400;
        display: block;
        cursor: pointer;
        transition: all .5s
    }

        .AvinaFC-item-qty-inner .AvinaFC-item-qty-plus:hover, .AvinaFC-item-qty-inner .AvinaFC-item-qty-minus:hover, .AvinaFC-item-qty-inner .AvinaFC-item-qty-individual:hover {
            background-color: #ddd
        }

.AvinaFC-item-inner .AvinaFC-item-remove, .AvinaFC-item-inner .AvinaFC-item-special {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0px,-50%,0);
    transform: translate3d(0px,-50%,0);
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    outline: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all .5s
}

    .AvinaFC-item-inner .AvinaFC-item-remove span, .AvinaFC-item-inner .AvinaFC-item-special span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: inline-block
    }

.AvinaFC-area-mid .AvinaFC-item:hover .AvinaFC-item-inner {
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0)
}

    .AvinaFC-area-mid .AvinaFC-item:hover .AvinaFC-item-inner .AvinaFC-item-remove, .AvinaFC-area-mid .AvinaFC-item:hover .AvinaFC-item-inner .AvinaFC-item-special {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(30px,-50%,0);
        transform: translate3d(30px,-50%,0)
    }

.AvinaFC-area-mid .AvinaFC-item.AvinaFC-item-removing {
    opacity: .5
}

.AvinaFC-area-bot {
    padding-bottom: 20px
}

.AvinaFC-data, .AvinaFC-total {
    padding: 0 20px;
    color: #fff;
    display: flex;
    justify-content: space-between
}

.AvinaFC-action {
    padding: 15px 15px 0
}

.AvinaFC-action-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%
}

    .AvinaFC-action-inner > div {
        width: 50%
    }

    .AvinaFC-action-inner .AvinaFC-action-full {
        width: 100%
    }

    .AvinaFC-action-inner > div a {
        height: 40px;
        line-height: 36px;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
        color: #cc6055;
        font-weight: 700;
        border: 2px solid var(--white-color);
        text-decoration: none;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        transition: all .5s
    }

.AvinaFC-link {
    padding: 0 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .AvinaFC-link span {
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        transition: all .5s
    }

        .AvinaFC-link span:hover {
            opacity: .7
        }

.AvinaFC-continue {
    text-align: center;
    padding: 0 20px;
    margin-top: 15px
}

    .AvinaFC-continue span {
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        transition: all .5s
    }

        .AvinaFC-continue span:hover {
            opacity: .7
        }

.AvinaFC-no-item, .AvinaFC-error {
    padding: 20px;
    text-align: center;
    color: #fff
}

.AvinaFC-count {
    width: 55px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    display: none;
    cursor: pointer;
    position: fixed;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.15) 0 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .AvinaFC-count i {
        font-size: 24px;
        line-height: 60px
    }

    .AvinaFC-count span {
        position: absolute;
        top: -10px;
        right: -10px;
        height: 30px;
        width: 30px;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        border-radius: 50%
    }

    .AvinaFC-count.AvinaFC-count-bottom-right {
        right: 40px;
        left: auto
    }

    .AvinaFC-count.AvinaFC-count-top-left {
        top: 40px;
        bottom: auto
    }

        .AvinaFC-count.AvinaFC-count-top-left:hover {
            top: 45px
        }

    .AvinaFC-count.AvinaFC-count-top-right {
        top: 40px;
        right: 40px;
        bottom: auto;
        left: auto
    }

        .AvinaFC-count.AvinaFC-count-top-right:hover {
            top: 45px
        }

    .AvinaFC-count.AvinaFC-count-loading i {
        display: none
    }

    .AvinaFC-count.AvinaFC-count-loading:before {
        content: '\f021';
        font-family: "Font Awesome 6 Pro";
        font-size: 24px;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        line-height: 24px;
        color: #444;
        display: block;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px;
        position: absolute;
        vertical-align: baseline;
        top: 50%;
        left: 50%;
        -webkit-animation: Avina-spinner 1s linear infinite;
        animation: Avina-spinner 1s linear infinite
    }

    .AvinaFC-count.AvinaFC-count-shake {
        animation: Avina-shake .82s cubic-bezier(.36,.07,.19,.97) both;
        transform: translate3d(0,0,0);
        backface-visibility: hidden;
        perspective: 1000px
    }

    .AvinaFC-count.AvinaFC-count-hide {
        display: none !important
    }

.AvinaFC-menu-item-inner {
    position: relative
}

    .AvinaFC-menu-item-inner i {
        font-size: inherit;
        line-height: inherit;
        display: inline-block;
        margin-right: 5px;
        width: 20px
    }

    .AvinaFC-menu-item-inner:after {
        content: attr(data-count);
        display: block;
        background-color: #e94b35;
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border-radius: 8px;
        position: absolute;
        top: -10px;
        left: auto;
        right: 10px
    }

.AvinaFC-cart-link .AvinaFC-cart-link-inner {
    position: relative
}

.AvinaFC-cart-link a {
    outline: none
}

.AvinaFC-cart-link-inner i {
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    margin-right: 5px;
    width: 20px
}

.AvinaFC-cart-link-inner:after {
    content: attr(data-count);
    display: block;
    background-color: #e94b35;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    left: 10px;
    top: -10px
}

@media only screen and (max-width:768px) {
    .AvinaFC-item-inner {
        padding: 8px 30px 8px 5px
    }

    .AvinaFC-item, .AvinaFC-data, .AvinaFC-total, .AvinaFC-link {
        padding: 0 10px
    }

    .AvinaFC-close {
        left: 10px
    }

    .AvinaFC-action {
        padding: 15px 10px 0
    }

    .AvinaFC-area-top {
        padding: 0 10px 0 55px
    }

    .AvinaFC-item-qty-inner input, .AvinaFC-item-qty-inner .AvinaFC-item-qty-plus, .AvinaFC-item-qty-inner .AvinaFC-item-qty-minus, .AvinaFC-item-qty-inner .AvinaFC-item-qty-individual {
        width: 25px
    }

    .AvinaFC-item-qty .quantity input {
        min-width: 25px !important;
        max-width: 25px !important
    }

    .AvinaFC-item-remove, .AvinaFC-item-special {
        opacity: 1;
        visibility: visible;
        color: #999;
        right: 10px
    }

    .AvinaFC-item:hover .AvinaFC-item-inner {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .AvinaFC-item:hover .AvinaFC-item-inner .AvinaFC-item-remove, .AvinaFC-item:hover .AvinaFC-item-inner .AvinaFC-item-special {
            -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0)
        }
}

.AvinaWL-view-wishlist {
    font-weight: 700;
    cursor: pointer
}

.AvinaWL-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1070;
    background: rgba(0,0,0,.7);
    opacity: 0;
    font-size: 14px;
    visibility: hidden;
    transition: opacity .3s;
    box-sizing: border-box
}

    .AvinaWL-popup * {
        box-sizing: border-box
    }

    .AvinaWL-popup table {
        margin: 0
    }

    .AvinaWL-popup .AvinaWL-popup-content-mid:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 7;
        background-color: rgba(255,255,255,.7);
        opacity: 0;
        visibility: hidden
    }

    .AvinaWL-popup .AvinaWL-popup-content-mid:after {
        display: block;
        content: '\f021';
        font-size: 25px;
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 8;
        animation: Avina-spinner 1s linear infinite;
        opacity: 0;
        visibility: hidden
    }

    .AvinaWL-popup.AvinaWL-loading .AvinaWL-popup-content {
        pointer-events: none
    }

    .AvinaWL-popup.AvinaWL-loading .AvinaWL-popup-content-mid:before, .AvinaWL-popup.AvinaWL-loading .AvinaWL-popup-content-mid:after {
        opacity: 1;
        visibility: visible
    }

    .AvinaWL-popup .AvinaWL-popup-inner {
        display: block;
        width: 100%;
        height: 100%;
        position: relative
    }

        .AvinaWL-popup .AvinaWL-popup-inner .AvinaWL-popup-content {
            width: 100%;
            max-width: 750px;
            height: auto;
            max-height: 100%;
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate3d(-50%,-50%,0);
            padding: 0;
            display: flex;
            flex-direction: column;
            transition: all .5s;
            overflow: hidden;
            border-radius: 15px
        }

    .AvinaWL-popup.AvinaWL-show {
        opacity: 1;
        visibility: visible
    }

        .AvinaWL-popup.AvinaWL-show .AvinaWL-popup-inner .AvinaWL-popup-content {
            top: 50%
        }

    .AvinaWL-popup .AvinaWL-popup-inner .AvinaWL-popup-content > div {
        align-self: stretch
    }

    .AvinaWL-popup .AvinaWL-popup-inner .AvinaWL-popup-content .AvinaWL-popup-content-top {
        flex: 0 0 auto;
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
        margin: 0;
        position: relative;
        color: #fff;
        font-weight: 700;
        background-color: var(--main-color)
    }

.AvinaWL-popup-content-top .AvinaWL-count-wrapper:before {
    content: '('
}

.AvinaWL-popup-content-top .AvinaWL-count-wrapper:after {
    content: ')'
}

.AvinaWL-popup-content-top .AvinaWL-manage, .AvinaWL-popup-content-top .AvinaWL-empty {
    color: #fff;
    margin: 0 5px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer
}

#AvinaWL_manage .AvinaWL-popup-content-mid {
    padding: 10px 0
}

.AvinaWL-new-wishlist {
    display: flex;
    align-items: center
}

#AvinaWL_wishlist_name {
    flex-grow: 1
}

.AvinaWL-new-wishlist input {
    border-radius: 4px !important;
    height: 40px !important;
    line-height: 38px !important;
    padding: 0 10px !important;
    margin: 0
}

    .AvinaWL-new-wishlist input[type=button] {
        margin-left: 10px
    }

.AvinaWL-disable {
    opacity: .5;
    pointer-events: none
}

.AvinaWL-popup-content-top .AvinaWL-popup-close {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-transform: none;
    color: #fff;
    font-weight: 400
}

    .AvinaWL-popup-content-top .AvinaWL-popup-close:after {
        display: inline-block;
        float: right;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        content: '\f00d';
        font-size: 20px;
        font-family: "Font Awesome 6 Pro";
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

body.rtl .AvinaWL-popup-content-top {
    padding: 0 20px 0 60px
}

    body.rtl .AvinaWL-popup-content-top .AvinaWL-popup-close {
        right: auto;
        left: 0
    }

.AvinaWL-popup-content-mid {
    display: block;
    position: relative;
    min-height: 80px;
    flex: 1 1 auto;
    flex-grow: 1
}

    .AvinaWL-popup-content-mid .AvinaWL-popup-content-mid-message {
        display: block;
        padding: 20px;
        height: 40px;
        line-height: 40px;
        text-align: center
    }

.AvinaWL-popup .AvinaWL-items {
    margin: 0;
    padding: 10px 0;
    position: relative;
    width: 100%
}

.AvinaWL-item {
    padding: 0 10px
}

    .AvinaWL-item .AvinaWL-item-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-top: 1px dashed #eee
    }

    .AvinaWL-item:first-child .AvinaWL-item-inner {
        border-top: none
    }

    .AvinaWL-item .AvinaWL-item-inner > div {
        margin-right: 10px
    }

        .AvinaWL-item .AvinaWL-item-inner > div:last-child {
            margin-right: 0
        }

    .AvinaWL-item .AvinaWL-item--info {
        flex-grow: 1
    }

    .AvinaWL-item .AvinaWL-item--remove {
        width: 14px;
        flex: 0 0 14px;
        font-size: 0
    }

        .AvinaWL-item .AvinaWL-item--remove span {
            display: inline-block;
            width: 14px;
            text-align: center;
            cursor: pointer
        }

.AvinaWL-item--remove span:before {
    display: inline-block;
    content: '\f00d';
    font-size: 16px;
    font-family: "Font Awesome 6 Pro";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.AvinaWL-item .AvinaWL-item--remove span:hover:before {
    color: #cc6055
}

.AvinaWL-item .AvinaWL-item--image {
    width: 80px;
    flex: 0 0 80px
}

    .AvinaWL-item .AvinaWL-item--image img {
        width: 100%;
        height: auto;
        border: none;
        box-shadow: none;
        border-radius: 6px
    }

.AvinaWL-item .AvinaWL-item--name, .AvinaWL-item .AvinaWL-item--name a {
    font-weight: 700;
    text-decoration: none
}

.AvinaWL-item .AvinaWL-item--price-increase {
    color: #f60
}

.AvinaWL-item .AvinaWL-item--price-decrease {
    color: #5fbd74
}

.AvinaWL-popup-content-bot {
    flex: 0 0 auto;
    padding: 20px;
    position: relative;
    color: #fff;
    font-size: 14px
}

    .AvinaWL-popup-content-bot .AvinaWL-popup-content-bot-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

        .AvinaWL-popup-content-bot .AvinaWL-popup-content-bot-inner a, .AvinaWL-popup-content-bot .AvinaWL-popup-content-bot-inner span {
            line-height: 1.2;
            text-decoration: none;
            border-bottom: 1px solid #222;
            outline: none;
            cursor: pointer
        }

    .AvinaWL-popup-content-bot .AvinaWL-notice {
        display: block;
        text-align: center;
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        background-color: #5fbd74;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translate3d(0,100%,0);
        transition: all .5s;
        opacity: 0;
        visibility: hidden
    }

        .AvinaWL-popup-content-bot .AvinaWL-notice.AvinaWL-notice-show {
            transform: translate3d(0,0,0);
            opacity: 1;
            visibility: visible
        }

.AvinaWL-items .AvinaWL-item .AvinaWL-item--note {
    padding-left: 10px;
    border-left: 2px solid #222;
    font-style: italic;
    font-size: 14px;
    cursor: pointer
}

.AvinaWL-items .AvinaWL-item .AvinaWL-item--note-add {
    width: 100%;
    position: relative
}

    .AvinaWL-items .AvinaWL-item .AvinaWL-item--note-add input {
        height: 40px !important;
        line-height: 38px !important;
        padding: 0 10px !important;
        border-radius: 4px !important
    }

        .AvinaWL-items .AvinaWL-item .AvinaWL-item--note-add input[type=text] {
            width: 100%
        }

        .AvinaWL-items .AvinaWL-item .AvinaWL-item--note-add input[type=button] {
            position: absolute;
            top: 0;
            right: 0
        }

body.rtl .AvinaWL-items .AvinaWL-item .AvinaWL-item--note {
    border-left: none;
    border-right: 2px solid #222;
    padding-left: 0;
    padding-right: 10px
}

.AvinaWL-list table.AvinaWL-items {
    margin: 0;
    padding: 0
}

    .AvinaWL-list table.AvinaWL-items tr td {
        vertical-align: middle;
        padding: 10px
    }

    .AvinaWL-list table.AvinaWL-items tr:nth-child(2n) td {
        background-color: rgba(0,0,0,.03)
    }

    .AvinaWL-list table.AvinaWL-items tr:hover td {
        background-color: rgba(0,0,0,.05)
    }

    .AvinaWL-list table.AvinaWL-items .AvinaWL-item .AvinaWL-item--remove {
        vertical-align: middle;
        width: 16px
    }

        .AvinaWL-list table.AvinaWL-items .AvinaWL-item .AvinaWL-item--remove span {
            display: inline-block;
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            cursor: pointer
        }

            .AvinaWL-list table.AvinaWL-items .AvinaWL-item .AvinaWL-item--remove span.AvinaWL-removing:before {
                animation: Avina-spinner 1s linear infinite
            }

            .AvinaWL-list table.AvinaWL-items .AvinaWL-item .AvinaWL-item--remove span:hover:before {
                color: #cc6055
            }

    .AvinaWL-list table.AvinaWL-items .AvinaWL-item .AvinaWL-item--image {
        width: 100px
    }

        .AvinaWL-list table.AvinaWL-items .AvinaWL-item .AvinaWL-item--image img {
            width: 80px;
            height: auto;
            border-radius: 2px;
            border: none;
            padding: 0;
            margin: 0;
            box-shadow: none
        }

    .AvinaWL-list table.AvinaWL-items .AvinaWL-item .AvinaWL-item--name a {
        font-weight: 700
    }

    .AvinaWL-list table.AvinaWL-items .AvinaWL-item .AvinaWL-item--add p, .AvinaWL-list table.AvinaWL-items .AvinaWL-item .AvinaWL-item--add .add_to_cart_inline {
        border: none;
        padding: 0;
        margin: 0
    }

.AvinaWL-list .AvinaWL-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px
}

.AvinaWL-list .AvinaWL-copy {
    display: flex;
    align-items: center
}

    .AvinaWL-list .AvinaWL-copy .AvinaWL-copy-url {
        margin-left: 10px;
        margin-right: 0
    }

body.rtl .AvinaWL-list .AvinaWL-copy .AvinaWL-copy-url {
    margin-left: 0;
    margin-right: 10px
}

.AvinaWL-list .AvinaWL-share .AvinaWL-share-label, .AvinaWL-list .AvinaWL-share a {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    text-decoration: none !important;
    font-style: normal !important
}

body.rtl .AvinaWL-list .AvinaWL-share .AvinaWL-share-label, body.rtl .AvinaWL-list .AvinaWL-share a {
    margin-right: 0;
    margin-left: 10px
}

.AvinaWL-menu-item .AvinaWL-menu-item-inner {
    position: relative
}

    .AvinaWL-menu-item .AvinaWL-menu-item-inner:after {
        content: attr(data-count);
        display: block;
        background-color: #e94b35;
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border-radius: 8px;
        position: absolute;
        top: -10px;
        right: -10px
    }

@media only screen and (max-width:860px) {
    .AvinaWL-list .AvinaWL-actions {
        flex-direction: column;
        align-items: flex-start
    }
}

.AvinaWL-item--stock p, .AvinaWL-item--time {
    font-size: 12px
}

.AvinaWL-item--actions {
    min-width: 170px
}

.AvinaWL-popup-content .AvinaWL-popup-content-bot, .AvinaWL-popup-content .AvinaWL-popup-content-mid {
    background-color: var(--white-color)
}

span.AvinaWL-count {
    padding-right: 3px
}

.AvinaCP-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

    .AvinaCP-popup.open {
        opacity: 1;
        visibility: visible
    }

        .AvinaCP-popup.open .AvinaCP-popup-inner .AvinaCP-popup-content {
            top: 50%
        }

    .AvinaCP-popup .AvinaCP-popup-inner {
        display: block;
        width: 100%;
        height: 100%;
        position: relative
    }

        .AvinaCP-popup .AvinaCP-popup-inner .AvinaCP-popup-content {
            position: absolute;
            padding: 15px;
            top: 60%;
            left: 50%;
            width: 360px;
            height: 360px;
            max-width: 90%;
            max-height: 90%;
            border-radius: 2px;
            transform: translate3d(-50%,-50%,0);
            transition: all .5s
        }

    .AvinaCP-popup.AvinaCP-share .AvinaCP-popup-inner .AvinaCP-popup-content {
        height: auto;
        padding: 30px
    }

.AvinaCP-popup-content-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.AvinaCP-popup-close {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    position: absolute;
    top: -32px;
    right: -32px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.AvinaCP-search-input input {
    display: block;
    width: 100%;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-shadow: none;
    color: #222;
    background-color: #f2f2f2;
    border-radius: 2px;
    -webkit-appearance: none
}

.AvinaCP-search-result {
    flex-grow: 1;
    margin-top: 15px;
    overflow-y: auto;
    position: relative
}

    .AvinaCP-search-result ul li {
        display: block;
        padding: 10px 4px;
        border: 1px solid #fafafa
    }

        .AvinaCP-search-result ul li .item-inner {
            display: flex;
            align-items: center
        }

            .AvinaCP-search-result ul li .item-inner .item-image {
                width: 48px;
                min-width: 48px
            }

ul.AvinaCP-settings-tools label, .AvinaCP-settings-field-li {
    display: flex;
    align-items: center;
    gap: 5px
}

.AvinaCP-search-result ul li .item-inner .item-image img {
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 2px;
    box-shadow: none
}

.AvinaCP-search-result ul li .item-inner .item-name {
    flex-grow: 1;
    padding: 0 10px;
    color: var(--main-text-color)
}

.AvinaCP-search-result ul li .item-inner .item-add {
    width: 48px;
    text-align: center
}

    .AvinaCP-search-result ul li .item-inner .item-add span {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #222;
        background-color: #f2f2f2;
        cursor: pointer;
        border-radius: 2px;
        transition: all .5s
    }

        .AvinaCP-search-result ul li .item-inner .item-add span:hover {
            color: #fff;
            background-color: #222
        }

.AvinaCP-search-result:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: rgba(255,255,255,.7);
    opacity: 0;
    visibility: hidden
}

.AvinaCP-search-result:after {
    display: block;
    content: '\f021';
    font-size: 22px;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    animation: Avina-spinner 1s linear infinite;
    opacity: 0;
    visibility: hidden
}

.AvinaCP-search-result.AvinaCP-loading:before, .AvinaCP-search-result.AvinaCP-loading:after {
    opacity: 1;
    visibility: visible
}

.AvinaCP-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999979;
    box-sizing: border-box;
    pointer-events: none
}

    .AvinaCP-area .AvinaCP-inner {
        display: block;
        width: 100%;
        height: 100%;
        position: relative
    }

.AvinaCP-table {
    padding: 15px 15px 78px;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #292a30;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99999997;
    pointer-events: none
}

    .AvinaCP-table * {
        box-sizing: border-box
    }

    .AvinaCP-table.AvinaCP-table-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .AvinaCP-table .AvinaCP-table-inner {
        border-radius: 2px;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        position: relative
    }

        .AvinaCP-table .AvinaCP-table-inner:before {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(255,255,255,.7);
            opacity: 0;
            visibility: hidden;
            z-index: 7
        }

        .AvinaCP-table .AvinaCP-table-inner:after {
            display: block;
            content: '\f021';
            font-size: 26px;
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            visibility: hidden;
            z-index: 8;
            animation: Avina-spinner 1s linear infinite
        }

.AvinaCP-table-inner.AvinaCP-loading:before, .AvinaCP-table-inner.AvinaCP-loading:after {
    opacity: 1;
    visibility: visible
}

.AvinaCP-table-close {
    z-index: 6;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.AvinaCP-table-close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 52px;
    min-height: 52px;
    background-color: #eee;
    color: #000
}

.AvinaCP-table-items {
    z-index: 5;
    height: 100%;
    position: relative
}

    .AvinaCP-table-items .AvinaCP-no-result {
        display: block;
        padding: 15px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0)
    }

    .AvinaCP-table-items table {
        border-spacing: 0;
        border-collapse: collapse;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 6
    }

        .AvinaCP-table-items table thead {
            z-index: 8
        }

            .AvinaCP-table-items table thead tr {
                border: none;
                margin: 0;
                padding: 0
            }

                .AvinaCP-table-items table thead tr th {
                    position: relative;
                    border-collapse: collapse;
                    z-index: 8 !important;
                    text-transform: uppercase;
                    padding: 15px 15px 15px 0;
                    margin: 0;
                    width: auto;
                    min-width: 200px;
                    max-width: 300px;
                    vertical-align: middle;
                    color: #43454b;
                    font-weight: 700;
                    text-align: right;
                    border: none;
                    border-image-width: 0
                }

                    .AvinaCP-table-items table thead tr th .AvinaCP-remove, .AvinaCP-page .AvinaCP-remove {
                        text-transform: none;
                        font-weight: 400;
                        text-decoration: underline;
                        cursor: pointer;
                        color: var(--main-color)
                    }

                    .AvinaCP-table-items table thead tr th:first-child {
                        padding-left: 15px
                    }

                    .AvinaCP-table-items table thead tr th a {
                        text-decoration: none
                    }

        .AvinaCP-table-items table tbody {
            z-index: 7
        }

            .AvinaCP-table-items table tbody tr {
                border: none;
                margin: 0;
                padding: 0
            }

                .AvinaCP-table-items table tbody tr td {
                    position: relative;
                    border-collapse: collapse;
                    padding: 15px 15px 15px 0;
                    vertical-align: top;
                    text-align: right;
                    width: auto;
                    min-width: 200px;
                    max-width: 300px;
                    color: #43454b;
                    font-weight: 400;
                    border: none;
                    z-index: 6;
                    border-image-width: 0
                }

                    .AvinaCP-table-items table tbody tr td:first-child {
                        z-index: 7;
                        padding-left: 15px
                    }

                    .AvinaCP-table-items table tbody tr td.td-placeholder {
                        text-align: center
                    }

                        .AvinaCP-table-items table tbody tr td.td-placeholder:before {
                            content: '';
                            display: inline-block;
                            width: 60px;
                            height: 8px;
                            background-color: #eee;
                            border-radius: 2px
                        }

                .AvinaCP-table-items table tbody tr.tr-image td.td-placeholder {
                    background-image: url("/fashion/wp-content/themes/avina/asset/images/placeholder.png");
                    background-repeat: no-repeat;
                    background-position: center
                }

                    .AvinaCP-table-items table tbody tr.tr-image td.td-placeholder:before {
                        display: none
                    }

                .AvinaCP-table-items table tbody tr.tr-image a {
                    text-decoration: none;
                    outline: none;
                    display: block
                }

                .AvinaCP-table-items table tbody tr.tr-image img {
                    display: block;
                    max-width: 100%;
                    height: auto;
                    margin: 0;
                    padding: 0;
                    border: none;
                    border-radius: 2px;
                    box-shadow: none
                }

                .AvinaCP-table-items table tbody tr.tr-add_to_cart td p, .AvinaCP_table tbody tr.tr-add_to_cart td p, .AvinaCP-table-items table tbody tr.tr-add_to_cart td .add_to_cart_inline, .AvinaCP_table tbody tr.tr-add_to_cart td .add_to_cart_inline {
                    padding: 0 !important;
                    margin: 0 !important;
                    border: none !important
                }

                .AvinaCP-table-items table tbody tr.tr-hide, .AvinaCP-table-items table tbody tr.tr-similar, .AvinaCP-page .AvinaCP_table tr.tr-hide, .AvinaCP-page .AvinaCP_table tr.tr-similar {
                    display: none
                }

        .AvinaCP-table-items table.has-1 thead tr th, .AvinaCP-table-items table.has-2 thead tr th {
            width: 25%
        }

        .AvinaCP-table-items table.has-1 tbody tr td, .AvinaCP-table-items table.has-2 tbody tr td {
            width: 25%
        }

    .AvinaCP-table-items .ps-scrollbar-x-rail, .AvinaCP-table-items .ps-scrollbar-y-rail {
        z-index: 999999
    }

.AvinaCP-bar {
    width: 100%;
    height: 78px;
    position: fixed;
    left: 0;
    bottom: -80px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #292a30;
    color: #cfd2d4;
    display: flex;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    z-index: 99999998;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.AvinaCP-bar-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 68px;
    position: relative;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    order: 1;
    margin-left: 15px;
    cursor: pointer
}

    .AvinaCP-bar-btn .AvinaCP-bar-btn-icon-wrapper {
        width: 48px;
        height: 48px;
        line-height: 48px;
        background-color: rgba(0,0,0,.1);
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden
    }

        .AvinaCP-bar-btn .AvinaCP-bar-btn-icon-wrapper .AvinaCP-bar-btn-icon-inner span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #fff;
            border-radius: 2px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: .25s ease-in-out
        }

            .AvinaCP-bar-btn .AvinaCP-bar-btn-icon-wrapper .AvinaCP-bar-btn-icon-inner span:nth-child(1) {
                top: 0
            }

            .AvinaCP-bar-btn .AvinaCP-bar-btn-icon-wrapper .AvinaCP-bar-btn-icon-inner span:nth-child(2) {
                top: 5px
            }

            .AvinaCP-bar-btn .AvinaCP-bar-btn-icon-wrapper .AvinaCP-bar-btn-icon-inner span:nth-child(3) {
                top: 10px
            }

    .AvinaCP-bar-btn.AvinaCP-bar-btn-open .AvinaCP-bar-btn-icon-wrapper .AvinaCP-bar-btn-icon-inner span:nth-child(1) {
        top: 6px;
        transform: rotate(135deg)
    }

    .AvinaCP-bar-btn.AvinaCP-bar-btn-open .AvinaCP-bar-btn-icon-wrapper .AvinaCP-bar-btn-icon-inner span:nth-child(2) {
        opacity: 0;
        left: -60px
    }

    .AvinaCP-bar-btn.AvinaCP-bar-btn-open .AvinaCP-bar-btn-icon-wrapper .AvinaCP-bar-btn-icon-inner span:nth-child(3) {
        top: 6px;
        transform: rotate(-135deg)
    }

    .AvinaCP-bar-btn.AvinaCP-bar-btn-icon {
        font-size: 0;
        padding: 0;
        width: 48px;
        overflow: hidden
    }

.AvinaCP-settings-tools {
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

.AvinaCP-settings-fields {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow-y: auto
}

    .AvinaCP-settings-fields li span {
        cursor: move;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none
    }

.AvinaCP-bar-print, .AvinaCP-bar-share, .AvinaCP-bar-search, .AvinaCP-bar-remove {
    width: 48px;
    flex: 0 0 48px
}

.AvinaCP-bar-share, .AvinaCP-bar-print, .AvinaCP-bar-search, .AvinaCP-bar-remove {
    width: 48px;
    height: 48px;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    background-color: rgba(255,255,255,.1);
    border-radius: 2px;
    transition: all .5s;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.AvinaCP-bar-remove {
    margin: 0 0 0 10px;
    cursor: pointer;
    background-color: #e32718
}

.AvinaCP-share-content {
    width: 100%;
    height: 100%;
    min-height: 120px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

    .AvinaCP-share-content:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 7;
        background-color: rgba(255,255,255,.7);
        opacity: 0;
        visibility: hidden
    }

    .AvinaCP-share-content:after {
        display: block;
        content: '\f021';
        font-size: 22px;
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 8;
        animation: Avina-spinner 1s linear infinite;
        opacity: 0;
        visibility: hidden
    }

    .AvinaCP-share-content.AvinaCP-loading {
        pointer-events: none
    }

        .AvinaCP-share-content.AvinaCP-loading:before, .AvinaCP-share-content.AvinaCP-loading:after {
            opacity: 1;
            visibility: visible
        }

    .AvinaCP-share-content input[type=url] {
        width: 100%;
        text-align: center;
        border: 1px solid #a4a4a4;
        border-radius: 6px;
        padding: 5px
    }

.AvinaCP-share-text, .AvinaCP-share-link, .AvinaCP-share-links {
    width: 100%
}

.AvinaCP-share-link, .AvinaCP-share-links {
    margin-top: 10px
}

    .AvinaCP-share-links a {
        margin: 0 4px
    }

.AvinaCP-bar .AvinaCP-bar-items {
    height: 48px;
    flex-grow: 1;
    white-space: nowrap;
    width: auto;
    text-align: right;
    order: 0
}

.AvinaCP-bar-item {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    background-color: rgba(255,255,255,.1);
    border-radius: 2px
}

    .AvinaCP-bar-item img {
        width: 48px;
        height: 48px;
        cursor: move;
        margin: 0;
        z-index: 6;
        border-radius: 2px;
        -webkit-user-drag: none;
        user-drag: none
    }

.AvinaCP-bar-item-remove {
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: #fff;
    position: absolute !important;
    top: 2px;
    right: 2px;
    background-color: #000000ab;
    z-index: 7;
    border-radius: 1px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center
}

    .AvinaCP-bar-item-remove:hover {
        background-color: #f22
    }

.AvinaCP-bar-item.removing {
    opacity: .5
}

.AvinaCP-bar-item:hover .AvinaCP-bar-item-remove {
    opacity: 1;
    visibility: visible
}

.AvinaCP-bar.AvinaCP-bar-open {
    bottom: 0;
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.AvinaCP-bar-notice {
    position: fixed;
    bottom: 88px;
    width: auto;
    left: 50%;
    padding: 0 5px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    border-radius: 2px;
    transform: translate(-50%,10px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.AvinaCP-area.AvinaCP-area-open-bar.AvinaCP-bar-click-outside-yes:not(.AvinaCP-area-open-table) .AvinaCP-inner .AvinaCP-bar:hover .AvinaCP-bar-notice, .AvinaCP-area.AvinaCP-area-open-bar.AvinaCP-bar-click-outside-yes-empty[data-count="0"]:not(.AvinaCP-area-open-table) .AvinaCP-inner .AvinaCP-bar:hover .AvinaCP-bar-notice {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,0)
}

.AvinaCP-bar[data-count="0"] .AvinaCP-bar-remove, .AvinaCP-bar[data-count="1"] .AvinaCP-bar-remove {
    display: none
}

.AvinaCP-btn {
    cursor: pointer
}

.AvinaCP-menu-item .AvinaCP-menu-item-inner {
    position: relative
}

    .AvinaCP-menu-item .AvinaCP-menu-item-inner:after {
        content: attr(data-count);
        display: block;
        background-color: #e94b35;
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border-radius: 8px;
        position: absolute;
        top: -10px;
        right: -10px
    }

body.woocommerce-cart .AvinaCP-hide-checkout, body.woocommerce-checkout .AvinaCP-hide-checkout, .AvinaCP-hide-empty[data-count="0"] {
    display: none
}

.AvinaCP_list {
    max-width: 100%;
    overflow-x: auto
}

.AvinaCP_table table tr th, .AvinaCP_table table tr td {
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important
}

@media screen and (max-width:767px) {
    .AvinaCP-bar .AvinaCP-bar-btn {
        font-size: 0 !important;
        padding: 0 !important;
        width: 48px !important;
        flex: 0 0 48px !important;
        overflow: hidden
    }

    .AvinaCP-bar-item .AvinaCP-bar-item-remove {
        opacity: 1;
        visibility: visible
    }

    .AvinaCP-bar {
        padding: 7px
    }

    .AvinaCP-bar-btn {
        margin-left: 7px;
        margin-right: 5px
    }

    .AvinaCP-bar-share, .AvinaCP-bar-print, .AvinaCP-bar-search, .AvinaCP-bar-remove {
        margin: 0 3px
    }
}

@media print {
    .AvinaCP_table .tr-add_to_cart {
        display: none
    }
}

.AvinaCP-bar.AvinaCP-bar-bubble {
    background-color: transparent !important;
    background: 0 0 !important;
    pointer-events: none
}

    .AvinaCP-bar.AvinaCP-bar-bubble > a, .AvinaCP-bar.AvinaCP-bar-bubble .AvinaCP-bar-items, .AvinaCP-bar.AvinaCP-bar-bubble .AvinaCP-bar-remove {
        display: none !important
    }

    .AvinaCP-bar.AvinaCP-bar-bubble .AvinaCP-bar-btn {
        pointer-events: auto;
        width: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0 !important;
        box-shadow: rgba(0,0,0,.15) 0px 0px 20px
    }

.AvinaCP-area .table-print, .AvinaCP-area .tr-print, .AvinaCP-area .td-print, .AvinaCP_table .tr-print, .AvinaCP_table .td-print {
    display: none
}

@media print {
    .AvinaCP-area .table-print {
        display: table
    }

    .AvinaCP-area .tr-print {
        display: table-row
    }

    .AvinaCP-area .td-print {
        display: table-cell
    }

    .AvinaCP-area {
        font-size: 14px !important
    }

        .AvinaCP-area .AvinaCP-bar, .AvinaCP_table thead, .AvinaCP_table .AvinaCP-table-close, .AvinaCP_table .AvinaCP-remove {
            display: none !important
        }

    .AvinaCP-area {
        position: absolute;
        height: auto
    }

        .AvinaCP-area .AvinaCP-inner {
            height: auto
        }

    .AvinaCP-table {
        position: absolute;
        height: auto;
        padding: 0
    }

        .AvinaCP-table .AvinaCP-table-inner {
            height: auto;
            max-height: unset
        }

    .AvinaCP-area .tr-name td:not(.td-label), .AvinaCP-area .tr-name td:not(.td-label) a {
        font-weight: 700;
        text-transform: uppercase;
        pointer-events: none;
        text-decoration: none
    }
}

.AvinaCP-table-items table tbody tr:nth-child(2n) td {
    background-color: rgba(251,251,251,.25)
}

.AvinaCP-table-items table tbody tr.tr-highlight td, .AvinaCP-page .AvinaCP_table tr.tr-highlight td {
    background-color: rgba(255,248,217,.37);
    border-bottom: 1px solid #dfd7af
}

.AvinaCP-table-items table tbody tr:hover td {
    background-color: rgba(248,248,248,.3)
}

.AvinaCP-bar-btn-icon-wrapper .AvinaCP-bar-btn-icon-inner {
    width: 15px;
    height: 15px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 15px;
    position: relative
}

.AvinaCP-table-items table tbody tr td, .AvinaCP-table-items table thead tr th {
    text-align: justify
}

.AvinaCP-table-items table tbody tr.tr-rating td .star-rating {
    float: right;
    width: 100%;
    text-align: left
}

.AvinaSE-area {
    font-size: 14px;
    display: none;
    flex-direction: column;
    padding: 0;
    z-index: 1065;
    max-width: 100%;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: 0 10px 10px rgb(0 0 0/5%);
    box-shadow: 0 10px 10px rgb(0 0 0/5%);
    background-color: #fff;
    color: #222
}

    .AvinaSE-area.AvinaSE-area-show {
        opacity: 1 !important;
        visibility: visible !important;
        display: flex
    }

    .AvinaSE-area .AvinaSE-product-data dl, .AvinaSE-area .AvinaSE-product-data p {
        margin: 0
    }

    .AvinaSE-area > div {
        align-self: stretch
    }

    .AvinaSE-area * {
        box-sizing: border-box
    }

.AvinaSE-product-qty .quantity {
    width: auto !important;
    margin: 0 !important
}

    .AvinaSE-product-qty .quantity input {
        margin: 0 !important
    }

    .AvinaSE-product-qty .quantity .plus, .AvinaSE-product-qty .quantity .minus {
        display: none !important
    }

.AvinaSE-area .AvinaSE-area-mid {
    flex-grow: 1;
    position: relative;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: column
}

.AvinaSE-search-result .AvinaSE-product {
    margin: 10px
}

.AvinaSE-popular-keywords {
    padding: 10px;
    font-size: 13px
}

    .AvinaSE-popular-keywords a {
        outline: none;
        text-decoration: none;
        color: #222
    }

        .AvinaSE-popular-keywords a:hover {
            text-decoration: underline;
            color: var(--main-color)
        }

.AvinaSE-search-result {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    max-height: 400px
}

    .AvinaSE-search-result.AvinaSE-loading {
        min-height: 40px
    }

        .AvinaSE-search-result.AvinaSE-loading:before {
            content: '\f2f1';
            font-family: "Font Awesome 6 Pro";
            font-size: 16px;
            -webkit-font-smoothing: antialiased;
            text-align: center;
            line-height: 16px;
            color: #222;
            display: block;
            width: 16px;
            height: 16px;
            margin-top: -8px;
            margin-left: -8px;
            position: absolute;
            vertical-align: baseline;
            top: 50%;
            left: 50%;
            z-index: 97;
            -webkit-animation: Avina-spinner 1s linear infinite;
            animation: Avina-spinner 1s linear infinite
        }

        .AvinaSE-search-result.AvinaSE-loading:after {
            content: '';
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,.7);
            position: absolute;
            top: 0;
            left: 0
        }

.AvinaSE-product {
    display: block;
    border-bottom: 1px dashed #eee;
    background-color: #fff
}

    .AvinaSE-product:hover {
        background-color: rgba(0,0,0,.025)
    }

.AvinaSE-product-inner {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 -5px;
    box-sizing: border-box;
    position: relative;
    transition: all .5s;
    border-radius: 0
}

    .AvinaSE-product-inner > div {
        margin: 0 5px
    }

.AvinaSE-product-thumb {
    width: 80px;
    flex: 0 0 80px
}

    .AvinaSE-product-thumb img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0
    }

.AvinaSE-product-info {
    flex-grow: 1
}

    .AvinaSE-product-info .AvinaSE-product-name {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.2
    }

        .AvinaSE-product-info .AvinaSE-product-name a {
            color: #222;
            text-decoration: none;
            outline: none
        }

    .AvinaSE-product-info .AvinaSE-product-price {
        display: block;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        color: #999
    }

        .AvinaSE-product-info .AvinaSE-product-price del {
            color: #999
        }

        .AvinaSE-product-info .AvinaSE-product-price ins {
            background: 0 0
        }

        .AvinaSE-product-info .AvinaSE-product-price span {
            font-size: 12px !important;
            font-weight: 400 !important
        }

.AvinaSE-product-actions {
    display: flex;
    align-items: center
}

    .AvinaSE-product-actions .atc-btn .add_to_cart_inline del, .AvinaSE-product-actions .atc-btn .add_to_cart_inline ins, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .amount {
        display: none
    }

    .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        background: 0 0;
        outline: none;
        box-shadow: none;
        font-size: 0
    }

        .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button:before {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            content: '\f07a';
            font-family: "Font Awesome 6 Pro";
            font-size: 16px;
            color: #999;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.loading:after {
            display: none !important
        }

        .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.product_type_external:before, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.product_type_variable:before, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.product_type_grouped:before, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.product_type_composite:before {
            content: '\f07a'
        }

.AvinaSE-not-found, .AvinaSE-error {
    color: #8f8f8f;
    padding: 10px
}
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.alert, .btn .badge, .card, .dropdown, .dropend, .dropstart, .dropup, .page-link, sub, sup {
    position: relative
}

.btn, .btn-close:hover, .dropdown-item, .dropdown-item.active, .dropdown-item:active, .nav-link, .navbar-brand, .navbar-toggler:focus, .navbar-toggler:hover, .page-link {
    text-decoration: none
}

.alert-heading, a > code, hr, pre code {
    color: inherit
}

.card-title, .form-label, dd, legend {
    margin-bottom: .5rem
}

address, legend {
    line-height: inherit
}

progress, sub, sup {
    vertical-align: baseline
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.btn-check:focus + .btn, .btn:focus, .form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    outline: 0
}

.card, code {
    word-wrap: break-word
}

.breadcrumb, .dropdown-menu, .nav, .navbar-nav, .pagination {
    list-style: none
}

.badge, .dropdown-header, .dropdown-item, .dropdown-toggle, .navbar-brand, .progress-bar {
    white-space: nowrap
}

:after, :before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

hr {
    margin: 1rem 0;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

.card > hr, .dropdown-toggle:empty:after, .dropend .dropdown-toggle:empty:after, .dropstart .dropdown-toggle:empty:after, .dropup .dropdown-toggle:empty:after, dd {
    margin-right: 0
}

hr:not([size]) {
    height: 1px
}

abbr[data-bs-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.btn, .form-control[type=file]:not(:disabled):not([readonly]), [role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), summary {
    cursor: pointer
}

address {
    margin-bottom: 1rem;
    font-style: normal
}

.alert-link, dt {
    font-weight: 700
}

blockquote, figure {
    margin: 0 0 1rem
}

.alert, .blockquote, .blockquote-footer, .breadcrumb, pre {
    margin-bottom: 1rem
}

b, strong {
    font-weight: bolder
}

.small, code, pre, small {
    font-size: .875em
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    font-size: .75em;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    overflow: auto
}

    pre code {
        font-size: inherit;
        word-break: normal
    }

code {
    color: #d63384
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: right
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

.figure, .list-inline-item, label, output {
    display: inline-block
}

button {
    border-radius: 0
}

fieldset, iframe {
    border: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0
}

legend {
    float: right;
    width: 100%;
    padding: 0;
    font-size: calc(1.275rem + .3vw)
}

    legend + * {
        clear: right
    }

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=email], [type=number], [type=tel], [type=url] {
    direction: ltr
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit
}

summary {
    display: list-item
}

.d-none, [hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

.list-inline, .list-unstyled {
    padding-right: 0;
    list-style: none
}

.list-inline-item:not(:last-child) {
    margin-left: .5rem
}

.blockquote {
    font-size: 1.25rem
}

.blockquote-footer, .figure-caption {
    font-size: .875em;
    color: #6c757d
}

.blockquote > :last-child, .card-text:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem
}

    .blockquote-footer:before {
        content: "— "
    }

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    margin-left: auto;
    margin-right: auto
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-left: calc(-.5*var(--bs-gutter-x));
    margin-right: calc(-.5*var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x)*.5);
        padding-right: calc(var(--bs-gutter-x)*.5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2, .col-3 {
    flex: 0 0 auto
}

.col-2 {
    width: 16.66666667%
}

.col-3 {
    width: 25%
}

.col-4, .col-5 {
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-6, .col-7 {
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333333%
}

.col-8, .col-9 {
    flex: 0 0 auto
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12, .form-control, .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link, .table {
    width: 100%
}

.col-12 {
    flex: 0 0 auto
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,.075);
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

    .table > :not(caption) > * > * {
        padding: .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

    .table > :not(:first-child) {
        border-top: 2px solid currentColor
    }

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.collapsing, .form-control[type=file] {
    overflow: hidden
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.btn, .form-control {
    line-height: 1.5;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400
}

    .form-control, .form-control:focus {
        color: #212529;
        background-color: #fff
    }

.form-control {
    display: block;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control:focus {
        border-color: #86b7fe
    }

    .form-control::-webkit-date-and-time-value {
        height: 1.5em
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1
    }

.btn, .btn:hover {
    color: #212529
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-danger.active:focus, .btn-danger:active:focus, .btn-danger:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.dropdown-toggle:after, .dropup .dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    border-left: .3em solid transparent;
    border-right: .3em solid transparent
}

.btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

    .fade:not(.show), .modal-backdrop.fade, .offcanvas-backdrop.fade {
        opacity: 0
    }

.badge:empty, .collapse:not(.show), .navbar-expand .navbar-toggler, .navbar-expand .offcanvas-header, .tab-content > .tab-pane {
    display: none
}

.collapsing {
    height: 0;
    transition: height .35s
}

    .collapsing.collapse-horizontal {
        width: 0;
        height: auto;
        transition: width .35s
    }

.dropdown-menu, .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.dropdown-toggle:after {
    display: inline-block;
    margin-right: .255em;
    border-top: .3em solid;
    border-bottom: 0
}

.dropdown-menu {
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        right: 0;
        margin-top: .125rem
    }

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-right: .255em;
    border-top: 0;
    border-bottom: .3em solid
}

.dropend .dropdown-toggle:after, .dropstart .dropdown-toggle:before {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    content: ""
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: 0;
    margin-right: .125rem
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-right: .255em;
    border-left: 0;
    border-right: .3em solid;
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: 0;
    margin-left: .125rem
}

.dropstart .dropdown-toggle:after {
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-left: .255em;
    border-left: .3em solid;
    vertical-align: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        background-color: #0d6efd
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show, .tab-content > .active {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d
}

.nav-link, .page-link {
    color: #0d6efd
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

    .nav-link:focus, .nav-link:hover {
        color: #0a58ca
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-right-radius: .25rem;
        border-top-left-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff
    }

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-left: 1rem;
    font-size: 1.25rem
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0
}

    .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

.card, .page-link {
    background-color: #fff
}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.btn-close:focus, .page-link:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.modal-dialog-scrollable .modal-body, .navbar-nav-scroll {
    overflow-y: auto
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .nav-link {
            padding-left: .5rem;
            padding-right: .5rem
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        transition: none;
        transform: none
    }

    .navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1)
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.modal-content, .offcanvas {
    background-clip: padding-box;
    outline: 0
}

.card > hr {
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

    .card > .list-group:first-child {
        border-top-width: 0;
        border-top-right-radius: calc(.25rem - 1px);
        border-top-left-radius: calc(.25rem - 1px)
    }

    .card > .list-group:last-child {
        border-bottom-width: 0;
        border-bottom-left-radius: calc(.25rem - 1px);
        border-bottom-right-radius: calc(.25rem - 1px)
    }

    .card > .card-header + .list-group, .card > .list-group + .card-footer {
        border-top: 0
    }

.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

.card-link + .card-link {
    margin-right: 1rem
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: .5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        float: right;
        padding-left: .5rem;
        color: #6c757d
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-right: 0
}

.page-link {
    display: block;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .375rem .75rem
}

    .page-link:focus, .page-link:hover, .progress {
        background-color: #e9ecef
    }

    .page-link:hover {
        z-index: 2;
        color: #0a58ca;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 3;
        color: #0a58ca;
        outline: 0
    }

.page-item:not(:first-child) .page-link {
    margin-right: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: flex;
    overflow: hidden
}

.btn .badge {
    top: -1px
}

.alert {
    padding: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    height: 1rem;
    font-size: .75rem;
    border-radius: .25rem
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #0d6efd;
    transition: width .6s
}

.progress-bar-striped {
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

    .btn-close:hover {
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        opacity: 1
    }

    .btn-close.disabled, .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

.modal.show .modal-dialog, .offcanvas.show {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.show, .offcanvas-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px)
}

.spinner-border, .spinner-grow {
    display: inline-block;
    vertical-align: -.125em
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem auto -.5rem -.5rem
}

.modal-title, .offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn, .collapsing, .collapsing.collapse-horizontal, .fade, .form-control, .modal.fade .modal-dialog, .nav-link, .navbar-toggler, .offcanvas, .page-link, .progress-bar {
        transition: none
    }

    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }

    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-bottom, .offcanvas-top {
    height: 30vh;
    max-height: 100%;
    left: 0;
    right: 0
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.placeholder, .vr {
    display: inline-block;
    min-height: 1em;
    background-color: currentColor
}

.offcanvas-header .btn-close {
    padding: .5rem;
    margin-top: -.5rem;
    margin-left: -.5rem;
    margin-bottom: -.5rem
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%)
}

.offcanvas-end {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%)
}

.offcanvas-top {
    top: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%)
}

.placeholder {
    vertical-align: middle;
    cursor: wait;
    opacity: .5
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030
}

.vr {
    align-self: stretch;
    width: 1px;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: right !important
}

.float-end {
    float: left !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    right: 0 !important
}

.start-50 {
    right: 50% !important
}

.start-100 {
    right: 100% !important
}

.end-0 {
    left: 0 !important
}

.end-50 {
    left: 50% !important
}

.end-100 {
    left: 100% !important
}

.translate-middle {
    transform: translate(50%,-50%) !important
}

.translate-middle-x {
    transform: translateX(50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: right !important
}

.text-end {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-right-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }

    .col-sm {
        flex: 1 0 0%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }

    .col-md {
        flex: 1 0 0%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }

    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-left: .5rem;
                padding-right: .5rem
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .offcanvas-header {
            display: none
        }

        .navbar-expand-lg .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-left: 0;
            border-right: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }

    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .modal-xl {
        max-width: 1140px
    }

    .col-xl {
        flex: 1 0 0%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: var(--avina-con-max-width)
    }

    .col-xxl {
        flex: 1 0 0%
    }

    .col-xxl-auto, .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-12, .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .col-xxl-6, .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-3, .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

[data-theme=dark] {
    --main-color: #e91e63;
    --second-color: #3a86ff;
    --body-bg1: #000 !important;
    --main-text-color: #fff !important;
    --title-color1: #fff !important;
    --content-text-color: #f5f5f5 !important;
    --text-color1: #ececec !important;
    --widget-bg1: #3a3a3a !important;
    --border-color2: #6c6a6a !important;
    --widget-bg2: #000 !important;
    --white-color: #272727 !important;
    --black-color: #fff !important;
    --header-bg: #2c2c2c !important;
    --header-text-color: #fff !important;
    --header-link-color: #fafafa !important;
    --header-link-hover: var(--main-color) !important;
    --header-icon-color: #e0e0e0 !important;
    --top-header-bg: #000 !important;
    --top-header-text-color: #f3f2f2 !important;
    --top-header-link-color: #fcfcfc !important;
    --top-header-link-hover: var(--main-color) !important;
    --top-header-icon-color: #e0e0e0 !important;
    --footer-bg: #363536 !important;
    --footer2-bg: #000 !important;
    --footer-link: #ddd !important;
    --footer-txt: #fff !important;
    --footer2-link: #ddd !important;
    --footer2-txt: #fafafa !important
}

.dark_mode {
    display: flex;
    align-items: center
}

.theme-switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 48px
}

    .theme-switch input {
        display: none
    }

.icon_switch {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    border-radius: 30px
}

    .icon_switch:before {
        background-color: var(--white-color);
        bottom: 4px;
        content: "";
        height: 16px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 16px;
        border-radius: 50%
    }

input#theme_color:checked + .icon_switch {
    background-color: var(--main-color)
}

.header-6 input#theme_color:checked + .icon_switch {
    background-color: var(--second-color)
}

input#theme_color:checked + .icon_switch:before {
    transform: translateX(24px)
}

.icon_switch i {
    color: #fff;
    position: absolute;
    transition: opacity .2s ease 0s,transform .35s ease 0s;
    pointer-events: none
}

.icon_switch .fa-moon {
    opacity: 0;
    left: 4px;
    bottom: 4px;
    transform: translateX(4px);
    color: #fff
}

.icon_switch .fa-sun {
    opacity: 1;
    right: 4px;
    bottom: 4px;
    transform: translateX(0px);
    color: #fff
}

input#theme_color:checked + .icon_switch .fa-moon {
    opacity: 1;
    transform: translateX(0)
}

input#theme_color:checked + .icon_switch .fa-sun {
    opacity: 0;
    transform: translateX(-4px)
}

[data-theme=dark] .avina_loading, [data-theme=dark] .avina_loading_image:before {
    background-color: rgba(0,0,0,.88) !important
}

[data-theme=dark] .avina_recommended_alert {
    color: #fff
}

[data-theme=dark] .action-icon-box ul li:hover i, [data-theme=dark] .offer_slider2 .tabs_slider .tab_item.swiper-slide.swiper-slide-thumb-active p {
    color: var(--black-color)
}

[data-theme=dark] .logo.navbar-brand .dark-mode, [data-theme=dark] .about_us_img .dark-mode {
    opacity: 1;
    display: inline-block;
    visibility: visible
}

[data-theme=dark] .logo.navbar-brand .light-mode, [data-theme=dark] .about_us_img .light-mode {
    opacity: 0;
    display: none;
    visibility: hidden
}

[data-theme=dark] .pro_price_sec {
    border-color: #8f8b8b
}

[data-theme=dark] .product-box-4 .action-icon-box ul li a i {
    color: var(--white-color)
}

[data-theme=dark] .product-box-4 .action-icon-box ul li:hover a i {
    color: var(--black-color)
}

[data-theme=dark] .header-3, [data-theme=dark] .header-4 {
    z-index: 1030;
    background-color: #0000009c;
    width: 100%
}

[data-theme=dark] .woocommerce .woocommerce-product-details__short-description .wooshortdesc_btn {
    background: var(--white-color);
    box-shadow: rgb(39 39 39/96%) 0px -15px 15px
}

[data-theme=dark] .mobile-navigation li a {
    color: var(--black-color)
}

[data-theme=dark] .woocommerce .product-quantity .quantity .qty {
    background-color: var(--white-color);
    color: var(--black-color)
}

[data-theme=dark] .nav-tabs {
    border-bottom: 1px solid #656769
}

    [data-theme=dark] .nav-tabs .nav-link.active {
        color: var(--black-color);
        background-color: var(--white-color)
    }

[data-theme=dark] .elementor-shape-fill {
    fill: var(--body-bg1) !important
}

[data-theme=dark] .elementor-element:before {
    background-color: #00000094 !important
}

[data-theme=dark] .heading_title5 .right, [data-theme=dark] .heading_title5 .left, [data-theme=dark] .blog_section, [data-theme=dark] .product_list_section, [data-theme=dark] .product_carousel_section, [data-theme=dark] .product_grid_section, [data-theme=dark] .blog_section, [data-theme=dark] .offer_slider_section, [data-theme=dark] .category_box, [data-theme=dark] .icon_box, [data-theme=dark] .brand_logo_section, [data-theme=dark] .e-container:before {
    background-color: var(--widget-bg1) !important
}

    [data-theme=dark] .blog_section.avina_style6 .card-body {
        background-color: #000 !important;
        border-color: #585858 !important
    }

    [data-theme=dark] .heading_title h5, [data-theme=dark] .heading_title h3, [data-theme=dark] .product_list_section .btn-outline-danger, [data-theme=dark] .heading_title a {
        color: var(--black-color) !important;
        border-color: var(--black-color) !important
    }

    [data-theme=dark] .icon_box .icon-box:hover .icon i, [data-theme=dark] .sidebar-banner .title h3, [data-theme=dark] .sidebar-banner a.btn, [data-theme=dark] .icon_box .icon-box .content p, [data-theme=dark] .home-banner .link:hover .btn, [data-theme=dark] .sidebar-banner .title h5, [data-theme=dark] .icon_box .icon-box .content h6, [data-theme=dark] .widget_banner .wb_info h4, [data-theme=dark] .widget_banner .wb_buy, [data-theme=dark] .widget_banner .wb_info h6, [data-theme=dark] li.woocommerce-MyAccount-navigation-link a:hover, [data-theme=dark] li.woocommerce-MyAccount-navigation-link.is-active a {
        color: var(--black-color) !important
    }

[data-theme=dark] .sidebar-banner a.btn {
    border-color: var(--black-color) !important
}

[data-theme=dark] .countdown_banner .content h3, [data-theme=dark] .countdown_banner .content h4, [data-theme=dark] .countdown_banner .btn-outline-danger {
    color: var(--white-color);
    border-color: var(--white-color)
}

[data-theme=dark] .mfp-AvinaQV .mfp-close:before {
    color: var(--black-color) !important;
    border-color: var(--black-color) !important;
    background-color: rgba(0,0,0,.35);
    border-radius: 10px
}

[data-theme=dark] .sidebar-banner .bg_overlay {
    background-color: #00000017 !important
}

[data-theme=dark] .product-box .AvinaVS-type-button .AvinaVS-term > span {
    background-color: #2726269e
}

[data-theme=dark] .heading_title h3:before, [data-theme=dark] .heading_title h3:after {
    background-color: var(--black-color) !important
}

[data-theme=dark] .follow_us_btn {
    background-color: #3d3a3a7d
}

[data-theme=dark] .home-banner .info h5, [data-theme=dark] .home-banner .info h3 {
    color: var(--white-color)
}

[data-theme=dark] .carousel-caption p, [data-theme=dark] .carousel-caption h2, [data-theme=dark] .carousel-caption h4 {
    color: var(--white-color)
}

[data-theme=dark] .carousel-caption .btn-outline-danger {
    color: var(--white-color) !important;
    border-color: var(--white-color) !important
}

    [data-theme=dark] .carousel-caption .btn-outline-danger:hover {
        color: var(--black-color) !important;
        border-color: var(--black-color) !important
    }

[data-theme=dark] .offer_slider1 .tabs_slider .tab_item {
    background-color: var(--widget-bg2) !important
}

[data-theme=dark] .offer_slider1 .tab_item:after {
    border-left-color: var(--widget-bg2)
}

[data-theme=dark] .offer_slider1 .tab_item:before {
    border-left-color: var(--widget-bg1) !important
}

[data-theme=dark] ul.mega-tab {
    background-color: #383838
}

[data-theme=dark] .mobile-nav li ul, [data-theme=dark] .mobile-nav li ul li ul li ul {
    background-color: #3c3b3b
}

    [data-theme=dark] .mobile-nav li ul li ul {
        background-color: var(--white-color)
    }

[data-theme=dark] .AvinaCP-area .AvinaCP-inner .AvinaCP-table .AvinaCP-table-inner .AvinaCP-table-items table tbody tr:hover td {
    background-color: var(--widget-bg1)
}

[data-theme=dark] .AvinaCP-area .AvinaCP-inner .AvinaCP-table .AvinaCP-table-inner .AvinaCP-table-items table tbody tr:nth-child(2n) td {
    background-color: var(--widget-bg2)
}

[data-theme=dark] .modal-header {
    border-color: var(--border-color2)
}

[data-theme=dark] .AvinaVS-term > span {
    background-color: var(--widget-bg2)
}

[data-theme=dark] .product-box-image .countdown_time {
    background-color: rgb(0 0 0/60%);
    border-color: #000
}

[data-theme=dark] .product_carousel_section.avina_style3 {
    background-color: transparent !important
}

[data-theme=dark] #add_payment_method #payment, [data-theme=dark] .woocommerce-cart #payment, [data-theme=dark] .woocommerce-checkout #payment {
    background: #656565
}

    [data-theme=dark] #add_payment_method #payment div.payment_box, [data-theme=dark] .woocommerce-cart #payment div.payment_box, [data-theme=dark] .woocommerce-checkout #payment div.payment_box {
        background-color: #989698
    }

[data-theme=dark] .woocommerce-error, [data-theme=dark] .woocommerce-info, [data-theme=dark] .woocommerce-message {
    background-color: #555355;
    color: #d0cbcb
}

[data-theme=dark] .zero_quantity {
    background-color: #454242
}

    [data-theme=dark] .zero_quantity .right {
        color: #fff
    }

    [data-theme=dark] .zero_quantity p {
        color: #ccc7c7
    }

    [data-theme=dark] .zero_quantity h4 {
        color: #eee
    }

[data-theme=dark] .offer_slider2 .countdown_box {
    color: #fff
}

[data-theme=dark] .avina_meta .item, [data-theme=dark] .breadcrumb-section {
    opacity: 1
}

[data-theme=dark] .woocommerce .woocommerce-product-details__short-description .wooshortdesc_btn {
    color: #c1bebe
}

[data-theme=dark] .product-box-price ins {
    color: #fff
}

[data-theme=dark] .product-box-price del {
    color: #ababab
}

[data-theme=dark] .woocommerce nav.woocommerce-pagination ul li a, [data-theme=dark] .woocommerce nav.woocommerce-pagination ul li span, [data-theme=dark] .woocommerce nav.woocommerce-pagination ul li a:focus, [data-theme=dark] .woocommerce nav.woocommerce-pagination ul li a:hover, [data-theme=dark] .woocommerce nav.woocommerce-pagination ul li span.current {
    color: var(--black-color)
}

[data-theme=dark] .tab-content table.shop_attributes tr:nth-child(even) td, [data-theme=dark] .tab-content table.shop_attributes tr:nth-child(even) th {
    background: rgb(0 0 0/50%) !important
}

[data-theme=dark] .woocommerce-ordering select, [data-theme=dark] .select2-results {
    background-color: var(--white-color)
}

[data-theme=dark] .select2-container--default .select2-results__option[aria-selected=true], [data-theme=dark] .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #838383
}

[data-theme=dark] .navbar-light .navbar-brand, [data-theme=dark] .woocommerce #reviews #comments ol.commentlist li .meta {
    color: #fff
}

[data-theme=dark] .pro_content_des .table {
    --bs-table-bg: #fbfbfbf7;
    --bs-table-accent-bg: #e1dbdb;
    --bs-table-striped-color: #424345;
    --bs-table-striped-bg: #95;
    --bs-table-active-color: #212529;
    --bs-table-active-bg: var(--main-color);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: var(--main-color);
    border-color: var(--main-color)
}

[data-theme=dark] ::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.5)
}

[data-theme=dark] .avina-input-comment-form input#comment-form-advantages, [data-theme=dark] .avina-input-comment-form input#comment-form-disadvantage {
    background-color: #f4f4f4
}
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Pro");
    font-weight: var(--fa-style,900)
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin,2.5em);
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: calc(var(--fa-li-width,2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width,2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius,.1em);
    border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
    padding: var(--fa-border-padding,.2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin,.3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin,.3em)
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-beat-fade, .fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s)
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-shake, .fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal)
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration,2s);
    animation-duration: var(--fa-animation-duration,2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse, .fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
    animation-timing-function: var(--fa-animation-timing,steps(8))
}

@media (prefers-reduced-motion:reduce) {
    .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes fa-beat {
    0%,90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale,1.25));
        transform: scale(var(--fa-beat-scale,1.25))
    }
}

@keyframes fa-beat {
    0%,90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale,1.25));
        transform: scale(var(--fa-beat-scale,1.25))
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,.4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,.4)
    }
}

@-webkit-keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
        transform: scale(var(--fa-beat-fade-scale,1.125))
    }
}

@keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
        transform: scale(var(--fa-beat-fade-scale,1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle,none));
    transform: rotate(var(--fa-rotate-angle,none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index,auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse,#fff)
}

.fa-0:before {
    content: "\30"
}

.fa-1:before {
    content: "\31"
}

.fa-2:before {
    content: "\32"
}

.fa-3:before {
    content: "\33"
}

.fa-4:before {
    content: "\34"
}

.fa-5:before {
    content: "\35"
}

.fa-6:before {
    content: "\36"
}

.fa-7:before {
    content: "\37"
}

.fa-8:before {
    content: "\38"
}

.fa-9:before {
    content: "\39"
}

.fa-00:before {
    content: "\e467"
}

.fa-360-degrees:before {
    content: "\e2dc"
}

.fa-a:before {
    content: "\41"
}

.fa-abacus:before {
    content: "\f640"
}

.fa-accent-grave:before {
    content: "\60"
}

.fa-acorn:before {
    content: "\f6ae"
}

.fa-address-book:before, .fa-contact-book:before {
    content: "\f2b9"
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-air-conditioner:before {
    content: "\f8f4"
}

.fa-airplay:before {
    content: "\e089"
}

.fa-alarm-clock:before {
    content: "\f34e"
}

.fa-alarm-exclamation:before {
    content: "\f843"
}

.fa-alarm-plus:before {
    content: "\f844"
}

.fa-alarm-snooze:before {
    content: "\f845"
}

.fa-album:before {
    content: "\f89f"
}

.fa-album-circle-plus:before {
    content: "\e48c"
}

.fa-album-circle-user:before {
    content: "\e48d"
}

.fa-album-collection:before {
    content: "\f8a0"
}

.fa-album-collection-circle-plus:before {
    content: "\e48e"
}

.fa-album-collection-circle-user:before {
    content: "\e48f"
}

.fa-alicorn:before {
    content: "\f6b0"
}

.fa-alien:before {
    content: "\f8f5"
}

.fa-alien-8bit:before, .fa-alien-monster:before {
    content: "\f8f6"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-slash:before {
    content: "\f846"
}

.fa-alt:before {
    content: "\e08a"
}

.fa-amp-guitar:before {
    content: "\f8a1"
}

.fa-ampersand:before {
    content: "\26"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-anchor-circle-check:before {
    content: "\e4aa"
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab"
}

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-angel:before {
    content: "\f779"
}

.fa-angle:before {
    content: "\e08c"
}

.fa-angle-90:before {
    content: "\e08d"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-double-down:before, .fa-angles-down:before {
    content: "\f103"
}

.fa-angle-double-left:before, .fa-angles-left:before {
    content: "\f100"
}

.fa-angle-double-right:before, .fa-angles-right:before {
    content: "\f101"
}

.fa-angle-double-up:before, .fa-angles-up:before {
    content: "\f102"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-apartment:before {
    content: "\e468"
}

.fa-aperture:before {
    content: "\e2df"
}

.fa-apostrophe:before {
    content: "\27"
}

.fa-apple-core:before {
    content: "\e08f"
}

.fa-apple-alt:before, .fa-apple-whole:before {
    content: "\f5d1"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-arrow-down-arrow-up:before, .fa-sort-alt:before {
    content: "\f883"
}

.fa-arrow-down-big-small:before, .fa-sort-size-down:before {
    content: "\f88c"
}

.fa-arrow-down-from-dotted-line:before {
    content: "\e090"
}

.fa-arrow-down-from-line:before, .fa-arrow-from-top:before {
    content: "\f345"
}

.fa-arrow-down-left:before {
    content: "\e091"
}

.fa-arrow-down-left-and-arrow-up-right-to-center:before {
    content: "\e092"
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
    content: "\f175"
}

.fa-arrow-down-right:before {
    content: "\e093"
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-arrow-down-small-big:before, .fa-sort-size-down-alt:before {
    content: "\f88d"
}

.fa-arrow-down-square-triangle:before, .fa-sort-shapes-down-alt:before {
    content: "\f889"
}

.fa-arrow-down-to-arc:before {
    content: "\e4ae"
}

.fa-arrow-down-to-bracket:before {
    content: "\e094"
}

.fa-arrow-down-to-dotted-line:before {
    content: "\e095"
}

.fa-arrow-down-to-line:before, .fa-arrow-to-bottom:before {
    content: "\f33d"
}

.fa-arrow-down-to-square:before {
    content: "\e096"
}

.fa-arrow-down-triangle-square:before, .fa-sort-shapes-down:before {
    content: "\f888"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
    content: "\f160"
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-from-right:before, .fa-arrow-left-from-line:before {
    content: "\f344"
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
    content: "\f177"
}

.fa-arrow-left-long-to-line:before {
    content: "\e3d4"
}

.fa-arrow-left-to-line:before, .fa-arrow-to-left:before {
    content: "\f33e"
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
    content: "\f245"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
    content: "\f0ec"
}

.fa-arrow-right-from-arc:before {
    content: "\e4b1"
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
    content: "\f08b"
}

.fa-arrow-from-left:before, .fa-arrow-right-from-line:before {
    content: "\f343"
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
    content: "\f178"
}

.fa-arrow-right-long-to-line:before {
    content: "\e3d5"
}

.fa-arrow-right-to-arc:before {
    content: "\e4b2"
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
    content: "\f090"
}

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-arrow-right-to-line:before, .fa-arrow-to-right:before {
    content: "\f340"
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
    content: "\f01e"
}

.fa-arrow-trend-down:before {
    content: "\e097"
}

.fa-arrow-trend-up:before {
    content: "\e098"
}

.fa-arrow-turn-down:before, .fa-level-down:before {
    content: "\f149"
}

.fa-arrow-turn-down-left:before {
    content: "\e2e1"
}

.fa-arrow-turn-down-right:before {
    content: "\e3d6"
}

.fa-arrow-turn-up:before, .fa-level-up:before {
    content: "\f148"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-arrow-up-arrow-down:before, .fa-sort-up-down:before {
    content: "\e099"
}

.fa-arrow-up-big-small:before, .fa-sort-size-up:before {
    content: "\f88e"
}

.fa-arrow-up-from-arc:before {
    content: "\e4b4"
}

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

.fa-arrow-up-from-dotted-line:before {
    content: "\e09b"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-arrow-from-bottom:before, .fa-arrow-up-from-line:before {
    content: "\f342"
}

.fa-arrow-up-from-square:before {
    content: "\e09c"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-arrow-up-left:before {
    content: "\e09d"
}

.fa-arrow-up-left-from-circle:before {
    content: "\e09e"
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
    content: "\f176"
}

.fa-arrow-up-right:before {
    content: "\e09f"
}

.fa-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\e0a0"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
    content: "\f08e"
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-arrow-up-small-big:before, .fa-sort-size-up-alt:before {
    content: "\f88f"
}

.fa-arrow-up-square-triangle:before, .fa-sort-shapes-up-alt:before {
    content: "\f88b"
}

.fa-arrow-up-to-dotted-line:before {
    content: "\e0a1"
}

.fa-arrow-to-top:before, .fa-arrow-up-to-line:before {
    content: "\f341"
}

.fa-arrow-up-triangle-square:before, .fa-sort-shapes-up:before {
    content: "\f88a"
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
    content: "\f161"
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-arrows-cross:before {
    content: "\e0a2"
}

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-arrows-from-dotted-line:before {
    content: "\e0a3"
}

.fa-arrows-from-line:before {
    content: "\e0a4"
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
    content: "\f07e"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-arrows-maximize:before, .fa-expand-arrows:before {
    content: "\f31d"
}

.fa-arrows-minimize:before, .fa-compress-arrows:before {
    content: "\e0a5"
}

.fa-arrows-repeat:before, .fa-repeat-alt:before {
    content: "\f364"
}

.fa-arrows-repeat-1:before, .fa-repeat-1-alt:before {
    content: "\f366"
}

.fa-arrows-retweet:before, .fa-retweet-alt:before {
    content: "\f361"
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
    content: "\f021"
}

.fa-arrows-spin:before {
    content: "\e4bb"
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-arrows-to-dotted-line:before {
    content: "\e0a6"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-arrows-to-line:before {
    content: "\e0a7"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
    content: "\f047"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

.fa-asterisk:before {
    content: "\2a"
}

.fa-at:before {
    content: "\40"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-atom-alt:before, .fa-atom-simple:before {
    content: "\f5d3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-audio-description-slash:before {
    content: "\e0a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-avocado:before {
    content: "\e0aa"
}

.fa-award:before {
    content: "\f559"
}

.fa-award-simple:before {
    content: "\e0ab"
}

.fa-axe:before {
    content: "\f6b2"
}

.fa-axe-battle:before {
    content: "\f6b3"
}

.fa-b:before {
    content: "\42"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
    content: "\f77d"
}

.fa-backpack:before {
    content: "\f5d4"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-backward-fast:before, .fa-fast-backward:before {
    content: "\f049"
}

.fa-backward-step:before, .fa-step-backward:before {
    content: "\f048"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-badge:before {
    content: "\f335"
}

.fa-badge-check:before {
    content: "\f336"
}

.fa-badge-dollar:before {
    content: "\f645"
}

.fa-badge-percent:before {
    content: "\f646"
}

.fa-badge-sheriff:before {
    content: "\f8a2"
}

.fa-badger-honey:before {
    content: "\f6b4"
}

.fa-badminton:before {
    content: "\e33a"
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
    content: "\f290"
}

.fa-bagel:before {
    content: "\e3d7"
}

.fa-bags-shopping:before {
    content: "\f847"
}

.fa-baguette:before {
    content: "\e3d8"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-ball-pile:before {
    content: "\f77e"
}

.fa-balloon:before {
    content: "\e2e3"
}

.fa-balloons:before {
    content: "\e2e4"
}

.fa-ballot:before {
    content: "\f732"
}

.fa-ballot-check:before {
    content: "\f733"
}

.fa-ban:before, .fa-cancel:before {
    content: "\f05e"
}

.fa-ban-bug:before, .fa-debug:before {
    content: "\f7f9"
}

.fa-ban-parking:before, .fa-parking-circle-slash:before {
    content: "\f616"
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
    content: "\f54d"
}

.fa-banana:before {
    content: "\e2e5"
}

.fa-band-aid:before, .fa-bandage:before {
    content: "\f462"
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6"
}

.fa-banjo:before {
    content: "\f8a3"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-barcode-read:before {
    content: "\f464"
}

.fa-barcode-scan:before {
    content: "\f465"
}

.fa-bars:before, .fa-navicon:before {
    content: "\f0c9"
}

.fa-bars-filter:before {
    content: "\e0ad"
}

.fa-bars-progress:before, .fa-tasks-alt:before {
    content: "\f828"
}

.fa-bars-sort:before {
    content: "\e0ae"
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
    content: "\f550"
}

.fa-baseball-ball:before, .fa-baseball:before {
    content: "\f433"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
    content: "\f291"
}

.fa-basket-shopping-simple:before, .fa-shopping-basket-alt:before {
    content: "\e0af"
}

.fa-basketball-ball:before, .fa-basketball:before {
    content: "\f434"
}

.fa-basketball-hoop:before {
    content: "\f435"
}

.fa-bat:before {
    content: "\f6b5"
}

.fa-bath:before, .fa-bathtub:before {
    content: "\f2cd"
}

.fa-battery-bolt:before {
    content: "\f376"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-exclamation:before {
    content: "\e0b0"
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-low:before {
    content: "\e0b1"
}

.fa-battery-2:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-slash:before {
    content: "\f377"
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-bed-bunk:before {
    content: "\f8f8"
}

.fa-bed-empty:before {
    content: "\f8f9"
}

.fa-bed-alt:before, .fa-bed-front:before {
    content: "\f8f7"
}

.fa-bed-pulse:before, .fa-procedures:before {
    content: "\f487"
}

.fa-bee:before {
    content: "\e0b2"
}

.fa-beer-foam:before, .fa-beer-mug:before {
    content: "\e0b3"
}

.fa-beer-mug-empty:before, .fa-beer:before {
    content: "\f0fc"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
    content: "\f562"
}

.fa-bell-exclamation:before {
    content: "\f848"
}

.fa-bell-on:before {
    content: "\f8fa"
}

.fa-bell-plus:before {
    content: "\f849"
}

.fa-bell-school:before {
    content: "\f5d5"
}

.fa-bell-school-slash:before {
    content: "\f5d6"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bells:before {
    content: "\f77f"
}

.fa-bench-tree:before {
    content: "\e2e7"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-binary:before {
    content: "\e33b"
}

.fa-binary-circle-check:before {
    content: "\e33c"
}

.fa-binary-lock:before {
    content: "\e33d"
}

.fa-binary-slash:before {
    content: "\e33e"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-bird:before {
    content: "\e469"
}

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-blanket:before {
    content: "\f498"
}

.fa-blanket-fire:before {
    content: "\e3da"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blinds:before {
    content: "\f8fb"
}

.fa-blinds-open:before {
    content: "\f8fc"
}

.fa-blinds-raised:before {
    content: "\f8fd"
}

.fa-block:before {
    content: "\e46a"
}

.fa-block-brick:before, .fa-wall-brick:before {
    content: "\e3db"
}

.fa-block-brick-fire:before, .fa-firewall:before {
    content: "\e3dc"
}

.fa-block-question:before {
    content: "\e3dd"
}

.fa-block-quote:before {
    content: "\e0b5"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blueberries:before {
    content: "\e2e8"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before, .fa-zap:before {
    content: "\f0e7"
}

.fa-bolt-auto:before {
    content: "\e0b6"
}

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-bolt-slash:before {
    content: "\e0b8"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bone-break:before {
    content: "\f5d8"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-arrow-right:before {
    content: "\e0b9"
}

.fa-book-arrow-up:before {
    content: "\e0ba"
}

.fa-atlas:before, .fa-book-atlas:before {
    content: "\f558"
}

.fa-bible:before, .fa-book-bible:before {
    content: "\f647"
}

.fa-book-alt:before, .fa-book-blank:before {
    content: "\f5d9"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

.fa-book-circle-arrow-right:before {
    content: "\e0bc"
}

.fa-book-circle-arrow-up:before {
    content: "\e0bd"
}

.fa-book-copy:before {
    content: "\e0be"
}

.fa-book-font:before {
    content: "\e0bf"
}

.fa-book-heart:before {
    content: "\f499"
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
    content: "\f66a"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-open-alt:before, .fa-book-open-cover:before {
    content: "\e0c0"
}

.fa-book-open-reader:before, .fa-book-reader:before {
    content: "\f5da"
}

.fa-book-quran:before, .fa-quran:before {
    content: "\f687"
}

.fa-book-law:before, .fa-book-section:before {
    content: "\e0c1"
}

.fa-book-dead:before, .fa-book-skull:before {
    content: "\f6b7"
}

.fa-book-sparkles:before, .fa-book-spells:before {
    content: "\f6b8"
}

.fa-book-tanakh:before, .fa-tanakh:before {
    content: "\f827"
}

.fa-book-user:before {
    content: "\f7e7"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bookmark-slash:before {
    content: "\e0c2"
}

.fa-books:before {
    content: "\f5db"
}

.fa-books-medical:before {
    content: "\f7e8"
}

.fa-boombox:before {
    content: "\f8a5"
}

.fa-boot:before {
    content: "\f782"
}

.fa-boot-heeled:before {
    content: "\e33f"
}

.fa-booth-curtain:before {
    content: "\f734"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-bottom:before {
    content: "\f84d"
}

.fa-border-bottom-right:before, .fa-border-style-alt:before {
    content: "\f854"
}

.fa-border-center-h:before {
    content: "\f89c"
}

.fa-border-center-v:before {
    content: "\f89d"
}

.fa-border-inner:before {
    content: "\f84e"
}

.fa-border-left:before {
    content: "\f84f"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-outer:before {
    content: "\f851"
}

.fa-border-right:before {
    content: "\f852"
}

.fa-border-top:before {
    content: "\f855"
}

.fa-border-style:before, .fa-border-top-left:before {
    content: "\f853"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-bow-arrow:before {
    content: "\f6b9"
}

.fa-bowl-chopsticks:before {
    content: "\e2e9"
}

.fa-bowl-chopsticks-noodles:before {
    content: "\e2ea"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-bowl-hot:before, .fa-soup:before {
    content: "\f823"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-bowl-scoop:before, .fa-bowl-shaved-ice:before {
    content: "\e3de"
}

.fa-bowl-scoops:before {
    content: "\e3df"
}

.fa-bowl-soft-serve:before {
    content: "\e46b"
}

.fa-bowl-spoon:before {
    content: "\e3e0"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-bowling-ball-pin:before {
    content: "\e0c3"
}

.fa-bowling-pins:before {
    content: "\f437"
}

.fa-box:before {
    content: "\f466"
}

.fa-archive:before, .fa-box-archive:before {
    content: "\f187"
}

.fa-box-ballot:before {
    content: "\f735"
}

.fa-box-check:before {
    content: "\f467"
}

.fa-box-circle-check:before {
    content: "\e0c4"
}

.fa-box-dollar:before, .fa-box-usd:before {
    content: "\f4a0"
}

.fa-box-heart:before {
    content: "\f49d"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-full:before, .fa-box-open-full:before {
    content: "\f49c"
}

.fa-box-alt:before, .fa-box-taped:before {
    content: "\f49a"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
    content: "\f468"
}

.fa-boxing-glove:before, .fa-glove-boxing:before {
    content: "\f438"
}

.fa-bracket-curly-left:before, .fa-bracket-curly:before {
    content: "\7b"
}

.fa-bracket-curly-right:before {
    content: "\7d"
}

.fa-bracket-round:before, .fa-parenthesis:before {
    content: "\28"
}

.fa-bracket-round-right:before {
    content: "\29"
}

.fa-bracket-left:before, .fa-bracket-square:before, .fa-bracket:before {
    content: "\5b"
}

.fa-bracket-square-right:before {
    content: "\5d"
}

.fa-brackets-curly:before {
    content: "\f7ea"
}

.fa-brackets-round:before, .fa-parentheses:before {
    content: "\e0c5"
}

.fa-brackets-square:before, .fa-brackets:before {
    content: "\f7e9"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-brain-arrow-curved-right:before, .fa-mind-share:before {
    content: "\f677"
}

.fa-brain-circuit:before {
    content: "\e0c6"
}

.fa-brake-warning:before {
    content: "\e0c7"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-bread-loaf:before {
    content: "\f7eb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-bread-slice-butter:before {
    content: "\e3e1"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-bridge-circle-check:before {
    content: "\e4c9"
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-bridge-suspension:before {
    content: "\e4cd"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-arrow-right:before {
    content: "\e2f2"
}

.fa-briefcase-blank:before {
    content: "\e0c8"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-brightness:before {
    content: "\e0c9"
}

.fa-brightness-low:before {
    content: "\e0ca"
}

.fa-bring-forward:before {
    content: "\f856"
}

.fa-bring-front:before {
    content: "\f857"
}

.fa-broccoli:before {
    content: "\e3e2"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
    content: "\f458"
}

.fa-browser:before {
    content: "\f37e"
}

.fa-browsers:before {
    content: "\e0cb"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-bug:before {
    content: "\f188"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-bugs:before {
    content: "\e4d0"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1"
}

.fa-building-circle-check:before {
    content: "\e4d2"
}

.fa-building-circle-exclamation:before {
    content: "\e4d3"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
    content: "\f19c"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-building-user:before {
    content: "\e4da"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-buildings:before {
    content: "\e0cc"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bullseye-arrow:before {
    content: "\f648"
}

.fa-bullseye-pointer:before {
    content: "\f649"
}

.fa-burger:before, .fa-hamburger:before {
    content: "\f805"
}

.fa-burger-cheese:before, .fa-cheeseburger:before {
    content: "\f7f1"
}

.fa-burger-fries:before {
    content: "\e0cd"
}

.fa-burger-glass:before {
    content: "\e0ce"
}

.fa-burger-lettuce:before {
    content: "\e3e3"
}

.fa-burger-soda:before {
    content: "\f858"
}

.fa-burrito:before {
    content: "\f7ed"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-school:before {
    content: "\f5dd"
}

.fa-bus-alt:before, .fa-bus-simple:before {
    content: "\f55e"
}

.fa-briefcase-clock:before, .fa-business-time:before {
    content: "\f64a"
}

.fa-butter:before {
    content: "\e3e4"
}

.fa-c:before {
    content: "\43"
}

.fa-cabin:before {
    content: "\e46d"
}

.fa-cabinet-filing:before {
    content: "\f64b"
}

.fa-cable-car:before {
    content: "\e0cf"
}

.fa-cactus:before {
    content: "\f8a7"
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
    content: "\f1fd"
}

.fa-cake-slice:before, .fa-shortcake:before {
    content: "\e3e5"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calculator-alt:before, .fa-calculator-simple:before {
    content: "\f64c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-arrow-down:before, .fa-calendar-download:before {
    content: "\e0d0"
}

.fa-calendar-arrow-up:before, .fa-calendar-upload:before {
    content: "\e0d1"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-circle-exclamation:before {
    content: "\e46e"
}

.fa-calendar-circle-minus:before {
    content: "\e46f"
}

.fa-calendar-circle-plus:before {
    content: "\e470"
}

.fa-calendar-circle-user:before {
    content: "\e471"
}

.fa-calendar-clock:before, .fa-calendar-time:before {
    content: "\e0d2"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-alt:before, .fa-calendar-days:before {
    content: "\f073"
}

.fa-calendar-exclamation:before {
    content: "\f334"
}

.fa-calendar-heart:before {
    content: "\e0d3"
}

.fa-calendar-image:before {
    content: "\e0d4"
}

.fa-calendar-lines:before, .fa-calendar-note:before {
    content: "\e0d5"
}

.fa-calendar-lines-pen:before {
    content: "\e472"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-edit:before, .fa-calendar-pen:before {
    content: "\f333"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-range:before {
    content: "\e0d6"
}

.fa-calendar-star:before {
    content: "\f736"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
    content: "\f273"
}

.fa-calendars:before {
    content: "\e0d7"
}

.fa-camcorder:before, .fa-video-handheld:before {
    content: "\f8a8"
}

.fa-camera-alt:before, .fa-camera:before {
    content: "\f030"
}

.fa-camera-cctv:before, .fa-cctv:before {
    content: "\f8ac"
}

.fa-camera-movie:before {
    content: "\f8a9"
}

.fa-camera-polaroid:before {
    content: "\f8aa"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-camera-home:before, .fa-camera-security:before {
    content: "\f8fe"
}

.fa-camera-slash:before {
    content: "\e0d9"
}

.fa-camera-viewfinder:before, .fa-screenshot:before {
    content: "\e0da"
}

.fa-camera-web:before, .fa-webcam:before {
    content: "\f832"
}

.fa-camera-web-slash:before, .fa-webcam-slash:before {
    content: "\f833"
}

.fa-campfire:before {
    content: "\f6ba"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-can-food:before {
    content: "\e3e6"
}

.fa-candle-holder:before {
    content: "\f6bc"
}

.fa-candy:before {
    content: "\e3e7"
}

.fa-candy-bar:before, .fa-chocolate-bar:before {
    content: "\e3e8"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-candy-corn:before {
    content: "\f6bd"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-battery-car:before, .fa-car-battery:before {
    content: "\f5df"
}

.fa-car-bolt:before {
    content: "\e341"
}

.fa-car-building:before {
    content: "\f859"
}

.fa-car-bump:before {
    content: "\f5e0"
}

.fa-car-burst:before, .fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-bus:before {
    content: "\f85a"
}

.fa-car-circle-bolt:before {
    content: "\e342"
}

.fa-car-garage:before {
    content: "\f5e2"
}

.fa-car-mirrors:before {
    content: "\e343"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-car-alt:before, .fa-car-rear:before {
    content: "\f5de"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-car-side-bolt:before {
    content: "\e344"
}

.fa-car-tilt:before {
    content: "\f5e5"
}

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-car-wash:before {
    content: "\f5e6"
}

.fa-car-mechanic:before, .fa-car-wrench:before {
    content: "\f5e3"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caravan-alt:before, .fa-caravan-simple:before {
    content: "\e000"
}

.fa-card-club:before {
    content: "\e3e9"
}

.fa-card-diamond:before {
    content: "\e3ea"
}

.fa-card-heart:before {
    content: "\e3eb"
}

.fa-card-spade:before {
    content: "\e3ec"
}

.fa-cards:before {
    content: "\e3ed"
}

.fa-cards-blank:before {
    content: "\e4df"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cars:before {
    content: "\f85b"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-arrow-up:before {
    content: "\e3ee"
}

.fa-cart-circle-arrow-down:before {
    content: "\e3ef"
}

.fa-cart-circle-arrow-up:before {
    content: "\e3f0"
}

.fa-cart-circle-check:before {
    content: "\e3f1"
}

.fa-cart-circle-exclamation:before {
    content: "\e3f2"
}

.fa-cart-circle-plus:before {
    content: "\e3f3"
}

.fa-cart-circle-xmark:before {
    content: "\e3f4"
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-cart-flatbed-boxes:before, .fa-dolly-flatbed-alt:before {
    content: "\f475"
}

.fa-cart-flatbed-empty:before, .fa-dolly-flatbed-empty:before {
    content: "\f476"
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
    content: "\f59d"
}

.fa-cart-minus:before {
    content: "\e0db"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
    content: "\f07a"
}

.fa-cart-shopping-fast:before {
    content: "\e0dc"
}

.fa-cart-xmark:before {
    content: "\e0dd"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-betamax:before, .fa-cassette-betamax:before {
    content: "\f8a4"
}

.fa-cassette-tape:before {
    content: "\f8ab"
}

.fa-cassette-vhs:before, .fa-vhs:before {
    content: "\f8ec"
}

.fa-castle:before {
    content: "\e0de"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cat-space:before {
    content: "\e001"
}

.fa-cauldron:before {
    content: "\f6bf"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chair-office:before {
    content: "\f6c1"
}

.fa-blackboard:before, .fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-champagne-glass:before, .fa-glass-champagne:before {
    content: "\f79e"
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
    content: "\f79f"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-area-chart:before, .fa-chart-area:before {
    content: "\f1fe"
}

.fa-bar-chart:before, .fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-bullet:before {
    content: "\e0e1"
}

.fa-chart-candlestick:before {
    content: "\e0e2"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-chart-line:before, .fa-line-chart:before {
    content: "\f201"
}

.fa-chart-line-down:before {
    content: "\f64d"
}

.fa-chart-line-up:before {
    content: "\e0e5"
}

.fa-analytics:before, .fa-chart-mixed:before {
    content: "\f643"
}

.fa-chart-network:before {
    content: "\f78a"
}

.fa-chart-pie:before, .fa-pie-chart:before {
    content: "\f200"
}

.fa-chart-pie-alt:before, .fa-chart-pie-simple:before {
    content: "\f64e"
}

.fa-chart-pyramid:before {
    content: "\e0e6"
}

.fa-chart-radar:before {
    content: "\e0e7"
}

.fa-chart-scatter:before {
    content: "\f7ee"
}

.fa-chart-scatter-3d:before {
    content: "\e0e8"
}

.fa-chart-scatter-bubble:before {
    content: "\e0e9"
}

.fa-chart-simple:before {
    content: "\e473"
}

.fa-chart-simple-horizontal:before {
    content: "\e474"
}

.fa-chart-tree-map:before {
    content: "\e0ea"
}

.fa-chart-user:before, .fa-user-chart:before {
    content: "\f6a3"
}

.fa-chart-waterfall:before {
    content: "\e0eb"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-to-slot:before, .fa-vote-yea:before {
    content: "\f772"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-cheese-swiss:before {
    content: "\f7f0"
}

.fa-cherries:before {
    content: "\e0ec"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-bishop-alt:before, .fa-chess-bishop-piece:before {
    content: "\f43b"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-clock:before {
    content: "\f43d"
}

.fa-chess-clock-alt:before, .fa-chess-clock-flip:before {
    content: "\f43e"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-king-alt:before, .fa-chess-king-piece:before {
    content: "\f440"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-knight-alt:before, .fa-chess-knight-piece:before {
    content: "\f442"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-pawn-alt:before, .fa-chess-pawn-piece:before {
    content: "\f444"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-queen-alt:before, .fa-chess-queen-piece:before {
    content: "\f446"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chess-rook-alt:before, .fa-chess-rook-piece:before {
    content: "\f448"
}

.fa-chestnut:before {
    content: "\e3f6"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-double-down:before, .fa-chevrons-down:before {
    content: "\f322"
}

.fa-chevron-double-left:before, .fa-chevrons-left:before {
    content: "\f323"
}

.fa-chevron-double-right:before, .fa-chevrons-right:before {
    content: "\f324"
}

.fa-chevron-double-up:before, .fa-chevrons-up:before {
    content: "\f325"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-child-dress:before {
    content: "\e59c"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-child-rifle:before {
    content: "\e4e0"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-chimney:before {
    content: "\f78b"
}

.fa-chopsticks:before {
    content: "\e3f7"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-0:before {
    content: "\e0ed"
}

.fa-circle-1:before {
    content: "\e0ee"
}

.fa-circle-2:before {
    content: "\e0ef"
}

.fa-circle-3:before {
    content: "\e0f0"
}

.fa-circle-4:before {
    content: "\e0f1"
}

.fa-circle-5:before {
    content: "\e0f2"
}

.fa-circle-6:before {
    content: "\e0f3"
}

.fa-circle-7:before {
    content: "\e0f4"
}

.fa-circle-8:before {
    content: "\e0f5"
}

.fa-circle-9:before {
    content: "\e0f6"
}

.fa-circle-a:before {
    content: "\e0f7"
}

.fa-circle-ampersand:before {
    content: "\e0f8"
}

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
    content: "\f0ab"
}

.fa-circle-arrow-down-left:before {
    content: "\e0f9"
}

.fa-circle-arrow-down-right:before {
    content: "\e0fa"
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
    content: "\f0aa"
}

.fa-circle-arrow-up-left:before {
    content: "\e0fb"
}

.fa-circle-arrow-up-right:before {
    content: "\e0fc"
}

.fa-circle-b:before {
    content: "\e0fd"
}

.fa-circle-bolt:before {
    content: "\e0fe"
}

.fa-book-circle:before, .fa-circle-book-open:before {
    content: "\e0ff"
}

.fa-bookmark-circle:before, .fa-circle-bookmark:before {
    content: "\e100"
}

.fa-circle-c:before {
    content: "\e101"
}

.fa-calendar-circle:before, .fa-circle-calendar:before {
    content: "\e102"
}

.fa-camera-circle:before, .fa-circle-camera:before {
    content: "\e103"
}

.fa-caret-circle-down:before, .fa-circle-caret-down:before {
    content: "\f32d"
}

.fa-caret-circle-left:before, .fa-circle-caret-left:before {
    content: "\f32e"
}

.fa-caret-circle-right:before, .fa-circle-caret-right:before {
    content: "\f330"
}

.fa-caret-circle-up:before, .fa-circle-caret-up:before {
    content: "\f331"
}

.fa-check-circle:before, .fa-circle-check:before {
    content: "\f058"
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
    content: "\f139"
}

.fa-circle-d:before {
    content: "\e104"
}

.fa-circle-dashed:before {
    content: "\e105"
}

.fa-circle-divide:before {
    content: "\e106"
}

.fa-circle-dollar:before, .fa-dollar-circle:before, .fa-usd-circle:before {
    content: "\f2e8"
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
    content: "\f4b9"
}

.fa-circle-dot:before, .fa-dot-circle:before {
    content: "\f192"
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
    content: "\f358"
}

.fa-circle-down-left:before {
    content: "\e107"
}

.fa-circle-down-right:before {
    content: "\e108"
}

.fa-circle-e:before {
    content: "\e109"
}

.fa-circle-ellipsis:before {
    content: "\e10a"
}

.fa-circle-ellipsis-vertical:before {
    content: "\e10b"
}

.fa-circle-envelope:before, .fa-envelope-circle:before {
    content: "\e10c"
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-circle-exclamation-check:before {
    content: "\e10d"
}

.fa-circle-f:before {
    content: "\e10e"
}

.fa-circle-g:before {
    content: "\e10f"
}

.fa-circle-h:before, .fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-circle-half:before {
    content: "\e110"
}

.fa-adjust:before, .fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-circle-heart:before, .fa-heart-circle:before {
    content: "\f4c7"
}

.fa-circle-i:before {
    content: "\e111"
}

.fa-circle-info:before, .fa-info-circle:before {
    content: "\f05a"
}

.fa-circle-j:before {
    content: "\e112"
}

.fa-circle-k:before {
    content: "\e113"
}

.fa-circle-l:before {
    content: "\e114"
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
    content: "\f359"
}

.fa-circle-location-arrow:before, .fa-location-circle:before {
    content: "\f602"
}

.fa-circle-m:before {
    content: "\e115"
}

.fa-circle-microphone:before, .fa-microphone-circle:before {
    content: "\e116"
}

.fa-circle-microphone-lines:before, .fa-microphone-circle-alt:before {
    content: "\e117"
}

.fa-circle-minus:before, .fa-minus-circle:before {
    content: "\f056"
}

.fa-circle-n:before {
    content: "\e118"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-circle-o:before {
    content: "\e119"
}

.fa-circle-p:before {
    content: "\e11a"
}

.fa-circle-parking:before, .fa-parking-circle:before {
    content: "\f615"
}

.fa-circle-pause:before, .fa-pause-circle:before {
    content: "\f28b"
}

.fa-circle-phone:before, .fa-phone-circle:before {
    content: "\e11b"
}

.fa-circle-phone-flip:before, .fa-phone-circle-alt:before {
    content: "\e11c"
}

.fa-circle-phone-hangup:before, .fa-phone-circle-down:before {
    content: "\e11d"
}

.fa-circle-play:before, .fa-play-circle:before {
    content: "\f144"
}

.fa-circle-plus:before, .fa-plus-circle:before {
    content: "\f055"
}

.fa-circle-q:before {
    content: "\e11e"
}

.fa-circle-quarter:before {
    content: "\e11f"
}

.fa-circle-quarters:before {
    content: "\e3f8"
}

.fa-circle-question:before, .fa-question-circle:before {
    content: "\f059"
}

.fa-circle-r:before {
    content: "\e120"
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
    content: "\f35a"
}

.fa-circle-s:before {
    content: "\e121"
}

.fa-circle-small:before {
    content: "\e122"
}

.fa-circle-sort:before, .fa-sort-circle:before {
    content: "\e030"
}

.fa-circle-sort-down:before, .fa-sort-circle-down:before {
    content: "\e031"
}

.fa-circle-sort-up:before, .fa-sort-circle-up:before {
    content: "\e032"
}

.fa-circle-star:before, .fa-star-circle:before {
    content: "\e123"
}

.fa-circle-stop:before, .fa-stop-circle:before {
    content: "\f28d"
}

.fa-circle-t:before {
    content: "\e124"
}

.fa-circle-three-quarters:before {
    content: "\e125"
}

.fa-circle-trash:before, .fa-trash-circle:before {
    content: "\e126"
}

.fa-circle-u:before {
    content: "\e127"
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
    content: "\f35b"
}

.fa-circle-up-left:before {
    content: "\e128"
}

.fa-circle-up-right:before {
    content: "\e129"
}

.fa-circle-user:before, .fa-user-circle:before {
    content: "\f2bd"
}

.fa-circle-v:before {
    content: "\e12a"
}

.fa-circle-video:before, .fa-video-circle:before {
    content: "\e12b"
}

.fa-circle-w:before {
    content: "\e12c"
}

.fa-circle-waveform-lines:before, .fa-waveform-circle:before {
    content: "\e12d"
}

.fa-circle-x:before {
    content: "\e12e"
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
    content: "\f057"
}

.fa-circle-y:before {
    content: "\e12f"
}

.fa-circle-z:before {
    content: "\e130"
}

.fa-citrus:before {
    content: "\e2f4"
}

.fa-citrus-slice:before {
    content: "\e2f5"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-clapperboard-play:before {
    content: "\e132"
}

.fa-clarinet:before {
    content: "\f8ad"
}

.fa-claw-marks:before {
    content: "\f6c2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clipboard-list-check:before {
    content: "\f737"
}

.fa-clipboard-medical:before {
    content: "\e133"
}

.fa-clipboard-prescription:before {
    content: "\f5e8"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-clock-four:before, .fa-clock:before {
    content: "\f017"
}

.fa-clock-desk:before {
    content: "\e134"
}

.fa-clock-eight:before {
    content: "\e345"
}

.fa-clock-eight-thirty:before {
    content: "\e346"
}

.fa-clock-eleven:before {
    content: "\e347"
}

.fa-clock-eleven-thirty:before {
    content: "\e348"
}

.fa-clock-five:before {
    content: "\e349"
}

.fa-clock-five-thirty:before {
    content: "\e34a"
}

.fa-clock-four-thirty:before {
    content: "\e34b"
}

.fa-clock-nine:before {
    content: "\e34c"
}

.fa-clock-nine-thirty:before {
    content: "\e34d"
}

.fa-clock-one:before {
    content: "\e34e"
}

.fa-clock-one-thirty:before {
    content: "\e34f"
}

.fa-clock-rotate-left:before, .fa-history:before {
    content: "\f1da"
}

.fa-clock-seven:before {
    content: "\e350"
}

.fa-clock-seven-thirty:before {
    content: "\e351"
}

.fa-clock-six:before {
    content: "\e352"
}

.fa-clock-six-thirty:before {
    content: "\e353"
}

.fa-clock-ten:before {
    content: "\e354"
}

.fa-clock-ten-thirty:before {
    content: "\e355"
}

.fa-clock-three:before {
    content: "\e356"
}

.fa-clock-three-thirty:before {
    content: "\e357"
}

.fa-clock-twelve:before {
    content: "\e358"
}

.fa-clock-twelve-thirty:before {
    content: "\e359"
}

.fa-clock-two:before {
    content: "\e35a"
}

.fa-clock-two-thirty:before {
    content: "\e35b"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-closed-captioning-slash:before {
    content: "\e135"
}

.fa-clothes-hanger:before {
    content: "\e136"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
    content: "\f76c"
}

.fa-cloud-bolt-moon:before, .fa-thunderstorm-moon:before {
    content: "\f76d"
}

.fa-cloud-bolt-sun:before, .fa-thunderstorm-sun:before {
    content: "\f76e"
}

.fa-cloud-check:before {
    content: "\e35c"
}

.fa-cloud-drizzle:before {
    content: "\f738"
}

.fa-cloud-exclamation:before {
    content: "\e491"
}

.fa-cloud-fog:before, .fa-fog:before {
    content: "\f74e"
}

.fa-cloud-hail:before {
    content: "\f739"
}

.fa-cloud-hail-mixed:before {
    content: "\f73a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-minus:before {
    content: "\e35d"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-music:before {
    content: "\f8ae"
}

.fa-cloud-plus:before {
    content: "\e35e"
}

.fa-cloud-question:before {
    content: "\e492"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-rainbow:before {
    content: "\f73e"
}

.fa-cloud-showers:before {
    content: "\f73f"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

.fa-cloud-slash:before {
    content: "\e137"
}

.fa-cloud-sleet:before {
    content: "\f741"
}

.fa-cloud-snow:before {
    content: "\f742"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-word:before {
    content: "\e138"
}

.fa-cloud-xmark:before {
    content: "\e35f"
}

.fa-clouds:before {
    content: "\f744"
}

.fa-clouds-moon:before {
    content: "\f745"
}

.fa-clouds-sun:before {
    content: "\f746"
}

.fa-clover:before {
    content: "\e139"
}

.fa-club:before {
    content: "\f327"
}

.fa-coconut:before {
    content: "\e2f6"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-code-compare:before {
    content: "\e13a"
}

.fa-code-fork:before {
    content: "\e13b"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-code-pull-request-closed:before {
    content: "\e3f9"
}

.fa-code-pull-request-draft:before {
    content: "\e3fa"
}

.fa-code-simple:before {
    content: "\e13d"
}

.fa-coffee-bean:before {
    content: "\e13e"
}

.fa-coffee-beans:before {
    content: "\e13f"
}

.fa-coffee-pot:before {
    content: "\e002"
}

.fa-coffin:before {
    content: "\f6c6"
}

.fa-coffin-cross:before {
    content: "\e051"
}

.fa-coin:before {
    content: "\f85c"
}

.fa-coin-blank:before {
    content: "\e3fb"
}

.fa-coin-front:before {
    content: "\e3fc"
}

.fa-coin-vertical:before {
    content: "\e3fd"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-colon:before {
    content: "\3a"
}

.fa-colon-sign:before {
    content: "\e140"
}

.fa-columns-3:before {
    content: "\e361"
}

.fa-comet:before {
    content: "\e003"
}

.fa-comma:before {
    content: "\2c"
}

.fa-command:before {
    content: "\e142"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-arrow-down:before {
    content: "\e143"
}

.fa-comment-arrow-up:before {
    content: "\e144"
}

.fa-comment-arrow-up-right:before {
    content: "\e145"
}

.fa-comment-captions:before {
    content: "\e146"
}

.fa-comment-check:before {
    content: "\f4ac"
}

.fa-comment-code:before {
    content: "\e147"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before, .fa-commenting:before {
    content: "\f4ad"
}

.fa-comment-exclamation:before {
    content: "\f4af"
}

.fa-comment-image:before {
    content: "\e148"
}

.fa-comment-lines:before {
    content: "\f4b0"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-middle:before {
    content: "\e149"
}

.fa-comment-middle-top:before {
    content: "\e14a"
}

.fa-comment-minus:before {
    content: "\f4b1"
}

.fa-comment-music:before {
    content: "\f8b0"
}

.fa-comment-edit:before, .fa-comment-pen:before {
    content: "\f4ae"
}

.fa-comment-plus:before {
    content: "\f4b2"
}

.fa-comment-question:before {
    content: "\e14b"
}

.fa-comment-quote:before {
    content: "\e14c"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comment-smile:before {
    content: "\f4b4"
}

.fa-comment-sms:before, .fa-sms:before {
    content: "\f7cd"
}

.fa-comment-text:before {
    content: "\e14d"
}

.fa-comment-times:before, .fa-comment-xmark:before {
    content: "\f4b5"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-comments-question:before {
    content: "\e14e"
}

.fa-comments-question-check:before {
    content: "\e14f"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
    content: "\f568"
}

.fa-compass-slash:before {
    content: "\f5e9"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-wide:before {
    content: "\f326"
}

.fa-computer:before {
    content: "\e4e5"
}

.fa-computer-classic:before {
    content: "\f8b1"
}

.fa-computer-mouse:before, .fa-mouse:before {
    content: "\f8cc"
}

.fa-computer-mouse-scrollwheel:before, .fa-mouse-alt:before {
    content: "\f8cd"
}

.fa-computer-speaker:before {
    content: "\f8b2"
}

.fa-container-storage:before {
    content: "\f4b7"
}

.fa-conveyor-belt:before {
    content: "\f46e"
}

.fa-conveyor-belt-alt:before, .fa-conveyor-belt-boxes:before {
    content: "\f46f"
}

.fa-conveyor-belt-empty:before {
    content: "\e150"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-corn:before {
    content: "\f6c7"
}

.fa-corner:before {
    content: "\e3fe"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-cowbell:before {
    content: "\f8b3"
}

.fa-cowbell-circle-plus:before, .fa-cowbell-more:before {
    content: "\f8b4"
}

.fa-crab:before {
    content: "\e3ff"
}

.fa-crate-apple:before {
    content: "\f6b1"
}

.fa-apple-crate:before {
    content: "\f6b1"
}

.fa-crate-empty:before {
    content: "\e151"
}

.fa-credit-card-alt:before, .fa-credit-card:before {
    content: "\f09d"
}

.fa-credit-card-blank:before {
    content: "\f389"
}

.fa-credit-card-front:before {
    content: "\f38a"
}

.fa-cricket-bat-ball:before, .fa-cricket:before {
    content: "\f449"
}

.fa-croissant:before {
    content: "\f7f6"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before, .fa-crop-simple:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-crutches:before {
    content: "\f7f8"
}

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-crystal-ball:before {
    content: "\e362"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

.fa-cucumber:before {
    content: "\e401"
}

.fa-cup-straw:before {
    content: "\e363"
}

.fa-cup-straw-swoosh:before {
    content: "\e364"
}

.fa-coffee-togo:before, .fa-cup-togo:before {
    content: "\f6c5"
}

.fa-cupcake:before {
    content: "\e402"
}

.fa-curling-stone:before, .fa-curling:before {
    content: "\f44a"
}

.fa-custard:before {
    content: "\e403"
}

.fa-d:before {
    content: "\44"
}

.fa-dagger:before {
    content: "\f6cb"
}

.fa-dash:before, .fa-minus-large:before {
    content: "\e404"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deer:before {
    content: "\f78e"
}

.fa-deer-rudolph:before {
    content: "\f78f"
}

.fa-backspace:before, .fa-delete-left:before {
    content: "\f55a"
}

.fa-delete-right:before {
    content: "\e154"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-desktop-alt:before, .fa-desktop:before {
    content: "\f390"
}

.fa-desktop-arrow-down:before {
    content: "\e155"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagram-cells:before {
    content: "\e475"
}

.fa-diagram-lean-canvas:before {
    content: "\e156"
}

.fa-diagram-nested:before {
    content: "\e157"
}

.fa-diagram-next:before {
    content: "\e476"
}

.fa-diagram-predecessor:before {
    content: "\e477"
}

.fa-diagram-previous:before {
    content: "\e478"
}

.fa-diagram-project:before, .fa-project-diagram:before {
    content: "\f542"
}

.fa-diagram-sankey:before {
    content: "\e158"
}

.fa-diagram-subtask:before {
    content: "\e479"
}

.fa-diagram-successor:before {
    content: "\e47a"
}

.fa-diagram-venn:before {
    content: "\e15a"
}

.fa-dial-med-high:before, .fa-dial:before {
    content: "\e15b"
}

.fa-dial-high:before {
    content: "\e15c"
}

.fa-dial-low:before {
    content: "\e15d"
}

.fa-dial-max:before {
    content: "\e15e"
}

.fa-dial-med:before {
    content: "\e15f"
}

.fa-dial-med-low:before {
    content: "\e160"
}

.fa-dial-min:before {
    content: "\e161"
}

.fa-dial-off:before {
    content: "\e162"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-diamond-exclamation:before {
    content: "\e405"
}

.fa-diamond-turn-right:before, .fa-directions:before {
    content: "\f5eb"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d10:before {
    content: "\f6cd"
}

.fa-dice-d12:before {
    content: "\f6ce"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d4:before {
    content: "\f6d0"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-d8:before {
    content: "\f6d2"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-diploma:before, .fa-scroll-ribbon:before {
    content: "\f5ea"
}

.fa-disc-drive:before {
    content: "\f8b5"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-display:before {
    content: "\e163"
}

.fa-display-arrow-down:before {
    content: "\e164"
}

.fa-desktop-code:before, .fa-display-code:before {
    content: "\e165"
}

.fa-desktop-medical:before, .fa-display-medical:before {
    content: "\e166"
}

.fa-desktop-slash:before, .fa-display-slash:before {
    content: "\e2fa"
}

.fa-distribute-spacing-horizontal:before {
    content: "\e365"
}

.fa-distribute-spacing-vertical:before {
    content: "\e366"
}

.fa-ditto:before {
    content: "\22"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dna:before {
    content: "\f471"
}

.fa-do-not-enter:before {
    content: "\f5ec"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dog-leashed:before {
    content: "\f6d4"
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
    content: "\24"
}

.fa-dolly-box:before, .fa-dolly:before {
    content: "\f472"
}

.fa-dolly-empty:before {
    content: "\f473"
}

.fa-dolphin:before {
    content: "\e168"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-donut:before, .fa-doughnut:before {
    content: "\e406"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-arrow-alt-down:before, .fa-down:before {
    content: "\f354"
}

.fa-down-from-dotted-line:before {
    content: "\e407"
}

.fa-arrow-alt-from-top:before, .fa-down-from-line:before {
    content: "\f349"
}

.fa-down-left:before {
    content: "\e16a"
}

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-down-right:before {
    content: "\e16b"
}

.fa-down-to-bracket:before {
    content: "\e4e7"
}

.fa-down-to-dotted-line:before {
    content: "\e408"
}

.fa-arrow-alt-to-bottom:before, .fa-down-to-line:before {
    content: "\f34a"
}

.fa-download:before {
    content: "\f019"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-circle:before {
    content: "\f5ed"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-draw-square:before {
    content: "\f5ef"
}

.fa-dreidel:before {
    content: "\f792"
}

.fa-drone:before {
    content: "\f85f"
}

.fa-drone-alt:before, .fa-drone-front:before {
    content: "\f860"
}

.fa-droplet:before, .fa-tint:before {
    content: "\f043"
}

.fa-dewpoint:before, .fa-droplet-degree:before {
    content: "\f748"
}

.fa-droplet-percent:before, .fa-humidity:before {
    content: "\f750"
}

.fa-droplet-slash:before, .fa-tint-slash:before {
    content: "\f5c7"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick:before {
    content: "\f6d6"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-dryer:before {
    content: "\f861"
}

.fa-dryer-alt:before, .fa-dryer-heat:before {
    content: "\f862"
}

.fa-duck:before {
    content: "\f6d8"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-e:before {
    content: "\45"
}

.fa-ear:before {
    content: "\f5f0"
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
    content: "\f2a2"
}

.fa-ear-muffs:before {
    content: "\f795"
}

.fa-earth-africa:before, .fa-globe-africa:before {
    content: "\f57c"
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
    content: "\f57d"
}

.fa-earth-asia:before, .fa-globe-asia:before {
    content: "\f57e"
}

.fa-earth-europe:before, .fa-globe-europe:before {
    content: "\f7a2"
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
    content: "\e47b"
}

.fa-eclipse:before {
    content: "\f749"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-egg-fried:before {
    content: "\f7fc"
}

.fa-eggplant:before {
    content: "\e16c"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elephant:before {
    content: "\f6da"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
    content: "\f141"
}

.fa-ellipsis-h-alt:before, .fa-ellipsis-stroke:before {
    content: "\f39b"
}

.fa-ellipsis-stroke-vertical:before, .fa-ellipsis-v-alt:before {
    content: "\f39c"
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
    content: "\f142"
}

.fa-empty-set:before {
    content: "\f656"
}

.fa-engine:before {
    content: "\e16e"
}

.fa-engine-exclamation:before, .fa-engine-warning:before {
    content: "\f5f2"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-circle-check:before {
    content: "\e4e8"
}

.fa-envelope-badge:before, .fa-envelope-dot:before {
    content: "\e16f"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-dollar:before {
    content: "\f657"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelopes:before {
    content: "\e170"
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
    content: "\f674"
}

.fa-equals:before {
    content: "\3d"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-escalator:before {
    content: "\e171"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
    content: "\f153"
}

.fa-exclamation:before {
    content: "\21"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-wide:before {
    content: "\f320"
}

.fa-explosion:before {
    content: "\e4e9"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
    content: "\f1fb"
}

.fa-eye-dropper-full:before {
    content: "\e172"
}

.fa-eye-dropper-half:before {
    content: "\e173"
}

.fa-eye-evil:before {
    content: "\f6db"
}

.fa-eye-low-vision:before, .fa-low-vision:before {
    content: "\f2a8"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-eyes:before {
    content: "\e367"
}

.fa-f:before {
    content: "\46"
}

.fa-angry:before, .fa-face-angry:before {
    content: "\f556"
}

.fa-face-angry-horns:before {
    content: "\e368"
}

.fa-face-anguished:before {
    content: "\e369"
}

.fa-face-anxious-sweat:before {
    content: "\e36a"
}

.fa-face-astonished:before {
    content: "\e36b"
}

.fa-face-awesome:before, .fa-gave-dandy:before {
    content: "\e409"
}

.fa-face-beam-hand-over-mouth:before {
    content: "\e47c"
}

.fa-face-clouds:before {
    content: "\e47d"
}

.fa-face-confounded:before {
    content: "\e36c"
}

.fa-face-confused:before {
    content: "\e36d"
}

.fa-face-cowboy-hat:before {
    content: "\e36e"
}

.fa-face-diagonal-mouth:before {
    content: "\e47e"
}

.fa-face-disappointed:before {
    content: "\e36f"
}

.fa-face-disguise:before {
    content: "\e370"
}

.fa-dizzy:before, .fa-face-dizzy:before {
    content: "\f567"
}

.fa-face-dotted:before {
    content: "\e47f"
}

.fa-face-downcast-sweat:before {
    content: "\e371"
}

.fa-face-drooling:before {
    content: "\e372"
}

.fa-face-exhaling:before {
    content: "\e480"
}

.fa-exploding-head:before, .fa-face-explode:before {
    content: "\e2fe"
}

.fa-face-expressionless:before {
    content: "\e373"
}

.fa-face-eyes-xmarks:before {
    content: "\e374"
}

.fa-face-fearful:before {
    content: "\e375"
}

.fa-face-flushed:before, .fa-flushed:before {
    content: "\f579"
}

.fa-face-frown:before, .fa-frown:before {
    content: "\f119"
}

.fa-face-frown-open:before, .fa-frown-open:before {
    content: "\f57a"
}

.fa-face-frown-slight:before {
    content: "\e376"
}

.fa-face-glasses:before {
    content: "\e377"
}

.fa-face-grimace:before, .fa-grimace:before {
    content: "\f57f"
}

.fa-face-grin:before, .fa-grin:before {
    content: "\f580"
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
    content: "\f582"
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
    content: "\f584"
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
    content: "\f585"
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
    content: "\f587"
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
    content: "\f588"
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
    content: "\f589"
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
    content: "\f581"
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
    content: "\f58c"
}

.fa-face-hand-over-mouth:before {
    content: "\e378"
}

.fa-face-hand-peeking:before {
    content: "\e481"
}

.fa-face-hand-yawn:before {
    content: "\e379"
}

.fa-face-head-bandage:before {
    content: "\e37a"
}

.fa-face-holding-back-tears:before {
    content: "\e482"
}

.fa-face-hushed:before {
    content: "\e37b"
}

.fa-face-icicles:before {
    content: "\e37c"
}

.fa-face-kiss:before, .fa-kiss:before {
    content: "\f596"
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
    content: "\f597"
}

.fa-face-kiss-closed-eyes:before {
    content: "\e37d"
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-face-laugh:before, .fa-laugh:before {
    content: "\f599"
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
    content: "\f59a"
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
    content: "\f59b"
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
    content: "\f59c"
}

.fa-face-lying:before {
    content: "\e37e"
}

.fa-face-mask:before {
    content: "\e37f"
}

.fa-face-meh:before, .fa-meh:before {
    content: "\f11a"
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
    content: "\f5a4"
}

.fa-face-melting:before {
    content: "\e483"
}

.fa-face-monocle:before {
    content: "\e380"
}

.fa-face-nauseated:before {
    content: "\e381"
}

.fa-face-nose-steam:before {
    content: "\e382"
}

.fa-face-party:before {
    content: "\e383"
}

.fa-face-pensive:before {
    content: "\e384"
}

.fa-face-persevering:before {
    content: "\e385"
}

.fa-face-pleading:before {
    content: "\e386"
}

.fa-face-pouting:before {
    content: "\e387"
}

.fa-face-raised-eyebrow:before {
    content: "\e388"
}

.fa-face-relieved:before {
    content: "\e389"
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
    content: "\f5b3"
}

.fa-face-sad-sweat:before {
    content: "\e38a"
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
    content: "\f5b4"
}

.fa-face-saluting:before {
    content: "\e484"
}

.fa-face-scream:before {
    content: "\e38b"
}

.fa-face-shush:before {
    content: "\e38c"
}

.fa-face-sleeping:before {
    content: "\e38d"
}

.fa-face-sleepy:before {
    content: "\e38e"
}

.fa-face-smile:before, .fa-smile:before {
    content: "\f118"
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
    content: "\f5b8"
}

.fa-face-smile-halo:before {
    content: "\e38f"
}

.fa-face-smile-hearts:before {
    content: "\e390"
}

.fa-face-smile-horns:before {
    content: "\e391"
}

.fa-face-smile-plus:before, .fa-smile-plus:before {
    content: "\f5b9"
}

.fa-face-smile-relaxed:before {
    content: "\e392"
}

.fa-face-smile-tear:before {
    content: "\e393"
}

.fa-face-smile-tongue:before {
    content: "\e394"
}

.fa-face-smile-upside-down:before {
    content: "\e395"
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
    content: "\f4da"
}

.fa-face-smiling-hands:before {
    content: "\e396"
}

.fa-face-smirking:before {
    content: "\e397"
}

.fa-face-spiral-eyes:before {
    content: "\e485"
}

.fa-face-sunglasses:before {
    content: "\e398"
}

.fa-face-surprise:before, .fa-surprise:before {
    content: "\f5c2"
}

.fa-face-swear:before {
    content: "\e399"
}

.fa-face-thermometer:before {
    content: "\e39a"
}

.fa-face-thinking:before {
    content: "\e39b"
}

.fa-face-tired:before, .fa-tired:before {
    content: "\f5c8"
}

.fa-face-tissue:before {
    content: "\e39c"
}

.fa-face-tongue-money:before {
    content: "\e39d"
}

.fa-face-tongue-sweat:before {
    content: "\e39e"
}

.fa-face-unamused:before {
    content: "\e39f"
}

.fa-face-viewfinder:before {
    content: "\e2ff"
}

.fa-face-vomit:before {
    content: "\e3a0"
}

.fa-face-weary:before {
    content: "\e3a1"
}

.fa-face-woozy:before {
    content: "\e3a2"
}

.fa-face-worried:before {
    content: "\e3a3"
}

.fa-face-zany:before {
    content: "\e3a4"
}

.fa-face-zipper:before {
    content: "\e3a5"
}

.fa-falafel:before {
    content: "\e40a"
}

.fa-family:before {
    content: "\e300"
}

.fa-family-dress:before {
    content: "\e301"
}

.fa-family-pants:before {
    content: "\e302"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fan-table:before {
    content: "\e004"
}

.fa-barn-silo:before, .fa-farm:before {
    content: "\f864"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before, .fa-feather-pointed:before {
    content: "\f56b"
}

.fa-fence:before {
    content: "\e303"
}

.fa-ferris-wheel:before {
    content: "\e174"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-field-hockey-stick-ball:before, .fa-field-hockey:before {
    content: "\f44c"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-arrow-down:before, .fa-file-download:before {
    content: "\f56d"
}

.fa-file-arrow-up:before, .fa-file-upload:before {
    content: "\f574"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-binary:before {
    content: "\e175"
}

.fa-file-award:before, .fa-file-certificate:before {
    content: "\f5f3"
}

.fa-file-chart-column:before, .fa-file-chart-line:before {
    content: "\f659"
}

.fa-file-chart-pie:before {
    content: "\f65a"
}

.fa-file-check:before {
    content: "\f316"
}

.fa-file-circle-check:before {
    content: "\e493"
}

.fa-file-circle-exclamation:before {
    content: "\e4eb"
}

.fa-file-circle-info:before {
    content: "\e4ec"
}

.fa-file-circle-minus:before {
    content: "\e4ed"
}

.fa-file-circle-plus:before {
    content: "\e4ee"
}

.fa-file-circle-question:before {
    content: "\e4ef"
}

.fa-file-circle-xmark:before {
    content: "\e494"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-dashed-line:before, .fa-page-break:before {
    content: "\f877"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-exclamation:before {
    content: "\f31a"
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
    content: "\f56e"
}

.fa-file-heart:before {
    content: "\e176"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
    content: "\f15c"
}

.fa-file-lock:before {
    content: "\e3a6"
}

.fa-file-magnifying-glass:before, .fa-file-search:before {
    content: "\f865"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-minus:before {
    content: "\f318"
}

.fa-file-music:before {
    content: "\f8b6"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-edit:before, .fa-file-pen:before {
    content: "\f31c"
}

.fa-file-plus:before {
    content: "\f319"
}

.fa-file-plus-minus:before {
    content: "\e177"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-slash:before {
    content: "\e3a7"
}

.fa-file-spreadsheet:before {
    content: "\f65b"
}

.fa-file-user:before {
    content: "\f65c"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
    content: "\f478"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-file-times:before, .fa-file-xmark:before {
    content: "\f317"
}

.fa-file-archive:before, .fa-file-zipper:before {
    content: "\f1c6"
}

.fa-files:before {
    content: "\e178"
}

.fa-files-medical:before {
    content: "\f7fd"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-film-canister:before {
    content: "\f8b7"
}

.fa-film-alt:before, .fa-film-simple:before {
    content: "\f3a0"
}

.fa-film-slash:before {
    content: "\e179"
}

.fa-films:before {
    content: "\e17a"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
    content: "\f662"
}

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-filter-list:before {
    content: "\e17c"
}

.fa-filter-slash:before {
    content: "\e17d"
}

.fa-filters:before {
    content: "\e17e"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-fire-flame:before, .fa-flame:before {
    content: "\f6df"
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-burn:before, .fa-fire-flame-simple:before {
    content: "\f46a"
}

.fa-fire-hydrant:before {
    content: "\e17f"
}

.fa-fire-smoke:before {
    content: "\f74b"
}

.fa-fireplace:before {
    content: "\f79a"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fish-bones:before {
    content: "\e304"
}

.fa-fish-cooked:before {
    content: "\f7fe"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-fishing-rod:before {
    content: "\e3a8"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-pennant:before, .fa-pennant:before {
    content: "\f456"
}

.fa-flag-alt:before, .fa-flag-swallowtail:before {
    content: "\f74c"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flashlight:before {
    content: "\f8b8"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flask-poison:before, .fa-flask-round-poison:before {
    content: "\f6e0"
}

.fa-flask-potion:before, .fa-flask-round-potion:before {
    content: "\f6e1"
}

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-flatbread:before {
    content: "\e40b"
}

.fa-flatbread-stuffed:before {
    content: "\e40c"
}

.fa-floppy-disk:before, .fa-save:before {
    content: "\f0c7"
}

.fa-floppy-disk-circle-arrow-right:before, .fa-save-circle-arrow-right:before {
    content: "\e180"
}

.fa-floppy-disk-circle-xmark:before, .fa-floppy-disk-times:before, .fa-save-circle-xmark:before, .fa-save-times:before {
    content: "\e181"
}

.fa-floppy-disk-pen:before {
    content: "\e182"
}

.fa-floppy-disks:before {
    content: "\e183"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-flower:before {
    content: "\f7ff"
}

.fa-flower-daffodil:before {
    content: "\f800"
}

.fa-flower-tulip:before {
    content: "\f801"
}

.fa-flute:before {
    content: "\f8b9"
}

.fa-flux-capacitor:before {
    content: "\f8ba"
}

.fa-flying-disc:before {
    content: "\e3a9"
}

.fa-folder-blank:before, .fa-folder:before {
    content: "\f07b"
}

.fa-folder-arrow-down:before, .fa-folder-download:before {
    content: "\e053"
}

.fa-folder-arrow-up:before, .fa-folder-upload:before {
    content: "\e054"
}

.fa-folder-bookmark:before {
    content: "\e186"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-folder-cog:before, .fa-folder-gear:before {
    content: "\e187"
}

.fa-folder-grid:before {
    content: "\e188"
}

.fa-folder-heart:before {
    content: "\e189"
}

.fa-folder-image:before {
    content: "\e18a"
}

.fa-folder-magnifying-glass:before, .fa-folder-search:before {
    content: "\e18b"
}

.fa-folder-medical:before {
    content: "\e18c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-music:before {
    content: "\e18d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-folder-user:before {
    content: "\e18e"
}

.fa-folder-times:before, .fa-folder-xmark:before {
    content: "\f65f"
}

.fa-folders:before {
    content: "\f660"
}

.fa-fondue-pot:before {
    content: "\e40d"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-case:before {
    content: "\f866"
}

.fa-football-ball:before, .fa-football:before {
    content: "\f44e"
}

.fa-football-helmet:before {
    content: "\f44f"
}

.fa-fork:before, .fa-utensil-fork:before {
    content: "\f2e3"
}

.fa-fork-knife:before, .fa-utensils-alt:before {
    content: "\f2e6"
}

.fa-forklift:before {
    content: "\f47a"
}

.fa-fort:before {
    content: "\e486"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before, .fa-forward-fast:before {
    content: "\f050"
}

.fa-forward-step:before, .fa-step-forward:before {
    content: "\f051"
}

.fa-frame:before {
    content: "\e495"
}

.fa-franc-sign:before {
    content: "\e18f"
}

.fa-french-fries:before {
    content: "\f803"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-function:before {
    content: "\f661"
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
    content: "\f1e3"
}

.fa-g:before {
    content: "\47"
}

.fa-galaxy:before {
    content: "\e008"
}

.fa-gallery-thumbnails:before {
    content: "\e3aa"
}

.fa-game-board:before {
    content: "\f867"
}

.fa-game-board-alt:before, .fa-game-board-simple:before {
    content: "\f868"
}

.fa-game-console-handheld:before {
    content: "\f8bb"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gamepad-alt:before, .fa-gamepad-modern:before {
    content: "\f8bc"
}

.fa-garage:before {
    content: "\e009"
}

.fa-garage-car:before {
    content: "\e00a"
}

.fa-garage-open:before {
    content: "\e00b"
}

.fa-garlic:before {
    content: "\e40e"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gas-pump-slash:before {
    content: "\f5f4"
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-gauge-circle-bolt:before {
    content: "\e496"
}

.fa-gauge-circle-minus:before {
    content: "\e497"
}

.fa-gauge-circle-plus:before {
    content: "\e498"
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
    content: "\f625"
}

.fa-gauge-low:before, .fa-tachometer-alt-slow:before {
    content: "\f627"
}

.fa-gauge-max:before, .fa-tachometer-alt-fastest:before {
    content: "\f626"
}

.fa-gauge-min:before, .fa-tachometer-alt-slowest:before {
    content: "\f628"
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
    content: "\f629"
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
    content: "\f62a"
}

.fa-gauge-simple-low:before, .fa-tachometer-slow:before {
    content: "\f62c"
}

.fa-gauge-simple-max:before, .fa-tachometer-fastest:before {
    content: "\f62b"
}

.fa-gauge-simple-min:before, .fa-tachometer-slowest:before {
    content: "\f62d"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gif:before {
    content: "\e190"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gift-card:before {
    content: "\f663"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-gingerbread-man:before {
    content: "\f79d"
}

.fa-glass:before {
    content: "\f804"
}

.fa-glass-citrus:before {
    content: "\f869"
}

.fa-glass-empty:before {
    content: "\e191"
}

.fa-glass-half-empty:before, .fa-glass-half-full:before, .fa-glass-half:before {
    content: "\e192"
}

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glasses-alt:before, .fa-glasses-round:before {
    content: "\f5f5"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-snow:before {
    content: "\f7a3"
}

.fa-globe-stand:before {
    content: "\f5f6"
}

.fa-goal-net:before {
    content: "\e3ab"
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
    content: "\f450"
}

.fa-golf-club:before {
    content: "\f451"
}

.fa-golf-flag-hole:before {
    content: "\e3ac"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-gramophone:before {
    content: "\f8bd"
}

.fa-grapes:before {
    content: "\e306"
}

.fa-grate:before {
    content: "\e193"
}

.fa-grate-droplet:before {
    content: "\e194"
}

.fa-greater-than:before {
    content: "\3e"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grid-3:before, .fa-grid:before {
    content: "\e195"
}

.fa-grid-2:before {
    content: "\e196"
}

.fa-grid-2-plus:before {
    content: "\e197"
}

.fa-grid-4:before {
    content: "\e198"
}

.fa-grid-5:before {
    content: "\e199"
}

.fa-grid-dividers:before {
    content: "\e3ad"
}

.fa-grid-horizontal:before {
    content: "\e307"
}

.fa-grip-horizontal:before, .fa-grip:before {
    content: "\f58d"
}

.fa-grip-dots:before {
    content: "\e410"
}

.fa-grip-dots-vertical:before {
    content: "\e411"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-guitar-electric:before {
    content: "\f8be"
}

.fa-guitars:before {
    content: "\f8bf"
}

.fa-gun:before {
    content: "\e19b"
}

.fa-gun-slash:before {
    content: "\e19c"
}

.fa-gun-squirt:before {
    content: "\e19d"
}

.fa-h:before {
    content: "\48"
}

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

.fa-h4:before {
    content: "\f86a"
}

.fa-h5:before {
    content: "\e412"
}

.fa-h6:before {
    content: "\e413"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hammer-crash:before {
    content: "\e414"
}

.fa-hammer-war:before {
    content: "\f6e4"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-paper:before, .fa-hand:before {
    content: "\f256"
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-back-point-down:before {
    content: "\e19e"
}

.fa-hand-back-point-left:before {
    content: "\e19f"
}

.fa-hand-back-point-ribbon:before {
    content: "\e1a0"
}

.fa-hand-back-point-right:before {
    content: "\e1a1"
}

.fa-hand-back-point-up:before {
    content: "\e1a2"
}

.fa-allergies:before, .fa-hand-dots:before {
    content: "\f461"
}

.fa-hand-fingers-crossed:before {
    content: "\e1a3"
}

.fa-fist-raised:before, .fa-hand-fist:before {
    content: "\f6de"
}

.fa-hand-heart:before {
    content: "\f4bc"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-box:before {
    content: "\f47b"
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-magic:before {
    content: "\f6e5"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-seedling:before {
    content: "\f4bf"
}

.fa-hand-holding-skull:before {
    content: "\e1a4"
}

.fa-hand-horns:before {
    content: "\e1a9"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-love:before {
    content: "\e1a5"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-ribbon:before {
    content: "\e1a6"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hand-wave:before {
    content: "\e1a7"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
    content: "\e05e"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

.fa-hand-receiving:before, .fa-hands-holding-diamond:before {
    content: "\f47c"
}

.fa-hands-holding-dollar:before, .fa-hands-usd:before {
    content: "\f4c5"
}

.fa-hands-heart:before, .fa-hands-holding-heart:before {
    content: "\f4c3"
}

.fa-hands-praying:before, .fa-praying-hands:before {
    content: "\f684"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hands-helping:before, .fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
    content: "\f4c6"
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-drive:before, .fa-hdd:before {
    content: "\f0a0"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-hashtag-lock:before {
    content: "\e415"
}

.fa-hat-chef:before {
    content: "\f86b"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-santa:before {
    content: "\f7a7"
}

.fa-hat-winter:before {
    content: "\f7a8"
}

.fa-hat-witch:before {
    content: "\f6e7"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-head-side:before {
    content: "\f6e9"
}

.fa-head-side-brain:before {
    content: "\f808"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-goggles:before, .fa-head-vr:before {
    content: "\f6ea"
}

.fa-head-side-headphones:before {
    content: "\f8c2"
}

.fa-head-side-heart:before {
    content: "\e1aa"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-medical:before {
    content: "\f809"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-header:before, .fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

.fa-heart-circle-check:before {
    content: "\e4fd"
}

.fa-heart-circle-exclamation:before {
    content: "\e4fe"
}

.fa-heart-circle-minus:before {
    content: "\e4ff"
}

.fa-heart-circle-plus:before {
    content: "\e500"
}

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-heart-broken:before, .fa-heart-crack:before {
    content: "\f7a9"
}

.fa-heart-half:before {
    content: "\e1ab"
}

.fa-heart-half-alt:before, .fa-heart-half-stroke:before {
    content: "\e1ac"
}

.fa-heart-pulse:before, .fa-heartbeat:before {
    content: "\f21e"
}

.fa-heat:before {
    content: "\e00c"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-helmet-battle:before {
    content: "\f6eb"
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
    content: "\f807"
}

.fa-helmet-un:before {
    content: "\e503"
}

.fa-hexagon:before {
    content: "\f312"
}

.fa-hexagon-check:before {
    content: "\e416"
}

.fa-hexagon-divide:before {
    content: "\e1ad"
}

.fa-hexagon-exclamation:before {
    content: "\e417"
}

.fa-hexagon-image:before {
    content: "\e504"
}

.fa-hexagon-minus:before, .fa-minus-hexagon:before {
    content: "\f307"
}

.fa-hexagon-plus:before, .fa-plus-hexagon:before {
    content: "\f300"
}

.fa-hexagon-vertical-nft:before {
    content: "\e505"
}

.fa-hexagon-vertical-nft-slanted:before {
    content: "\e506"
}

.fa-hexagon-xmark:before, .fa-times-hexagon:before, .fa-xmark-hexagon:before {
    content: "\f2ee"
}

.fa-high-definition:before, .fa-rectangle-hd:before {
    content: "\e1ae"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-highlighter-line:before {
    content: "\e1af"
}

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hockey-mask:before {
    content: "\f6ee"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-hockey-stick-puck:before {
    content: "\e3ae"
}

.fa-hockey-sticks:before {
    content: "\f454"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-honey-pot:before {
    content: "\e418"
}

.fa-hood-cloak:before {
    content: "\f6ef"
}

.fa-horizontal-rule:before {
    content: "\f86c"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-horse-saddle:before {
    content: "\f8c3"
}

.fa-hose:before {
    content: "\e419"
}

.fa-hose-reel:before {
    content: "\e41a"
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hospitals:before {
    content: "\f80e"
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hourglass-2:before, .fa-hourglass-half:before, .fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-clock:before {
    content: "\e41b"
}

.fa-hourglass-empty:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
    content: "\f015"
}

.fa-home-blank:before, .fa-house-blank:before {
    content: "\e487"
}

.fa-house-building:before {
    content: "\e1b1"
}

.fa-home-lg:before, .fa-house-chimney:before {
    content: "\e3af"
}

.fa-house-chimney-blank:before {
    content: "\e3b0"
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-chimney-heart:before {
    content: "\e1b2"
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-house-circle-check:before {
    content: "\e509"
}

.fa-house-circle-exclamation:before {
    content: "\e50a"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-house-day:before {
    content: "\e00e"
}

.fa-house-fire:before {
    content: "\e50c"
}

.fa-house-flag:before {
    content: "\e50d"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-home-heart:before, .fa-house-heart:before {
    content: "\f4c9"
}

.fa-house-laptop:before, .fa-laptop-house:before {
    content: "\e066"
}

.fa-house-lock:before {
    content: "\e510"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-house-night:before {
    content: "\e010"
}

.fa-house-leave:before, .fa-house-person-depart:before, .fa-house-person-leave:before {
    content: "\e00f"
}

.fa-house-person-arrive:before, .fa-house-person-return:before, .fa-house-return:before {
    content: "\e011"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-house-tree:before {
    content: "\e1b3"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-house-turret:before {
    content: "\e1b4"
}

.fa-home-user:before, .fa-house-user:before {
    content: "\e1b0"
}

.fa-house-flood:before, .fa-house-water:before {
    content: "\f74f"
}

.fa-house-window:before {
    content: "\e3b3"
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
    content: "\f6f2"
}

.fa-100:before, .fa-hundred-points:before {
    content: "\e41c"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-hyphen:before {
    content: "\2d"
}

.fa-i:before {
    content: "\49"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-ice-skate:before {
    content: "\f7ac"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-image-landscape:before, .fa-landscape:before {
    content: "\e1b5"
}

.fa-image-polaroid:before {
    content: "\f8c4"
}

.fa-image-polaroid-user:before {
    content: "\e1b6"
}

.fa-image-portrait:before, .fa-portrait:before {
    content: "\f3e0"
}

.fa-image-slash:before {
    content: "\e1b7"
}

.fa-image-user:before {
    content: "\e1b8"
}

.fa-images:before {
    content: "\f302"
}

.fa-images-user:before {
    content: "\e1b9"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-inbox-full:before {
    content: "\e1ba"
}

.fa-inbox-arrow-down:before, .fa-inbox-in:before {
    content: "\f310"
}

.fa-inbox-arrow-up:before, .fa-inbox-out:before {
    content: "\f311"
}

.fa-inboxes:before {
    content: "\e1bb"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
    content: "\e1bc"
}

.fa-industry:before {
    content: "\f275"
}

.fa-industry-alt:before, .fa-industry-windows:before {
    content: "\f3b3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-inhaler:before {
    content: "\f5f9"
}

.fa-input-numeric:before {
    content: "\e1bd"
}

.fa-input-pipe:before {
    content: "\e1be"
}

.fa-input-text:before {
    content: "\e1bf"
}

.fa-integral:before {
    content: "\f667"
}

.fa-intersection:before {
    content: "\f668"
}

.fa-island-tree-palm:before, .fa-island-tropical:before {
    content: "\f811"
}

.fa-italic:before {
    content: "\f033"
}

.fa-j:before {
    content: "\4a"
}

.fa-jack-o-lantern:before {
    content: "\f30e"
}

.fa-jar:before {
    content: "\e516"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
    content: "\f0fb"
}

.fa-jet-fighter-up:before {
    content: "\e518"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joystick:before {
    content: "\f8c5"
}

.fa-jug:before {
    content: "\f8c6"
}

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-k:before {
    content: "\4b"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kazoo:before {
    content: "\f8c7"
}

.fa-kerning:before {
    content: "\f86f"
}

.fa-key:before {
    content: "\f084"
}

.fa-key-skeleton:before {
    content: "\f6f3"
}

.fa-key-skeleton-left-right:before {
    content: "\e3b4"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keyboard-brightness:before {
    content: "\e1c0"
}

.fa-keyboard-brightness-low:before {
    content: "\e1c1"
}

.fa-keyboard-down:before {
    content: "\e1c2"
}

.fa-keyboard-left:before {
    content: "\e1c3"
}

.fa-keynote:before {
    content: "\f66c"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kidneys:before {
    content: "\f5fb"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

.fa-first-aid:before, .fa-kit-medical:before {
    content: "\f479"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-kite:before {
    content: "\f6f4"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-kiwi-fruit:before {
    content: "\e30c"
}

.fa-knife:before, .fa-utensil-knife:before {
    content: "\f2e4"
}

.fa-knife-kitchen:before {
    content: "\f6f5"
}

.fa-l:before {
    content: "\4c"
}

.fa-lacrosse-stick:before {
    content: "\e3b5"
}

.fa-lacrosse-stick-ball:before {
    content: "\e3b6"
}

.fa-lambda:before {
    content: "\f66e"
}

.fa-lamp:before {
    content: "\f4ca"
}

.fa-lamp-desk:before {
    content: "\e014"
}

.fa-lamp-floor:before {
    content: "\e015"
}

.fa-lamp-street:before {
    content: "\e1c5"
}

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
    content: "\f752"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-arrow-down:before {
    content: "\e1c6"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-file:before {
    content: "\e51d"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laptop-mobile:before, .fa-phone-laptop:before {
    content: "\f87a"
}

.fa-laptop-slash:before {
    content: "\e1c7"
}

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-lasso:before {
    content: "\f8c8"
}

.fa-lasso-sparkles:before {
    content: "\e1c9"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-layer-group-minus:before, .fa-layer-minus:before {
    content: "\f5fe"
}

.fa-layer-group-plus:before, .fa-layer-plus:before {
    content: "\f5ff"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leaf-heart:before {
    content: "\f4cb"
}

.fa-leaf-maple:before {
    content: "\f6f6"
}

.fa-leaf-oak:before {
    content: "\f6f7"
}

.fa-leafy-green:before {
    content: "\e41d"
}

.fa-arrow-alt-left:before, .fa-left:before {
    content: "\f355"
}

.fa-arrow-alt-from-right:before, .fa-left-from-line:before {
    content: "\f348"
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-left-long-to-line:before {
    content: "\e41e"
}

.fa-arrows-alt-h:before, .fa-left-right:before {
    content: "\f337"
}

.fa-arrow-alt-to-left:before, .fa-left-to-line:before {
    content: "\f34b"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less-than:before {
    content: "\3c"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-light-ceiling:before {
    content: "\e016"
}

.fa-light-emergency:before {
    content: "\e41f"
}

.fa-light-emergency-on:before {
    content: "\e420"
}

.fa-light-switch:before {
    content: "\e017"
}

.fa-light-switch-off:before {
    content: "\e018"
}

.fa-light-switch-on:before {
    content: "\e019"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-lightbulb-dollar:before {
    content: "\f670"
}

.fa-lightbulb-exclamation:before {
    content: "\f671"
}

.fa-lightbulb-exclamation-on:before {
    content: "\e1ca"
}

.fa-lightbulb-on:before {
    content: "\f672"
}

.fa-lightbulb-slash:before {
    content: "\f673"
}

.fa-lights-holiday:before {
    content: "\f7b2"
}

.fa-line-columns:before {
    content: "\f870"
}

.fa-line-height:before {
    content: "\f871"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-chain-horizontal:before, .fa-link-horizontal:before {
    content: "\e1cb"
}

.fa-chain-horizontal-slash:before, .fa-link-horizontal-slash:before {
    content: "\e1cc"
}

.fa-link-simple:before {
    content: "\e1cd"
}

.fa-link-simple-slash:before {
    content: "\e1ce"
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
    content: "\f127"
}

.fa-lips:before {
    content: "\f600"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list-squares:before, .fa-list:before {
    content: "\f03a"
}

.fa-list-check:before, .fa-tasks:before {
    content: "\f0ae"
}

.fa-list-dropdown:before {
    content: "\e1cf"
}

.fa-list-music:before {
    content: "\f8c9"
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-radio:before {
    content: "\e1d0"
}

.fa-list-timeline:before {
    content: "\e1d1"
}

.fa-list-tree:before {
    content: "\e1d2"
}

.fa-list-dots:before, .fa-list-ul:before {
    content: "\f0ca"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-loader:before {
    content: "\e1d4"
}

.fa-lobster:before {
    content: "\e421"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-location-check:before, .fa-map-marker-check:before {
    content: "\f606"
}

.fa-location-crosshairs:before, .fa-location:before {
    content: "\f601"
}

.fa-location-crosshairs-slash:before, .fa-location-slash:before {
    content: "\f603"
}

.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-location-dot-slash:before, .fa-map-marker-alt-slash:before {
    content: "\f605"
}

.fa-location-exclamation:before, .fa-map-marker-exclamation:before {
    content: "\f608"
}

.fa-location-minus:before, .fa-map-marker-minus:before {
    content: "\f609"
}

.fa-location-pen:before, .fa-map-marker-edit:before {
    content: "\f607"
}

.fa-location-pin:before, .fa-map-marker:before {
    content: "\f041"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

.fa-location-pin-slash:before, .fa-map-marker-slash:before {
    content: "\f60c"
}

.fa-location-plus:before, .fa-map-marker-plus:before {
    content: "\f60a"
}

.fa-location-question:before, .fa-map-marker-question:before {
    content: "\f60b"
}

.fa-location-smile:before, .fa-map-marker-smile:before {
    content: "\f60d"
}

.fa-location-xmark:before, .fa-map-marker-times:before, .fa-map-marker-xmark:before {
    content: "\f60e"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-a:before {
    content: "\e422"
}

.fa-lock-hashtag:before {
    content: "\e423"
}

.fa-lock-alt:before, .fa-lock-keyhole:before {
    content: "\f30d"
}

.fa-lock-keyhole-open:before, .fa-lock-open-alt:before {
    content: "\f3c2"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-locust:before {
    content: "\e520"
}

.fa-lollipop:before, .fa-lollypop:before {
    content: "\e424"
}

.fa-couch-small:before, .fa-loveseat:before {
    content: "\f4cc"
}

.fa-luchador-mask:before, .fa-luchador:before, .fa-mask-luchador:before {
    content: "\f455"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-m:before {
    content: "\4d"
}

.fa-mace:before {
    content: "\f6f8"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002"
}

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
    content: "\f688"
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
    content: "\f689"
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
    content: "\f010"
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
    content: "\f00e"
}

.fa-mailbox:before {
    content: "\f813"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-mandolin:before {
    content: "\f6f9"
}

.fa-mango:before {
    content: "\e30f"
}

.fa-manhole:before {
    content: "\e1d6"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-location:before, .fa-map-marked:before {
    content: "\f59f"
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-and-venus:before {
    content: "\f224"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
    content: "\f22b"
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
    content: "\f57b"
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
    content: "\f000"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-mask-snorkel:before {
    content: "\e3b7"
}

.fa-mask-ventilator:before {
    content: "\e524"
}

.fa-masks-theater:before, .fa-theater-masks:before {
    content: "\f630"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
    content: "\f31e"
}

.fa-meat:before {
    content: "\f814"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-megaphone:before {
    content: "\f675"
}

.fa-melon:before {
    content: "\e310"
}

.fa-melon-slice:before {
    content: "\e311"
}

.fa-memo:before {
    content: "\e1d8"
}

.fa-memo-circle-check:before {
    content: "\e1d9"
}

.fa-memo-circle-info:before {
    content: "\e49a"
}

.fa-memo-pad:before {
    content: "\e1da"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-merge:before {
    content: "\e526"
}

.fa-comment-alt:before, .fa-message:before {
    content: "\f27a"
}

.fa-comment-alt-arrow-down:before, .fa-message-arrow-down:before {
    content: "\e1db"
}

.fa-comment-alt-arrow-up:before, .fa-message-arrow-up:before {
    content: "\e1dc"
}

.fa-message-arrow-up-right:before {
    content: "\e1dd"
}

.fa-message-bot:before {
    content: "\e3b8"
}

.fa-comment-alt-captions:before, .fa-message-captions:before {
    content: "\e1de"
}

.fa-comment-alt-check:before, .fa-message-check:before {
    content: "\f4a2"
}

.fa-message-code:before {
    content: "\e1df"
}

.fa-comment-alt-dollar:before, .fa-message-dollar:before {
    content: "\f650"
}

.fa-comment-alt-dots:before, .fa-message-dots:before, .fa-messaging:before {
    content: "\f4a3"
}

.fa-comment-alt-exclamation:before, .fa-message-exclamation:before {
    content: "\f4a5"
}

.fa-comment-alt-image:before, .fa-message-image:before {
    content: "\e1e0"
}

.fa-comment-alt-lines:before, .fa-message-lines:before {
    content: "\f4a6"
}

.fa-comment-alt-medical:before, .fa-message-medical:before {
    content: "\f7f4"
}

.fa-comment-middle-alt:before, .fa-message-middle:before {
    content: "\e1e1"
}

.fa-comment-middle-top-alt:before, .fa-message-middle-top:before {
    content: "\e1e2"
}

.fa-comment-alt-minus:before, .fa-message-minus:before {
    content: "\f4a7"
}

.fa-comment-alt-music:before, .fa-message-music:before {
    content: "\f8af"
}

.fa-comment-alt-edit:before, .fa-message-edit:before, .fa-message-pen:before {
    content: "\f4a4"
}

.fa-comment-alt-plus:before, .fa-message-plus:before {
    content: "\f4a8"
}

.fa-message-question:before {
    content: "\e1e3"
}

.fa-comment-alt-quote:before, .fa-message-quote:before {
    content: "\e1e4"
}

.fa-comment-alt-slash:before, .fa-message-slash:before {
    content: "\f4a9"
}

.fa-comment-alt-smile:before, .fa-message-smile:before {
    content: "\f4aa"
}

.fa-message-sms:before {
    content: "\e1e5"
}

.fa-comment-alt-text:before, .fa-message-text:before {
    content: "\e1e6"
}

.fa-comment-alt-times:before, .fa-message-times:before, .fa-message-xmark:before {
    content: "\f4ab"
}

.fa-comments-alt:before, .fa-messages:before {
    content: "\f4b6"
}

.fa-comments-alt-dollar:before, .fa-messages-dollar:before {
    content: "\f652"
}

.fa-messages-question:before {
    content: "\e1e7"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-meter:before {
    content: "\e1e8"
}

.fa-meter-bolt:before {
    content: "\e1e9"
}

.fa-meter-droplet:before {
    content: "\e1ea"
}

.fa-meter-fire:before {
    content: "\e1eb"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microchip-ai:before {
    content: "\e1ec"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microphone-stand:before {
    content: "\f8cb"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microwave:before {
    content: "\e01b"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
    content: "\f78c"
}

.fa-minus:before, .fa-subtract:before {
    content: "\f068"
}

.fa-mistletoe:before {
    content: "\f7b4"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
    content: "\f3ce"
}

.fa-mobile-button:before {
    content: "\f10b"
}

.fa-mobile-iphone:before, .fa-mobile-notch:before {
    content: "\e1ee"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
    content: "\f3cd"
}

.fa-mobile-signal:before {
    content: "\e1ef"
}

.fa-mobile-signal-out:before {
    content: "\e1f0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-bill-simple:before {
    content: "\e1f1"
}

.fa-money-bill-simple-wave:before {
    content: "\e1f2"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-money-bills-alt:before, .fa-money-bills-simple:before {
    content: "\e1f4"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-money-check-dollar-pen:before, .fa-money-check-edit-alt:before {
    content: "\f873"
}

.fa-money-check-edit:before, .fa-money-check-pen:before {
    content: "\f872"
}

.fa-money-from-bracket:before {
    content: "\e312"
}

.fa-money-simple-from-bracket:before {
    content: "\e313"
}

.fa-monitor-heart-rate:before, .fa-monitor-waveform:before {
    content: "\f611"
}

.fa-monkey:before {
    content: "\f6fb"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-moon-cloud:before {
    content: "\f754"
}

.fa-eclipse-alt:before, .fa-moon-over-sun:before {
    content: "\f74a"
}

.fa-moon-stars:before {
    content: "\f755"
}

.fa-moped:before {
    content: "\e3b9"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-mountains:before {
    content: "\f6fd"
}

.fa-mp3-player:before {
    content: "\f8ce"
}

.fa-mug:before {
    content: "\f874"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-mug-marshmallows:before {
    content: "\f7b7"
}

.fa-coffee:before, .fa-mug-saucer:before {
    content: "\f0f4"
}

.fa-mug-tea:before {
    content: "\f875"
}

.fa-mug-tea-saucer:before {
    content: "\e1f5"
}

.fa-mushroom:before {
    content: "\e425"
}

.fa-music:before {
    content: "\f001"
}

.fa-music-alt:before, .fa-music-note:before {
    content: "\f8cf"
}

.fa-music-alt-slash:before, .fa-music-note-slash:before {
    content: "\f8d0"
}

.fa-music-slash:before {
    content: "\f8d1"
}

.fa-n:before {
    content: "\4e"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

.fa-narwhal:before {
    content: "\f6fe"
}

.fa-nesting-dolls:before {
    content: "\e3ba"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nfc:before {
    content: "\e1f7"
}

.fa-nfc-lock:before {
    content: "\e1f8"
}

.fa-nfc-magnifying-glass:before {
    content: "\e1f9"
}

.fa-nfc-pen:before {
    content: "\e1fa"
}

.fa-nfc-signal:before {
    content: "\e1fb"
}

.fa-nfc-slash:before {
    content: "\e1fc"
}

.fa-nfc-trash:before {
    content: "\e1fd"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notdef:before {
    content: "\e1fe"
}

.fa-note:before {
    content: "\e1ff"
}

.fa-note-medical:before {
    content: "\e200"
}

.fa-note-sticky:before, .fa-sticky-note:before {
    content: "\f249"
}

.fa-notebook:before {
    content: "\e201"
}

.fa-notes:before {
    content: "\e202"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-o:before {
    content: "\4f"
}

.fa-object-exclude:before {
    content: "\e49c"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-intersect:before {
    content: "\e49d"
}

.fa-object-subtract:before {
    content: "\e49e"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-object-union:before {
    content: "\e49f"
}

.fa-objects-align-bottom:before {
    content: "\e3bb"
}

.fa-objects-align-center-horizontal:before {
    content: "\e3bc"
}

.fa-objects-align-center-vertical:before {
    content: "\e3bd"
}

.fa-objects-align-left:before {
    content: "\e3be"
}

.fa-objects-align-right:before {
    content: "\e3bf"
}

.fa-objects-align-top:before {
    content: "\e3c0"
}

.fa-objects-column:before {
    content: "\e3c1"
}

.fa-octagon:before {
    content: "\f306"
}

.fa-octagon-check:before {
    content: "\e426"
}

.fa-octagon-divide:before {
    content: "\e203"
}

.fa-octagon-exclamation:before {
    content: "\e204"
}

.fa-minus-octagon:before, .fa-octagon-minus:before {
    content: "\f308"
}

.fa-octagon-plus:before, .fa-plus-octagon:before {
    content: "\f301"
}

.fa-octagon-xmark:before, .fa-times-octagon:before, .fa-xmark-octagon:before {
    content: "\f2f0"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-oil-can-drip:before {
    content: "\e205"
}

.fa-oil-temp:before, .fa-oil-temperature:before {
    content: "\f614"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-olive:before {
    content: "\e316"
}

.fa-olive-branch:before {
    content: "\e317"
}

.fa-om:before {
    content: "\f679"
}

.fa-omega:before {
    content: "\f67a"
}

.fa-onion:before {
    content: "\e427"
}

.fa-option:before {
    content: "\e318"
}

.fa-ornament:before {
    content: "\f7b8"
}

.fa-otter:before {
    content: "\f700"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-outlet:before {
    content: "\e01c"
}

.fa-oven:before {
    content: "\e01d"
}

.fa-overline:before {
    content: "\f876"
}

.fa-p:before {
    content: "\50"
}

.fa-page:before {
    content: "\e428"
}

.fa-file-caret-down:before, .fa-page-caret-down:before {
    content: "\e429"
}

.fa-file-caret-up:before, .fa-page-caret-up:before {
    content: "\e42a"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-paint-brush:before, .fa-paintbrush:before {
    content: "\f1fc"
}

.fa-paint-brush-alt:before, .fa-paint-brush-fine:before, .fa-paintbrush-alt:before, .fa-paintbrush-fine:before {
    content: "\f5a9"
}

.fa-paintbrush-pencil:before {
    content: "\e206"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-pallet-box:before {
    content: "\e208"
}

.fa-palette-boxes:before, .fa-pallet-alt:before, .fa-pallet-boxes:before {
    content: "\f483"
}

.fa-pan-food:before {
    content: "\e42b"
}

.fa-pan-frying:before {
    content: "\e42c"
}

.fa-pancakes:before {
    content: "\e42d"
}

.fa-panel-ews:before {
    content: "\e42e"
}

.fa-panel-fire:before {
    content: "\e42f"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paper-plane-alt:before, .fa-paper-plane-top:before, .fa-send:before {
    content: "\e20a"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-paperclip-vertical:before {
    content: "\e3c2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paragraph-left:before, .fa-paragraph-rtl:before {
    content: "\f878"
}

.fa-party-bell:before {
    content: "\e31a"
}

.fa-party-horn:before {
    content: "\e31b"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-file-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paw-claws:before {
    content: "\f702"
}

.fa-paw-alt:before, .fa-paw-simple:before {
    content: "\f701"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-peach:before {
    content: "\e20b"
}

.fa-peanut:before {
    content: "\e430"
}

.fa-peanuts:before {
    content: "\e431"
}

.fa-peapod:before {
    content: "\e31c"
}

.fa-pear:before {
    content: "\e20c"
}

.fa-pedestal:before {
    content: "\e20d"
}

.fa-pegasus:before {
    content: "\f703"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-circle:before {
    content: "\e20e"
}

.fa-pen-alt:before, .fa-pen-clip:before {
    content: "\f305"
}

.fa-pen-alt-slash:before, .fa-pen-clip-slash:before {
    content: "\e20f"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-fancy-slash:before {
    content: "\e210"
}

.fa-pen-field:before {
    content: "\e211"
}

.fa-pen-line:before {
    content: "\e212"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-nib-slash:before {
    content: "\e4a1"
}

.fa-pen-paintbrush:before, .fa-pencil-paintbrush:before {
    content: "\f618"
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-pen-slash:before {
    content: "\e213"
}

.fa-pen-swirl:before {
    content: "\e214"
}

.fa-edit:before, .fa-pen-to-square:before {
    content: "\f044"
}

.fa-pencil-alt:before, .fa-pencil:before {
    content: "\f303"
}

.fa-pencil-slash:before {
    content: "\e215"
}

.fa-people:before {
    content: "\e216"
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry-box:before, .fa-people-carry:before {
    content: "\f4ce"
}

.fa-people-dress:before {
    content: "\e217"
}

.fa-people-dress-simple:before {
    content: "\e218"
}

.fa-people-group:before {
    content: "\e533"
}

.fa-people-line:before {
    content: "\e534"
}

.fa-people-pants:before {
    content: "\e219"
}

.fa-people-pants-simple:before {
    content: "\e21a"
}

.fa-people-pulling:before {
    content: "\e535"
}

.fa-people-robbery:before {
    content: "\e536"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-simple:before {
    content: "\e21b"
}

.fa-pepper:before {
    content: "\e432"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before, .fa-percentage:before {
    content: "\25"
}

.fa-period:before {
    content: "\2e"
}

.fa-male:before, .fa-person:before {
    content: "\f183"
}

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-biking:before, .fa-person-biking:before {
    content: "\f84a"
}

.fa-biking-mountain:before, .fa-person-biking-mountain:before {
    content: "\f84b"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-person-cane:before {
    content: "\e53c"
}

.fa-person-carry-box:before, .fa-person-carry:before {
    content: "\f4cf"
}

.fa-person-chalkboard:before {
    content: "\e53d"
}

.fa-person-circle-check:before {
    content: "\e53e"
}

.fa-person-circle-exclamation:before {
    content: "\e53f"
}

.fa-person-circle-minus:before {
    content: "\e540"
}

.fa-person-circle-plus:before {
    content: "\e541"
}

.fa-person-circle-question:before {
    content: "\e542"
}

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-digging:before, .fa-person-digging:before {
    content: "\f85e"
}

.fa-person-dolly:before {
    content: "\f4d0"
}

.fa-person-dolly-empty:before {
    content: "\f4d1"
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-female:before, .fa-person-dress:before {
    content: "\f182"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-person-dress-simple:before {
    content: "\e21c"
}

.fa-person-drowning:before {
    content: "\e545"
}

.fa-person-falling:before {
    content: "\e546"
}

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-person-from-portal:before, .fa-portal-exit:before {
    content: "\e023"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-hiking:before, .fa-person-hiking:before {
    content: "\f6ec"
}

.fa-person-military-pointing:before {
    content: "\e54a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-person-pinball:before {
    content: "\e21d"
}

.fa-person-praying:before, .fa-pray:before {
    content: "\f683"
}

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-person-rays:before {
    content: "\e54d"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-person-running:before, .fa-running:before {
    content: "\f70c"
}

.fa-person-seat:before {
    content: "\e21e"
}

.fa-person-seat-reclined:before {
    content: "\e21f"
}

.fa-person-shelter:before {
    content: "\e54f"
}

.fa-person-sign:before {
    content: "\f757"
}

.fa-person-simple:before {
    content: "\e220"
}

.fa-person-skating:before, .fa-skating:before {
    content: "\f7c5"
}

.fa-person-ski-jumping:before, .fa-ski-jump:before {
    content: "\f7c7"
}

.fa-person-ski-lift:before, .fa-ski-lift:before {
    content: "\f7c8"
}

.fa-person-skiing:before, .fa-skiing:before {
    content: "\f7c9"
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-person-sledding:before, .fa-sledding:before {
    content: "\f7cb"
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
    content: "\f7ce"
}

.fa-person-snowmobiling:before, .fa-snowmobile:before {
    content: "\f7d1"
}

.fa-person-swimming:before, .fa-swimmer:before {
    content: "\f5c4"
}

.fa-person-through-window:before {
    content: "\e433"
}

.fa-person-to-door:before {
    content: "\e550"
}

.fa-person-to-portal:before, .fa-portal-enter:before {
    content: "\e022"
}

.fa-person-walking:before, .fa-walking:before {
    content: "\f554"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-blind:before, .fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-peseta-sign:before {
    content: "\e221"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-arrow-down-left:before, .fa-phone-arrow-down:before, .fa-phone-incoming:before {
    content: "\e223"
}

.fa-phone-arrow-up-right:before, .fa-phone-arrow-up:before, .fa-phone-outgoing:before {
    content: "\e224"
}

.fa-phone-alt:before, .fa-phone-flip:before {
    content: "\f879"
}

.fa-phone-hangup:before {
    content: "\e225"
}

.fa-phone-intercom:before {
    content: "\e434"
}

.fa-phone-missed:before {
    content: "\e226"
}

.fa-phone-office:before {
    content: "\f67d"
}

.fa-phone-plus:before {
    content: "\f4d2"
}

.fa-phone-rotary:before {
    content: "\f8d3"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-phone-xmark:before {
    content: "\e227"
}

.fa-photo-film:before, .fa-photo-video:before {
    content: "\f87c"
}

.fa-photo-film-music:before {
    content: "\e228"
}

.fa-pi:before {
    content: "\f67e"
}

.fa-piano:before {
    content: "\f8d4"
}

.fa-piano-keyboard:before {
    content: "\f8d5"
}

.fa-pickleball:before {
    content: "\e435"
}

.fa-pie:before {
    content: "\f705"
}

.fa-pig:before {
    content: "\f706"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinata:before {
    content: "\e3c3"
}

.fa-pinball:before {
    content: "\e229"
}

.fa-pineapple:before {
    content: "\e31f"
}

.fa-pipe:before {
    content: "\7c"
}

.fa-pipe-circle-check:before {
    content: "\e436"
}

.fa-pipe-collar:before {
    content: "\e437"
}

.fa-pipe-section:before {
    content: "\e438"
}

.fa-pipe-smoking:before {
    content: "\e3c4"
}

.fa-pipe-valve:before {
    content: "\e439"
}

.fa-pizza:before {
    content: "\f817"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-circle-check:before {
    content: "\e555"
}

.fa-plane-circle-exclamation:before {
    content: "\e556"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-alt:before, .fa-plane-engines:before {
    content: "\f3de"
}

.fa-plane-lock:before {
    content: "\e558"
}

.fa-plane-prop:before {
    content: "\e22b"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-plane-tail:before {
    content: "\e22c"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-plane-up-slash:before {
    content: "\e22e"
}

.fa-planet-moon:before {
    content: "\e01f"
}

.fa-planet-ringed:before {
    content: "\e020"
}

.fa-plant-wilt:before {
    content: "\e43b"
}

.fa-plate-utensils:before {
    content: "\e559"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-pause:before {
    content: "\e22f"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

.fa-plug-circle-check:before {
    content: "\e55c"
}

.fa-plug-circle-exclamation:before {
    content: "\e55d"
}

.fa-plug-circle-minus:before {
    content: "\e55e"
}

.fa-plug-circle-plus:before {
    content: "\e55f"
}

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-add:before, .fa-plus:before {
    content: "\2b"
}

.fa-plus-large:before {
    content: "\e59e"
}

.fa-plus-minus:before {
    content: "\e43c"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-podium:before {
    content: "\f680"
}

.fa-podium-star:before {
    content: "\f758"
}

.fa-police-box:before {
    content: "\e021"
}

.fa-poll-people:before {
    content: "\f759"
}

.fa-pompebled:before {
    content: "\e43d"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-bolt:before, .fa-poo-storm:before {
    content: "\f75a"
}

.fa-pool-8-ball:before {
    content: "\e3c5"
}

.fa-poop:before {
    content: "\f619"
}

.fa-popcorn:before {
    content: "\f819"
}

.fa-popsicle:before {
    content: "\e43e"
}

.fa-pot-food:before {
    content: "\e43f"
}

.fa-potato:before {
    content: "\e440"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-presentation-screen:before, .fa-presentation:before {
    content: "\f685"
}

.fa-pretzel:before {
    content: "\e441"
}

.fa-print:before {
    content: "\f02f"
}

.fa-print-magnifying-glass:before, .fa-print-search:before {
    content: "\f81a"
}

.fa-print-slash:before {
    content: "\f686"
}

.fa-projector:before {
    content: "\f8d6"
}

.fa-pump:before {
    content: "\e442"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pumpkin:before {
    content: "\f707"
}

.fa-puzzle:before {
    content: "\e443"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-puzzle-piece-alt:before, .fa-puzzle-piece-simple:before {
    content: "\e231"
}

.fa-q:before {
    content: "\51"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\3f"
}

.fa-quote-left-alt:before, .fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right-alt:before, .fa-quote-right:before {
    content: "\f10e"
}

.fa-quotes:before {
    content: "\e234"
}

.fa-r:before {
    content: "\52"
}

.fa-rabbit:before {
    content: "\f708"
}

.fa-rabbit-fast:before, .fa-rabbit-running:before {
    content: "\f709"
}

.fa-racquet:before {
    content: "\f45a"
}

.fa-radar:before {
    content: "\e024"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-radio-alt:before, .fa-radio-tuner:before {
    content: "\f8d8"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-raindrops:before {
    content: "\f75c"
}

.fa-ram:before {
    content: "\f70a"
}

.fa-ramp-loading:before {
    content: "\f4d4"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-raygun:before {
    content: "\e025"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-rectangle-landscape:before, .fa-rectangle:before {
    content: "\f2fa"
}

.fa-ad:before, .fa-rectangle-ad:before {
    content: "\f641"
}

.fa-barcode-alt:before, .fa-rectangle-barcode:before {
    content: "\f463"
}

.fa-rectangle-code:before {
    content: "\e322"
}

.fa-rectangle-history:before {
    content: "\e4a2"
}

.fa-rectangle-history-circle-plus:before {
    content: "\e4a3"
}

.fa-rectangle-history-circle-user:before {
    content: "\e4a4"
}

.fa-list-alt:before, .fa-rectangle-list:before {
    content: "\f022"
}

.fa-pro:before, .fa-rectangle-pro:before {
    content: "\e235"
}

.fa-rectangle-terminal:before {
    content: "\e236"
}

.fa-rectangle-portrait:before, .fa-rectangle-vertical:before {
    content: "\f2fb"
}

.fa-rectangle-vertical-history:before {
    content: "\e237"
}

.fa-rectangle-wide:before {
    content: "\f2fc"
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
    content: "\f410"
}

.fa-rectangles-mixed:before {
    content: "\e323"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-reel:before {
    content: "\e238"
}

.fa-refrigerator:before {
    content: "\e026"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-repeat-1:before {
    content: "\f365"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f3e5"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-reply-clock:before, .fa-reply-time:before {
    content: "\e239"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-restroom-simple:before {
    content: "\e23a"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rhombus:before {
    content: "\e23b"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-arrow-alt-right:before, .fa-right:before {
    content: "\f356"
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-arrow-alt-from-left:before, .fa-right-from-line:before {
    content: "\f347"
}

.fa-exchange-alt:before, .fa-right-left:before {
    content: "\f362"
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
    content: "\f30b"
}

.fa-right-long-to-line:before {
    content: "\e444"
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-arrow-alt-to-right:before, .fa-right-to-line:before {
    content: "\f34c"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-rings-wedding:before {
    content: "\f81b"
}

.fa-road:before {
    content: "\f018"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-road-bridge:before {
    content: "\e563"
}

.fa-road-circle-check:before {
    content: "\e564"
}

.fa-road-circle-exclamation:before {
    content: "\e565"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-robot:before {
    content: "\f544"
}

.fa-robot-astromech:before {
    content: "\e2d2"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocket-launch:before {
    content: "\e027"
}

.fa-roller-coaster:before {
    content: "\e324"
}

.fa-rotate:before, .fa-sync-alt:before {
    content: "\f2f1"
}

.fa-rotate-exclamation:before {
    content: "\e23c"
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
    content: "\f2ea"
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
    content: "\f2f9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-route-highway:before {
    content: "\f61a"
}

.fa-route-interstate:before {
    content: "\f61b"
}

.fa-router:before {
    content: "\f8da"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
    content: "\f158"
}

.fa-rug:before {
    content: "\e569"
}

.fa-rugby-ball:before {
    content: "\e3c6"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-triangle:before {
    content: "\f61c"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before, .fa-rupee:before {
    content: "\f156"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

.fa-rv:before {
    content: "\f7be"
}

.fa-s:before {
    content: "\53"
}

.fa-sack:before {
    content: "\f81c"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-bowl-salad:before, .fa-salad:before {
    content: "\f81e"
}

.fa-salt-shaker:before {
    content: "\e446"
}

.fa-sandwich:before {
    content: "\f81f"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-sausage:before {
    content: "\f820"
}

.fa-saxophone:before {
    content: "\f8dc"
}

.fa-sax-hot:before, .fa-saxophone-fire:before {
    content: "\f8db"
}

.fa-balance-scale:before, .fa-scale-balanced:before {
    content: "\f24e"
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
    content: "\f515"
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
    content: "\f516"
}

.fa-scalpel:before {
    content: "\f61d"
}

.fa-scalpel-line-dashed:before, .fa-scalpel-path:before {
    content: "\f61e"
}

.fa-scanner-image:before, .fa-scanner:before {
    content: "\f8f3"
}

.fa-scanner-gun:before {
    content: "\f488"
}

.fa-scanner-keyboard:before {
    content: "\f489"
}

.fa-scanner-touchscreen:before {
    content: "\f48a"
}

.fa-scarecrow:before {
    content: "\f70d"
}

.fa-scarf:before {
    content: "\f7c1"
}

.fa-school:before {
    content: "\f549"
}

.fa-school-circle-check:before {
    content: "\e56b"
}

.fa-school-circle-exclamation:before {
    content: "\e56c"
}

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-school-lock:before {
    content: "\e56f"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-screen-users:before, .fa-users-class:before {
    content: "\f63d"
}

.fa-screencast:before {
    content: "\e23e"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-screwdriver-wrench:before, .fa-tools:before {
    content: "\f7d9"
}

.fa-scribble:before {
    content: "\e23f"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-scroll-old:before {
    content: "\f70f"
}

.fa-scroll-torah:before, .fa-torah:before {
    content: "\f6a0"
}

.fa-scrubber:before {
    content: "\f2f8"
}

.fa-scythe:before {
    content: "\f710"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-sd-cards:before {
    content: "\e240"
}

.fa-seal:before {
    content: "\e241"
}

.fa-seal-exclamation:before {
    content: "\e242"
}

.fa-seal-question:before {
    content: "\e243"
}

.fa-seat-airline:before {
    content: "\e244"
}

.fa-section:before {
    content: "\e447"
}

.fa-seedling:before, .fa-sprout:before {
    content: "\f4d8"
}

.fa-semicolon:before {
    content: "\3b"
}

.fa-send-back:before {
    content: "\f87e"
}

.fa-send-backward:before {
    content: "\f87f"
}

.fa-sensor:before {
    content: "\e028"
}

.fa-sensor-cloud:before, .fa-sensor-smoke:before {
    content: "\e02c"
}

.fa-sensor-fire:before {
    content: "\e02a"
}

.fa-sensor-on:before {
    content: "\e02b"
}

.fa-sensor-alert:before, .fa-sensor-triangle-exclamation:before {
    content: "\e029"
}

.fa-server:before {
    content: "\f233"
}

.fa-shapes:before, .fa-triangle-circle-square:before {
    content: "\f61f"
}

.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-share-all:before {
    content: "\f367"
}

.fa-share-from-square:before, .fa-share-square:before {
    content: "\f14d"
}

.fa-share-alt:before, .fa-share-nodes:before {
    content: "\f1e0"
}

.fa-sheep:before {
    content: "\f711"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-inventory:before, .fa-shelves:before {
    content: "\f480"
}

.fa-shelves-empty:before {
    content: "\e246"
}

.fa-shield-blank:before, .fa-shield:before {
    content: "\f132"
}

.fa-shield-cat:before {
    content: "\e572"
}

.fa-shield-check:before {
    content: "\f2f7"
}

.fa-shield-cross:before {
    content: "\f712"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-shield-exclamation:before {
    content: "\e247"
}

.fa-shield-alt:before, .fa-shield-halved:before {
    content: "\f3ed"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-shield-keyhole:before {
    content: "\e248"
}

.fa-shield-minus:before {
    content: "\e249"
}

.fa-shield-plus:before {
    content: "\e24a"
}

.fa-shield-quartered:before {
    content: "\e575"
}

.fa-shield-slash:before {
    content: "\e24b"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-shield-times:before, .fa-shield-xmark:before {
    content: "\e24c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
    content: "\f553"
}

.fa-shirt-long-sleeve:before {
    content: "\e3c7"
}

.fa-shirt-running:before {
    content: "\e3c8"
}

.fa-shirt-tank-top:before {
    content: "\e3c9"
}

.fa-shish-kebab:before {
    content: "\f821"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shop:before, .fa-store-alt:before {
    content: "\f54f"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
    content: "\e070"
}

.fa-shovel:before {
    content: "\f713"
}

.fa-shovel-snow:before {
    content: "\f7c3"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shower-alt:before, .fa-shower-down:before {
    content: "\e24d"
}

.fa-shredder:before {
    content: "\f68a"
}

.fa-shrimp:before {
    content: "\e448"
}

.fa-random:before, .fa-shuffle:before {
    content: "\f074"
}

.fa-shutters:before {
    content: "\e449"
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
    content: "\f197"
}

.fa-shuttlecock:before {
    content: "\f45b"
}

.fa-sickle:before {
    content: "\f822"
}

.fa-sidebar:before {
    content: "\e24e"
}

.fa-sidebar-flip:before {
    content: "\e24f"
}

.fa-sigma:before {
    content: "\f68b"
}

.fa-sign-hanging:before, .fa-sign:before {
    content: "\f4d9"
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
    content: "\f012"
}

.fa-signal-alt-4:before, .fa-signal-alt:before, .fa-signal-bars-strong:before, .fa-signal-bars:before {
    content: "\f690"
}

.fa-signal-alt-2:before, .fa-signal-bars-fair:before {
    content: "\f692"
}

.fa-signal-alt-3:before, .fa-signal-bars-good:before {
    content: "\f693"
}

.fa-signal-alt-slash:before, .fa-signal-bars-slash:before {
    content: "\f694"
}

.fa-signal-alt-1:before, .fa-signal-bars-weak:before {
    content: "\f691"
}

.fa-signal-2:before, .fa-signal-fair:before {
    content: "\f68d"
}

.fa-signal-3:before, .fa-signal-good:before {
    content: "\f68e"
}

.fa-signal-slash:before {
    content: "\f695"
}

.fa-signal-stream:before {
    content: "\f8dd"
}

.fa-signal-stream-slash:before {
    content: "\e250"
}

.fa-signal-4:before, .fa-signal-strong:before {
    content: "\f68f"
}

.fa-signal-1:before, .fa-signal-weak:before {
    content: "\f68c"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-signature-lock:before {
    content: "\e3ca"
}

.fa-signature-slash:before {
    content: "\e3cb"
}

.fa-map-signs:before, .fa-signs-post:before {
    content: "\f277"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-sim-cards:before {
    content: "\e251"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-siren:before {
    content: "\e02d"
}

.fa-siren-on:before {
    content: "\e02e"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-skeleton:before {
    content: "\f620"
}

.fa-ski-boot:before {
    content: "\e3cc"
}

.fa-ski-boot-ski:before {
    content: "\e3cd"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-cow:before {
    content: "\f8de"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-slash:before {
    content: "\f715"
}

.fa-slash-back:before {
    content: "\5c"
}

.fa-slash-forward:before {
    content: "\2f"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-slider:before {
    content: "\e252"
}

.fa-sliders-h:before, .fa-sliders:before {
    content: "\f1de"
}

.fa-sliders-simple:before {
    content: "\e253"
}

.fa-sliders-up:before, .fa-sliders-v:before {
    content: "\f3f1"
}

.fa-slot-machine:before {
    content: "\e3ce"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoke:before {
    content: "\f760"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-snake:before {
    content: "\f716"
}

.fa-snooze:before, .fa-zzz:before {
    content: "\f880"
}

.fa-snow-blowing:before {
    content: "\f761"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowflakes:before {
    content: "\f7cf"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-frosty-head:before, .fa-snowman-head:before {
    content: "\f79b"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-creemee:before, .fa-soft-serve:before {
    content: "\e400"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-solar-system:before {
    content: "\e02f"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-station-moon:before {
    content: "\e033"
}

.fa-space-station-moon-alt:before, .fa-space-station-moon-construction:before {
    content: "\e034"
}

.fa-spade:before {
    content: "\f2f4"
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-sparkles:before {
    content: "\f890"
}

.fa-speaker:before {
    content: "\f8df"
}

.fa-speakers:before {
    content: "\f8e0"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spider-black-widow:before {
    content: "\f718"
}

.fa-spider-web:before {
    content: "\f719"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spinner-third:before {
    content: "\f3f4"
}

.fa-split:before {
    content: "\e254"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spoon:before, .fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-sportsball:before {
    content: "\e44b"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
    content: "\f5d0"
}

.fa-sprinkler:before {
    content: "\e035"
}

.fa-sprinkler-ceiling:before {
    content: "\e44c"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-0:before {
    content: "\e255"
}

.fa-square-1:before {
    content: "\e256"
}

.fa-square-2:before {
    content: "\e257"
}

.fa-square-3:before {
    content: "\e258"
}

.fa-square-4:before {
    content: "\e259"
}

.fa-square-5:before {
    content: "\e25a"
}

.fa-square-6:before {
    content: "\e25b"
}

.fa-square-7:before {
    content: "\e25c"
}

.fa-square-8:before {
    content: "\e25d"
}

.fa-square-9:before {
    content: "\e25e"
}

.fa-square-a:before {
    content: "\e25f"
}

.fa-square-a-lock:before {
    content: "\e44d"
}

.fa-square-ampersand:before {
    content: "\e260"
}

.fa-arrow-square-down:before, .fa-square-arrow-down:before {
    content: "\f339"
}

.fa-square-arrow-down-left:before {
    content: "\e261"
}

.fa-square-arrow-down-right:before {
    content: "\e262"
}

.fa-arrow-square-left:before, .fa-square-arrow-left:before {
    content: "\f33a"
}

.fa-arrow-square-right:before, .fa-square-arrow-right:before {
    content: "\f33b"
}

.fa-arrow-square-up:before, .fa-square-arrow-up:before {
    content: "\f33c"
}

.fa-square-arrow-up-left:before {
    content: "\e263"
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-square-b:before {
    content: "\e264"
}

.fa-square-bolt:before {
    content: "\e265"
}

.fa-square-c:before {
    content: "\e266"
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
    content: "\f150"
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
    content: "\f191"
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
    content: "\f152"
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
    content: "\f151"
}

.fa-check-square:before, .fa-square-check:before {
    content: "\f14a"
}

.fa-chevron-square-down:before, .fa-square-chevron-down:before {
    content: "\f329"
}

.fa-chevron-square-left:before, .fa-square-chevron-left:before {
    content: "\f32a"
}

.fa-chevron-square-right:before, .fa-square-chevron-right:before {
    content: "\f32b"
}

.fa-chevron-square-up:before, .fa-square-chevron-up:before {
    content: "\f32c"
}

.fa-square-code:before {
    content: "\e267"
}

.fa-square-d:before {
    content: "\e268"
}

.fa-square-dashed:before {
    content: "\e269"
}

.fa-square-divide:before {
    content: "\e26a"
}

.fa-dollar-square:before, .fa-square-dollar:before, .fa-usd-square:before {
    content: "\f2e9"
}

.fa-arrow-alt-square-down:before, .fa-square-down:before {
    content: "\f350"
}

.fa-square-down-left:before {
    content: "\e26b"
}

.fa-square-down-right:before {
    content: "\e26c"
}

.fa-square-e:before {
    content: "\e26d"
}

.fa-square-ellipsis:before {
    content: "\e26e"
}

.fa-square-ellipsis-vertical:before {
    content: "\e26f"
}

.fa-envelope-square:before, .fa-square-envelope:before {
    content: "\f199"
}

.fa-exclamation-square:before, .fa-square-exclamation:before {
    content: "\f321"
}

.fa-square-f:before {
    content: "\e270"
}

.fa-box-fragile:before, .fa-square-fragile:before, .fa-square-wine-glass-crack:before {
    content: "\f49b"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-g:before {
    content: "\e271"
}

.fa-h-square:before, .fa-square-h:before {
    content: "\f0fd"
}

.fa-heart-square:before, .fa-square-heart:before {
    content: "\f4c8"
}

.fa-square-i:before {
    content: "\e272"
}

.fa-info-square:before, .fa-square-info:before {
    content: "\f30f"
}

.fa-square-j:before {
    content: "\e273"
}

.fa-square-k:before {
    content: "\e274"
}

.fa-square-kanban:before {
    content: "\e488"
}

.fa-square-l:before {
    content: "\e275"
}

.fa-arrow-alt-square-left:before, .fa-square-left:before {
    content: "\f351"
}

.fa-square-list:before {
    content: "\e489"
}

.fa-square-m:before {
    content: "\e276"
}

.fa-minus-square:before, .fa-square-minus:before {
    content: "\f146"
}

.fa-square-n:before {
    content: "\e277"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-square-o:before {
    content: "\e278"
}

.fa-square-p:before {
    content: "\e279"
}

.fa-parking:before, .fa-square-parking:before {
    content: "\f540"
}

.fa-parking-slash:before, .fa-square-parking-slash:before {
    content: "\f617"
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
    content: "\f14b"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-phone-square:before, .fa-square-phone:before {
    content: "\f098"
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
    content: "\f87b"
}

.fa-phone-square-down:before, .fa-square-phone-hangup:before {
    content: "\e27a"
}

.fa-plus-square:before, .fa-square-plus:before {
    content: "\f0fe"
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
    content: "\f682"
}

.fa-poll:before, .fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-square-q:before {
    content: "\e27b"
}

.fa-square-quarters:before {
    content: "\e44e"
}

.fa-question-square:before, .fa-square-question:before {
    content: "\f2fd"
}

.fa-square-quote:before {
    content: "\e329"
}

.fa-square-r:before {
    content: "\e27c"
}

.fa-arrow-alt-square-right:before, .fa-square-right:before {
    content: "\f352"
}

.fa-square-ring:before {
    content: "\e44f"
}

.fa-square-root:before {
    content: "\f697"
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
    content: "\f698"
}

.fa-rss-square:before, .fa-square-rss:before {
    content: "\f143"
}

.fa-square-s:before {
    content: "\e27d"
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
    content: "\f1e1"
}

.fa-sliders-h-square:before, .fa-square-sliders:before {
    content: "\f3f0"
}

.fa-sliders-v-square:before, .fa-square-sliders-vertical:before {
    content: "\f3f2"
}

.fa-square-small:before {
    content: "\e27e"
}

.fa-square-star:before {
    content: "\e27f"
}

.fa-square-t:before {
    content: "\e280"
}

.fa-square-terminal:before {
    content: "\e32a"
}

.fa-box-up:before, .fa-square-this-way-up:before {
    content: "\f49f"
}

.fa-square-u:before {
    content: "\e281"
}

.fa-arrow-alt-square-up:before, .fa-square-up:before {
    content: "\f353"
}

.fa-square-up-left:before {
    content: "\e282"
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
    content: "\f360"
}

.fa-square-user:before {
    content: "\e283"
}

.fa-square-v:before {
    content: "\e284"
}

.fa-square-virus:before {
    content: "\e578"
}

.fa-square-w:before {
    content: "\e285"
}

.fa-square-x:before {
    content: "\e286"
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
    content: "\f2d3"
}

.fa-square-y:before {
    content: "\e287"
}

.fa-square-z:before {
    content: "\e288"
}

.fa-squid:before {
    content: "\e450"
}

.fa-squirrel:before {
    content: "\f71a"
}

.fa-staff:before {
    content: "\f71b"
}

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
    content: "\e579"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-rectangle-sd:before, .fa-standard-definition:before {
    content: "\e28a"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-christmas:before {
    content: "\f7d4"
}

.fa-star-exclamation:before {
    content: "\f2f3"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-star-sharp:before {
    content: "\e28b"
}

.fa-star-sharp-half:before {
    content: "\e28c"
}

.fa-star-sharp-half-alt:before, .fa-star-sharp-half-stroke:before {
    content: "\e28d"
}

.fa-star-shooting:before {
    content: "\e036"
}

.fa-starfighter:before {
    content: "\e037"
}

.fa-starfighter-alt:before, .fa-starfighter-twin-ion-engine:before {
    content: "\e038"
}

.fa-starfighter-alt-advanced:before, .fa-starfighter-twin-ion-engine-advanced:before {
    content: "\e28e"
}

.fa-stars:before {
    content: "\f762"
}

.fa-starship:before {
    content: "\e039"
}

.fa-starship-freighter:before {
    content: "\e03a"
}

.fa-steak:before {
    content: "\f824"
}

.fa-steering-wheel:before {
    content: "\f622"
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
    content: "\f154"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-stocking:before {
    content: "\f7d5"
}

.fa-stomach:before {
    content: "\f623"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-lock:before {
    content: "\e4a6"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strawberry:before {
    content: "\e32b"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-stretcher:before {
    content: "\f825"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-medkit:before, .fa-suitcase-medical:before {
    content: "\f0fa"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-sun-alt:before, .fa-sun-bright:before {
    content: "\e28f"
}

.fa-sun-cloud:before {
    content: "\f763"
}

.fa-sun-dust:before {
    content: "\f764"
}

.fa-sun-haze:before {
    content: "\f765"
}

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-sunglasses:before {
    content: "\f892"
}

.fa-sunrise:before {
    content: "\f766"
}

.fa-sunset:before {
    content: "\f767"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-nigiri:before, .fa-sushi:before {
    content: "\e48a"
}

.fa-maki-roll:before, .fa-makizushi:before, .fa-sushi-roll:before {
    content: "\e48b"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-sword:before {
    content: "\f71c"
}

.fa-sword-laser:before {
    content: "\e03b"
}

.fa-sword-laser-alt:before {
    content: "\e03c"
}

.fa-swords:before {
    content: "\f71d"
}

.fa-swords-laser:before {
    content: "\e03d"
}

.fa-icons-alt:before, .fa-symbols:before {
    content: "\f86e"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-t:before {
    content: "\54"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-cells:before, .fa-th:before {
    content: "\f00a"
}

.fa-table-cells-large:before, .fa-th-large:before {
    content: "\f009"
}

.fa-columns:before, .fa-table-columns:before {
    content: "\f0db"
}

.fa-table-layout:before {
    content: "\e290"
}

.fa-table-list:before, .fa-th-list:before {
    content: "\f00b"
}

.fa-table-picnic:before {
    content: "\e32d"
}

.fa-table-pivot:before {
    content: "\e291"
}

.fa-rows:before, .fa-table-rows:before {
    content: "\e292"
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
    content: "\f45d"
}

.fa-table-tree:before {
    content: "\e293"
}

.fa-tablet-android:before, .fa-tablet:before {
    content: "\f3fb"
}

.fa-tablet-button:before {
    content: "\f10a"
}

.fa-tablet-rugged:before {
    content: "\f48f"
}

.fa-tablet-android-alt:before, .fa-tablet-screen:before {
    content: "\f3fc"
}

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
    content: "\f566"
}

.fa-taco:before {
    content: "\f826"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tally-5:before, .fa-tally:before {
    content: "\f69c"
}

.fa-tally-1:before {
    content: "\e294"
}

.fa-tally-2:before {
    content: "\e295"
}

.fa-tally-3:before {
    content: "\e296"
}

.fa-tally-4:before {
    content: "\e297"
}

.fa-tamale:before {
    content: "\e451"
}

.fa-tank-water:before {
    content: "\e452"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-taxi-bus:before {
    content: "\e298"
}

.fa-teddy-bear:before {
    content: "\e3cf"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telescope:before {
    content: "\e03e"
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
    content: "\e03f"
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
    content: "\e040"
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-list:before {
    content: "\e299"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-temperature-frigid:before, .fa-temperature-snow:before {
    content: "\f768"
}

.fa-temperature-hot:before, .fa-temperature-sun:before {
    content: "\f76a"
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-tenge-sign:before, .fa-tenge:before {
    content: "\f7d7"
}

.fa-tennis-ball:before {
    content: "\f45e"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tent-arrows-down:before {
    content: "\e581"
}

.fa-tents:before {
    content: "\e582"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text:before {
    content: "\f893"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-size:before {
    content: "\f894"
}

.fa-remove-format:before, .fa-text-slash:before {
    content: "\f87d"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-theta:before {
    content: "\f69e"
}

.fa-thought-bubble:before {
    content: "\e32e"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumb-tack:before, .fa-thumbtack:before {
    content: "\f08d"
}

.fa-tick:before {
    content: "\e32f"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-ticket-airline:before {
    content: "\e29a"
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
    content: "\f3ff"
}

.fa-tickets-airline:before {
    content: "\e29b"
}

.fa-tilde:before {
    content: "\7e"
}

.fa-timeline:before {
    content: "\e29c"
}

.fa-timeline-arrow:before {
    content: "\e29d"
}

.fa-timer:before {
    content: "\e29e"
}

.fa-tire:before {
    content: "\f631"
}

.fa-tire-flat:before {
    content: "\f632"
}

.fa-tire-pressure-warning:before {
    content: "\f633"
}

.fa-tire-rugged:before {
    content: "\f634"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-alt:before, .fa-toilet-paper-blank:before {
    content: "\f71f"
}

.fa-toilet-paper-blank-under:before, .fa-toilet-paper-reverse-alt:before {
    content: "\e29f"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toilet-paper-reverse:before, .fa-toilet-paper-under:before {
    content: "\e2a0"
}

.fa-toilet-paper-reverse-slash:before, .fa-toilet-paper-under-slash:before {
    content: "\e2a1"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-tomato:before {
    content: "\e330"
}

.fa-tombstone:before {
    content: "\f720"
}

.fa-tombstone-alt:before, .fa-tombstone-blank:before {
    content: "\f721"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-toothbrush:before {
    content: "\f635"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
    content: "\f519"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-tower-control:before {
    content: "\e2a2"
}

.fa-tower-observation:before {
    content: "\e586"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-cone:before {
    content: "\f636"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-traffic-light-go:before {
    content: "\f638"
}

.fa-traffic-light-slow:before {
    content: "\f639"
}

.fa-traffic-light-stop:before {
    content: "\f63a"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before, .fa-train-subway:before {
    content: "\f239"
}

.fa-subway-tunnel:before, .fa-train-subway-tunnel:before {
    content: "\e2a3"
}

.fa-train-track:before {
    content: "\e453"
}

.fa-train-tram:before, .fa-tram:before {
    content: "\f7da"
}

.fa-train-tunnel:before {
    content: "\e454"
}

.fa-transformer-bolt:before {
    content: "\e2a4"
}

.fa-transgender-alt:before, .fa-transgender:before {
    content: "\f225"
}

.fa-transporter:before {
    content: "\e042"
}

.fa-transporter-1:before {
    content: "\e043"
}

.fa-transporter-2:before {
    content: "\e044"
}

.fa-transporter-3:before {
    content: "\e045"
}

.fa-transporter-4:before {
    content: "\e2a5"
}

.fa-transporter-5:before {
    content: "\e2a6"
}

.fa-transporter-6:before {
    content: "\e2a7"
}

.fa-transporter-7:before {
    content: "\e2a8"
}

.fa-transporter-empty:before {
    content: "\e046"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-alt:before, .fa-trash-can:before {
    content: "\f2ed"
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-trash-can-check:before {
    content: "\e2a9"
}

.fa-trash-can-clock:before {
    content: "\e2aa"
}

.fa-trash-can-list:before {
    content: "\e2ab"
}

.fa-trash-can-plus:before {
    content: "\e2ac"
}

.fa-trash-alt-slash:before, .fa-trash-can-slash:before {
    content: "\e2ad"
}

.fa-trash-can-arrow-turn-left:before, .fa-trash-can-undo:before, .fa-trash-undo-alt:before {
    content: "\f896"
}

.fa-trash-can-xmark:before {
    content: "\e2ae"
}

.fa-trash-check:before {
    content: "\e2af"
}

.fa-trash-clock:before {
    content: "\e2b0"
}

.fa-trash-list:before {
    content: "\e2b1"
}

.fa-trash-plus:before {
    content: "\e2b2"
}

.fa-trash-slash:before {
    content: "\e2b3"
}

.fa-trash-arrow-turn-left:before, .fa-trash-undo:before {
    content: "\f895"
}

.fa-trash-xmark:before {
    content: "\e2b4"
}

.fa-treasure-chest:before {
    content: "\f723"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-tree-christmas:before {
    content: "\f7db"
}

.fa-tree-city:before {
    content: "\e587"
}

.fa-tree-alt:before, .fa-tree-deciduous:before {
    content: "\f400"
}

.fa-tree-decorated:before {
    content: "\f7dc"
}

.fa-tree-large:before {
    content: "\f7dd"
}

.fa-tree-palm:before {
    content: "\f82b"
}

.fa-trees:before {
    content: "\f724"
}

.fa-triangle:before {
    content: "\f2ec"
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
    content: "\f071"
}

.fa-triangle-instrument:before, .fa-triangle-music:before {
    content: "\f8e2"
}

.fa-construction:before, .fa-triangle-person-digging:before {
    content: "\f85d"
}

.fa-trillium:before {
    content: "\e588"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-trophy-alt:before, .fa-trophy-star:before {
    content: "\f2eb"
}

.fa-trowel:before {
    content: "\e589"
}

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-truck-bolt:before {
    content: "\e3d0"
}

.fa-shipping-timed:before, .fa-truck-clock:before {
    content: "\f48c"
}

.fa-truck-container:before {
    content: "\f4dc"
}

.fa-truck-container-empty:before {
    content: "\e2b5"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-shipping-fast:before, .fa-truck-fast:before {
    content: "\f48b"
}

.fa-truck-field:before {
    content: "\e58d"
}

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-truck-flatbed:before {
    content: "\e2b6"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-ambulance:before, .fa-truck-medical:before {
    content: "\f0f9"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-truck-plow:before {
    content: "\f7de"
}

.fa-truck-ramp:before {
    content: "\f4e0"
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-truck-couch:before, .fa-truck-ramp-couch:before {
    content: "\f4dd"
}

.fa-truck-tow:before {
    content: "\e2b8"
}

.fa-trumpet:before {
    content: "\f8e3"
}

.fa-teletype:before, .fa-tty:before {
    content: "\f1e4"
}

.fa-teletype-answer:before, .fa-tty-answer:before {
    content: "\e2b9"
}

.fa-tugrik-sign:before {
    content: "\e2ba"
}

.fa-turkey:before {
    content: "\f725"
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
    content: "\e2bb"
}

.fa-level-down-alt:before, .fa-turn-down:before {
    content: "\f3be"
}

.fa-turn-down-left:before {
    content: "\e331"
}

.fa-turn-down-right:before {
    content: "\e455"
}

.fa-level-up-alt:before, .fa-turn-up:before {
    content: "\f3bf"
}

.fa-turntable:before {
    content: "\f8e4"
}

.fa-turtle:before {
    content: "\f726"
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
    content: "\f26c"
}

.fa-tv-music:before {
    content: "\f8e6"
}

.fa-tv-retro:before {
    content: "\f401"
}

.fa-typewriter:before {
    content: "\f8e7"
}

.fa-u:before {
    content: "\55"
}

.fa-ufo:before {
    content: "\e047"
}

.fa-ufo-beam:before {
    content: "\e048"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-umbrella-alt:before, .fa-umbrella-simple:before {
    content: "\e2bc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-unicorn:before {
    content: "\f727"
}

.fa-uniform-martial-arts:before {
    content: "\e3d1"
}

.fa-union:before {
    content: "\f6a2"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
    content: "\f13e"
}

.fa-arrow-alt-up:before, .fa-up:before {
    content: "\f357"
}

.fa-arrows-alt-v:before, .fa-up-down:before {
    content: "\f338"
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-up-from-bracket:before {
    content: "\e590"
}

.fa-up-from-dotted-line:before {
    content: "\e456"
}

.fa-arrow-alt-from-bottom:before, .fa-up-from-line:before {
    content: "\f346"
}

.fa-up-left:before {
    content: "\e2bd"
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
    content: "\f30c"
}

.fa-up-right:before {
    content: "\e2be"
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
    content: "\f35d"
}

.fa-up-to-dotted-line:before {
    content: "\e457"
}

.fa-arrow-alt-to-top:before, .fa-up-to-line:before {
    content: "\f34d"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb-drive:before {
    content: "\f8e9"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alien:before {
    content: "\e04a"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-bounty-hunter:before {
    content: "\e2bf"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-chef:before {
    content: "\e3d2"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cowboy:before {
    content: "\f8ea"
}

.fa-user-crown:before {
    content: "\f6a4"
}

.fa-user-doctor:before, .fa-user-md:before {
    content: "\f0f0"
}

.fa-user-doctor-hair:before {
    content: "\e458"
}

.fa-user-doctor-hair-long:before {
    content: "\e459"
}

.fa-user-doctor-message:before, .fa-user-md-chat:before {
    content: "\f82e"
}

.fa-user-cog:before, .fa-user-gear:before {
    content: "\f4fe"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-friends:before, .fa-user-group:before {
    content: "\f500"
}

.fa-user-group-crown:before, .fa-users-crown:before {
    content: "\f6a5"
}

.fa-user-hair:before {
    content: "\e45a"
}

.fa-user-hair-buns:before {
    content: "\e3d3"
}

.fa-user-hair-long:before {
    content: "\e45b"
}

.fa-business-front:before, .fa-party-back:before, .fa-trian-balbot:before, .fa-user-hair-mullet:before {
    content: "\e45c"
}

.fa-user-headset:before {
    content: "\f82d"
}

.fa-user-construction:before, .fa-user-hard-hat:before, .fa-user-helmet-safety:before {
    content: "\f82c"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-alt:before, .fa-user-large:before {
    content: "\f406"
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-music:before {
    content: "\f8eb"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-nurse-hair:before {
    content: "\e45d"
}

.fa-user-nurse-hair-long:before {
    content: "\e45e"
}

.fa-user-edit:before, .fa-user-pen:before {
    content: "\f4ff"
}

.fa-user-pilot:before {
    content: "\e2c0"
}

.fa-user-pilot-tie:before {
    content: "\e2c1"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-police:before {
    content: "\e333"
}

.fa-user-police-tie:before {
    content: "\e334"
}

.fa-user-robot:before {
    content: "\e04b"
}

.fa-user-robot-xmarks:before {
    content: "\e4a7"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shakespeare:before {
    content: "\e2c2"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-tie-hair:before {
    content: "\e45f"
}

.fa-user-tie-hair-long:before {
    content: "\e460"
}

.fa-user-unlock:before {
    content: "\e058"
}

.fa-user-visor:before {
    content: "\e04c"
}

.fa-user-vneck:before {
    content: "\e461"
}

.fa-user-vneck-hair:before {
    content: "\e462"
}

.fa-user-vneck-hair-long:before {
    content: "\e463"
}

.fa-user-times:before, .fa-user-xmark:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-users-cog:before, .fa-users-gear:before {
    content: "\f509"
}

.fa-users-line:before {
    content: "\e592"
}

.fa-users-medical:before {
    content: "\f830"
}

.fa-users-rays:before {
    content: "\e593"
}

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

.fa-cutlery:before, .fa-utensils:before {
    content: "\f2e7"
}

.fa-utensils-slash:before {
    content: "\e464"
}

.fa-utility-pole:before {
    content: "\e2c3"
}

.fa-utility-pole-double:before {
    content: "\e2c4"
}

.fa-v:before {
    content: "\56"
}

.fa-vacuum:before {
    content: "\e04d"
}

.fa-vacuum-robot:before {
    content: "\e04e"
}

.fa-value-absolute:before {
    content: "\f6a6"
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-vault:before {
    content: "\e2c5"
}

.fa-vector-circle:before {
    content: "\e2c6"
}

.fa-vector-polygon:before {
    content: "\e2c7"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-vent-damper:before {
    content: "\e465"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vial-circle-check:before {
    content: "\e596"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-vials:before {
    content: "\f493"
}

.fa-video-camera:before, .fa-video:before {
    content: "\f03d"
}

.fa-video-arrow-down-left:before {
    content: "\e2c8"
}

.fa-video-arrow-up-right:before {
    content: "\e2c9"
}

.fa-video-plus:before {
    content: "\f4e1"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-violin:before {
    content: "\f8ed"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-volleyball-ball:before, .fa-volleyball:before {
    content: "\f45f"
}

.fa-volume-medium:before, .fa-volume:before {
    content: "\f6a8"
}

.fa-volume-high:before, .fa-volume-up:before {
    content: "\f028"
}

.fa-volume-down:before, .fa-volume-low:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-slash:before {
    content: "\f2e2"
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-w:before {
    content: "\57"
}

.fa-waffle:before {
    content: "\e466"
}

.fa-wagon-covered:before {
    content: "\f8ee"
}

.fa-walker:before {
    content: "\f831"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-wand:before {
    content: "\f72a"
}

.fa-magic:before, .fa-wand-magic:before {
    content: "\f0d0"
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-warehouse-alt:before, .fa-warehouse-full:before {
    content: "\f495"
}

.fa-washer:before, .fa-washing-machine:before {
    content: "\f898"
}

.fa-watch:before {
    content: "\f2e1"
}

.fa-watch-apple:before {
    content: "\e2cb"
}

.fa-watch-calculator:before {
    content: "\f8f0"
}

.fa-watch-fitness:before {
    content: "\f63e"
}

.fa-watch-smart:before {
    content: "\e2cc"
}

.fa-water:before {
    content: "\f773"
}

.fa-water-arrow-down:before, .fa-water-lower:before {
    content: "\f774"
}

.fa-water-arrow-up:before, .fa-water-rise:before {
    content: "\f775"
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
    content: "\f5c5"
}

.fa-watermelon-slice:before {
    content: "\e337"
}

.fa-heart-rate:before, .fa-wave-pulse:before {
    content: "\f5f8"
}

.fa-wave-sine:before {
    content: "\f899"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-wave-triangle:before {
    content: "\f89a"
}

.fa-waveform:before {
    content: "\f8f1"
}

.fa-waveform-lines:before, .fa-waveform-path:before {
    content: "\f8f2"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weight-scale:before, .fa-weight:before {
    content: "\f496"
}

.fa-whale:before {
    content: "\f72c"
}

.fa-wheat:before {
    content: "\f72d"
}

.fa-wheat-alt:before, .fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-wheat-awn-slash:before {
    content: "\e338"
}

.fa-wheat-slash:before {
    content: "\e339"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
    content: "\f7a0"
}

.fa-glass-whiskey-rocks:before, .fa-whiskey-glass-ice:before {
    content: "\f7a1"
}

.fa-whistle:before {
    content: "\f460"
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
    content: "\f1eb"
}

.fa-wifi-exclamation:before {
    content: "\e2cf"
}

.fa-wifi-2:before, .fa-wifi-fair:before {
    content: "\f6ab"
}

.fa-wifi-slash:before {
    content: "\f6ac"
}

.fa-wifi-1:before, .fa-wifi-weak:before {
    content: "\f6aa"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-wind-turbine:before {
    content: "\f89b"
}

.fa-wind-circle-exclamation:before, .fa-wind-warning:before {
    content: "\f776"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before, .fa-window-flip:before {
    content: "\f40f"
}

.fa-window-frame:before {
    content: "\e04f"
}

.fa-window-frame-open:before {
    content: "\e050"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windsock:before {
    content: "\f777"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-fragile:before, .fa-wine-glass-crack:before {
    content: "\f4bb"
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
    content: "\f159"
}

.fa-worm:before {
    content: "\e599"
}

.fa-wreath:before {
    content: "\f7e2"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-wrench-simple:before {
    content: "\e2d1"
}

.fa-x:before {
    content: "\58"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
    content: "\f00d"
}

.fa-xmark-large:before {
    content: "\e59b"
}

.fa-times-to-slot:before, .fa-vote-nay:before, .fa-xmark-to-slot:before {
    content: "\f771"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-y:before {
    content: "\59"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-z:before {
    content: "\5a"
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-bots:before {
    content: "\e340"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-fly:before {
    content: "\f417"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-less:before {
    content: "\f41d"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-telegram-plane:before, .fa-telegram:before {
    content: "\f2c6"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
    content: "\e2d0"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.mfp-bg, .mfp-container, .mfp-wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

    .mfp-container:before, .mfp-content {
        display: inline-block;
        vertical-align: middle
    }

.mfp-bg {
    z-index: 1082;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1083;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        height: 100%
    }

.mfp-align-top .mfp-container:before, .mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1085
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-gallery .mfp-image-holder .mfp-figure, .mfp-zoom {
    cursor: pointer
}

.mfp-zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1084
}

    .mfp-close, .mfp-preloader a:hover {
        color: #fff
    }

    .mfp-preloader a {
        color: #ccc
    }

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1086;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-arrow:focus, .mfp-arrow:hover, .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        display: block;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000
    }

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile .mfp-bottom-bar:empty, .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

[class*=hint--] {
    position: relative;
    display: inline-block
}

    [class*=hint--]:after, [class*=hint--]:before {
        position: absolute;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: hidden;
        opacity: 0;
        z-index: 1000000;
        pointer-events: none;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    [class*=hint--]:hover:after, [class*=hint--]:hover:before {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        transition-delay: .1s
    }

    [class*=hint--]:before {
        content: '';
        position: absolute;
        background: 0 0;
        border: 6px solid transparent;
        z-index: 1000001
    }

    [class*=hint--]:after {
        background: #383838;
        color: #fff;
        padding: 8px 10px;
        font-size: 12px;
        line-height: 12px;
        white-space: nowrap;
        text-shadow: 0 -1px 0 #000;
        box-shadow: 4px 4px 8px rgba(0,0,0,.3)
    }

    [class*=hint--][aria-label]:after {
        content: attr(aria-label)
    }

    [class*=hint--][data-hint]:after {
        content: attr(data-hint)
    }

[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
    display: none !important
}

.hint--top:after, .hint--top:before {
    bottom: 100%;
    left: 50%
}

.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:after, .hint--bottom:before {
    top: 100%;
    left: 50%
}

.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px
}

.hint--right:after {
    margin-bottom: -14px
}

.hint--right:after, .hint--right:before {
    left: 100%;
    bottom: 50%
}

.hint--right:hover:after, .hint--right:hover:before {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px
}

.hint--left:after {
    margin-bottom: -14px
}

.hint--left:after, .hint--left:before {
    right: 100%;
    bottom: 50%
}

.hint--left:hover:after, .hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--top-left:after, .hint--top-left:before {
    bottom: 100%;
    left: 50%
}

.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:after, .hint--top-right:before {
    bottom: 100%;
    left: 50%
}

.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--bottom-left:after, .hint--bottom-left:before {
    top: 100%;
    left: 50%
}

.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:after, .hint--bottom-right:before {
    top: 100%;
    left: 50%
}

.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

@font-face {
    font-display: swap;
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        transform-style: preserve-3d
    }

    .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15)
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper:before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: 'next'
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
        display: block
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        width: var(--swiper-pagination-progressbar-size,4px);
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        left: var(--swiper-scrollbar-sides-offset,1%);
        bottom: var(--swiper-scrollbar-bottom,4px);
        top: var(--swiper-scrollbar-top,auto);
        z-index: 50;
        height: var(--swiper-scrollbar-size,4px);
        width: calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%))
    }

    .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
        position: absolute;
        left: var(--swiper-scrollbar-left,auto);
        right: var(--swiper-scrollbar-right,4px);
        top: var(--swiper-scrollbar-sides-offset,1%);
        z-index: 50;
        width: var(--swiper-scrollbar-size,4px);
        height: calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%))
    }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

    .swiper-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-cube.swiper-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-cube .swiper-cube-shadow:before {
            content: '';
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            filter: blur(50px)
        }

.swiper-flip {
    overflow: visible
}

    .swiper-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

    .swiper-cards .swiper-slide {
        transform-origin: center bottom;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: thin !important;
    scrollbar-height: thin !important;
    scrollbar-color: rgba(103,103,103,.3) rgba(0,0,0,0) !important;
    border-color: var(--main-color)
}

body {
    direction: rtl;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--avina-main-font);
    background-color: var(--body-bg1);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background-color: rgb(147 144 144/50%);
    border-radius: 8px
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,.8)
    }

body::-webkit-scrollbar-thumb {
    background-color: rgb(0 0 0/30%);
    border-radius: 8px
}

body::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(80,80,80,.3)
}

a, input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, span, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

a {
    text-decoration: none
}

ul, li, ol {
    list-style: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.elementor-section.elementor-section-boxed > .elementor-container, .main-content > .row, .main-content .avina_single, .header-5 .nav, .header-6 .nav, .menu-header .nav, .top-header .nav, .header_menu nav, .bottom-header .navbar, .avina_top_alert .content, .breadcrumb-section .content, .modal-body, .modal-header, .main-content > .row, .avina_footer .widget_section, .avina_footer .widget_section2 {
    width: 100%;
    max-width: var(--avina-con-max-width)
}

:root {
    --main-color: #e91e63;
    --second-color: #3a86ff;
    --body-bg1: #eee;
    --title-color1: #283149;
    --link-color: var(--main-color);
    --main-text-color: #202020;
    --content-text-color: #202020;
    --text-color1: #404b69;
    --widget-bg1: #f7f7f7;
    --border-color1: #bcbcbc;
    --border-color2: #cecece;
    --widget-bg2: #f7f8fb;
    --white-color: #fff;
    --black-color: #000;
    --header-bg: #fff;
    --header-text-color: #283149;
    --header-link-color: #283149;
    --header-link-hover: var(--main-color);
    --header-icon-color: #bcbcbc;
    --top-header-bg: #f1f1f1;
    --top-header-text-color: #283149;
    --top-header-link-color: #283149;
    --top-header-link-hover: var(--main-color);
    --top-header-icon-color: #bcbcbc;
    --footer-bg: #c2185b;
    --footer-link: #ddd;
    --footer-txt: #fff;
    --footer2-bg: #880e4f;
    --footer2-link: #ddd;
    --footer2-txt: #fafafa;
    --avina-main-font: Shabnam,sans-serif;
    --avina-second-font: iransans,sans-serif;
    --header-max-height: 60px;
    --avina-con-max-width: 1320px
}

.AvinaFC-inner, .slide-login .btn-vendor:hover, li.mobile-list.active .icon, .icon_box.avina_style4 .icon-box:hover, .AvinaFC-action-inner > div a:hover, .product-box .action-icon-box ul li:hover, .product-box-4 .action-icon-box ul li:hover a:before, .breadcrumb-section, .header-6, .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .color-bg-3, .action-icon-box ul li:hover, .offcanvas-header, .avina_top_alert, .AvinaCP-bar-btn, .AvinaFC-count span, .AvinaFC-area {
    background-color: var(--main-color)
}

.bg-danger {
    background-color: var(--main-color) !important
}

a, .blog_section .heading_title h5, .txt-clr-1, h1, h2, h3, h4, h5, h6, .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .form-control {
    color: var(--title-color1)
}

    .nav-link:focus, .nav-link:hover, .AvinaSE-product-actions .AvinaWL-btn:hover i, .AvinaSE-product-actions .AvinaQV-btn:hover i, .AvinaSE-product-actions .AvinaCP-btn:hover i, .AvinaSE-product-actions .atc-btn:hover .add_to_cart_inline .button:before, .action-icon-box-3 ul li:hover i, .avina_style4 .product_list_item:hover .product_list_title h4 a, .product_content_tab .nav-link.active i, .blog_section.avina_style3 .heading_title h3, .woocommerce-message:before, .woocommerce-info:before, .woocommerce a.remove, .txt-clr-2, a:hover, a.banner-link-s1, a:hover.banner-link-s1, .footer-menu li:hover a, a:hover h3 {
        color: var(--main-color)
    }

.card, .modal-content, .AvinaCP-popup .AvinaCP-popup-inner .AvinaCP-popup-content, .AvinaCP-table .AvinaCP-table-inner, .AvinaCP-table-items table thead tr th, .AvinaCP-table-items table tbody tr td, .AvinaFC-action-inner > div a, #AvinaQV-popup .single-product .product .summary {
    background-color: var(--white-color)
}

p, body, .select2-results__option, .AvinaCP-table-items table thead tr th, .AvinaCP-table-items table tbody tr td {
    color: var(--main-text-color)
}

.pro_content_des p, .post_content p, .post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6, .pro_content_des h1, .pro_content_des h2, .pro_content_des h3, .pro_content_des h4, .pro_content_des h5, .pro_content_des h6 {
    color: var(--content-text-color);
    padding: 7px 0
}

.pro_content_des a, .post_content a {
    color: var(--link-color)
}

    .pro_content_des a:hover, .post_content a:hover {
        color: var(--second-color)
    }

.dropdown-toggle:after, .navbar-light .navbar-nav .nav-link, .bottom-header-icon > li > a, .menu-header-icon li a {
    color: var(--header-link-color)
}

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: var(--header-link-hover)
    }

a.btn, button.btn, .elementor-button.elementor-button--view-cart, .elementor-button-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.elementor-button-text {
    height: auto !important
}

.btn-outline-danger {
    color: var(--main-color);
    border-color: var(--main-color)
}

    .btn-danger, .btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger.dropdown-toggle.show, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce-account .addresses .title .edit, .woocommerce button.button, .slide-login button.button:hover, .woocommerce input.button, .cart_box .button.wc-forward, .elementor-menu-cart__footer-buttons .elementor-button--view-cart, .cart_box .button.checkout.wc-forward:hover, .woocommerce button.button.alt.disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover, .woocommerce input.button:disabled[disabled], .dig_billing_wc_dv input[type=submit], .elementor-button {
        color: #fff;
        background-color: var(--main-color);
        border-color: var(--main-color)
    }

        .btn-danger.active, .btn-danger:focus, .btn-danger:hover, .btn-danger:active, .show > .btn-danger.dropdown-toggle, .woocommerce-account .addresses .title .edit:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .slide-login button.button, .woocommerce button.button:hover, .woocommerce input.button:hover, .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover, .cart_box .button.checkout.wc-forward, .elementor-menu-cart__footer-buttons .elementor-button--checkout, .cart_box .button.wc-forward:hover, .woocommerce button.button.alt.disabled:hover, .dig_billing_wc_dv input[type=submit]:hover, .elementor-button:hover {
            background-color: var(--second-color);
            border-color: var(--second-color);
            color: #fff
        }

.txt-clr-4 {
    color: var(--text-color1)
}

.txt-white {
    color: var(--white-color)
}

.border-clr-1 {
    border-color: var(--border-color1) !important
}

.border-clr-2 {
    border-color: var(--border-color2) !important
}

.border-radius-1 {
    border-radius: 1em
}

.color-bg-2 {
    background-color: var(--text-color1)
}

.color-bg-4 {
    background-color: var(--widget-bg1)
}

.color-bg-5 {
    background-color: var(--border-color1)
}

.color-bg-6 {
    background-color: var(--border-color2)
}

.color-bg-7 {
    background-color: var(--widget-bg2)
}

@font-face {
    font-display: swap;
    font-family: iranyekan;
    src: url("fonts/iranyekanweb.eot");
    src: url("fonts/iranyekanweb.eot?#iefix") format("embedded-opentype"),url("fonts/iranyekanweb.woff") format("font-woff"),url("fonts/iranyekanweb.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: iransans;
    src: url("fonts/IRANSansWeb.eot");
    src: url("fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),url("fonts/IRANSansWeb.woff") format("font-woff"),url("fonts/IRANSansWeb.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Vazir;
    src: url("fonts/Vazir.eot");
    src: url("fonts/Vazir.eot?#iefix") format("embedded-opentype"),url("fonts/Vazir.woff") format("font-woff"),url("fonts/Vazir.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Shabnam;
    src: url("fonts/Shabnam.eot");
    src: url("fonts/Shabnam.eot?#iefix") format("embedded-opentype"),url("fonts/Shabnam.woff") format("font-woff"),url("fonts/Shabnam.ttf") format("truetype")
}

:root, :host {
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(fonts/fa-light-300.woff2) format("woff2"),url(fonts/fa-light-300.ttf) format("truetype")
}

.fal, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fad, .fal, .far, .fas, .fat {
    font-family: "Font Awesome 6 Pro",serif;
    font-weight: 300
}

:host, :root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fonts/fa-brands-400.woff2) format("woff2"),url(fonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 300
}

.product_content_tab .tab-content .tab_head_title h3, p, ul, .AvinaFC-area, .AvinaFC-area a, .AvinaFC-area input, .AvinaFC-area p, .menu-header-icon span, .form-comment, .form-group, .form-control, .custom_select select option, .woocommerce-ordering select option, .avina_search select#product_cat, span.woocommerce-Price-amount.amount, button, .btn, input, textarea, label, .label, .AvinaSE-area a, .AvinaSE-area input, .AvinaSE-area p, .AvinaSE-search-input-inner select, option, .AvinaSE-no-items, .AvinaSE-error, [class*=hint--]:after, .offcanvas-title {
    font-family: var(--avina-main-font) !important
}

h1, h2, h3, h4, h5, h6, .dropdown-header, .elementor-widget-heading .elementor-heading-title {
    font-family: var(--avina-second-font) !important
}

button, button:hover, button:focus, input:focus, input:hover {
    outline: unset
}

.h1, h1 {
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.5
}

.h2, h2 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2
}

.h3, h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2
}

.h4, h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2
}

.h5, h5 {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.2
}

.h6, h6 {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.2
}

button#submit {
    border-radius: 10px;
    padding: 0 20px !important;
    border-radius: 10px;
    min-height: 40px
}

.list-none {
    list-style: none;
    padding: 0;
    margin: 0
}

select, input, textarea {
    border: 1px solid var(--border-color2);
    border-radius: 10px;
    padding: 0 10px;
    background-color: #f4f4f4;
    color: #222;
    min-height: 35px
}

    input[type=radio], input[type=checkbox] {
        min-height: unset
    }

        input[type=radio]:focus, input[type=checkbox]:focus {
            box-shadow: unset !important
        }

.box-shadow-s1 {
    box-shadow: 0 0 8px rgba(0,0,0,.1)
}

.box-shadow-normal {
    box-shadow: 0 0 8px 4px rgb(0 0 0/2%)
}

.fw-bolder {
    font-weight: 800 !important
}

.nav-tabs {
    display: flex
}

img.alignright {
    float: right;
    margin: 10px;
    display: inline-block
}

img.alignleft {
    float: left;
    margin: 10px;
    display: inline-block
}

img.aligncenter {
    text-align: center;
    display: flex;
    margin: 0 auto
}

.avina_loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.9) !important;
    z-index: 99999;
    transition: 1s
}

.avina_loading_image {
    position: relative;
    z-index: 1210
}

    .avina_loading_image:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        background-color: #fff;
        opacity: .5;
        animation: logo-width 2.5s
    }

@keyframes logo-width {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

.avina_loading.hide {
    transform: translateY(-110%)
}

.avina_loading2 {
    height: 20px;
    width: 250px;
    position: relative
}

.loader--dot {
    animation-name: avina-loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    border: 2px solid #fff
}

    .loader--dot:first-child {
        background-color: #8cc759;
        animation-delay: .5s
    }

    .loader--dot:nth-child(2) {
        background-color: #8c6daf;
        animation-delay: .4s
    }

    .loader--dot:nth-child(3) {
        background-color: #ef5d74;
        animation-delay: .3s
    }

    .loader--dot:nth-child(4) {
        background-color: #f9a74b;
        animation-delay: .2s
    }

    .loader--dot:nth-child(5) {
        background-color: #60beeb;
        animation-delay: .1s
    }

    .loader--dot:nth-child(6) {
        background-color: #fbef5a;
        animation-delay: 0s
    }

@keyframes avina-loader {
    15% {
        transform: translateX(0)
    }

    45% {
        transform: translateX(-230px)
    }

    65% {
        transform: translateX(-230px)
    }

    95% {
        transform: translateX(0)
    }
}

.l-preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.c-preloader {
    width: 60px;
    height: 60px;
    position: relative
}

    .c-preloader:before {
        content: "";
        width: 60px;
        height: 60px;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        background-color: var(--main-color);
        opacity: 0;
        transform: scale(0);
        animation-name: preloading;
        animation-duration: 1.2s;
        animation-delay: 0s;
        animation-timing-function: linear;
        animation-iteration-count: infinite
    }

    .c-preloader:after {
        content: "";
        width: 60px;
        height: 60px;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        background-color: var(--main-color);
        opacity: 0;
        transform: scale(0);
        animation-name: preloading;
        animation-duration: 1.2s;
        animation-delay: -.6s;
        animation-timing-function: linear;
        animation-iteration-count: infinite
    }

@keyframes preloading {
    0% {
        opacity: 1;
        transform: scale(0)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

.avina_top_alert {
    display: none;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 999;
    padding: 7px 0
}

    .avina_top_alert .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-self: center;
        margin: 0 auto
    }

    .top_alert_close, .avina_top_alert .link {
        display: flex;
        align-items: center;
        padding: 6px 12px;
        border-radius: 6px;
        color: #333;
        background-color: #fff;
        font-size: 16px;
        cursor: pointer;
        transition: .3s all
    }

    .avina_top_alert .link {
        font-size: 14px;
        font-weight: 500
    }

        .avina_top_alert .link:hover, .top_alert_close:hover {
            color: #fff;
            background-color: var(--second-color)
        }

    .avina_top_alert .text {
        padding: 0 20px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: 25px;
        margin: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        text-align: center
    }

    .avina_top_alert.type2 {
        padding: 0
    }

    .avina_top_alert .just_img {
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 40px
    }

        .avina_top_alert .just_img img {
            object-fit: cover;
            width: 100%
        }

    .avina_top_alert.type2 .top_alert_close {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px
    }

    .avina_top_alert.type2 .link {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px
    }

.elementor-element {
    --display: flex;
    --width: 100%;
    --flex-direction: row;
    --align-items: center;
    --justify-content: center;
    --flex-wrap: wrap;
    --align-content: center
}

    .e-con.e-con > .e-con-inner > .elementor-widget, .elementor.elementor .e-con > .elementor-widget, .e-con .elementor-widget, .e-container .elementor-widget, .elementor-element .elementor-widget-container {
        width: 100%
    }

.badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color)
}

.product-box-image .badge {
    padding: .5em .7em;
    font-size: 12px;
    font-weight: 500
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-button-disabled {
    opacity: 0 !important;
    cursor: not-allowed;
    visibility: hidden
}

.slides {
    position: relative;
    margin: 0 15px
}

.item.swiper-slide {
    height: auto;
    padding: 5px 0
}

.product_carousel_section.avina_style3 .item.swiper-slide {
    padding: 0
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-pagination {
    position: relative !important
}

#AvinaQV-popup .swiper-pagination {
    position: absolute !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: unset !important;
    left: unset;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.avina_slider2 .swiper-horizontal > .swiper-pagination-bullets, .avina_slider2 .swiper-pagination-bullets.swiper-pagination-horizontal, .avina_slider2 .swiper-pagination-custom, .avina_slider2 .swiper-pagination-fraction, #AvinaQV-popup .swiper-horizontal > .swiper-pagination-bullets, #AvinaQV-popup .swiper-pagination-bullets.swiper-pagination-horizontal, #AvinaQV-popup .swiper-pagination-custom, #AvinaQV-popup .swiper-pagination-fraction {
    bottom: 0 !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute !important
}

.avina_prev_Arrow {
    left: -15px
}

.avina_next_Arrow {
    right: -15px
}

.avina_prev_Arrow, .avina_next_Arrow {
    background: var(--white-color);
    color: var(--black-color);
    padding: 5px !important;
    border: 1px solid var(--border-color1);
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #0000002b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s;
    opacity: .4;
    z-index: 9;
    cursor: pointer;
    text-decoration: none
}

.carousel-dark .avina_prev_Arrow, .carousel-dark .avina_next_Arrow {
    background: var(--black-color);
    color: var(--white-color);
    opacity: .4
}

.avina_prev_Arrow:hover, .avina_next_Arrow:hover {
    opacity: .8
}

.avina_next_Arrow:before, .avina_prev_Arrow:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    line-height: 40px;
    opacity: .6
}

.avina_prev_Arrow:before {
    content: "\f177"
}

.avina_next_Arrow:before {
    content: "\f178"
}

.blog_section.avina_style5 .avina_prev_Arrow, .blog_section.avina_style5 .avina_next_Arrow, .blog_section.avina_style4 .avina_prev_Arrow, .blog_section.avina_style4 .avina_next_Arrow, .offer-carousel .avina_prev_Arrow, .offer-carousel .avina_next_Arrow, .product_carousel_section .avina_prev_Arrow, .product_carousel_section .avina_next_Arrow {
    top: 33%;
    transform: translateY(0px)
}

.avina_slider2 .avina_prev_Arrow, .avina_slider2 .avina_next_Arrow {
    padding: 7px 10px !important
}

.avina_slider2 .avina_prev_Arrow {
    left: 15px
}

.avina_slider2 .avina_next_Arrow {
    right: 15px
}

.avina_slider2 .swiper-slide-prev, .avina_slider2 .swiper-slide-next {
    opacity: .4;
    transition: opacity .3s
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #D0D0D0FF !important;
    transition: width .3s
}

    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        opacity: .4 !important
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 18px !important;
        border-radius: 20px !important
    }

.carousel-dark .swiper-pagination-bullet, #AvinaQV-popup .swiper-pagination-bullet {
    background: #252525FF !important
}

.nav-item {
    padding: 0
}

.navbar-nav > .nav-item.dropdown {
    margin-left: 5px
}

.nav-link.dropdown-toggle {
    margin-left: 3px
}

.navbar-light .navbar-nav > .nav-link, .navbar-light .navbar-nav > .nav-item, .navbar-expand-lg .navbar-nav, .navbar-expand-lg .navbar-collapse {
    height: 100%;
    display: flex;
    align-items: center
}

.bottom-header .navbar .navbar-nav, .header_menu .navbar .navbar-nav {
    height: var(--header-max-height)
}

.navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px
}

.nav-link {
    padding: 15px 10px;
    color: var(--header-text-color)
}

.navbar-light .navbar-nav > .nav-item:first-child .nav-link {
    padding-right: 0
}

.dropdown-menu {
    width: 200px;
    background: var(--white-color);
    border-radius: 8px
}

.nav-item > .dropdown-menu {
    top: 97.4%
}

.nav-link.dropdown-toggle {
    position: relative
}

.navbar-nav .mega {
    position: static
}

.dropdown .dropdown:hover .dropdown-menu {
    right: 99%;
    top: 0 !important
}

.navbar-nav .mega-menu {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between
}

.navbar-nav li.mega .dropdown-menu {
    left: 0;
    right: 0;
    width: auto;
    top: 97.4%;
    background-color: var(--white-color)
}

.navbar-nav li.mega.tab .dropdown-menu {
    background-color: var(--widget-bg1)
}

.mega-menu-col {
    padding: 0 10px;
    flex: 1
}

.header-4 .logo.navbar-brand {
    margin: 0 20px
}

ul.mega-tab {
    position: unset;
    height: 100%
}

    ul.mega-tab > li {
        width: 200px;
        margin: 0;
        display: flex;
        flex-direction: column
    }

        ul.mega-tab > li > a {
            width: 100%;
            padding: 8px;
            font-size: 15px;
            font-weight: 500;
            display: flex;
            align-items: center
        }

        ul.mega-tab > li.show > a {
            background-color: var(--white-color)
        }

.mega-tab > .dropdown {
    position: unset
}

.megatab_section.dropdown-menu {
    width: calc(100% - 200px) !important;
    left: 0 !important;
    right: auto !important;
    display: flex;
    flex-flow: column wrap;
    top: 0 !important;
    bottom: 0;
    border: 0 !important;
    height: 100% !important;
    background-color: var(--white-color) !important;
    min-height: 350px;
    overflow-x: hidden;
    overflow-y: auto
}

.megatab_section::-webkit-scrollbar {
    width: 5px
}

.megatab_section::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5)
}

.megatab_section.dropdown-menu .mega-menu-col {
    flex: 0
}

.megatab_section:not(.show) {
    visibility: hidden;
    opacity: 0
}

.mega.tab > .dropdown-menu {
    height: auto;
    min-height: 370px
}

.tab-dropdown.dropdown-menu {
    padding: 0
}

.dropdown .dropdown:hover .megatab_section.dropdown-menu {
    top: 0 !important
}

li.tab-item.dropdown > a {
    transition: border-right-color .3s;
    border-right: 2px solid transparent
}

li.tab-item.dropdown.show > a {
    border-right-color: var(--second-color)
}

li.tab-item.dropdown > a i {
    padding-left: 6px
}

.modal-content {
    align-items: center
}

#searchModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0
}

#searchModal .modal-body {
    padding: 40px 0
}

    #searchModal .modal-body .form-control {
        padding: 12px;
        border: 1px solid #898c8e
    }

#searchModal button.btn.btn-outline-danger {
    padding: 13px 15px
}

#searchModal .AvinaSE_search_cats {
    left: 60px
}

#searchModal .modal-title {
    font-size: 22px
}

#searchModal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc
}

.search-modal.modal {
    transform: translateY(-102%);
    transition: transform .7s ease-in-out;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important
}

    .search-modal.modal.show {
        transform: translateY(-1px)
    }

.btn-close {
    background: unset;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 20px;
    opacity: .8
}

    .btn-close:before {
        content: "\f00d";
        color: var(--black-color)
    }

.offcanvas-title, .offcanvas-header .btn-close:before {
    color: #fff
}

.offcanvas-header {
    padding: 13px
}

.mobile_menu {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0
}

.header-5, .header-6, .menu-header, .bottom-header, .header_menu, .top-header {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1012;
    position: relative
}

    .header-5 .nav, .header-6 .nav, .menu-header .nav, .top-header .nav, .header_menu nav, .bottom-header .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 50px
    }

    .top-header .nav {
        min-height: 45px
    }

    .header_menu nav .center_menu, .header_menu nav .right_menu {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%
    }

.navbar-brand {
    margin-left: 15px;
    white-space: normal;
    font-size: 15px;
    max-width: 150px;
    max-height: var(--header-max-height)
}

    .navbar-brand img {
        max-height: calc(var(--header-max-height) - 10px)
    }

.logo.navbar-brand .dark-mode, .about_us_img .dark-mode {
    opacity: 0;
    display: none;
    visibility: hidden
}

.bottom-header-icon {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

    .bottom-header-icon > li > a i {
        color: var(--header-icon-color)
    }

    .bottom-header-icon > li > a {
        font-size: 25px;
        line-height: 25px;
        position: relative;
        display: flex;
        align-items: stretch;
        justify-content: center
    }

    .bottom-header-icon li a .icon_text {
        font-size: 14px
    }

li.user_header {
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: all
}

.user_header_drop_menu {
    position: absolute;
    top: 97%;
    width: 220px;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 4px 4px 4px 4px rgba(0,0,0,.05);
    z-index: 3;
    border-radius: 10px;
    text-align: right;
    padding: 10px 8px;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px)
}

li.user_header:hover .user_header_drop_menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px)
}

li.user_header:not(:hover) .user_header_drop_menu, .cart-show:not(:hover) .cart_box {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.user_header_drop_menu li a {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center;
    padding: 3px;
    transition: .2s;
    gap: 7px
}

    .user_header_drop_menu li a i {
        opacity: .6;
        font-size: 12px;
        min-width: 20px;
        display: flex;
        justify-content: center;
        color: var(--title-color1) !important
    }

.user_header_drop_menu .divider {
    width: 100%;
    height: 2px;
    border-top: 2px dotted #d8d5d5;
    display: flex;
    margin: 7px 0
}

.header-4 .user_header_drop_menu {
    left: auto;
    right: auto
}

.icon_count, .AvinaCP-menu-item .AvinaCP-menu-item-inner, .AvinaWL-menu-item .AvinaWL-menu-item-inner {
    position: absolute;
    height: 100%;
    display: flex;
    top: -2px;
    left: -5px
}

    .icon_count:after, .AvinaCP-menu-item .AvinaCP-menu-item-inner:after, .AvinaWL-menu-item .AvinaWL-menu-item-inner:after {
        content: attr(data-count);
        display: block;
        background-color: var(--main-color);
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border-radius: 8px;
        position: absolute;
        top: 0;
        right: auto;
        left: 0
    }

.top-header-list-left .icon_count:after, .top-header-list-left .AvinaCP-menu-item .AvinaCP-menu-item-inner:after, .top-header-list-left .AvinaWL-menu-item .AvinaWL-menu-item-inner:after {
    right: -15px
}

.icon_count a {
    color: var(--white-color)
}

.top-header .cart_box {
    left: 0
}

.top-header-list-left {
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%
}

    .top-header-list-left li {
        padding: 0 11px;
        display: flex;
        height: 100%;
        align-items: center
    }

        .top-header-list-left li a {
            position: relative;
            gap: 6px;
            font-size: 20px;
            display: flex;
            align-items: center;
            line-height: 20px;
            justify-content: center;
            color: var(--top-header-link-color)
        }

    .top-header-list-left .icon_count, .top-header-list-left .AvinaCP-menu-item .AvinaCP-menu-item-inner, .top-header-list-left .AvinaWL-menu-item .AvinaWL-menu-item-inner {
        top: -5px;
        left: auto;
        right: 7px
    }

    .top-header-list-left li a span {
        display: flex;
        height: 30px
    }

    .top-header-list-left li a:hover, .top-header-list-right li a:hover {
        color: var(--top-header-link-hover)
    }

    .top-header-list-left li a i, .top-header-list-right li a i {
        color: var(--top-header-icon-color)
    }

.top-header-list-right li a i {
    font-size: 16px
}

.top-header-list-left li a span.icon_text {
    font-size: 13px;
    height: auto
}

.top-header-list-right {
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    .top-header-list-right li {
        margin-left: 20px
    }

        .top-header-list-right li a {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 20px;
            color: var(--top-header-link-color)
        }

    .top-header-list-right span {
        font-size: 13px;
        font-weight: 400;
        line-height: 13px
    }

.top-header-list-left li:last-child {
    padding-left: 0
}

.header-1 ul.bottom-header-icon .icon_text {
    padding-right: 8px
}

.user_menu_login {
    align-items: center;
    display: flex;
    margin-left: 8px;
    flex-flow: row wrap;
    justify-content: center
}

    .user_menu_login span {
        padding-right: 7px
    }

.menu-header {
    background-color: var(--widget-bg2);
    margin: -1px 0
}

.bottom-header-icon > li {
    margin-right: 15px;
    height: 100%;
    display: flex;
    align-items: center
}

.right_menu .bottom-header-icon > li {
    margin-right: 0;
    margin-left: 15px
}

.header-cart-icon {
    position: relative
}

.top-header {
    background-color: var(--top-header-bg)
}

    .top-header .nav {
        position: relative
    }

    .top-header span {
        font-size: 13px
    }

.avina_search .btn-outline-danger {
    color: var(--border-color1);
    border-color: var(--border-color1)
}

    .avina_search .btn-outline-danger:hover i {
        color: #fff
    }

.avina_search {
    color: var(--header-icon-color);
    position: relative
}

    .avina_search .form-control {
        padding: 9px 5px
    }

    .avina_search .AvinaSE_search_cats {
        position: absolute;
        bottom: 0;
        left: 52px;
        top: 50%;
        transform: translateY(-50%);
        border: 0;
        border-radius: 5px;
        margin: 0;
        max-width: 140px;
        font-size: 12px
    }

.AvinaSE_search_cats::-webkit-scrollbar-thumb {
    background-color: rgba(145,144,145,.5)
}

.header-icon {
    display: flex;
    align-items: center;
    height: 100%
}

.bottom-header {
    z-index: 1010;
    background-color: var(--header-bg)
}

    .bottom-header .navbar {
        padding: 0
    }

.menu-header-icon {
    display: flex;
    align-items: center
}

    .menu-header-icon li {
        margin-right: 20px;
        display: flex;
        align-items: center
    }

        .menu-header-icon li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: row-reverse;
            gap: 7px
        }

.header-3, .header-4 {
    z-index: 999;
    width: 100%;
    transition: .4s
}

.header-4 {
    display: flex;
    justify-content: center;
    background-color: var(--header-bg);
    padding: 13px 0
}

.active .header-4 {
    padding: 0
}

.fixed-top .navbar, .menu-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 100%
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.dropdown-header {
    padding: .5rem .8rem;
    color: var(--main-color);
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.dropdown-item {
    font-size: 14px;
    padding: .15rem 1rem;
    color: var(--title-color1)
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: var(--main-color);
        background-color: transparent
    }

.mega-menu-col ul {
    padding-right: .7em
}

.menu_banner_row {
    display: flex;
    padding: 10px
}

.menu_banner {
    position: relative;
    padding: 0 10px
}

    .menu_banner img {
        border-radius: 10px
    }

    .menu_banner .mb_info {
        position: absolute;
        top: 30%;
        left: 30px
    }

        .menu_banner .mb_info a {
            position: relative;
            padding: 10px 0
        }

            .menu_banner .mb_info a:before {
                position: absolute;
                content: "";
                width: 20%;
                height: 5px;
                right: 0;
                bottom: 0;
                background-color: var(--main-color);
                transition: .3s
            }

            .menu_banner .mb_info a:hover:before {
                width: 90%
            }

.dropdown-toggle:after {
    transition: .4s;
    left: -5px;
    transform: translateY(7%);
    position: absolute;
    content: "\f078";
    border: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    margin-top: 0;
    top: auto;
    opacity: .7
}

.nav-item:hover > .dropdown-toggle:after {
    transform: rotate(180deg)
}

.dropdown-item.dropdown-toggle:after {
    left: 8px;
    top: 5px
}

.user-header a span {
    font-size: 14px;
    font-weight: 400;
    padding-right: 8px;
    padding-top: 0
}

li.user-header a, li.header-search-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap row
}

.header-4 .bottom-header-icon > li:first-child {
    margin-right: 0;
    padding-right: 0
}

.right_menu .bottom-header-icon {
    right: 0;
    left: auto
}

.header-5 {
    background-color: var(--header-bg);
    padding: 10px 0
}

.menu-header .header5-icon {
    flex-basis: unset !important
}

.header5-icon {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 100%;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    position: relative
}

    .header5-icon > li {
        display: flex;
        align-items: center;
        margin-right: 15px;
        height: 100%
    }

        .header5-icon > li:first-child {
            margin-right: 0
        }

        .header5-icon > li > a {
            font-size: 25px;
            height: 25px;
            color: var(--top-header-link-color);
            position: relative
        }

            .header5-icon > li > a:hover {
                color: var(--top-header-link-hover)
            }

            .header5-icon > li > a i {
                color: var(--header-icon-color)
            }

.menu-header-icon li a span {
    font-weight: 400;
    height: 17px
}

.menu-header-icon li a i {
    font-size: 18px;
    color: var(--header-icon-color)
}

.header-6 {
    padding: 15px 0
}

    .header-6 .menu-header-icon li a, .header-6 .menu-header-icon li a i {
        color: #fff
    }

        .header-6 .menu-header-icon li a:hover {
            opacity: .9
        }

    .header-6 ~ .AvinaSE-area.AvinaSE-area-show-inline {
        border-radius: 20px;
        overflow: hidden
    }

:focus-visible {
    outline: 0
}

.cart_box {
    width: 400px;
    background-color: var(--white-color);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.08);
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transform-origin: left top;
    transition: all .5s;
    z-index: 1035;
    pointer-events: all;
    min-height: 100px;
    display: block;
    border-radius: 10px
}

.cart-show:hover .cart_box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px)
}

li.woocommerce-mini-cart-item.mini_cart_item, .woocommerce ul.cart_list li, .cart_box .woocommerce-cart-form__cart-item.cart_item {
    height: auto;
    position: relative;
    border-bottom: 1px dashed #bcbebf;
    padding: 5px 10px;
    margin: 5px 0;
    display: block;
    text-align: right
}

    li.woocommerce-mini-cart-item.mini_cart_item .variation {
        display: none
    }

    li.woocommerce-mini-cart-item.mini_cart_item img, .woocommerce ul.cart_list li img, .cart_box .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
        display: inline-block;
        max-width: 70px;
        width: 70px;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 10px;
        float: unset
    }

    .woocommerce-mini-cart-item.mini_cart_item a, .woocommerce ul.cart_list li a {
        display: flex;
        justify-content: flex-start;
        font-size: 14px;
        font-weight: 500;
        margin-right: 10px
    }

.woocommerce ul.product_list_widget li a {
    justify-content: flex-start
}

ul.product_list_widget .star-rating {
    display: none
}

.cart_box .quantity {
    padding: 5px;
    display: flex
}

.cart_box .quantity {
    font-size: .9em;
    font-weight: 500
}

.woocommerce-mini-cart__total, .elementor-menu-cart__subtotal {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px
}

.footer_cart, .elementor-menu-cart__subtotal {
    padding: 10px
}

.woocommerce-mini-cart__buttons, .elementor-menu-cart__footer-buttons {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    margin: 10px
}

.cart_total {
    display: block;
    padding: 10px;
    text-align: right
}

.cart_total_price {
    float: left
}

.cart_box .wc-forward, .cart_box .checkout.wc-forward, .woocommerce-mini-cart__buttons a, .elementor-menu-cart__footer-buttons a {
    padding: 10px !important;
    text-align: center;
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 20px !important;
    flex: 1
}

.cart_box .button.checkout.wc-forward {
    margin-right: 10px
}

.cart_box .remove.remove_from_cart_button, .cart_box .woocommerce .remove {
    position: absolute;
    top: 0;
    right: -7px;
    display: block;
    font-size: 1.5em;
    line-height: 1.2;
    height: 1em;
    width: 1em;
    text-align: center;
    border-radius: 100%;
    color: var(--main-color) !important;
    text-decoration: none;
    font-weight: 400;
    border: 0;
    z-index: 5
}

    .cart_box .remove.remove_from_cart_button:hover, .cart_box .woocommerce a.remove:hover {
        color: var(--white-color) !important;
        background: var(--main-color)
    }

.cart_box .woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-wrap: wrap
}

.cart_box .elementor-menu-cart__product-name.product-name {
    max-width: 280px;
    min-width: 280px
}

    .cart_box .elementor-menu-cart__product-name.product-name a {
        font-size: 14px
    }

    .cart_box .elementor-menu-cart__product-name.product-name dl.variation {
        display: flex;
        gap: 5px
    }

.elementor-menu-cart__product-remove.product-remove a {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: .7
}

    .elementor-menu-cart__product-remove.product-remove a:after {
        line-height: 14px;
        text-align: center;
        content: '\f00d';
        font-size: 14px;
        font-family: "Font Awesome 6 Pro";
        color: var(--black-color);
        width: 15px;
        height: 15px
    }

.slider-btn {
    padding: 13px 30px;
    border-radius: 30px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.carousel-caption {
    position: absolute;
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
    text-align: right;
    max-width: 400px
}

    .carousel-caption p, .carousel-caption h2, .carousel-caption h4 {
        margin-bottom: 15px
    }

.avina_slider, .elementor-widget-image-carousel {
    overflow: hidden
}

    .avina_slider .swiper-slide .carousel-caption {
        opacity: 0;
        bottom: 0;
        right: 10%;
        top: auto;
        left: auto;
        color: var(--main-color)
    }

    .avina_slider .swiper-slide > a {
        display: flex
    }

    .avina_slider .carousel-caption {
        bottom: 20%
    }

    .avina_slider .swiper-slide.swiper-slide-active .carousel-caption {
        transform: translateY(50%);
        transition: .8s;
        transition-delay: .3s;
        opacity: 1;
        bottom: 50%
    }

    .avina_slider .swiper-pagination {
        position: absolute !important;
        left: 0;
        bottom: 0 !important;
        right: 0;
        z-index: 2;
        padding: 0;
        list-style: none
    }

        .avina_slider .swiper-pagination .swiper-pagination-bullet {
            margin: 0 5px;
            background-clip: padding-box;
            border: 0;
            transition: width .3s;
            background: var(--white-color) !important;
            opacity: .6 !important
        }

    .avina_slider .swiper-pagination-bullet-active {
        opacity: .8 !important
    }

    .avina_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .avina_slider.carousel-dark .swiper-pagination .swiper-pagination-bullet {
        background: var(--main-color) !important
    }

        .avina_slider.carousel-dark .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #fff !important
        }

    .avina_slider .avina_prev_Arrow {
        left: 20px
    }

    .avina_slider .avina_next_Arrow {
        right: 20px
    }

    .avina_slider .avina_prev_Arrow:before {
        content: "\f104"
    }

    .avina_slider .avina_next_Arrow:before {
        content: "\f105"
    }

    .avina_slider .avina_prev_Arrow, .avina_slider .avina_next_Arrow {
        border-radius: 10px;
        padding: 0 15px !important;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .avina_slider .avina_prev_Arrow:hover, .avina_slider .avina_next_Arrow:hover {
            opacity: .7 !important
        }

    .avina_slider.avina_style1 .swiper-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        border-radius: 20px !important
    }

        .avina_slider.avina_style1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 28px !important;
            border-radius: 20px !important
        }

    .avina_slider.avina_style1 {
        border-radius: 20px;
        overflow: hidden;
        padding: 0
    }

    .avina_slider.avina_style2 .avina_prev_Arrow, .avina_slider.avina_style2 .avina_next_Arrow {
        background: 0 0;
        border: 0;
        box-shadow: none;
        color: var(--white-color) !important;
        opacity: .7 !important
    }

    .avina_slider.avina_style2.carousel-dark .avina_next_Arrow, .avina_slider.avina_style2.carousel-dark .avina_prev_Arrow {
        color: var(--main-color) !important
    }

    .avina_slider.avina_style2.carousel-dark .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff !important
    }

    .avina_slider.avina_style2.carousel-dark .avina_prev_Arrow, .avina_slider.avina_style2.carousel-dark .avina_next_Arrow {
        background: 0 0
    }

    .avina_slider.avina_style2 .swiper-pagination {
        bottom: 30px;
        margin-bottom: 0
    }

    .avina_slider.avina_style2 .avina_prev_Arrow {
        left: 45.7%
    }

    .avina_slider.avina_style2 .avina_next_Arrow {
        right: 45.7%
    }

    .avina_slider.avina_style2 .avina_prev_Arrow:before {
        content: "\f177";
        font-size: 24px;
        font-weight: 600
    }

    .avina_slider.avina_style2 .avina_next_Arrow:before {
        content: "\f178";
        font-size: 24px;
        font-weight: 600
    }

    .avina_slider.avina_style2 .avina_prev_Arrow, .avina_slider.avina_style2 .avina_next_Arrow {
        width: 40px;
        height: 40px;
        text-align: center;
        top: auto !important;
        bottom: 4% !important
    }

    .avina_slider.avina_style2 .swiper-pagination .swiper-pagination-bullet {
        width: 25px !important;
        height: 6px !important;
        border-radius: 3px !important;
        border: 0 !important;
        margin: 0 8px !important
    }

    .avina_slider.avina_style3 .avina_prev_Arrow, .avina_slider.avina_style3 .avina_next_Arrow {
        border-radius: 100% !important;
        width: 45px !important;
        height: 45px !important
    }

    .avina_slider.avina_style3 .swiper-pagination .swiper-pagination-bullet:before {
        content: "" !important;
        position: absolute !important;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        border-radius: 100%;
        border: 3px solid var(--white-color);
        margin: -4px
    }

    .avina_slider.avina_style3 .swiper-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        border-radius: 100%;
        border: 0 !important;
        position: relative !important;
        margin: 0 12px !important
    }

        .avina_slider.avina_style3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
            border-color: var(--main-color) !important
        }

    .avina_slider.avina_style3.carousel-dark .swiper-pagination .swiper-pagination-bullet:before {
        border-color: var(--main-color) !important
    }

    .avina_slider.avina_style3.carousel-dark .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        border-color: #fff !important
    }

.icon_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap
}

    .icon_box .icon-box {
        display: flex;
        justify-content: center;
        justify-items: center;
        gap: 12px;
        flex: 1;
        padding: 0;
        font-size: 14px;
        margin: 8px;
        overflow: hidden;
        transition: .3s
    }

        .icon_box .icon-box a {
            line-height: 1
        }

.quantity {
    max-width: 120px;
    max-height: 35px
}

    .quantity ::-webkit-inner-spin-button {
        display: none
    }

.woocommerce .quantity .qty {
    min-width: 80px;
    min-height: 35px;
    color: var(--main-text-color)
}

.icon-box .icon {
    font-size: 40px;
    min-width: 50px;
    display: flex;
    align-items: baseline;
    justify-content: center
}

    .icon-box .icon i {
        transition: transform .3s;
        transition-delay: .4s
    }

.icon-box:hover .icon i {
    transform: scale(1.06)
}

.icon-box .content {
    min-width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px
}

    .icon-box .content p {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 0;
        transition: .3s;
        padding: 0
    }

    .icon-box .content h6 {
        font-size: 14px;
        transition: .3s;
        font-weight: 600
    }

.icon_box.avina_style2, .icon_box.avina_style3 {
    background-color: transparent;
    padding: 0
}

    .icon_box.avina_style2 .icon-box, .icon_box.avina_style3 .icon-box {
        flex-flow: column wrap;
        justify-content: space-between;
        background-color: var(--white-color);
        padding: 20px 10px;
        border-radius: 0 20px 30px 40px/30px
    }

        .icon_box.avina_style2 .icon-box:hover, .icon_box.avina_style2 .icon-box:hover {
            background-color: var(--main-color);
            color: var(--white-color)
        }

            .icon_box.avina_style2 .icon-box:hover .icon i, .icon_box.avina_style2 .icon-box:hover .content p, .icon_box.avina_style2 .icon-box:hover .content h6, .icon_box.avina_style3 .icon-box:hover .icon i, .icon_box.avina_style3 .icon-box:hover .content p, .icon_box.avina_style3 .icon-box:hover .content h6 {
                color: var(--white-color)
            }

    .icon_box.avina_style2 .content {
        margin-right: 0;
        text-align: center;
        align-items: center;
        gap: 5px
    }

    .icon_box.avina_style2 .icon-box .icon:hover i {
        transform: scale(.98)
    }

.icon_box.avina_style3 {
    justify-content: space-between
}

    .icon_box.avina_style3 .icon-box {
        border-radius: 5px
    }

        .icon_box.avina_style3 .icon-box:hover {
            background-color: var(--main-color);
            color: var(--white-color)
        }

        .icon_box.avina_style3 .icon-box .content h6 {
            margin: 0;
            padding-top: 8px
        }

    .icon_box.avina_style3 .content p {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: .5s ease;
        display: flex;
        justify-content: center
    }

    .icon_box.avina_style3 .icon-box:hover .content p {
        visibility: visible;
        opacity: 1;
        bottom: 0
    }

    .icon_box.avina_style3 .icon-box:hover .content h6 {
        visibility: hidden;
        opacity: 0
    }

    .icon_box.avina_style3 .content {
        margin-right: 0;
        align-items: center;
        position: relative
    }

.heading_title h3, .related_title h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    width: auto;
    padding-bottom: 12px;
    position: relative
}

.heading_title h5 {
    padding-top: 10px
}

.heading_title .title {
    display: inline-flex;
    align-items: center;
    gap: 11px
}

.related_title h5 {
    display: inline-flex;
    margin-bottom: 10px
}

.avina_style1 .heading_title {
    margin-bottom: 30px;
    display: flex;
    justify-content: center
}

    .avina_style1 .heading_title h3, .avina_style1 .heading_title h5 {
        display: flex;
        justify-content: center
    }

        .avina_style1 .heading_title h3:after, .related_title h5:after, .avina_style2 .heading_title h3:after, .avina_style3 .heading_title h3:after, .avina_style6 .heading_title h3:after {
            content: " ";
            width: 35%;
            height: 2px;
            position: absolute;
            bottom: 0;
            background-color: var(--main-color);
            opacity: .4
        }

        .avina_style1 .heading_title h3:before, .related_title h5:before, .avina_style2 .heading_title h3:before, .avina_style3 .heading_title h3:before, .avina_style6 .heading_title h3:before {
            content: " ";
            width: 70%;
            height: 2px;
            position: absolute;
            bottom: 0;
            background-color: var(--main-color);
            opacity: .2;
            display: block
        }

.avina_style2 .heading_title, .avina_style4 .heading_title, .avina_style3 .heading_title, .avina_style5 .heading_title, .avina_style6 .heading_title {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 10px;
    align-items: center
}

    .avina_style2 .heading_title h3:before, .avina_style2 .heading_title h3:after, .related_title h5:before, .related_title h5:after, .avina_style3 .heading_title h3:after, .avina_style6 .heading_title h3:before, .avina_style6 .heading_title h3:after, .avina_style3 .heading_title h3:before {
        right: 0
    }

    .avina_style2 .heading_title a, .avina_style3 .heading_title a {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .avina_style2 .heading_title a i, .avina_style3 .heading_title a i {
            padding-right: 12px
        }

    .avina_style3 .heading_title h3, .avina_style3 .product_sidebar a, .avina_style3 .product_sidebar .btn-outline-danger {
        color: var(--white-color);
        border-color: var(--white-color)
    }

    .avina_style4 .heading_title h3, .blog_section.avina_style4 .heading_title h5 {
        padding-bottom: 0;
        border-right: 2px solid var(--main-color);
        padding-right: 10px
    }

.blog_section .heading_title h5 {
    font-size: 14px;
    opacity: .7;
    padding-top: 10px
}

.avina_style5 .heading_title h3, .avina_style6 .heading_title h3 {
    padding-bottom: 8px
}

.blog_section .heading_title a.btn {
    min-width: auto;
    max-height: 40px;
    text-align: center
}

.blog_section.avina_style2 .heading_title, .blog_section.avina_style3 .heading_title {
    padding: 10px
}

.btn-danger.disabled, .btn-danger:disabled {
    opacity: .6;
    color: #ddd;
    background-color: var(--main-color);
    border-color: transparent
}

.add-to-cart.disabled {
    opacity: .7 !important;
    cursor: grab
}

.countdown_banner {
    padding: 0;
    position: relative;
    min-height: 450px;
    transition: 1.2s;
    width: 100%;
    display: flex;
    align-items: center
}

    .countdown_banner:before {
        content: "";
        position: absolute;
        inset: 0
    }

    .countdown_banner .content {
        margin: 50px 120px 50px 0;
        width: 100%;
        transition: .8s;
        z-index: 6;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 35%
    }

        .countdown_banner .content.bg_content {
            background-color: rgba(255,255,255,.5);
            backdrop-filter: blur(8px);
            padding: 20px;
            border-radius: 20px
        }

        .countdown_banner .content a {
            z-index: 80;
            padding: 10px 22px
        }

            .countdown_banner .content a:hover, .countdown_banner .btn-outline-danger:hover {
                color: #fff !important;
                border-color: #fff !important
            }

        .countdown_banner .content h3 {
            font-size: 28px;
            font-weight: 700;
            line-height: 40px;
            margin-bottom: 15px
        }

        .countdown_banner .content h4 {
            font-size: 22px;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 15px
        }

        .countdown_banner .content .countdown_time {
            max-width: 350px;
            margin-bottom: 15px
        }

.elementor-widget-special-offer {
    width: 100%;
    padding: 0
}

.countdown_time {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 10px
}

.countdown_box {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: space-evenly;
    text-align: center;
    margin: 0 3px;
    background-color: var(--white-color);
    padding: 10px 20px;
    border-radius: 10px
}

    .countdown_box .cd_text {
        display: block
    }

    .countdown_box .countdown {
        font-weight: 500;
        font-size: 19px;
        text-align: center;
        transition: .3s
    }

    .countdown_box .seconds {
        animation: timerScale 1s infinite
    }

@keyframes timerScale {
    0% {
        transform: scale(1);
        opacity: .5
    }

    50% {
        transform: scale(1.15);
        opacity: 1
    }
}

.product_carousel_section, .product_grid_section, .blog_section, .offer_slider_section, .category_box, .icon_box, .brand_logo_section {
    padding: 30px 20px 20px;
    background-color: var(--widget-bg1);
    border-radius: 20px;
    overflow: hidden
}

    .product_carousel_section.avina_style2, .product_grid_section.avina_style2 {
        padding: 20px
    }

    .product_carousel_section.avina_style3 {
        padding: 40px 30px 20px;
        background-color: var(--border-color2);
        border-radius: 0
    }

        .product_carousel_section.avina_style3 .product-box {
            border-radius: 20px
        }

        .product_carousel_section.avina_style3 .border-radius-1 {
            border-radius: 0
        }

.avinarow {
    display: flex;
    flex-flow: wrap row;
    padding: 0;
    width: 100%
}

.AvinaVS-terms {
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px
}

.AvinaVS-term {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 2px;
    padding: 3px;
    border: 1px solid #ddd;
    background-color: var(--white-color);
    position: relative
}

    .AvinaVS-term > span {
        display: flex;
        width: 100%;
        position: relative;
        background-color: #efefef;
        gap: 3px;
        align-items: center
    }

    .AvinaVS-term.AvinaVS-selected > span:before {
        font-family: 'Font Awesome 6 Pro';
        content: "\f00c";
        display: block;
        width: 14px;
        height: 14px;
        font-weight: 900;
        border-radius: 10px;
        background-color: green;
        color: #fff;
        text-align: center;
        line-height: 10px;
        font-size: 10px;
        position: absolute;
        top: -8px;
        right: -10px;
        z-index: 9;
        padding: 3px
    }

.product-box .AvinaVS-term.AvinaVS-selected > span:before {
    width: 12px;
    height: 12px;
    right: -6px;
    font-size: 7px;
    padding: 1px
}

.AvinaVS-term.AvinaVS-selected {
    border-color: green
}
.AvinaVS-selected-SubPrice > span:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f00c";
    display: block;
    width: 14px;
    height: 14px;
    font-weight: 900;
    border-radius: 10px;
    background-color: green;
    color: #fff;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
    position: absolute;
    top: -8px;
    right: -10px;
    z-index: 9;
    padding: 3px
}
AvinaVS-selected-SubPrice > span:before {
    width: 12px;
    height: 12px;
    right: -6px;
    font-size: 7px;
    padding: 1px
}

AvinaVS-selected-SubPrice {
    border-color: green
}
.AvinaVS-term.AvinaVS-disabled {
    opacity: .4;
    cursor: default
}

.AvinaVS-type-button .AvinaVS-term {
    min-width: 35px
}

    .AvinaVS-type-button .AvinaVS-term > span {
        border-radius: 2px;
        justify-content: center
    }

.AvinaVS-type-radio .AvinaVS-term {
    display: flex;
    width: auto;
    text-align: right;
    font-size: 12px
}

    .AvinaVS-type-radio .AvinaVS-term > span {
        padding: 0 3px
    }

    .AvinaVS-type-radio .AvinaVS-term input[type=radio] {
        outline: none;
        margin: 1px 2px;
        pointer-events: none
    }

.AvinaVS-type-color .AvinaVS-term {
    font-size: 0
}

.AvinaVS-type-image .AvinaVS-term {
    font-size: 0;
    height: 35px;
    width: 35px
}

    .AvinaVS-type-image .AvinaVS-term img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 2px
    }

.pro_price_sec .AvinaVS-type-color.AvinaVS-term > span {
    padding: 0
}
.pro_price_sec {
    background-color: var(--widget-bg2);
    padding: 20px 10px 5px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.AvinaVS-style-rounded .AvinaVS-term, .AvinaVS-style-rounded .AvinaVS-term span, .AvinaVS-style-rounded .AvinaVS-term img {
    border-radius: 20px
}

.AvinaSE-search-result, .AvinaFC-area-mid, #AvinaQV-popup .summary-content, .AvinaWL-popup-content-mid {
    overflow-x: hidden !important;
    overflow-y: auto !important
}

.AvinaCP-table-items, .dashboard-compare-list {
    overflow: auto !important
}

.product-box {
    position: relative;
    border-radius: 15px;
    background-color: var(--white-color);
    max-width: 500px;
    overflow: hidden;
    text-align: center;
    height: 100%
}

    .product-box img {
        width: 100%;
        transition: opacity .5s ease-in-out,visibility .5s ease-in-out
    }

    .product-box .two_image {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 1
    }

    .product-box:hover .two_image {
        opacity: 1;
        visibility: visible
    }

.product-box-price {
    margin-bottom: 10px
}

.add-to-cart {
    color: #fff;
    font-size: 13px
}

.product-box .add-to-cart.btn:before {
    content: "\f07a";
    font-family: "Font Awesome 6 Pro";
    min-width: 20px
}

.product-box .view_more_product.btn:before {
    content: "\f06e";
    font-family: "Font Awesome 6 Pro"
}

.product-box-image {
    position: relative;
    transition: .4s;
    overflow: hidden;
    display: flex;
    justify-content: center
}

    .product-box-image > a {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex
    }

    .product-box-image img {
        width: 100%;
        height: 100%
    }

.product-box .product-box-image:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

.product-box:hover .product-box-image:before {
    opacity: 1;
    visibility: visible
}

.product-box-image .countdown_time {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    bottom: 7px;
    z-index: 3;
    background-color: rgba(255,255,255,.75);
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 0
}

.product-box-image .countdown_box {
    padding: 3px
}

    .product-box-image .countdown_box .countdown {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        padding: 0
    }

    .product-box-image .countdown_box .cd_text {
        display: block;
        font-size: 10px;
        line-height: 13px;
        padding: 0
    }

.action-icon-box {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    transition: .3s
}

.product-box:hover .action-icon-box {
    visibility: visible;
    opacity: 1
}

.action-icon-box ul li {
    background-color: var(--white-color);
    border-radius: 100%;
    height: 45px;
    width: 45px;
    margin: 5px;
    position: relative;
    cursor: pointer
}

    .action-icon-box ul li a {
        line-height: 45px;
        font-size: 20px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .action-icon-box ul li a i, .action-icon-box-2 ul li a i {
            color: var(--black-color);
            z-index: 4
        }

    .action-icon-box ul li:hover i {
        color: var(--white-color)
    }

.product-rating {
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    justify-content: center
}

.woocommerce-Price-currencySymbol {
    font-size: 12px
}

.star-rating, .woocommerce .star-rating {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 85px;
    line-height: 16px;
    overflow: hidden;
    margin: 0
}

.woocommerce .products .star-rating {
    margin: 0
}

.star-rating:before, .woocommerce .star-rating:before {
    font-family: "star";
    content: "sssss";
    color: #ffc107;
    font-size: 16px;
    position: absolute;
    right: 0 !important;
    left: auto !important;
    line-height: 16px
}

.product-rate:before, .woocommerce .star-rating span:before {
    font-family: "star";
    content: "SSSSS";
    color: #ffc107;
    font-size: 16px;
    position: absolute;
    right: 0 !important;
    left: auto !important;
    line-height: 16px
}

.product-rate {
    position: relative;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    float: right
}

.woocommerce p.stars a:before, .woocommerce .star-rating span {
    color: #ffc107
}

.product-rating .rating-num {
    min-height: 16px;
    background-color: #f2f3f5;
    color: var(--second-color);
    border-radius: 100%;
    min-width: 16px;
    line-height: 16px;
    opacity: .5;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-box .variations_form.AvinaVS_archive .avina_colors {
    padding: 5px 0
}

.product-box.product-box-3 .variations_form.AvinaVS_archive .avina_colors, .product-box.product-box-2 .variations_form.AvinaVS_archive .avina_colors {
    padding: 0
}

.product-box .variations_form.AvinaVS_archive {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(85px);
    transition: .3s;
    background-color: var(--white-color);
    visibility: hidden;
    z-index: 3;
    padding: 3px;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.product-box:hover .variations_form.AvinaVS_archive {
    transform: translateY(0px);
    visibility: visible
}

.product-box .variations {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.product-box .variation {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

    .product-box .variation .label, .product-box .variations .reset {
        display: none
    }

.product-box .AvinaVS-type-color .AvinaVS-term {
    height: 17px;
    width: 17px;
    margin: 3px 2px
}

.product-box .AvinaVS-terms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2px
}

.product-box .AvinaVS-type-color .AvinaVS-term {
    margin: 3px;
    padding: 0;
    border-width: 1px
}

    .product-box .AvinaVS-type-color .AvinaVS-term > span {
        height: 15px;
        line-height: 15px;
        width: 15px
    }

.product-box .AvinaVS-type-button .AvinaVS-term {
    height: 20px;
    min-width: 24px;
    line-height: 20px;
    margin: 3px;
    padding: 0
}

    .product-box .AvinaVS-type-button .AvinaVS-term > span {
        padding: 0 2px;
        border-radius: 0;
        height: 20px;
        line-height: 20px;
        background-color: #ffffff9e;
        color: var(--black-color);
        font-size: 12px
    }

.product-box .AvinaVS-type-image .AvinaVS-term {
    font-size: 0;
    height: 30px;
    width: 30px;
    margin: 3px;
    padding: 0
}

    .product-box .AvinaVS-type-image .AvinaVS-term > span {
        display: block;
        height: 28px;
        width: 28px;
        line-height: 30px;
        position: relative;
        background-color: #efefef
    }

.AvinaVS-terms.AvinaVS-type-radio {
    flex-wrap: wrap
}

.product-box .AvinaVS-type-radio .AvinaVS-term {
    margin: 3px;
    padding: 0;
    height: 22px;
    line-height: 22px
}

    .product-box .AvinaVS-type-radio .AvinaVS-term > span {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 20px;
        line-height: 16px;
        font-size: 12px;
        padding: 2px
    }

.product-box-info {
    padding: 0 5px
}

    .product-box-info h3 {
        font-size: 13px;
        line-height: 22px;
        font-weight: 600;
        margin: 10px 0;
        max-width: 99%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

.product-box-image .badge, .woocommerce .product .images .woocommerce-product-gallery__wrapper .badge {
    position: absolute;
    left: 13px;
    top: 13px;
    z-index: 5
}

.woocommerce .product .images .woocommerce-product-gallery__wrapper .badge {
    right: 13px;
    left: auto
}

.avina_colors, .avina_sizes {
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: center
}

.avina_color {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    cursor: pointer
}

.avina_size {
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    background-color: #ffffff29;
    border: 1px solid #a19f9f;
    border-radius: 7px;
    padding: 4px 6px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

.avina_colors.square .avina_color, .avina_sizes.square .avina_size {
    border-radius: 0
}

.product-box-1 .add-to-cart, .product-box-1 .view_more_product {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    bottom: -100px;
    padding: 6px;
    border-radius: 10px;
    margin: 0 10px;
    transition: .3s;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-box-1:hover .add-to-cart, .product-box-1:hover .view_more_product {
    visibility: visible;
    opacity: 1;
    bottom: 7px
}

.product-box-1 .action-icon-box {
    top: 50%;
    transform: translateY(-50%);
    transition: 0s;
    visibility: visible;
    opacity: 1
}

    .product-box-1 .action-icon-box ul li {
        top: -50px;
        visibility: hidden;
        opacity: 0;
        transition: top .4s,opacity .3s,visibility .3s
    }

        .product-box-1 .action-icon-box ul li:nth-child(1) {
            transition-delay: .1s
        }

        .product-box-1 .action-icon-box ul li:nth-child(2) {
            transition-delay: .17s
        }

        .product-box-1 .action-icon-box ul li:nth-child(3) {
            transition-delay: .24s
        }

.product-box-1:hover .action-icon-box ul li {
    top: 0;
    visibility: visible;
    opacity: 1
}

.product-box-1 .product-box-image {
    display: flex;
    justify-content: center
}

.product-box:hover {
    box-shadow: 0 0 4px 4px rgb(0 0 0/5%)
}

.product-box-3 .product-box-image .countdown_time {
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    bottom: auto;
    display: flex;
    flex-flow: column wrap;
    border-radius: 10px;
    overflow: hidden;
    gap: 4px
}

.product-box-3 .product-box-image .countdown_box {
    text-align: center;
    border-radius: 0;
    min-width: 35px
}

.product-box.product-box-3 .variations_form.AvinaVS_archive {
    padding: 7px 0
}

.shop_sort.list .product-box-3 .variations_form.AvinaVS_archive {
    position: absolute;
    bottom: 44px;
    left: 70%;
    right: 0;
    transition-delay: .4s;
    z-index: 2
}

.product-box-2 .variations_form.AvinaVS_archive {
    padding: 7px 0
}

.shop_sort.list .product-box-2 .variations_form.AvinaVS_archive {
    position: absolute;
    bottom: 0;
    left: 70%;
    right: 0;
    z-index: 2
}

.product-box-2 .added_to_cart.wc-forward {
    display: none
}

.product-box-2 .action-icon-box {
    right: -70px;
    left: unset;
    bottom: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
    width: 50px;
    height: auto;
    box-shadow: 0 0 2px 2px rgba(12,12,12,.05);
    border-radius: 4px;
    z-index: 99
}

.product-box-2:hover .action-icon-box {
    right: 5%
}

.product-box-2 .action-icon-box ul li {
    background-color: unset;
    border-radius: unset;
    width: 100%;
    margin: 0
}

.product-box-image .countdown_box {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: transparent
}

.product-box-3 .added_to_cart.wc-forward {
    display: none
}

.product-box-3 .action-icon-box {
    bottom: 0;
    right: 0;
    left: 0;
    top: unset;
    position: absolute;
    transform: translateY(60px);
    background-color: var(--white-color);
    width: 100%;
    height: 45px
}

.product-box-3:hover .action-icon-box {
    transform: translateY(0)
}

.product-box-3 .action-icon-box ul li {
    background-color: unset;
    border-radius: unset;
    width: 100%;
    margin: 0
}

.product-box-4 .action-icon-box {
    top: 30%
}

.product-box-4:hover .action-icon-box {
    top: 50%;
    transform: translateY(-50%)
}

.product-box-4 .action-icon-box ul li {
    background-color: transparent
}

    .product-box-4 .action-icon-box ul li:hover {
        background-color: transparent
    }

.product-box-4 .action-icon-box ul li {
    background-color: transparent;
    height: 45px;
    width: 45px;
    margin: 0 8px;
    border-radius: 5px
}

    .product-box-4 .action-icon-box ul li a:before {
        content: "";
        width: 45px;
        height: 45px;
        border-radius: 5px;
        background-color: rgba(255,255,255,.8);
        position: absolute;
        transform: rotate(45deg);
        top: 0;
        right: 0;
        z-index: 1
    }

.product-box-4 .add-to-cart, .product-box-4 .view_more_product {
    padding: 7px 3px;
    border-radius: 10px;
    margin: 0 10px 10px;
    transition: .3s;
    font-size: 13px;
    display: flex;
    justify-content: center;
    gap: 5px
}

.product-box-4 .product-box-image, .product-box-2 .product-box-image {
    display: flex;
    justify-content: center
}

    .product-box-4 .product-box-image .countdown_box {
        text-align: center;
        background-color: transparent !important;
        padding: 3px 4px;
        border-radius: 0
    }

    .product-box-4 .product-box-image .countdown_time {
        text-align: center;
        padding: 0;
        border-radius: 10px
    }

.product-box-4 .product-box-price ins {
    color: var(--main-color);
    font-weight: 500;
    padding: 2px 5px;
    border-radius: 10px;
    border: 1px solid var(--main-color)
}

.product_sale {
    display: flex;
    flex-flow: column wrap
}

.product_sale_info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 11px
}

.product_sale .progress-bar.bg-danger {
    opacity: .6
}

.product-box-4.product-box-5 .add-to-cart, .product-box-5 .view_more_product {
    border-radius: 0;
    position: absolute;
    bottom: -80px;
    width: 100%;
    right: 0;
    padding: 9px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.product-box-4.product-box-5:hover .add-to-cart, .product-box-5:hover .view_more_product {
    bottom: 0
}

.product-box.product-box-5.border-radius-1 {
    border-radius: 5px
}

.product-box-5 .product-box-image .countdown_box {
    border-radius: 2px
}

.product-box.product-box-5 .AvinaVS-terms {
    flex-direction: row;
    margin: 2px
}

.product-box-7 .action-icon-box ul li {
    height: 35px
}

    .product-box-7 .action-icon-box ul li a {
        line-height: 35px;
        font-size: 16px
    }

.product-box-7 .action-icon-box {
    width: 40px;
    border-radius: 15px 0 0 15px
}

.product-box-7:hover .action-icon-box {
    right: 0
}

.product-box-7 .action-icon-box ul li:first-child {
    border-top-left-radius: 15px
}

.product-box-7 .action-icon-box ul li:last-child {
    border-bottom-left-radius: 15px
}

.banner1, .banner2, .banner3 {
    display: flex;
    position: relative;
    overflow: hidden
}

.banner1 {
    border-radius: 15px
}

    .banner1 > a {
        display: flex;
        width: 100%
    }

    .banner1 .info {
        position: absolute;
        top: 5%;
        right: 5%;
        z-index: 5
    }

    .banner1:hover img {
        transform: scale(1.047)
    }

    .banner1 img {
        display: flex;
        width: 100%;
        border-radius: 15px;
        transition: .4s;
        object-fit: cover;
        object-position: inherit
    }

    .banner1 .info h5 {
        font-size: 16px;
        font-weight: 400;
        z-index: 6;
        margin-bottom: 6px
    }

    .banner1 .info h3 {
        font-size: 20px;
        font-weight: 600;
        z-index: 6
    }

    .banner1 .link {
        position: absolute;
        right: 5%;
        bottom: 5%;
        z-index: 6
    }

        .banner1 .link .btn {
            position: relative;
            transition: .4s ease-in-out
        }

    .banner1.avina_style1 .link .btn:before, .banner1.avina_style3 .link .btn:before {
        content: "";
        height: 30px;
        width: 4px;
        position: absolute;
        right: 0;
        bottom: 5%;
        transition: .5s ease-in-out;
        background-color: var(--main-color)
    }

    .banner1 .link:hover .btn {
        color: var(--white-color)
    }

    .banner1.avina_style1 a.btn, .banner1.avina_style3 a.btn {
        border: 0;
        background-color: transparent !important
    }

    .banner1.avina_style1 .link:hover .btn, .banner1.avina_style3 .link:hover .btn {
        box-shadow: inset -10em 0 0 0 var(--main-color)
    }

    .banner1.avina_style2 .link .btn:before {
        content: unset
    }

    .banner1 .bi-s2 {
        top: 35%
    }

.banner2 {
    min-width: 150px;
    min-height: 200px;
    height: 100%
}

.elementor-widget-sidebar-banner {
    height: 100%
}

.banner2:before, .banner1.overlay:before, .banner3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 4
}

.banner2:before {
    background-color: var(--white-color);
    opacity: .75
}

.banner2 .title {
    position: absolute;
    top: 10%;
    right: 5%;
    z-index: 5;
    color: var(--main-color)
}

    .banner2 .title h5 {
        font-size: 16px;
        font-weight: 400;
        z-index: 4
    }

    .banner2 .title h3 {
        font-size: 20px;
        font-weight: 600;
        z-index: 4
    }

.banner2 a.btn {
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 5;
    color: var(--main-color);
    transition: .5s
}

    .banner2 a.btn:hover {
        color: #fff
    }

.banner3 .image {
    display: flex;
    width: 100%;
    height: 100%
}

    .banner3 .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: inherit
    }

.banner3.zoom_hover img {
    transition: .4s transform
}

.banner3.zoom_hover:hover img {
    transform: scale(1.047)
}

.banner3 .content {
    position: absolute;
    inset: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    overflow: hidden;
    border: 5px solid #ffffff5c;
    border-radius: 10px;
    padding: 0 20px;
    gap: 8px;
    z-index: 6
}

    .banner3 .content .title {
        transition: .4s transform;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        transform: translateY(30px)
    }

.banner3:hover .content .title {
    transform: translateY(-15px)
}

.banner3 .content a {
    opacity: 0;
    transition: .4s;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateY(30px)
}

.banner3:hover .content a {
    opacity: 1;
    transform: translateY(-15px)
}

.insta-carousel {
    width: 100%;
    display: flex
}

    .insta-carousel .insta-item {
        margin: 0;
        padding: 0;
        border: 0;
        max-height: 200px;
        transition: .4s ease-in-out;
        overflow: hidden
    }

.instagram-gallery .insta-carousel .insta-item img {
    height: 200px;
    transition: transform .4s ease-in-out,filter .3s ease-in-out;
    min-width: 150px;
    max-width: 260px;
    width: 100%;
    filter: grayscale(.5);
    border: 0
}

.instagram-gallery .insta-carousel .insta-item:hover img {
    transform: scale(1.04);
    filter: grayscale(0)
}

.instagram-gallery .avina_prev_Arrow {
    left: 20px
}

.instagram-gallery .avina_next_Arrow {
    right: 20px
}

.instagram-gallery .avina_next_Arrow, .instagram-gallery .avina_prev_Arrow {
    opacity: .5
}

    .instagram-gallery .avina_next_Arrow:hover, .instagram-gallery .avina_prev_Arrow:hover {
        opacity: 1
    }

    .instagram-gallery .avina_prev_Arrow:before, .avina_slider3 .avina_prev_Arrow:before, .brand_logo_section .avina_prev_Arrow:before {
        content: "\f053" !important
    }

    .instagram-gallery .avina_next_Arrow:before, .avina_slider3 .avina_next_Arrow:before, .brand_logo_section .avina_next_Arrow:before {
        content: "\f054" !important
    }

.instagram-gallery, .instagram-posts {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column
}

    .instagram-posts .avina_next_Arrow, .category_box .avina_next_Arrow {
        right: -2px
    }

    .instagram-posts .avina_prev_Arrow, .category_box .avina_prev_Arrow {
        left: -2px
    }

.follow_us_btn {
    position: absolute;
    background-color: #ffffffbd;
    z-index: 3;
    padding: .8em 2em;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid var(--white-color);
    box-shadow: 0 0 5px 0 #00000040;
    display: flex;
    flex-direction: column
}

    .follow_us_btn a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        padding: 3px 6px
    }

        .follow_us_btn a:hover {
            color: var(--second-color) !important
        }

.widget_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-basis: auto;
    gap: 20px
}

.widget_column {
    flex: 1 1 auto
}

    .widget_column:last-child {
        flex-basis: 22%
    }

.widget_section2 {
    display: flex;
    align-items: flex-start;
    gap: 25px
}

    .widget_section2 .widget:first-child {
        flex-grow: 1
    }

.top-footer {
    padding: 50px 15px;
    background-color: var(--footer-bg);
    color: var(--footer-txt);
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact_info {
    padding-right: .2em;
    max-width: 350px
}

    .contact_info li {
        margin-bottom: 12px
    }

.top-footer .contact_info li a {
    color: var(--footer-link);
    transition: .3s
}

    .top-footer .contact_info li a:hover {
        color: var(--footer-txt)
    }

.contact_info li i {
    font-size: 1.1em;
    margin-left: 6px;
    min-width: 16px
}

.avina-mail a {
    background: linear-gradient(45deg,#faa3de,#f67ec6,#fc59ae,#fa36a6,#e1306c,#fd1d1d)
}

.avina-instagram a {
    background: radial-gradient(circle at 30% 107%,#f8ee82 0%,#fdf280 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)
}

.avina-telegam a {
    background: linear-gradient(180deg,hsla(209,89%,70%,1) 0%,hsla(203,88%,40%,1) 100%)
}

.avina-whatsapp a {
    background: linear-gradient(180deg,#6edd0e 0%,#236d08 100%)
}

.avina-facebook a {
    background: linear-gradient(180deg,hsla(235,71%,60%,1) 0%,hsla(227,85%,28%,1) 100%)
}

.avina-twitter a {
    background: linear-gradient(180deg,hsla(206,100%,52%,1) 0%,hsla(211,95%,43%,1) 100%)
}

.social_icons {
    flex-wrap: wrap;
    gap: 7px
}

    .social_icons li {
        transition: .4s;
        padding: 0 !important
    }

        .social_icons li a {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 27px;
            min-height: 27px;
            border-radius: 6px
        }

        .social_icons li:hover {
            transform: rotateZ(10deg)
        }

        .social_icons li a {
            font-size: 16px;
            font-weight: 300
        }

            .social_icons li a i {
                color: #fff
            }

.pro_meta .social_icons li a {
    font-size: 15px;
    color: #fff
}

.pro_meta .social_icons li:hover, .modal-body.share .social_icons li:hover {
    transform: translateY(-3px)
}

.sidebar .social_icons li a {
    min-width: 43px;
    min-height: 43px
}

.sidebar .social_icons li a {
    font-size: 24px
}

.top-footer .social_icons li a {
    color: #fff
}

.top-footer .social_icons li a {
    color: #fff;
    background: var(--main-color)
}

    .top-footer .social_icons li a:hover {
        background: var(--second-color)
    }

.top-footer .widget .menu li a {
    color: var(--footer-link);
    font-size: 14px;
    font-weight: 400
}

    .top-footer .widget .menu li a:hover {
        color: var(--footer-txt)
    }

.etemad_img {
    max-width: 110px;
    min-width: 100px;
    max-height: 120px;
    background-color: #ffffffd4;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 10px 0
}

    .etemad_img img {
        max-height: 120px;
        min-height: 110px;
        max-width: 110px;
        min-width: 100px
    }

.footer-menu {
    padding-right: .3rem
}

    .footer-menu li {
        margin-bottom: 10px
    }

        .footer-menu li a, .footer_about_us a {
            color: var(--footer-link)
        }

.footer_about_us {
    background-color: #00000014;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px
}

.about_us_img {
    max-width: 250px
}

.footer_about_us p {
    color: var(--footer-txt);
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 15px
}

.bottom-footer {
    padding: 30px 10px;
    background-color: var(--footer2-bg);
    color: var(--footer2-txt)
}

    .bottom-footer a, .bottom-footer p {
        color: var(--footer2-link)
    }

.title_widget {
    font-size: 1.4rem !important;
    margin: 1.2em 0;
    color: var(--footer-txt)
}

.breadcrumb-section {
    padding: 20px 0;
    opacity: .8;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: -1px 0
}

    .breadcrumb-section .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px
    }

.breadcrumb {
    margin-bottom: 0
}

.breadcrumb-item {
    font-size: 13px;
    font-weight: 500
}

.breadcrumb-section .product_title h2, .breadcrumb-section .product_title h2 a, .breadcrumb-section .product_title h1, .breadcrumb-section h2 a, .breadcrumb-section h2 {
    color: #fff;
    font-size: 18px
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0
}

span.required {
    color: red;
    font-weight: 700
}

.woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb, .breadcrumb-item, .breadcrumb-item a, .woocommerce-breadcrumb a, nav.woocommerce-breadcrumb, .breadcrumb-item + .breadcrumb-item:before {
    color: #fff
}

    .woocommerce .woocommerce-breadcrumb a:hover, .breadcrumb-item a:hover {
        color: var(--white-color);
        opacity: .8
    }

.woocommerce .woocommerce-breadcrumb {
    margin: 0 !important
}

.comment_list {
    margin: 20px 0
}

    .comment_list .comment_items {
        padding: 10px;
        border-bottom: 1px dashed var(--border-color1);
        background-color: var(--white-color);
        border-radius: 10px
    }

.comment_meta {
    display: block;
    width: 100%;
    height: auto;
    float: right;
    padding: 0 10px
}

    .comment_meta img {
        max-width: 60px;
        max-height: 60px;
        border-radius: 100%;
        float: right;
        margin-left: 15px
    }

    .comment_meta .meta_data {
        padding: 5px 25px
    }

        .comment_meta .meta_data span {
            display: block;
            width: 100%
        }

    .comment_meta .product-rating {
        float: left
    }

.comment_items .comment_content {
    display: block;
    width: 100%;
    text-align: right
}

.comment_meta .meta_data .comment_date {
    padding-top: 3px;
    font-size: .8em
}

.comment_meta .meta_data .user_name {
    font-weight: 700
}

.comment_list ul.children .comment_items {
    margin-right: 30px;
    background-color: var(--widget-bg2);
    border-radius: 10px;
    border-bottom: 0 !important
}

.comment_list ul.children ul.children .comment_items {
    background-color: var(--white-color)
}

.comment_rating span i {
    font-size: 1.8em;
    color: #ffc107
}

.form-control:focus {
    border-color: var(--main-color);
    box-shadow: none
}

.form-control {
    font-size: 13px
}

.form-comment .form-group .form-control {
    padding: 10px;
    text-align: right;
    margin: 10px 5px
}

.form-comment .form-group button {
    padding: 10px;
    margin: 10px 5px
}

.button-large {
    min-height: 56px
}

.avina_single {
    display: flex;
    gap: 15px
}

    .avina_single .right-content {
        flex-basis: 75%
    }

    .avina_single .left-sidebar {
        flex-basis: 24%
    }

.sidebar {
    background-color: var(--white-color);
    padding: 0 10px;
    box-shadow: 0 0 5px 2px rgb(0 0 0/3%);
    border-radius: 15px
}

.form-group textarea:checked, .woocommerce form .form-row textarea:checked {
    box-shadow: none
}

.form-group .form-control, .form-group textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .elementor-field-textual, .elementor-field-group .elementor-field-textual {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    min-height: 40px;
    text-align: right;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #f4f4f4;
    color: #222
}

.select2-container--default .select2-selection--single {
    text-align: right;
    border-radius: 10px;
    border: 1px solid var(--border-color2);
    background-color: #f4f4f4;
    color: #222
}

.woocommerce form .form-row .select2-container {
    margin-bottom: 15px
}

.select2-container .select2-selection--single {
    min-height: 40px;
    padding: 0;
    display: flex;
    align-items: center
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    min-width: 30px
}

.woocommerce ul.order_details:after, .woocommerce ul.order_details:before {
    content: unset
}

.custom_radio {
    margin-bottom: 10px
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color)
}

.form-check-input:focus {
    box-shadow: none
}

.single_post .post_title h1 {
    font-size: 1.5em;
    font-weight: 600
}

.single_post .post_image {
    margin: 20px 0
}

    .single_post .post_image img {
        border-radius: 5px;
        width: auto;
        max-width: 100%
    }

.single_post .post_content p {
    line-height: 2em;
    font-size: 1em;
    font-weight: 400;
    padding: 10px
}

.single_post .post_content blockquote {
    background-color: var(--widget-bg2);
    padding: 10px;
    border-radius: 10px;
    border-right: 4px solid var(--main-color);
    line-height: 2em;
    font-size: .9em;
    font-weight: 400
}

.post_tags span, .post_share span {
    font-size: .9em;
    font-weight: 300;
    padding-left: 10px
}

.post_share {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.tagcloud {
    display: flex;
    flex-flow: row wrap
}

    .post_tags a, .tagcloud a {
        background-color: var(--widget-bg2);
        padding: 3px 6px;
        font-size: 13px;
        font-weight: 500;
        transition: .3s;
        margin: 5px 2px
    }

    .tagcloud a {
        font-size: 13px !important
    }

        .post_tags a:hover, .tagcloud a:hover {
            background-color: var(--main-color);
            color: #fff
        }

.post_share .social_icons i {
    color: var(--text-color1)
}

.post_navigation {
    background-color: var(--widget-bg2);
    padding: 30px 10px;
    border-radius: 5px
}

    .post_navigation .next_post, .post_navigation .prev_post {
        line-height: 22px;
        font-size: 14px;
        font-weight: 400;
        display: flex
    }

        .post_navigation .next_post i {
            padding-right: 5px;
            font-size: 1.5em
        }

        .post_navigation .prev_post i {
            padding-left: 5px;
            font-size: 1.5em
        }

.post_author .img_author {
    float: right;
    margin-left: 10px
}

.post_author .info_author {
    margin: 0;
    padding: 10px 5px
}

.info_author h6 {
    font-weight: 700
}

.sidebar .widget {
    padding: 25px 5px;
    border-top: 2px solid #938d8d5c;
    box-shadow: unset
}

    .sidebar .widget .widget_title {
        font-size: 1.3em;
        font-weight: 600;
        line-height: 1.5em;
        margin-bottom: 20px
    }

    .sidebar .widget:first-child {
        border-top: none
    }

.search_widget .form-group {
    position: relative
}

    .search_widget .form-group .search_btn {
        position: absolute;
        top: 4px;
        bottom: 4px;
        margin: auto;
        left: 5px;
        border-right: 1px solid var(--border-color2);
        padding-right: 10px
    }

.lpw_item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed var(--widget-bg2);
    padding: 10px 0;
    justify-content: flex-start
}

    .lpw_item .lpw_img {
        flex-basis: 95px
    }

        .lpw_item .lpw_img img {
            border-radius: 5px;
            width: 80px;
            height: 80px;
            margin: 5px
        }

.lpw_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px
}

span.lpw_date {
    opacity: .6
}

.lpw_content .lpw_title {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em
}

.last_post_widget {
    max-width: 350px
}

.top-footer .last_post_widget .lpw_content .lpw_title a, .top-footer .widget ul li a {
    color: var(--footer-link)
}

.top-footer .last_post_widget .lpw_item {
    justify-content: flex-start;
    gap: 5px;
    border-bottom: 1px dotted rgba(255,255,255,.32);
    padding: 5px 0
}

.tag_widget a {
    margin-top: 15px !important;
    display: inline-block
}

.archive_widget .active_list .archive_item, .widget .menu li {
    padding: 5px 0
}

    .archive_widget .active_list .archive_item a, .widget .menu li a {
        padding-right: 5px;
        font-weight: 300
    }

        .widget .menu li a:before {
            font-family: "Font Awesome 6 Pro";
            content: "\f053";
            font-weight: 300;
            margin-left: 7px;
            font-size: .7em
        }

    .archive_widget .active_list .archive_item span {
        float: left
    }

.widget_banner {
    position: relative;
    display: flex;
    margin: 0 auto
}

    .widget_banner .wb_info {
        position: absolute;
        bottom: 15%;
        z-index: 5;
        display: block;
        align-items: center;
        padding: 1em
    }

    .widget_banner .wb_img {
        overflow: hidden;
        position: relative;
        display: block;
        border-radius: 5px;
        width: 100%
    }

        .widget_banner .wb_img img {
            width: 100%
        }

        .widget_banner .wb_img:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: rgba(0,0,0,.4);
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2
        }

    .widget_banner .wb_info h6 {
        font-size: 1.2em;
        font-weight: 500;
        color: var(--white-color);
        margin-bottom: 1em
    }

    .widget_banner .wb_info h4 {
        font-size: 1.6em;
        font-weight: 800;
        color: var(--white-color);
        margin-bottom: 1em
    }

    .widget_banner .wb_buy {
        background-color: var(--white-color)
    }

        .widget_banner .wb_buy:hover {
            background-color: var(--main-color);
            color: var(--white-color)
        }

.nav-links .page-numbers, .dokan-pagination-container .dokan-pagination li a {
    transition: .3s !important;
    background-color: var(--widget-bg1);
    border: 0 !important;
    color: var(--title-color1);
    padding: 15px !important;
    margin: 10px 6px
}

.pagination .nav-links .current, .dokan-pagination-container .dokan-pagination li.active a {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #fff !important
}

.nav-links .page-numbers:hover, .dokan-pagination-container .dokan-pagination li:hover a {
    z-index: 2;
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.nav-links .page-numbers:focus {
    color: var(--main-color);
    background-color: var(--white-color);
    box-shadow: none
}

.blog_card_style_3 .card-title {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em
}

.blog_card_style_3 .card-body span {
    font-size: .9em
}

#navbar-avina-login .nav-pills .nav-link {
    border: 1px solid #d0d0d0;
    padding: 10px 40px;
    margin: 0 5px
}

.woocommerce button.button.alt.disabled, button.button, .woocommerce button.button.alt, .dig_billing_wc_dv input[type=submit], .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .slide-login button.button, .elementor-button {
    border-radius: 10px;
    padding: 0 20px;
    line-height: 1;
    font-weight: 500;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: unset;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    font-size: 15px
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 0 10px;
    border-radius: 10px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-weight: 500
}

.woocommerce-LostPassword.lost_password {
    padding-top: 15px
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    padding: 12px 50px
}

.woocommerce div.product form.cart .button {
    width: 100%;
    padding: 0;
    min-height: 35px;
    max-height: 35px;
    border-radius: 8px
}

.login_form {
    width: 100%;
    box-shadow: 0 5px 5px 5px rgba(0,0,0,.05);
    padding: 50px;
    border-radius: 10px;
    overflow: hidden
}

    .login_form h3 {
        font-size: 1.3em;
        text-align: center;
        font-weight: 500;
        margin-bottom: 30px
    }

    .login_form .form-group .form-control {
        padding: 15px 20px;
        text-align: right;
        margin-bottom: 15px
    }

    .login_form .footer_loginform {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        font-size: .9em;
        font-weight: 300;
        margin: 20px 0
    }

    .login_form .social_login, .social_login a {
        margin: 20px 0;
        text-align: center;
        position: relative
    }

        .login_form .social_login span {
            padding: 0 20px;
            position: relative;
            text-align: center;
            background-color: var(--white-color);
            margin-bottom: 30px
        }

        .login_form .social_login:before {
            content: "";
            position: absolute;
            border-top: 1px solid var(--border-color1);
            top: 15px;
            right: 10px;
            left: 10px
        }

    .login_form .register_link {
        font-size: 1.1em;
        font-weight: 500;
        line-height: 2em;
        padding: 20px 0;
        text-align: center
    }

.product-box-price .price {
    font-size: 14px !important
}

.product-box-price ins {
    color: var(--main-color);
    font-weight: 500
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--title-color1)
}

ins {
    text-decoration: none
}

.woocommerce span.onsale {
    background-color: var(--main-color);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    top: 5px;
    right: auto;
    left: 5px
}

.add-to-cart a.added {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: .4s
}

.added_to_cart.wc-forward {
    display: none
}

.added_to_cart.wc-forward {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    bottom: -100px;
    padding: 10px 15px;
    border-radius: 20px;
    margin: 0 20px;
    transition: .4s;
    color: var(--white-color);
    background-color: var(--main-color);
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer
}

.product-box-1:hover .added_to_cart.wc-forward {
    display: none
}

    .product-box-1:hover .added_to_cart.wc-forward:hover {
        background-color: var(--text-color1);
        border-color: var(--text-color1)
    }

.hidden-title-form button i, .wishlist-title a.show-title-form i, .wishlist_manage_table tfoot a.create-new-wishlist i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i {
    margin-right: unset !important
}

.woocommerce.product.compare-button .added {
    display: none
}

.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete, .wishlist_table tfoot td, .wishlist_table tr td.product-name, .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy {
    text-align: right
}

.wishlist-items-wrapper td.product-name {
    display: flex;
    justify-content: space-between
}

.back-to-top {
    position: fixed;
    display: none;
    z-index: 20;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: var(--white-color);
    cursor: pointer;
    left: 20px;
    bottom: 20px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0/15%) 0 0 20px;
    transition: all .5s
}

.AvinaFC-count {
    bottom: 86px;
    left: 20px;
    z-index: 60;
    background-color: var(--white-color)
}

    .AvinaFC-count i, .back-to-top i {
        color: var(--border-color1)
    }

    .AvinaFC-count:hover {
        bottom: 83px
    }

.avina-sec1 {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 20px
}

.avina-sec3, .single_post, .post_comment {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 20px;
    border-left: unset
}

    .avina-sec3 .product-box-3, .avina-sec3 .product-box-2 .avina-sec3 .product-box-1 {
        border: 1px solid rgba(0,0,0,.125) !important
    }

.main-content {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.avina-sec2 {
    background-color: var(--widget-bg1)
}

h1.entry-title {
    display: block !important;
    font-size: 1.5em
}

.AvinaWL-btn, .AvinaCP-btn, .AvinaQV-btn {
    border: 0;
    background: 0 0;
    cursor: pointer
}

.AvinaWL-adding i:before, .AvinaCP-adding i:before, .ajax_add_to_cart.loading i:before, .AvinaSE-product-actions .AvinaCP-btn.AvinaCP-adding i:before, .AvinaSE-product-actions .AvinaWL-btn.AvinaWL-adding i:before, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.loading:before, .product-box .ajax_add_to_cart.add-to-cart.btn.loading:before {
    content: '\f021' !important;
    font-family: "Font Awesome 6 Pro"
}

.AvinaWL-adding i, .AvinaCP-adding i, .ajax_add_to_cart.loading i, .AvinaSE-product-actions .AvinaCP-btn.AvinaCP-adding i, .AvinaSE-product-actions .AvinaWL-btn.AvinaWL-adding i, .AvinaWL-item .AvinaWL-item--remove span.AvinaWL-removing:before, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.loading:before, .product-box .ajax_add_to_cart.add-to-cart.btn.loading:before {
    animation: Avina-spinner 1s linear infinite;
    -webkit-animation: Avina-spinner 1s linear infinite
}

#AvinaQV-popup .woocommerce div.product form.cart .variations tr, #AvinaQV-popup .woocommerce div.product form.cart .variations td, #AvinaQV-popup .woocommerce div.product form.cart .variations th {
    justify-content: flex-start;
    align-items: flex-start
}

.AvinaSE-product-actions .AvinaWL-btn i, .AvinaSE-product-actions .AvinaQV-btn i, .AvinaSE-product-actions .AvinaCP-btn i, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button:before {
    color: var(--border-color1)
}

.AvinaCP-area .AvinaCP-inner .star-rating:before, .woocommerce .star-rating:before {
    right: 0;
    left: auto
}

.AvinaFC-action-inner > div a {
    color: var(--title-color1) !important
}

    .AvinaFC-action-inner > div a:hover {
        color: #fff !important
    }

.AvinaFC-item-qty .minus_btn, .AvinaFC-item-qty .plus_btn {
    display: none
}
.minus_btn {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 2px;
    background: var(--widget-bg2);
    width: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    color: var(--main-color);
    border-radius: 10px;
    height: 25px;
    transition: .2s
}

.minus_btn {
    left: auto !important;
    right: 2px
}
.plus_btn, .minus_btn {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 2px;
    background: var(--widget-bg2);
    width: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    color: var(--main-color);
    border-radius: 10px;
    height: 25px;
    transition: .2s
}
.woocommerce-mini-cart__empty-message {
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    position: relative
}

    .woocommerce-mini-cart__empty-message:before {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        right: 0;
        left: 0;
        margin: 0 auto;
        content: "\e0dd";
        font-family: 'Font Awesome 6 Pro';
        font-size: 40px;
        opacity: .5;
        color: var(--second-color)
    }

mark.count {
    border-radius: 25%;
    background-color: #f9f9f9
}

.post_meta {
    margin-top: 10px
}

    .post_meta ul {
        justify-content: flex-start;
        flex-wrap: wrap
    }

        .post_meta ul li {
            margin-left: 4px;
            display: inline-flex;
            align-items: center
        }

.item.swiper-slide .cord {
    height: 100%
}

.card > a img {
    width: 100%;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover
}

.card.m-2 {
    margin: 15px 0
}

h3.card-title {
    font-size: 14px;
    overflow: hidden;
    max-width: 99%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600
}

.card-text {
    padding: 10px 0
}

.post_meta ul li, .post_meta ul li span {
    z-index: 999;
    color: var(--text-color1)
}

    .post_meta ul li span {
        padding: 4px;
        font-size: 11px
    }

.woocommerce #review_form #respond {
    padding: 10px 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 10px
}

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 8px
    }

.woocommerce-Reviews-title {
    margin-bottom: 15px
}

.comment-form-cookies-consent, ul.wc-item-meta li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px
}

.comment-notes, .comment-reply-title {
    margin-bottom: 10px
}

.post_style2 .card-body h3 a {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}

.blog_section .card {
    overflow: hidden
}

.post_style2 .card {
    position: relative;
    background-clip: unset;
    border: 0;
    border-radius: 20px
}

.post_style2 .card-body {
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: translateY(40%);
    transition: .3s;
    transition-delay: .2s;
    width: 100%;
    z-index: 22
}

    .post_style2 .card-body:not(:has(.post_meta)) {
        transform: translateY(0%)
    }

        .post_style2 .card-body:not(:has(.post_meta)) .card-title.mb-2 {
            margin-bottom: 0
        }

    .post_style2 .card-body .post_meta {
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-in-out;
        transition-delay: .3s
    }

.post_style2 .card:before {
    background: linear-gradient(0deg,rgba(0,0,0,.75) 20%,rgba(0,212,255,0) 100%);
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    z-index: 1
}

.post_style2:hover .card:before, .post_style2:hover .card-body .post_meta {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%)
}

.post_style2 .card-body h3 a:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.6) 70%,rgba(0,212,255,0) 100%);
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.post_style2 .card-body h3 a, .post_style2 .post_meta ul li, .post_style2 .post_meta ul li span, .post_style2 .post_meta ul li span a, .post_style2 .card-body i {
    color: #fff !important;
    z-index: 8
}

.post_style3.post_style2 .card-body, .post_style2:hover .card-body {
    transform: translateY(0%)
}

    .post_style3.post_style2 .card-body .post_meta {
        visibility: visible;
        opacity: 1
    }

.blog_section.avina_style2 .avina_next_Arrow, .blog_section.avina_style2 .avina_prev_Arrow {
    padding: 8px !important;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 0 0 #00000040;
    overflow: hidden;
    top: 40%
}

    .blog_section.avina_style2 .avina_next_Arrow:before, .blog_section.avina_style2 .avina_prev_Arrow:before {
        font-size: 1.4em
    }

.blog_section.avina_style2 .avina_next_Arrow {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.blog_section.avina_style2 .avina_prev_Arrow {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.blog_section.avina_style2 .avina_next_Arrow, #AvinaQV-popup .avina_next_Arrow {
    right: 0
}

.blog_section.avina_style2 .avina_prev_Arrow, #AvinaQV-popup .avina_prev_Arrow {
    left: 0
}

.blog_section.avina_style2 .post_meta ul li, .blog_section.avina_style2 .post_meta ul li span {
    color: #fff
}

.blog_section.avina_style4 .fs-5 {
    font-size: .9rem !important
}

.blog-carousel .card a {
    overflow: hidden
}

.blog-carousel .card img {
    transition: transform .5s
}

.blog-carousel.pnum5 .card img {
    max-height: 150px;
    min-height: 250px
}

.blog-carousel.pnum4 .card img {
    max-height: 200px;
    min-height: 200px
}

.blog-carousel.pnum3 .card img {
    max-height: 250px;
    min-height: 250px
}

.blog-carousel.pnum2 .card img {
    max-height: 300px;
    min-height: 300px
}

.blog-carousel .card:hover img {
    transform: scale(1.05)
}

.shop_sort.list .product-box {
    min-height: unset !important
}

ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

li.flex-nav-prev {
    float: left
}

li.flex-nav-next {
    float: right
}

a.flex-next {
    visibility: hidden
}

a.flex-prev {
    visibility: hidden
}

a.flex-next:after {
    visibility: visible;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700
}

a.flex-prev:before {
    visibility: visible;
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700
}

ul.flex-direction-nav li a {
    color: #ccc
}

    ul.flex-direction-nav li a:hover {
        text-decoration: none
    }

.header-3 i {
    color: var(--title-color1)
}

.brand_logo_section .swiper-wrapper {
    max-height: 200px
}

.brand-logo-carousel {
    display: flex
}

.brand-logo-item-s1 {
    max-height: 200px
}

    .brand-logo-item-s1 img {
        border-radius: 10px;
        overflow: hidden
    }

.AvinaCP-table-close {
    right: auto;
    left: 0;
    position: absolute
}

form.variations_form.cart, .single_variation_wrap {
    display: flex;
    flex-flow: wrap column
}

.woocommerce-variation-add-to-cart, form.cart {
    display: flex;
    gap: 5px;
    margin: 10px 0;
}

.category_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    overflow: hidden;
    align-self: center;
    justify-self: center
}

    .category_box .item {
        flex: 1;
        flex-basis: 10%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        transition: .5s;
        padding: 5px;
        margin: 10px 5px
    }

        .category_box .item img {
            transition: transform .5s;
            border-radius: 10px
        }

        .category_box .item:hover img {
            transform: scale(1.06)
        }

        .category_box .item a {
            text-align: center
        }

    .category_box .content {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        width: 100%
    }

        .category_box .content h5 {
            font-weight: 500;
            font-size: 14px;
            margin-top: 10px;
            transition: .4s
        }

    .category_box.avina_style1 .content p {
        font-weight: 400;
        font-size: 13px;
        margin-top: 3px
    }

    .category_box.avina_style2 {
        background-color: transparent;
        padding: 20px;
        border-radius: 0
    }

        .category_box.avina_style2 .item img {
            max-width: 50px;
            max-height: 50px
        }

        .category_box.avina_style2 .content {
            padding-top: 6px;
            margin-right: 0;
            text-align: center;
            position: relative
        }

        .category_box.avina_style2 .item {
            padding: 10px;
            background-color: var(--white-color);
            border-radius: 5px
        }

            .category_box.avina_style2 .item:hover {
                box-shadow: 0 15px 15px -15px rgba(0,0,0,.19)
            }

        .category_box.avina_style2 .content p {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            bottom: -10px;
            right: 0;
            left: 0;
            transition: .4s
        }

        .category_box.avina_style2 .content a {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 7px
        }

        .category_box.avina_style2 .item:hover .content p {
            visibility: visible;
            opacity: 1;
            bottom: 0
        }

        .category_box.avina_style2 .item:hover .content h5 {
            visibility: hidden;
            opacity: 0
        }

    .category_box.avina_style3.avina_style2 .item img {
        max-width: 90px;
        max-height: 90px
    }

.category-carousel img {
    min-height: 60px;
    min-width: 60px
}

.category_box.category-carousel .item {
    flex: unset !important;
    flex-basis: unset !important;
    margin: 8px 0 !important
}

.swiper-fade .swiper-slide {
    opacity: 0 !important
}

    .swiper-fade .swiper-slide.swiper-slide-active {
        opacity: 1 !important
    }

.offer_slider_section {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center
}

.offer-carousel .avina_next_Arrow {
    right: 0
}

.offer-carousel .avina_prev_Arrow {
    left: 0
}

.offer-carousel {
    max-width: 70%;
    display: flex !important;
    align-items: center;
    position: relative
}

    .offer-carousel .swiper-wrapper {
        align-items: center
    }

    .offer-carousel h3 a {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        color: var(--black-color)
    }

    .offer-carousel .product-box-image {
        border: 1px solid var(--border-color2);
        margin: 3px;
        border-radius: 10px;
        flex-direction: column
    }

.offer_slider_label {
    background: linear-gradient(to top right,#fff0 0%,#fff0 50%,var(--main-color) 50%,var(--main-color) 0%);
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0
}

    .offer_slider_label p {
        transform: rotate(45deg);
        color: #fff;
        font-size: 12px;
        right: 0;
        position: absolute;
        top: 20px
    }

.offer_slider_list ul li span {
    margin-right: 5px
}

.offer_slider_price {
    display: flex;
    align-items: center
}

    .offer_slider_price span {
        margin-right: 5px
    }

    .offer_slider_price i {
        font-size: 15px
    }

.offer-carousel .countdown_box {
    text-align: center;
    background-color: var(--white-color);
    padding: 8px;
    border-radius: 10px;
    min-width: 60px;
    margin: 3px;
    border: 1px solid var(--border-color2)
}

.offer-carousel .countdown_time {
    justify-content: flex-end
}

.offer-carousel .countdown_box .countdown {
    font-weight: 500
}

.offer-carousel .price {
    color: var(--main-color);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: 700;
    margin: 5px
}

    .offer-carousel .price del {
        color: var(--text-color1);
        display: block;
        font-size: .8em;
        font-weight: 500;
        margin-left: 5px
    }

.tabs_slider {
    max-width: 30%;
    width: 30%;
    padding: 0;
    overflow: hidden;
    z-index: 10
}

    .tabs_slider .tab_item p {
        margin: 0;
        padding: 5px;
        max-width: 99%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

.offer_slider_list ul li {
    padding: 5px 0;
    line-height: 15px;
    font-size: 13px;
    display: flex;
    align-items: center
}

.offer_slider1 {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center
}

    .offer_slider1 .tabs_slider {
        padding: 5px;
        margin-right: 0
    }

        .offer_slider1 .tabs_slider .tab_item {
            display: flex;
            align-items: center;
            height: 32px !important;
            width: 100%;
            background-color: var(--widget-bg1) !important;
            padding: 0 10px;
            margin: 0 10px;
            transition: background-color .3s;
            position: relative;
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            border-radius: 0;
            cursor: pointer
        }

        .offer_slider1 .tabs_slider .swiper-slide.swiper-slide-thumb-active {
            background-color: var(--main-color) !important
        }

            .offer_slider1 .tabs_slider .swiper-slide.swiper-slide-thumb-active p {
                color: #fff !important
            }

    .offer_slider1 .tab_item:after {
        left: 100%;
        top: 0;
        transition: .3s;
        content: "";
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 9px solid var(--widget-bg1);
        border-top: 17px solid transparent;
        border-bottom: 16px solid transparent
    }

    .offer_slider1 .tab_item:before {
        content: "";
        position: absolute;
        left: 9px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid var(--white-color);
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent
    }

    .offer_slider1 .swiper-slide.swiper-slide-thumb-active:after {
        border-left-color: var(--main-color) !important
    }

    .offer_slider1 .tabs_slider .tab_item p {
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.offer-carousel .swiper-slide {
    padding: 15px;
    border-radius: 10px
}

.offer_slider1 .offer-carousel .swiper-slide {
    background-color: var(--widget-bg1)
}

.offer_slider2 .product-box-image > a {
    padding: 30px;
    width: 100%;
    display: flex;
    background-color: #fff
}

.offer_slider2 .offer-carousel .product-box-image {
    background-color: var(--white-color)
}

.offer_slider2 {
    display: flex
}

    .offer_slider2 .tabs_slider {
        background-color: var(--widget-bg2);
        padding: 0;
        border-radius: 10px;
        margin-right: 10px
    }

        .offer_slider2 .tabs_slider .tab_item img {
            height: 50px;
            width: 50px;
            padding: 5px;
            border-radius: 10px
        }

        .offer_slider2 .tabs_slider .tab_item {
            display: flex;
            height: 55px !important;
            max-height: 50px;
            width: 100% !important;
            align-items: center;
            border-radius: 10px;
            cursor: pointer
        }

        .offer_slider2 .tabs_slider .swiper-slide.swiper-slide-thumb-active {
            background-color: var(--main-color);
            color: var(--white-color)
        }

            .offer_slider2 .tabs_slider .swiper-slide.swiper-slide-thumb-active p {
                color: var(--white-color)
            }

    .offer_slider2 .countdown_box {
        background-color: var(--widget-bg2);
        color: var(--main-color);
        padding: 10px
    }

    .offer_slider2 h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px
    }

.offer_slider3.offer_slider1 {
    flex-flow: row-reverse
}

    .offer_slider3.offer_slider1 .tab_item:before {
        content: unset;
        position: relative
    }

    .offer_slider3.offer_slider1 .tab_item:after {
        content: unset;
        position: relative
    }

    .offer_slider3.offer_slider1 .tabs_slider {
        padding-left: 5px
    }

        .offer_slider3.offer_slider1 .tabs_slider .tab_item {
            margin: 0
        }

        .offer_slider3.offer_slider1 .tabs_slider .tab_item, .offer_slider3.offer_slider1 .offer_slider1 .offer-carousel {
            background-color: var(--white-color);
            border-radius: 5px
        }

.product_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.product_list_item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-basis: 24%;
    margin-bottom: 10px;
    background-color: var(--white-color);
    padding: 5px;
    border-radius: 10px;
    transition: .3s;
    gap: 6px;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    pointer-events: all
}

    .product_list_item:hover {
        background-color: var(--main-color);
        color: #fff
    }

.product_list_image {
    max-width: 110px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

    .product_list_image a {
        display: flex;
        justify-content: center;
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 10px;
        transition: .3s
    }

        .product_list_image a img {
            max-width: 80px;
            min-width: 80px;
            max-height: 80px;
            min-height: 80px
        }

.product_list_info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin: 5px 0;
    width: 100%
}

    .product_list_info .info {
        font-size: 12px
    }

.product_list_title {
    display: flex;
    align-items: center
}

    .product_list_title h4 {
        max-height: 55px;
        overflow: hidden
    }

    .product_list_title a {
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        color: var(--title-color1);
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }

.product_list_item:hover .product_list_title h4 a {
    color: #fff
}

.product_list_item .badge {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    z-index: 8
}

.avina_style2 .product_list_item:hover .badge {
    background-color: #fff;
    color: var(--main-color)
}

.action-icon-box-3 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateY(20px);
    z-index: 4;
    display: flex;
    justify-content: center;
    transition: .4s ease
}

    .action-icon-box-3 ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

        .action-icon-box-3 ul li {
            height: 30px;
            width: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer
        }

            .action-icon-box-3 ul li a {
                line-height: 20px;
                font-size: 20px;
                font-weight: 300;
                transition: .3s ease
            }

            .action-icon-box-3 ul li:hover a {
                transform: translateY(-3px)
            }

.avina_style1 .product_list_item:hover {
    margin-top: -6px
}

    .avina_style1 .product_list_item:hover .product_list_image {
        transform: scale(.95)
    }

.avina_style2 .product_list_item:hover {
    transform: scale(1.04)
}

.avina_style2 .product_list_item .badge {
    color: #fff;
    right: unset;
    top: unset;
    left: 0;
    bottom: 0;
    border-radius: 0;
    border-top-right-radius: 10px
}

.avina_style2 .product_list_item {
    border-top-left-radius: 0
}

.avina_style4 .product_list_item {
    background-color: var(--second-color);
    padding: 6px
}

.avina_style4 .product_list_title {
    max-height: 65px;
    justify-content: flex-start;
    align-items: flex-start
}

.avina_style4 .product_list_item > .product_list_title {
    max-height: unset;
    align-items: center
}

.avina_style4 .product_list_item:hover {
    background-color: var(--white-color);
    box-shadow: 0 0 2px 2px #00000021;
    transform: scale(1.03)
}

.avina_style4 .product_list_title h4 a {
    color: #fff
}

.avina_style4 .product_list_info {
    position: relative
}

.avina_style4 .product_list_image {
    max-width: 110px
}

    .avina_style4 .product_list_image a {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 0 2px 2px #00000021
    }

        .avina_style4 .product_list_image a img {
            max-width: 100px;
            max-height: 100px
        }

.product_list_section.avina_style4 .info {
    display: flex;
    background-color: #ffffff87;
    padding: 5px;
    border-radius: 10px;
    font-size: 12px;
    width: 100%
}

.avina_style4 .product_list_item:hover .info {
    background-color: var(--second-color);
    visibility: hidden;
    opacity: 0
}

.avina_style4 .product_list_item:hover .action-icon-box-3 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px)
}

.top_divider_wave {
    width: 100%;
    min-height: 80px;
    max-height: 80px
}

    .top_divider_wave .waves {
        position: relative;
        width: 100%;
        height: 80px;
        margin-bottom: -7px
    }

    .top_divider_wave .content {
        position: relative;
        height: 100%;
        text-align: center;
        background-color: transparent
    }

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0)
    }

    100% {
        transform: translate3d(85px,0,0)
    }
}

.random_product_section {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden
}

    .random_product_section .item.swiper-slide {
        padding: 0
    }

.offer_slider_section {
    position: relative
}

.random-product-carousel {
    width: 100%
}

.random_product_item .image a {
    margin: 15px;
    border-radius: 10px;
    overflow: hidden
}

.random_product_section .heading_title h3, .offer_slider_section > .heading_title h3, .offer_slider_section .heading_title3 h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px;
    color: #fff
}

    .offer_slider_section > .heading_title h3 a, .offer_slider_section .heading_title3 h3 a {
        color: #fff
    }

.random_product_section.avina_style1 .heading_title, .offer_slider_section > .heading_title, .offer_slider_section .heading_title3 {
    position: absolute;
    top: 0;
    right: auto;
    left: auto;
    z-index: 20;
    background-color: var(--main-color);
    color: #fff;
    padding: 0 15px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.offer_slider_section > .heading_title {
    right: 12%
}

.random_product_section.avina_style2 .heading_title, .random_product_section.avina_style3 .heading_title {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 8;
    background-color: var(--main-color);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 0 15px
}

.random_product_section .random_product_item .image a {
    margin-top: 45px
}

.offer_slider_section .heading_title3, .random_product_section.avina_style3 .heading_title {
    border-bottom-right-radius: 0;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    padding: 0 15px
}

.random_product_section .heading_title h3:before, .random_product_section .heading_title h3:after {
    content: unset
}

.random_product_item {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: var(--white-color);
    overflow: hidden
}

    .random_product_item .title h4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding: 4px;
        text-align: center
    }

    .random_product_item .info {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 8px;
        gap: 3px;
        font-size: 13px
    }

    .random_product_item .image {
        position: relative;
        padding: 10px;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center
    }

        .random_product_item .image .progress {
            position: absolute;
            bottom: 8px;
            right: 0;
            background-color: transparent;
            width: 100%
        }

    .random_product_item .info .badge {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        background-color: var(--main-color)
    }

@keyframes progressBar {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.swiper-slide-active .random_product_item .avina-progress-bar {
    background: linear-gradient(90deg,#c2c2c2 0%,rgba(194,194,194,.31) 100%);
    transition: .5s linear;
    animation: progressBar 6s infinite
}

.random-product-carousel img {
    transition: transform .5s
}

    .random-product-carousel img:hover {
        transform: scale(.97)
    }

.row-reverse {
    flex-direction: row-reverse
}

.column-reverse {
    flex-direction: column-reverse
}

.blog_section.avina_style4 .border-radius-1 {
    border-radius: 5px
}

.blog_section.avina_style4 .item .card {
    border: 0;
    border-bottom: 2px solid transparent
}

.blog_section.avina_style4 .item:hover .card {
    border-color: var(--main-color);
    transition: .5s border-bottom-color
}

#AvinaQV-popup .single-product .product .summary .summary-content {
    text-align: right !important
}

.AvinaVS-empty, .AvinaVS-terms + select:not(.AvinaVS-select), .AvinaVS-term.AvinaVS-disabled:after, .AvinaVS-term.AvinaVS-disabled:before {
    display: none !important
}

body.rtl .AvinaVS-term {
    float: right
}

.product-box .countdown_time, .product-box .countdown_time2 {
    transition: opacity .3s,visibility .3s
}

.product-box:hover .countdown_time, .product-box:hover .countdown_time2 {
    opacity: 0;
    visibility: hidden
}

.woocommerce div.product p.stock {
    display: none
}

.action-icon-box-2 {
    background-color: var(--white-color)
}

    .action-icon-box-2 ul {
        display: flex;
        justify-content: center;
        align-items: center
    }

        .action-icon-box-2 ul li {
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer
        }

            .action-icon-box-2 ul li a {
                display: flex;
                justify-content: center;
                align-items: center
            }

            .action-icon-box-2 ul li a {
                font-size: 18px;
                color: var(--border-color1)
            }

.offer_slider3 .action-icon-box-2, .offer_slider1 .action-icon-box-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    transform: translateY(50px)
}

.offer_slider3 .item:hover .action-icon-box-2, .offer_slider1 .item:hover .action-icon-box-2 {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1
}

.icon_box.avina_style4 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 5px
}

    .icon_box.avina_style4 .icon-box {
        justify-content: flex-start;
        justify-items: center;
        padding: 15px 5px;
        border-radius: 20px;
        margin: 3px 0
    }

        .icon_box.avina_style4 .icon-box:hover .content, .icon_box.avina_style4 .icon-box:hover .content p, .icon_box.avina_style4 .icon-box:hover h6, .icon_box.avina_style4 .icon-box:hover .icon i {
            color: var(--white-color)
        }

.banner1.avina_style3 img {
    filter: grayscale(.4)
}

.banner1.avina_style3:hover img {
    filter: grayscale(0)
}

.blog_section.avina_style5 .card > a {
    padding: 1rem
}

.avina_style5 .heading_title {
    padding: 10px
}

.avina_style5 h3.card-title a {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px
}

.avina_style5 .blog-carousel .card:hover img {
    transform: scale(1);
    filter: grayscale(.7)
}

@keyframes Avina-spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes Avina-spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes Avina-shake {
    10%,90% {
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        transform: translate3d(4px,0,0)
    }
}

[class*=hint--]:after {
    background: rgba(255,255,255,.8);
    color: #000;
    text-shadow: unset
}

.hint--right:before {
    border-right-color: rgba(255,255,255,.8)
}

.hint--left:before {
    border-left-color: rgba(255,255,255,.8)
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
    border-top-color: rgba(255,255,255,.8)
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
    border-bottom-color: rgba(255,255,255,.8)
}

#cat-drop-stack .count {
    float: left !important
}

.woocommerce ul.product_list_widget li {
    height: auto;
    position: relative;
    border-bottom: 1px solid #95959578;
    padding: 10px 0;
    margin: 5px 0;
    display: block;
    text-align: right
}

    .woocommerce ul.product_list_widget li a {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        font-size: 14px;
        font-weight: 500
    }

    .woocommerce ul.product_list_widget li img {
        max-width: 60px;
        min-width: 60px;
        border-radius: 10px;
        margin-right: 0
    }

ul.product_list_widget li {
    border-bottom: 1px dotted #d2d1d1;
    padding: 10px 5px
}

    ul.product_list_widget li a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        margin-bottom: 7px
    }

        ul.product_list_widget li a img {
            flex-basis: 30%;
            width: 30%;
            border-radius: 10px
        }

    ul.product_list_widget li del {
        opacity: .6;
        padding: 4px 8px
    }

.close-comments {
    background-color: #e28d1e;
    color: #fff;
    padding: 10px;
    border-radius: 10px
}

.swiper-slide .product-box {
    margin-bottom: 0
}

form.woocommerce-product-search {
    width: 100%;
    display: flex;
    height: 40px
}

.woocommerce-product-search [type=search] {
    width: 75%;
    border-radius: 5px;
    border: 1px solid #333
}

.woocommerce-product-search [type=submit], .woocommerce-product-search button {
    background-color: #fff;
    border: 1px solid #333;
    margin-right: 5px;
    border-radius: 5px
}

    .woocommerce-product-search [type=submit]:hover, .woocommerce-product-search button:hover {
        background-color: var(--main-color);
        border: 1px solid #fff;
        color: #fff
    }

.comment-author-link {
    font-weight: 700;
    background-color: #eff0f0;
    padding: 0 10px;
    border-radius: 7px;
    height: 20px
}

li.recentcomments {
    list-style: none outside;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-between
}

.sidebar .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered, .widget .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    width: 100%
}

.widget .select2-container .select2-selection--single, .sidebar .select2-container .select2-selection--single {
    padding: 0 !important;
    height: 40px !important;
    display: flex;
    align-items: center !important;
    border-radius: 10px
}

.widget .select2-container--default .select2-selection--single .select2-selection__arrow, .sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

#AvinaQV-popup .woocommerce .woocommerce-product-details__short-description:not(.show) {
    max-height: initial;
    margin-bottom: 10px
}

.countdown_time2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    direction: ltr
}

.product-box .countdown_time2 {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 6px;
    max-width: 150px;
    background-color: rgba(255,255,255,.85);
    text-align: center;
    border-radius: 6px;
    border: 2px solid #eee;
    color: #000
}

.offer-carousel .countdown_time2 {
    padding: 10px 20px;
    text-align: left;
    max-width: 250px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e3e3e3;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.countdown_time2 .countdown.seconds {
    min-width: 20px;
    color: red;
    animation: timerScale 1s infinite;
    transition: .3s
}

.slide-login .nav-link {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid rgb(146 146 146/40%);
    border-radius: 0
}

    .slide-login .nav-link.active, .slide-login .show > .nav-link {
        color: var(--black-color);
        border: 1px solid rgb(146 146 146/40%);
        border-bottom: 0;
        background-color: transparent;
        border-radius: 10px 10px 0 0
    }

.slide-login .tab-content {
    box-shadow: unset;
    padding: 20px 12px 15px;
    background-color: transparent;
    border: 1px solid rgb(146 146 146/40%);
    border-top: 0;
    border-radius: 0 0 10px 10px
}

.slide-login form button, .slide-login button.btn, .slide-login button.button, .slide-login .btn {
    border-radius: 10px;
    padding: 0 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin: 15px 0;
    min-height: 35px
}

.slide-login form.register button {
    margin-top: 22px
}

.slide-login button:hover, .slide-login button.button, .slide-login .btn {
    opacity: .9
}

.slide-login .woocommerce-privacy-policy-text p {
    padding: 0
}

.slide-login input.input-text, .slide-login .form-group .form-control, .slide-login .form-group textarea, .slide-login form .form-row input.input-text, .slide-login form .form-row textarea, .slide-login form .form-row select {
    padding: 0 10px;
    text-align: right;
    margin: 0 0 15px;
    border-radius: 10px;
    background-color: #e8e8e8;
    box-sizing: border-box;
    width: 100%;
    min-height: 33px;
    outline: 0;
    line-height: normal
}

.countrycode {
    margin-top: 0 !important;
    margin-left: 0 !important;
    border-radius: 5px !important;
    text-align: center !important
}

.slide-login label {
    font-size: 13px;
    font-weight: 400;
    display: flex !important;
    align-items: center;
    gap: 5px;
    margin-bottom: 4px
}

.slide-login .woocommerce-LostPassword.lost_password {
    padding-top: 0
}

.slide-login .btn-vendor {
    background-color: var(--second-color);
    color: #fff;
    margin: 15px 0;
    border-radius: 10px
}

.woocommerce .slide-login form.checkout_coupon, .woocommerce .slide-login form.login, .woocommerce .slide-login form.register {
    border: 0;
    padding: 0;
    margin: 0
}

.AvinaSE-search .select2-container .select2-selection--single {
    height: 100%;
    margin: 0
}

.AvinaSE-product-actions .AvinaCP-btn, .AvinaSE-product-actions .AvinaWL-btn, .AvinaSE-product-actions .atc-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.offcanvas {
    background-color: var(--white-color)
}

.offcanvas-start, .offcanvas-end {
    width: 370px;
    max-width: 85%
}

.namad_slider {
    max-width: 110px;
    max-height: 145px;
    margin: 10px 0
}

    .namad_slider .item {
        background-color: #ffffffad;
        border-radius: 10px;
        padding: 0;
        max-width: 110px;
        max-height: 120px;
        min-height: 120px;
        min-width: 110px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .namad_slider .item img {
            max-width: 110px;
            max-height: 120px
        }

    .namad_slider .swiper-wrapper {
        max-height: 140px
    }

.grayscale-filter {
    filter: grayscale(100);
    opacity: .88;
    transition: .3s
}

    .grayscale-filter:hover {
        filter: grayscale(0);
        opacity: 1
    }

.offer_slider4 .offer-carousel {
    max-width: 85%;
    width: 85%
}

.offer_slider4 .tabs_slider {
    height: 100%;
    width: 15%;
    max-width: 15%;
    display: flex
}

    .offer_slider4 .tabs_slider .tabs_slider_wrapper {
        max-height: 340px;
        align-items: center
    }

    .offer_slider4 .tabs_slider .tab_item img {
        width: 60px;
        height: 60px !important
    }

    .offer_slider4 .tabs_slider .swiper-slide {
        border-radius: 100%;
        width: 80px;
        height: 80px !important;
        background-color: #fff;
        overflow: hidden;
        padding: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center
    }

.offer_slider4 .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: auto;
    left: 3px
}

.offer_slider4 .swiper-scrollbar-drag {
    background: var(--main-color);
    opacity: .5
}

.offer_slider4 .tabs_slider .tab_item.swiper-slide-visible {
    opacity: .85;
    transform: scale(.95);
    transition: transform .3s
}

.offer_slider4 .tabs_slider .tab_item.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    border: 3px solid var(--main-color);
    opacity: 1;
    transform: scale(1.05)
}

.instagram-posts .insta-item {
    position: relative
}

    .instagram-posts .insta-item i {
        position: absolute;
        inset: 0;
        z-index: 6;
        width: 30px;
        height: 30px;
        margin: auto;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .instagram-posts .insta-item:hover i {
        visibility: visible;
        opacity: 1
    }

.instagram-posts .insta-carousel .insta-item img {
    min-height: 150px;
    max-height: 200px;
    width: 100%;
    transition: transform .3s,filter .3s;
    min-width: 150px
}

.instagram-posts .insta-carousel .insta-item:hover img {
    transform: scale(1.11);
    filter: grayscale(.3)
}

.instagram-posts .insta-carousel .insta-item a:before {
    content: "";
    position: absolute;
    inset: 10px;
    height: 80%;
    width: 80%;
    margin: auto;
    z-index: 4;
    opacity: 0;
    transform: translateX(-50%);
    background-color: rgba(37,37,37,.45);
    transition: opacity .3s ease,transform .4s ease
}

.instagram-posts .insta-carousel .insta-item:hover a:before {
    opacity: 1;
    transform: translateX(0%)
}

.instagram-posts .heading_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .instagram-posts .heading_title a {
        direction: ltr;
        margin-top: 15px
    }

    .instagram-posts .heading_title h3 {
        gap: 10px;
        align-items: center;
        font-size: 25px;
        font-weight: 500
    }

.elementor-shape-fill {
    fill: var(--body-bg1) !important
}

li.has-children.parent-cat-wrap a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

    li.has-children.parent-cat-wrap a .fa-angle-right:before {
        content: "\f104"
    }

.text-divider, .digor {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin: 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .text-divider:before, .digor:before {
        position: absolute;
        content: "";
        width: 43%;
        height: 2px;
        background-color: rgb(160 159 159/40%);
        right: 0;
        top: 50%
    }

    .text-divider:after, .digor:after {
        position: absolute;
        content: "";
        width: 43%;
        height: 2px;
        background-color: rgb(160 159 159/40%);
        left: 0;
        top: 50%
    }

.offer_slider4 .tab_item .swiper-slide-visible {
    opacity: .8
}

.offer_slider4 .tab_item .swiper-slide-thumb-active {
    border: 3px solid var(--main-color);
    opacity: 1
}

.avina-header {
    z-index: 1008;
    position: relative;
    display: flex;
    background-color: var(--body-bg1);
    width: 100%;
    margin: 0
}

    .avina-header.top_sticky {
        position: sticky;
        top: -1px
    }

.p_fixed {
    position: fixed !important;
    top: -1px
}

.overlay-black {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 990;
    opacity: 0;
    visibility: hidden
}

    .overlay-black.active {
        opacity: 1;
        visibility: visible
    }

.product-box-6 .info {
    padding: 10px
}

    .product-box-6 .info h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        text-align: right;
        height: 44px;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }

.product-box-6 .product-box-image {
    margin: 15px 15px 5px;
    border-radius: 10px
}

.product_sale2 .progress-bar.bg-danger {
    opacity: .8
}

.product_sale2 {
    display: flex;
    flex-flow: column wrap;
    text-align: right;
    padding: 5px;
    font-size: 10px;
    color: #9b9b9b;
    gap: 5px
}

    .product_sale2 .percent_sold span {
        color: var(--second-color)
    }

.product-box.product-box-6 .product-box-image:before {
    content: unset
}

.product-box.product-box-6 img {
    transition: transform 1.5s,visibility .5s,opacity .5s
}

    .product-box.product-box-6 img:hover {
        transform: scale(1.1)
    }

.product-box-6 .product-rating {
    justify-content: flex-start;
    flex-direction: row-reverse
}

.product-box-6 .info .sizes {
    display: flex
}

.product-box-image .avina_variations {
    position: absolute;
    left: 4px;
    right: auto;
    bottom: 10px;
    z-index: 3
}

.product-box.product-box-6 .avina_colors {
    flex-direction: column
}

.product-box-6 .pricebox {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(100 100 100/7%)
}

    .product-box-6 .pricebox a {
        display: flex;
        background-color: var(--main-color);
        color: #fff;
        border-radius: 10px 10px 0;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        font-size: 18px
    }

    .product-box-6 .pricebox .price {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        font-size: 13px
    }

        .product-box-6 .pricebox .price del {
            opacity: .55;
            font-size: 12px
        }

            .product-box-6 .pricebox .price del .woocommerce-Price-currencySymbol {
                display: none
            }

    .product-box-6 .pricebox .badge {
        background-color: var(--second-color);
        margin: 0 6px 3px 0;
        border-radius: 0 6px 6px;
        font-size: 13px;
        font-weight: 500
    }

    .product-box-6 .pricebox .price1 {
        display: flex;
        flex-direction: row-reverse
    }

    .product-box-6 .pricebox .price2 {
        display: flex;
        width: 100%;
        justify-content: flex-end
    }

.product-box.product-box-6:hover .countdown_time, .product-box.product-box-6:hover .countdown_time2 {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: unset
}

.product-box.product-box-6 .sale-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 20px
}

.product-box.product-box-6 .countdown_time2 {
    position: relative;
    border: 0;
    justify-content: flex-start;
    gap: 4px;
    bottom: unset;
    right: unset;
    left: unset;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    max-width: 100%;
    background-color: unset;
    text-align: center;
    border-radius: unset;
    color: var(--black-color)
}

    .product-box.product-box-6 .countdown_time2.show {
        border-top: 1px dashed #c4c4c4;
        justify-content: center;
        padding-top: 5px
    }

.more-item.swiper-slide {
    height: auto
}

.product_carousel_section2 {
    background-color: var(--main-color);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

    .product_carousel_section2 .heading_title {
        padding: 20px 10px
    }

.slider_show_more, .swiper-slide > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 100%
}

    .slider_show_more i {
        background-color: rgba(177,177,177,.15);
        padding: 20px;
        border-radius: 100%;
        margin: 10px;
        font-size: 20px;
        transition: background-color .3s,padding .5s
    }

        .slider_show_more i:hover {
            background-color: rgba(177,177,177,.22);
            padding: 22px
        }

.slider_banner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-evenly
}

.swiper-slide .slider_banner {
    height: 100%
}

.product_carousel_section2.avina_style1 > .slider_banner {
    min-width: 220px
}

.product_carousel_section2 .heading_title h3:before, .product_carousel_section2 .heading_title h3:after {
    content: unset
}

.product_carousel_section2.avina_style2 > .slider_banner {
    width: 17%
}

.product_carousel_section2 .slides2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    height: 100%
}

.product_carousel_section2.avina_style2 .slides2 {
    width: 83%
}

.mobile_title {
    display: none
}

.slider_banner .slider_btn a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .3s
}

    .slider_banner .slider_btn a:hover {
        opacity: .8;
        gap: 11px
    }

.avina_slider3 .avina_prev_Arrow, .avina_slider3 .avina_next_Arrow {
    top: unset;
    bottom: 30px;
    border-radius: 100%;
    transition: .3s;
    visibility: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .7
}

.avina_slider3:hover .avina_prev_Arrow, .avina_slider3:hover .avina_next_Arrow {
    visibility: visible
}

.avina_slider3 .avina_prev_Arrow {
    right: 70px;
    left: unset
}

.avina_slider3 .avina_next_Arrow {
    right: 20px;
    left: unset
}

.avina_slider3 .swiper-pagination {
    position: absolute !important;
    right: 25px !important;
    bottom: 10px !important;
    left: unset !important;
    justify-content: flex-start !important;
    width: unset !important
}

.avina_slider3 .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    background: var(--black-color) !important;
    border-radius: 8px !important
}

    .avina_slider3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--white-color) !important;
        width: 14px !important
    }

.avina_search2 input {
    font-size: 13px;
    padding: 10px
}

.avina_search2 .btn {
    position: absolute;
    background-color: var(--second-color);
    left: 0;
    color: #fff;
    border: 0;
    border-radius: 0;
    height: 100%
}

    .avina_search2 .btn:hover {
        background-color: #a6a6a6
    }

.avina_search2 {
    position: relative;
    display: flex;
    flex-basis: 40%;
    border-radius: 25px;
    overflow: hidden
}

    .avina_search2 .AvinaSE_search_cats {
        left: 42px
    }

.m-3 {
    margin: 15px
}

.me-2 {
    margin-left: .5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-2 {
    margin-bottom: 10px
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 30px
}

.mt-5 {
    margin-top: 35px
}

.pe-0 {
    padding-left: 0 !important
}

.pw-0 {
    padding-right: 0 !important
}

.p-4 {
    padding: 20px
}

.ps-0 {
    padding-right: 0 !important
}

.w-100 {
    width: 100% !important
}

.border-0 {
    border: 0
}

section.mini_margin {
    width: 100%
}

.woocommerce table.shop_attributes th, .AvinaCP_table table tr th {
    padding: 15px 5px;
    min-width: 100px
}

.product-box-info.two_line h3 {
    height: 44px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.product-box-info.three_line h3 {
    height: 66px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.product.woocommerce.add_to_cart_inline a {
    padding: 5px 18px;
    min-height: 30px
}

.AvinaWL-item--add .add_to_cart_inline a, .AvinaCP_table .add_to_cart_inline a {
    border-radius: 8px;
    font-size: 12px
}

.AvinaWL-item--add .add_to_cart_inline a {
    width: 100%
}

.product_carousel_section.avina_style5 {
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.heading_title5 {
    display: inline-flex;
    justify-content: center
}

    .heading_title5 h3 {
        background-color: var(--body-bg1);
        padding: 0 20px;
        position: relative;
        margin: 0 0 20px;
        border-radius: 0 0 25px 25px;
        min-height: 45px;
        display: flex;
        align-items: center
    }

        .heading_title5 h3:before, .heading_title5 h3:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            background-color: var(--body-bg1);
            width: 30px;
            height: 25px;
            transform: translateX(98%);
            z-index: 1
        }

        .heading_title5 h3:after {
            right: auto;
            left: 0;
            transform: translateX(-98%)
        }

    .heading_title5 .right, .heading_title5 .left {
        display: flex;
        width: 35px;
        height: 27px;
        border-top-left-radius: 30px;
        z-index: 5
    }

    .heading_title5 .left {
        border-top-left-radius: 0;
        border-top-right-radius: 100%
    }

.blog_section.avina_style6 .card-body {
    transition: auto;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    margin: 0 10px;
    background-color: #fff;
    padding: 13px 20px 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    left: 0;
    margin-bottom: 2px
}

.blog_section.avina_style6 .card > a {
    padding: 0;
    border-radius: 25px
}

.blog_section.avina_style6 .card {
    background-color: transparent !important;
    border: 0;
    overflow: hidden;
    padding-bottom: 25px
}

    .blog_section.avina_style6 .card:hover img {
        transform: translateY(-7px)
    }

.product-box-8 .action-icon-box {
    bottom: 0;
    right: auto;
    left: auto;
    top: auto;
    transform: translateY(45px);
    background-color: transparent;
    width: auto;
    height: 35px;
    margin: auto
}

.product-box-8:hover .action-icon-box {
    transform: translateY(-10px)
}

.product-box-8 .action-icon-box ul {
    border-radius: 50px;
    background-color: var(--white-color);
    opacity: .85;
    backdrop-filter: blur(7px)
}

    .product-box-8 .action-icon-box ul li {
        height: 35px;
        width: 35px;
        background-color: transparent;
        border-radius: 50px;
        margin: 0
    }

        .product-box-8 .action-icon-box ul li a {
            line-height: 35px;
            font-size: 16px
        }

.product_list_slider {
    flex-direction: row !important
}

    .product_list_slider .product_list_item {
        flex-basis: unset !important;
        margin-top: unset !important
    }

.product_list_section.avina_style2 .slides {
    margin: 0
}

.product_list_section.avina_style4 .swiper {
    padding: 0 10px
}

.product_list_section.avina_style4 .avina_prev_Arrow {
    left: -5px
}

.product_list_section.avina_style4 .avina_next_Arrow {
    right: -5px
}

.avina_style2 .product_list_slider .product_list_item:hover {
    transform: scale(1.02)
}

.mobile-navigation {
    width: 100%;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 1140;
    display: none;
    opacity: 0;
    visibility: hidden
}

    .mobile-navigation .listWrap {
        list-style: none;
        display: flex;
        justify-content: normal;
        width: 100%;
        position: relative
    }

        .mobile-navigation .listWrap li {
            height: 55px;
            position: relative;
            z-index: 1;
            background-color: var(--white-color);
            flex: 1;
            margin: 0 -1px
        }

            .mobile-navigation .listWrap li:first-child {
                border-top-right-radius: 13px
            }

            .mobile-navigation .listWrap li:last-child {
                border-top-left-radius: 13px
            }

            .mobile-navigation .listWrap li a {
                text-decoration: none;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                font-weight: 500;
                width: 100%;
                height: 100%
            }

                .mobile-navigation .listWrap li a:hover {
                    text-decoration: none
                }

                .mobile-navigation .listWrap li a .icon {
                    position: relative;
                    display: flex;
                    align-items: center;
                    transition: .5s;
                    border-radius: 100%;
                    width: 50px;
                    justify-content: center;
                    height: 50px
                }

    .mobile-navigation li a {
        color: #6E6C6CFF;
        font-size: 1.2rem;
        line-height: 50px
    }

    .mobile-navigation .listWrap li.active a i {
        color: #fff
    }

    .mobile-navigation .listWrap li a .text {
        position: absolute;
        color: var(--black-color);
        font-weight: 400;
        transition: .3s;
        transform: translateY(20px);
        opacity: 0;
        z-index: 1;
        font-size: 12px
    }

    .mobile-navigation .listWrap li.active a .icon {
        transform: translateY(-25px)
    }

    .mobile-navigation .listWrap li.active a .text {
        opacity: 1;
        transform: translateY(16px)
    }

    .mobile-navigation .icon_count, .mobile-navigation .AvinaWL-menu-item .AvinaWL-menu-item-inner, .mobile-navigation .AvinaCP-menu-item .AvinaCP-menu-item-inner {
        width: 100%
    }

        .mobile-navigation .icon_count:after, .mobile-navigation .AvinaWL-menu-item .AvinaWL-menu-item-inner:after, .mobile-navigation .AvinaCP-menu-item .AvinaCP-menu-item-inner:after {
            top: 12px;
            right: -32px;
            left: 0;
            margin: 0 auto
        }

    .mobile-navigation .mobile-list.active .icon_count, .mobile-navigation .mobile-list.active .AvinaWL-menu-item-inner, .mobile-navigation .mobile-list.active .AvinaCP-menu-item-inner {
        display: none
    }

.mobile_header {
    position: relative;
    top: -1px;
    right: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 80px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white-color);
    padding: 0 15px;
    z-index: 999
}

    .mobile_header > * {
        flex: 1;
        display: flex
    }

.right_menu {
    justify-content: flex-start
}

.left_menu {
    justify-content: flex-end
}

.center_menu {
    justify-content: center
}

.mobile_sticky {
    position: sticky !important;
    transition: .3s;
    max-height: 55px
}

.mobile_header.mobile_sticky img {
    max-height: 50px
}

.mobile_header a {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center
}

    .mobile_header a.header-cart-icon {
        gap: 0
    }

.mobile_header .icon_count {
    height: 30px;
    display: flex
}

.mobile_header a.logo.navbar-brand {
    max-height: 70px
}

.mobile_header a span.icon_data {
    line-height: 15px;
    font-size: 13px;
    font-weight: 500
}

.mobile_header .right_menu span.icon_data, .mobile_header .left_menu span.icon_data {
    max-width: 100px;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    position: relative
}

.mobile_header .right_menu > span.icon_data:after, .mobile_header .left_menu > span.icon_data:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background: linear-gradient(90deg,#f0474700,#ff);
    right: 0;
    top: 0
}

.mobile_header_btn {
    background-color: rgb(0 0 0/3%);
    padding: 5px 12px;
    border-radius: 6px;
    border: 1px solid rgb(0 0 0/7%);
    opacity: .9
}

    .mobile_header_btn i {
        color: var(--second-color);
        opacity: .8
    }

    .mobile_header_btn a {
        display: flex;
        gap: 6px
    }

        .mobile_header_btn a span {
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            font-size: 12px;
            text-overflow: ellipsis
        }

.mobile-nav {
    position: absolute;
    height: 100vh;
    top: 50px;
    z-index: 100;
    right: 0;
    transition: right .5s;
    padding: 15px 15px 130px;
    overflow: scroll;
    width: 100%;
    max-width: 380px;
    min-width: 200px
}

.menu-open .mobile-nav {
    right: 0
}

.mobile-nav ul {
    list-style-type: none
}

    .mobile-nav ul ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s cubic-bezier(0,1,0,1)
    }

.mobile-nav li.open > ul {
    max-height: 2000px;
    transition: max-height 1s ease-in
}

.mobile-nav li ul, .mobile-nav li ul li ul li ul {
    background-color: #f3f3f3;
    padding: 0 10px;
    border-radius: 10px
}

    .mobile-nav li ul li ul {
        background-color: var(--white-color);
        padding: 0 10px;
        border-radius: 10px
    }

.mobile-nav a {
    display: flex;
    padding: 8px 0;
    align-items: center
}

    .mobile-nav a i[class^="fa-light fa-"], .mobile-nav a i[class^="fal fa-"] {
        min-width: 22px;
        background-color: rgb(0 0 0/6%);
        min-height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        margin-left: 5px
    }

    .mobile-nav a:hover, .mobile-nav a:active {
        color: var(--second-color)
    }

.mobile-nav > ul > li {
    border-bottom: 1px solid #00000012
}

.mobile-nav .parent {
    position: relative
}

    .mobile-nav .parent span {
        position: absolute;
        left: 0;
        width: 18px;
        height: 18px;
        display: inline-block
    }

        .mobile-nav .parent span:before, .mobile-nav .parent span:after {
            content: " ";
            display: block;
            position: absolute;
            transition: transform .25s ease-out;
            background-color: var(--main-color)
        }

        .mobile-nav .parent span:before {
            top: 0;
            right: 50%;
            width: 2px;
            height: 100%;
            margin-top: 1px
        }

        .mobile-nav .parent span:after {
            top: 50%;
            right: 0;
            width: 100%;
            height: 2px;
            margin-left: 1px
        }

    .mobile-nav .parent.open > a span:before {
        transform: rotate(90deg)
    }

    .mobile-nav .parent.open > a span:after {
        transform: rotate(180deg)
    }

    .woocommerce-store-notice, p.demo_store, .mobile-nav .parent:hover > a span:before, .mobile-nav .parent:hover > a span:after {
        background-color: var(--second-color)
    }

.product_meta .dokan-vendor-info-wrap .dokan-vendor-image {
    margin-right: 0 !important;
    margin-left: 15px !important
}

.product_meta .dokan-vendor-info {
    display: flex !important;
    gap: 4px !important;
    flex-direction: column
}

.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name h5, .dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating p {
    margin-right: 0 !important
}

.dashicons-star-half {
    transform: rotateY(180deg) !important
}

#AvinaWL_copy_btn {
    padding: 5px 15px;
    background-color: var(--main-color);
    border: unset;
    color: #fff;
    border-radius: 5px
}

#AvinaWL_copy_url {
    padding: 4px 10px;
    border: 1px solid var(--border-color2);
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #000
}

ul.wc-item-meta {
    display: flex;
    gap: 10px
}

.avina_animation_bg {
    background: linear-gradient(133deg,#0c8c6b,#6a10e6,#cc2374,#c85608);
    background-size: 800% 800%;
    -webkit-animation: avina_bg 21s ease infinite;
    animation: avina_bg 21s ease infinite
}

.product_content_tab {
    border-radius: 10px;
    overflow: hidden
}

    .product_content_tab .nav-item {
        padding: 0;
        margin-left: 2px
    }

@-webkit-keyframes avina_bg {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes avina_bg {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-o-keyframes avina_bg {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes avina_bg {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.wpforms-label-hide, .wpforms-sublabel-hide {
    top: unset !important;
    left: unset !important;
    display: none !important;
    position: unset !important
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    border-radius: 15px !important;
    background-color: #f1f1f1 !important
}

[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:active, .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:focus, .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:hover, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:active, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:focus, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:hover {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 8px 0
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 5px 0 0
}

.forminator-field input, .forminator-field button {
    border-radius: 15px !important;
    padding: 10px !important;
    line-height: 1.1em;
    overflow: hidden
}

.wpforms-form button[type=submit] {
    border-radius: 15px !important;
    padding: 6px 25px !important;
    overflow: hidden
}

.forminator-field textarea {
    border-radius: 15px !important
}

.forminator-button-submit, .wpforms-form button[type=submit] {
    background-color: var(--main-color) !important;
    color: #fff !important;
    transition: .4s all;
    border-color: transparent !important
}

    .forminator-button-submit:hover, .wpforms-form button[type=submit]:hover {
        background-color: var(--white-color) !important;
        color: var(--main-color) !important;
        border-color: #cbcbcb !important
    }

.forminator-response-message {
    text-align: right !important
}

@media (max-width:1199.9px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: .9em
    }

    .woocommerce button.button.alt.disabled, .woocommerce button.button.alt {
        padding: 10px;
        font-size: 13px
    }

    .single_product_section, .single_product_tab, .single_related_product, .archive_products {
        margin: 20px auto
    }

    .breadcrumb-section {
        padding: 25px 0
    }

    .main-content {
        padding: 40px 0
    }

    .single-product .main-content {
        padding: 20px 0
    }

    .navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-link {
        padding-left: 6px;
        padding-right: 6px
    }

    .avina_single .right-content {
        flex-basis: 65%
    }

    .avina_single .left-sidebar {
        flex-basis: 34%
    }
}

@media (max-width:1024px) {
    .avina-slider2 .swiper-slide.swiper-slide-active .carousel-caption {
        bottom: 10%
    }

    .navbar-brand, .navbar-brand img {
        max-width: 200px !important;
        max-height: 100px !important
    }

    .icon_box.avina_style4 {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .top-footer .container {
        max-width: 100%
    }

    .navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-link {
        padding-left: 5px;
        padding-right: 6px
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .float-lg-end {
        float: left !important
    }

    .woocommerce-form-track-order.track_order {
        padding: 40px 80px
    }

    .mobile_sidebar {
        display: none;
        visibility: hidden;
        opacity: 0
    }

    #mobile_menu {
        display: none;
        visibility: hidden
    }

    .order-lg-3 {
        order: 3 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }
}

@media (max-width:991.98px) {
    .header-6 .avina_search2 {
        order: 5;
        margin: 5px 2px;
        flex-basis: 100%
    }

    .countdown_banner .content {
        max-width: 70%
    }

    .avina_top_alert .text {
        padding: 0 8px
    }

    .top_alert_close, .avina_top_alert .link {
        padding: 5px 10px
    }

    .offer_slider2 .product-box-image > a {
        padding: 0
    }

    .mobile_sidebar {
        display: flex;
        align-items: center;
        gap: 5px;
        visibility: visible;
        opacity: 1;
        background-color: var(--white-color);
        color: var(--main-text-color);
        padding: 5px 10px;
        height: 100%;
        font-size: 15px;
        min-height: 36px;
        margin: 0 0 1em
    }

    .mobile_menu {
        display: flex !important;
        visibility: visible;
        opacity: 1
    }

    .offcanvas-body .sidebar {
        padding-bottom: 60px
    }

    .offer_slider2 .tabs_slider {
        padding: 0 5px;
        border-radius: 5px;
        margin: 10px 0
    }

    .offer-carousel .swiper-slide img {
        min-width: auto !important;
        min-height: auto
    }

    .tabs_slider {
        height: auto !important
    }

    .icon_box .icon-box {
        flex-basis: auto
    }

    .icon_box.avina_style2 .icon-box, .icon_box.avina_style3 .icon-box {
        flex-basis: 31%
    }

    .category_box .item {
        flex-basis: 16%
    }

    .woocommerce-form-track-order.track_order {
        padding: 20px 10px
    }

    .dropdown-menu {
        margin: 10px
    }

    ul:last-child .dropdown-menu {
        background-color: var(--text-color1);
        border: 0
    }

    .dropdown-item {
        font-size: 14px;
        padding: .1rem 1rem;
        font-weight: 300;
        color: var(--main-text-color)
    }

    .dropdown-header {
        padding: .3rem .2rem;
        font-size: 15px;
        font-weight: 500;
        color: var(--main-color)
    }

    ul.mega-menu {
        display: flex;
        justify-content: flex-start;
        flex-flow: row wrap;
        overflow: scroll
    }

    li.mega-menu-col {
        max-width: 24%;
        min-width: 24%;
        margin: 10px 0
    }

    .navbar-collapse {
        position: relative
    }

        .navbar-collapse.collapsing {
            visibility: hidden;
            display: none;
            opacity: 0
        }

        .navbar-collapse.collapse .navbar-nav {
            visibility: hidden;
            display: none
        }

    .navbar-collapse {
        height: auto !important
    }

    ul.navbar-nav {
        display: none !important;
        visibility: hidden
    }

    .header-4 .logo.navbar-brand {
        margin: 0 5px
    }

    .post_meta ul li span {
        padding-right: 3px;
        font-size: 10px
    }

    .product_list_item {
        flex-basis: 48%;
        padding: 5px
    }

    .product_list_title h4 {
        font-size: 13px;
        padding: 0 5px 0 0
    }

    .navbar-brand, .navbar-brand img {
        max-width: 190px !important;
        max-height: 95px !important
    }

    .product_carousel_section2.avina_style2 > .slider_banner {
        width: 23%
    }

    .product_carousel_section2.avina_style2 .slides2 {
        width: 77%
    }

    .breadcrumb-section .content {
        flex-wrap: wrap;
        gap: 10px
    }
}

@media (min-width:768px) {
    .brand-logo-carousel .avina_prev_Arrow {
        left: -33px
    }

    .brand-logo-carousel .avina_next_Arrow {
        right: -33px
    }

    .instagram-gallery .avina_prev_Arrow {
        left: 30px
    }

    .instagram-gallery .avina_next_Arrow {
        right: 30px
    }

    .blog2 .avina_next_Arrow {
        right: 15px
    }

    .blog2 .avina_prev_Arrow {
        left: 15px
    }

    #navbar-avina-login {
        display: none
    }

    .AvinaWL-item--info {
        min-width: 350px
    }

    .avina-left-gallery .avina_next_Arrow, .avina-left-gallery .avina_prev_Arrow {
        display: none
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }
}

@media (max-width:767.98px) {
    .product_carousel_section2.avina_style2 > .slider_banner {
        display: none
    }

    .product_carousel_section2.avina_style2 .mobile_title {
        display: flex;
        justify-content: flex-start;
        color: #fff;
        padding: 5px 5px 15px;
        width: 100%
    }

    .product_carousel_section2.avina_style2 {
        flex-direction: column
    }

        .product_carousel_section2.avina_style2 .slides2 {
            width: 100%
        }

    .product-box-price .price, .product-box-price ins {
        font-size: 13px
    }

    .widget_column {
        flex-basis: 32%
    }

        .widget_column:last-child {
            width: auto;
            flex-basis: 49%
        }

    .product-box-price del {
        font-size: 12px
    }

    .tabs_slider .swiper-wrapper {
        flex-flow: row wrap;
        justify-content: space-between
    }

    .offer_slider1 .tabs_slider {
        margin-bottom: 10px;
        overflow: hidden
    }

    .offer_slider2 {
        display: flex;
        flex-flow: column wrap
    }

    .offer_slider1, .offer_slider4 {
        flex-flow: column;
        justify-content: flex-start
    }

    .offer-carousel {
        width: 100% !important;
        max-width: 100% !important
    }

    .tabs_slider, .offer_slider4 .tabs_slider .swiper-wrapper {
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-flow: row wrap !important;
        justify-content: flex-start !important;
        transform: translate3d(0px,0px,0px) !important
    }

    .offer_slider4 .tabs_slider .swiper-wrapper {
        gap: 5px
    }

    .offer_slider2 .tabs_slider .tab_item {
        width: 49% !important;
        opacity: 1;
        margin-top: 6px
    }

    .offer_slider1 .tabs_slider {
        justify-content: space-between;
        margin-right: 0;
        padding: 0
    }

        .offer_slider1 .tabs_slider .tab_item {
            height: 30px;
            width: 100% !important;
            border-radius: 5px;
            margin: 5px 0
        }

    .offer_slider1 .tab_item:after, .offer_slider1 .tab_item:before {
        content: unset
    }

    .offer_slider1 .offer-carousel {
        max-width: 100%
    }

    .offer-carousel .countdown_box {
        padding: 5px 10px
    }

        .offer-carousel .countdown_box .countdown {
            font-weight: 400;
            font-size: 12px;
            display: flex;
            flex-flow: column wrap;
            align-items: center
        }

    .offer_slider_list ul li {
        padding: 5px 0;
        line-height: 14px;
        font-size: 13px
    }

    .offer_slider3.offer_slider1 .tabs_slider {
        margin-left: 0
    }

    .carousel-caption {
        display: block !important;
        right: 5%;
        text-align: right
    }

    .product_content_tab {
        border-radius: 0
    }

        .product_content_tab .nav {
            justify-content: flex-start;
            gap: 3px;
            overflow-x: scroll;
            overflow-y: hidden;
            white-space: nowrap;
            padding: 5px 0;
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            -webkit-overflow-scrolling: touch
        }

    .widget_section2 {
        flex-wrap: wrap;
        justify-content: center
    }

    .countdown_product {
        max-width: 80%
    }

    .header-4 .user-header a span {
        display: none
    }

    .avina_style3 .product-carousel {
        max-width: 100%
    }

    .product_sidebar {
        max-width: 100%;
        margin: 10px;
        min-height: 60px;
        display: flex;
        justify-content: space-between;
        position: unset
    }

        .product_sidebar a {
            bottom: auto;
            left: 5%
        }

    .product_carousel_section {
        padding: 10px
    }

    .product_grid_section, .category_box, .icon_box {
        padding: 15px
    }

    .banner1, .avina-sec2, .avina-sec1, .avina-sec3, .blog_section, .product_grid_section, .product_list_section, .random_product_section, .offer_slider_section, .product_carousel_section, .category_box, .icon_box {
        margin: 0 15px
    }

    .avina-sec1, .avina-sec3, .avina-sec3 {
        padding: 10px
    }

    .product_carousel_section.mobile-two-col {
        padding: 5px
    }

    .product_grid_section.mobile-two-col .row, .woocommerce-page .row.shop_sort.grid {
        --bs-gutter-x: 8px
    }

        .product_grid_section.mobile-two-col .row .mb-3, .woocommerce-page .row.shop_sort.grid .mb-3 {
            margin-bottom: 8px !important
        }

    .blog_section.mobile-two-col, .product_grid_section.mobile-two-col, .product_carousel_section.mobile-two-col {
        margin: 0
    }

    .avina-sec1.mobile-two-col, .avina-sec3.mobile-two-col, .avina-sec3.mobile-two-col {
        padding: 5px
    }

    .icon_box.avina-sec1 {
        padding: 5px
    }

    .icon_box .icon-box {
        justify-content: flex-start;
        gap: 8px;
        margin: 8px 5px
    }

    .icon_box.avina_style1 .icon-box .icon {
        justify-content: flex-start
    }

    .icon_box.avina_style2 .icon-box .icon {
        justify-content: center
    }

    .icon-box .icon {
        min-width: 40px
    }

        .icon-box .icon i {
            font-size: 30px
        }

    .icon-box .content {
        gap: 4px
    }

        .icon-box .content h6 {
            font-size: .86em
        }

        .icon-box .content p {
            font-size: .78em
        }

    .avina-slider2 {
        width: auto
    }

    .footer_about_us p {
        width: auto;
        margin-top: 15px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .about_us_img {
        justify-content: center;
        display: flex
    }

    .footer_about_us {
        flex-flow: wrap row
    }

    li.mega-menu-col {
        max-width: 32%;
        min-width: 32%
    }

    .woocommerce-page table.shop_table_responsive tr td.product-quantity {
        display: flex;
        justify-content: space-between
    }

    .top-header-list-left li a i {
        font-size: 22px
    }

    .top-header-list-left li .icon_text {
        display: none
    }

    .header-1 .bottom-header-icon li a span {
        padding: 0 5px
    }

    .top_divider_wave {
        min-height: 50px;
        max-height: 50px
    }

        .top_divider_wave .waves {
            height: 50px
        }

    .carousel-caption h2 {
        font-size: 17px
    }

    .carousel-caption h4 {
        font-size: 14px
    }

    .carousel-caption p {
        display: none
    }

    .slider-btn {
        padding: 7px 15px;
        font-size: 14px
    }

    .swiper-slide .carousel-caption {
        bottom: 15%;
        right: 5%;
        top: auto;
        max-width: 60%
    }

    .swiper-slide.swiper-slide-active .carousel-caption {
        transform: perspective(50px);
        bottom: 10%
    }

    .avina_slider.avina_style2 .avina_next_Arrow {
        right: auto;
        left: 12%
    }

    .avina_slider.avina_style2 .avina_prev_Arrow {
        left: 2%;
        right: auto
    }

    .avina_slider.avina_style2 .swiper-pagination {
        left: 2%;
        margin-right: auto;
        display: flex;
        justify-content: flex-end
    }

    .avina_slider.avina_style2 .avina_next_Arrow, .avina_slider.avina_style2 .avina_prev_Arrow {
        bottom: 15px !important
    }

    .offer_slider3.offer_slider1 {
        flex-flow: column;
        justify-content: flex-start
    }

    .countdown_banner .content {
        margin: 30px;
        max-width: 90%
    }

    .category_box {
        justify-content: space-between
    }

        .category_box.avina_style2 .item {
            flex-basis: 46%
        }

            .category_box.avina_style2 .item img {
                max-width: 40px;
                max-height: 40px
            }

        .category_box.avina_style1 .item {
            flex-basis: 30%
        }

        .category_box .item {
            margin-bottom: 20px
        }

        .category_box.avina_style3.avina_style2 {
            margin: 0
        }

    .icon_box.avina_style4 .icon-box {
        flex-basis: 48%
    }

    .navbar-brand, .navbar-brand img {
        max-width: 170px !important;
        max-height: 85px !important
    }

    #searchModal .modal-body {
        padding: 20px 40px
    }

    #searchModal .modal-header {
        padding: 15px 40px
    }

    .product-box.product-box-6 .sale-footer {
        align-items: center;
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap
    }

    .product-box-6 .info {
        padding: 4px
    }

    .avina_slider3 .avina_prev_Arrow {
        right: auto;
        left: 5px;
        top: 50%
    }

    .avina_slider3 .avina_next_Arrow {
        right: 5px;
        left: auto;
        top: 50%
    }

    .avina_slider3 .swiper-pagination {
        bottom: 0 !important
    }

    .slide-login .nav {
        padding: 0
    }

    .avina_single {
        flex-direction: column
    }

        .avina_single .right-content, .avina_single .left-sidebar {
            flex-basis: 100%
        }

    .widget_section {
        gap: 12px
    }
}

@media (min-width:575.98px) {
    .offer-carousel .avina_prev_Arrow, .offer-carousel .avina_next_Arrow {
        display: none
    }
}

@media (max-width:575.98px) {
    .avina_slider .avina_prev_Arrow {
        left: 7px
    }

    .avina_slider .avina_next_Arrow {
        right: 7px
    }

    .avina_slider2 .avina_next_Arrow {
        right: 0
    }

    .avina_slider2 .avina_prev_Arrow {
        left: 0
    }

    .avina_slider2 .avina_prev_Arrow, .avina_slider2 .avina_next_Arrow {
        opacity: .6;
        padding: 5px !important
    }

    .menu-header-icon li {
        margin-right: 7px
    }

    .post_meta ul {
        flex-wrap: wrap
    }

    .blog-carousel.mobile-two-col .post_meta ul li:nth-child(2) {
        display: none
    }

    .blog-carousel.mobile-two-col .card img {
        min-height: 150px
    }

    .blog-carousel.mobile-two-col h3.card-title {
        font-weight: 400
    }

    .post_style2 .card-body h3 a, h3.card-title {
        font-size: 13px
    }

    .product-box-price del {
        font-size: 12px
    }

    .product-carousel.mobile-two-col .product-box-price del {
        font-size: 11px;
        font-weight: 300
    }

    .product-carousel.mobile-two-col .product_sale_info {
        font-size: 10px
    }

    .product-carousel.mobile-two-col .product-box-4 .add-to-cart, .product-carousel.mobile-two-col .product-box-4 .view_more_product {
        padding: 5px;
        margin: 0 4px 10px;
        font-size: 12px
    }

    .product-box .star-rating {
        height: 14px;
        width: 75px;
        line-height: 14px
    }

    .product-box .product-rate {
        height: 14px
    }

        .product-box .star-rating:before, .product-box .product-rate:before {
            font-size: 14px;
            line-height: 14px
        }

    .product-carousel.mobile-two-col .product-box .countdown_time2 {
        font-size: 12px;
        font-weight: 400
    }

    .product-box-price ins {
        font-weight: 400;
        font-size: 13px
    }

    .footer_about_us {
        margin: 20px 0
    }

    .top-header-list-left li {
        padding: 0 4px
    }

    .top-header-list-left li {
        padding: 0 6px
    }

    .top-header span {
        font-size: .75em
    }

    .post_navigation .next_post i {
        padding-right: 0;
        display: none
    }

    .post_navigation .prev_post i {
        padding-left: 0;
        display: none
    }

    .product_header_left, .AvinaSE-product-actions, .AvinaSE_search_cats, .AvinaWL-item--actions {
        display: none
    }

    .product_header_right .custom_select {
        width: 100%
    }

    td.product_price, th.product_price, .user-header a span {
        display: none
    }

    .countdown_product {
        max-width: 100%
    }

    .bottom-header-icon > li {
        margin-right: 12px
    }

    .bottom-header-icon li.dark_mode, .top-header-list-right li.dark_mode {
        display: none
    }

    .navbar-brand, .navbar-brand img {
        max-width: 135px !important;
        max-height: 55px !important
    }

    .row.header_menu {
        flex-wrap: nowrap;
        justify-content: space-around;
        flex-direction: row
    }

        .row.header_menu div {
            width: auto
        }

    .AvinaFC-count, .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 10px
    }

    .back-to-top {
        bottom: 10px
    }

        .AvinaFC-count i, .back-to-top i {
            font-size: 20px;
            line-height: 40px
        }

    .AvinaFC-count {
        bottom: 60px
    }

        .AvinaFC-count:hover {
            bottom: 57px
        }

    .offer_slider1 .offer-carousel {
        max-width: 100%
    }

    .offer-carousel .countdown_box {
        padding: 4px
    }

        .offer-carousel .countdown_box .cd_text {
            font-weight: 300;
            font-size: 10px
        }

    .offer_slider_list ul li {
        padding: 4px 0;
        font-size: 12px
    }

    .offer-carousel h3 {
        font-size: 15px;
        margin-top: 5px;
        line-height: 30px;
        font-weight: 600
    }

    .offer-carousel ins, .offer-carousel .price {
        font-size: 15px
    }

    .offer-carousel .offer_slider_list, .offer-carousel .product_sale {
        display: none
    }

    .offer-carousel .countdown_time {
        margin-bottom: 0 !important;
        justify-content: center
    }

    .modal-dialog-centered {
        align-items: flex-start;
        margin-top: 100px
    }

    .widget_column {
        min-width: 48%;
        max-width: 98%;
        flex-basis: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        gap: 15px
    }

        .widget_column:last-child {
            width: 98%;
            flex-basis: 98%
        }

    li.mega-menu-col {
        max-width: 48%;
        min-width: 48%
    }

    .AvinaWL-popup .AvinaWL-popup-inner .AvinaWL-popup-content {
        max-width: 100%
    }

    .header-4, .change_bg.active .header-4 {
        padding: 5px 10px
    }

    .AvinaWL-item {
        padding: 0 6px
    }

    .breadcrumb-section .product_title {
        display: none
    }

    .product_list_item {
        flex-basis: 100%
    }

    .icon_box .icon-box {
        flex-basis: 46%
    }

    .icon_box.avina_style4 .icon-box {
        justify-content: flex-start;
        padding: 10px 5px
    }

    .icon_box.avina_style2 .icon-box, .icon_box.avina_style3 .icon-box {
        flex-basis: 47%
    }

    .avina_style5 .blog-carousel .avina_next_Arrow {
        right: -24px
    }

    .avina_style5 .blog-carousel .avina_prev_Arrow {
        left: -24px
    }

    .copy-link {
        padding: 10px;
        font-weight: 400
    }

    .product-box-2 .action-icon-box ul li {
        height: 40px;
        width: 45px
    }

    .product-box-2 .action-icon-box {
        width: 45px
    }

    .avina_style4 .product_list_info {
        width: 100%
    }

    .top-header .cart_box, .cart_box, .header-5 .cart_box {
        left: 0;
        width: 92vw
    }

    .breadcrumb-section {
        padding: 20px 0
    }

    .product-box-info h3 {
        font-weight: 500
    }

    .tabs_slider .swiper-scrollbar {
        display: none;
        visibility: hidden;
        opacity: 0
    }

    .pagination .nav-links {
        display: flex;
        flex-wrap: wrap
    }

    .nav-links .page-numbers, .dokan-pagination-container .dokan-pagination li a {
        margin-right: 4px;
        padding: 10px 13px !important
    }

    #searchModal .modal-body {
        padding: 20px
    }

    #searchModal .modal-header {
        padding: 15px 20px
    }

    #searchModal .modal-body .form-control {
        padding: 8px
    }

    #searchModal button.btn.btn-outline-danger {
        padding: 8px 14px
    }

    .header-6 .menu-header-icon {
        order: 3
    }

    .header-6 .navbar-brand {
        order: 1
    }

    .header-6 .menu-header-icon li a {
        gap: 5px;
        font-size: 12px
    }

    .header-6 .menu-header-icon li {
        margin-right: 5px
    }

        .header-6 .menu-header-icon li.dark_mode {
            display: none
        }

    .product-box-6 .info h3 {
        font-size: 13px
    }

    .product-box-6 .pricebox {
        padding: 3px
    }

        .product-box-6 .pricebox .badge {
            margin: 0 3px 3px 0;
            font-size: 12px;
            font-weight: 400;
            padding: 3px 4px
        }

    .woocommerce .quantity .qty {
        padding: 0
    }

    .mobile_header a {
        font-size: 15px;
        gap: 3px
    }

        .mobile_header a:not(:has(span)) {
            font-size: 20px
        }

    .tab-content .product_comment {
        padding: 13px
    }

    .top-header-list-right li a span {
        max-width: 105px;
        overflow: hidden
    }

    .menu-header-icon li a span {
        max-width: 120px;
        overflow: hidden
    }

    .menu-header-icon li a i {
        font-size: 16px
    }

    .top-header-list-right li {
        margin-left: 10px
    }

    .navbar-brand {
        margin-left: 8px
    }

    .header-4 .user_header_drop_menu {
        right: 0
    }

    .widget_section {
        gap: 6px
    }
}

@media (max-width:385px) {
    .navbar-brand, .navbar-brand img {
        max-width: 110px !important;
        max-height: 45px !important
    }

    .mobile_header a span.icon_data {
        font-size: 12px;
        font-weight: 300
    }

    .top-header-list-right li a span {
        max-width: 80px
    }

    .menu-header-icon li a span {
        max-width: 110px
    }

    .bottom-header-icon > li > a {
        font-size: 22px;
        line-height: 22px
    }
}
/*! elementor - v3.15.0 - 20-08-2023 */
.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    overflow: hidden
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    left: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}

    .dialog-close-button:hover {
        color: var(--e-a-color-txt-hover)
    }

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-editor-active .elementor-popup-modal {
    background-color: initial
}

.dialog-type-alert .dialog-widget-content, .dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}

.dialog-type-alert .dialog-header, .dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}

    .dialog-type-alert .dialog-header:after, .dialog-type-confirm .dialog-header:after {
        content: "";
        display: block;
        -webkit-border-after: var(--e-a-border);
        border-block-end: var(--e-a-border);
        -webkit-padding-after: 10px;
        padding-block-end: 10px;
        -webkit-margin-after: 10px;
        margin-block-end: 10px;
        -webkit-margin-start: -20px;
        margin-inline-start: -20px;
        -webkit-margin-end: -20px;
        margin-inline-end: -20px
    }

.dialog-type-alert .dialog-message, .dialog-type-confirm .dialog-message {
    min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper, .dialog-type-confirm .dialog-buttons-wrapper {
    -webkit-padding-before: 10px;
    padding-block-start: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 15px
}

    .dialog-type-alert .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        padding: 8px 16px;
        outline: none;
        border: none;
        border-radius: var(--e-a-border-radius);
        background-color: var(--e-a-btn-bg);
        color: var(--e-a-btn-color-invert);
        transition: var(--e-a-transition-hover)
    }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
            border: none
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
            background-color: var(--e-a-btn-bg-hover);
            color: var(--e-a-btn-color-invert)
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
            background-color: var(--e-a-btn-bg-active)
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]), .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
            cursor: pointer
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
            background-color: var(--e-a-btn-bg-disabled);
            color: var(--e-a-btn-color-disabled)
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
            display: none
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
            background: 0 0;
            color: var(--e-a-color-txt)
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
                background: var(--e-a-bg-hover);
                color: var(--e-a-color-txt-hover)
            }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
                background: 0 0;
                color: var(--e-a-color-txt-disabled)
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
            background-color: var(--e-a-btn-bg-success)
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
                background-color: var(--e-a-btn-bg-success-hover)
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
            background-color: var(--e-a-btn-bg-primary);
            color: var(--e-a-btn-color)
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
                background-color: var(--e-a-btn-bg-primary-hover);
                color: var(--e-a-btn-color)
            }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
                background: 0 0;
                color: var(--e-a-color-primary-bold)
            }

                .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
                    background: var(--e-a-bg-primary)
                }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
            background-color: var(--e-a-btn-bg-accent)
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
                background-color: var(--e-a-btn-bg-accent-hover)
            }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
                background-color: var(--e-a-btn-bg-accent-active)
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
            background-color: var(--e-a-btn-bg-warning)
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
                background-color: var(--e-a-btn-bg-warning-hover)
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
            background-color: var(--e-a-btn-bg-danger)
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
                background-color: var(--e-a-btn-bg-danger-hover)
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button i, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
            -webkit-margin-end: 5px;
            margin-inline-end: 5px
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
            color: initial
        }

.flatpickr-calendar {
    width: 280px
}

    .flatpickr-calendar .flatpickr-current-month span.cur-month {
        font-weight: 300
    }

    .flatpickr-calendar .dayContainer {
        width: 280px;
        min-width: 280px;
        max-width: 280px
    }

    .flatpickr-calendar .flatpickr-days {
        width: 280px
    }

    .flatpickr-calendar .flatpickr-day {
        max-width: 37px;
        height: 37px;
        line-height: 37px
    }

.elementor-hidden {
    display: none
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

    .e-logo-wrapper i {
        color: var(--e-a-color-logo);
        font-size: 1em
    }

.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

    .elementor .elementor-background-video-container.elementor-loading {
        opacity: 0
    }

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    right: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner > .elementor-element.elementor-absolute, .e-con > .elementor-element.elementor-absolute, .elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner > .elementor-element.elementor-fixed, .e-con > .elementor-element.elementor-fixed, .elementor-widget-wrap > .elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

    .elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
        z-index: 1
    }

    .elementor-element:where(.e-con-full,.elementor-widget) {
        flex-direction: var(--flex-direction);
        flex-wrap: var(--flex-wrap);
        justify-content: var(--justify-content);
        align-items: var(--align-items);
        align-content: var(--align-content);
        gap: var(--gap)
    }

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

    .elementor-align-center .elementor-button {
        width: auto
    }

.elementor-align-right {
    text-align: right
}

    .elementor-align-right .elementor-button {
        width: auto
    }

.elementor-align-left {
    text-align: left
}

    .elementor-align-left .elementor-button {
        width: auto
    }

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

    .elementor-custom-embed-play i {
        font-size: 100px;
        color: #fff;
        text-shadow: 1px 0 6px rgba(0,0,0,.3)
    }

    .elementor-custom-embed-play svg {
        height: 100px;
        width: 100px;
        fill: #fff;
        filter: drop-shadow(1px 0 6px rgba(0,0,0,.3))
    }

    .elementor-custom-embed-play i, .elementor-custom-embed-play svg {
        opacity: .8;
        transition: all .5s
    }

    .elementor-custom-embed-play.elementor-playing i {
        font-family: eicons
    }

        .elementor-custom-embed-play.elementor-playing i:before {
            content: "\e8fb"
        }

    .elementor-custom-embed-play.elementor-playing i, .elementor-custom-embed-play.elementor-playing svg {
        animation: eicon-spin 2s linear infinite
    }

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

    .elementor-ken-burns--active.elementor-ken-burns--out {
        transform: scale(1)
    }

    .elementor-ken-burns--active.elementor-ken-burns--in {
        transform: scale(1.3)
    }

@media (min-width:-1) {
    .elementor-widescreen-align-center {
        text-align: center
    }

        .elementor-widescreen-align-center .elementor-button {
            width: auto
        }

    .elementor-widescreen-align-right {
        text-align: right
    }

        .elementor-widescreen-align-right .elementor-button {
            width: auto
        }

    .elementor-widescreen-align-left {
        text-align: left
    }

        .elementor-widescreen-align-left .elementor-button {
            width: auto
        }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-laptop-align-center {
        text-align: center
    }

        .elementor-laptop-align-center .elementor-button {
            width: auto
        }

    .elementor-laptop-align-right {
        text-align: right
    }

        .elementor-laptop-align-right .elementor-button {
            width: auto
        }

    .elementor-laptop-align-left {
        text-align: left
    }

        .elementor-laptop-align-left .elementor-button {
            width: auto
        }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

        .elementor-tablet_extra-align-center .elementor-button {
            width: auto
        }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

        .elementor-tablet_extra-align-right .elementor-button {
            width: auto
        }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

        .elementor-tablet_extra-align-left .elementor-button {
            width: auto
        }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

        .elementor-tablet-align-center .elementor-button {
            width: auto
        }

    .elementor-tablet-align-right {
        text-align: right
    }

        .elementor-tablet-align-right .elementor-button {
            width: auto
        }

    .elementor-tablet-align-left {
        text-align: left
    }

        .elementor-tablet-align-left .elementor-button {
            width: auto
        }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

        .elementor-mobile_extra-align-center .elementor-button {
            width: auto
        }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

        .elementor-mobile_extra-align-right .elementor-button {
            width: auto
        }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

        .elementor-mobile_extra-align-left .elementor-button {
            width: auto
        }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

        .elementor-mobile-align-center .elementor-button {
            width: auto
        }

    .elementor-mobile-align-right {
        text-align: right
    }

        .elementor-mobile-align-right .elementor-button {
            width: auto
        }

    .elementor-mobile-align-left {
        text-align: left
    }

        .elementor-mobile-align-left .elementor-button {
            width: auto
        }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title, h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

    .elementor-section .elementor-container {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top > .elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle > .elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

        .elementor-section.elementor-section-height-full > .elementor-container {
            height: 100%
        }
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap > .elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left,0px) + var(--e-column-margin-right,0px)))
}

.elementor-widget {
    position: relative
}

    .elementor-widget:not(:last-child) {
        margin-bottom: 20px
    }

        .elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
            margin-bottom: 0
        }

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {
    .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:-1) {
    .elementor-reverse-widescreen > .elementor-container > :first-child {
        order: 10
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        order: 10
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        order: 10
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop > .elementor-container > :first-child, .elementor-reverse-laptop > .elementor-container > :nth-child(2), .elementor-reverse-laptop > .elementor-container > :nth-child(3), .elementor-reverse-laptop > .elementor-container > :nth-child(4), .elementor-reverse-laptop > .elementor-container > :nth-child(5), .elementor-reverse-laptop > .elementor-container > :nth-child(6), .elementor-reverse-laptop > .elementor-container > :nth-child(7), .elementor-reverse-laptop > .elementor-container > :nth-child(8), .elementor-reverse-laptop > .elementor-container > :nth-child(9), .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra > .elementor-container > :first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1) {
    .elementor-reverse-tablet > .elementor-container > :first-child, .elementor-reverse-tablet > .elementor-container > :nth-child(2), .elementor-reverse-tablet > .elementor-container > :nth-child(3), .elementor-reverse-tablet > .elementor-container > :nth-child(4), .elementor-reverse-tablet > .elementor-container > :nth-child(5), .elementor-reverse-tablet > .elementor-container > :nth-child(6), .elementor-reverse-tablet > .elementor-container > :nth-child(7), .elementor-reverse-tablet > .elementor-container > :nth-child(8), .elementor-reverse-tablet > .elementor-container > :nth-child(9), .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra > .elementor-container > :first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
        order: 10
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

    ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
        word-break: break-word
    }

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

    .elementor-grid .elementor-grid-item {
        min-width: 0
    }

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1*var(--grid-row-gap))
}

    .elementor-grid-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1,1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2,1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3,1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4,1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6,1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7,1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8,1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9,1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10,1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11,1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12,1fr)
}

@media (min-width:-1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

        .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

        .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

        .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

        .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

        .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

        .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-width-top: 0px;
    --border-width-right: 0px;
    --border-width-bottom: 0px;
    --border-width-left: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: Min(100%,var(--container-max-width,1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0;
    --margin-right: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --padding-top: var(--container-default-padding-top,10px);
    --padding-right: var(--container-default-padding-right,10px);
    --padding-bottom: var(--container-default-padding-bottom,10px);
    --padding-left: var(--container-default-padding-left,10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing,20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: .3s;
    --e-con-grid-template-columns: repeat(3,1fr);
    --e-con-grid-template-rows: repeat(2,1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)
}

    .e-con.e-flex {
        --flex-direction: column;
        --flex-basis: auto;
        --flex-grow: 0;
        --flex-shrink: 1;
        flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
    }

    .e-con-full, .e-con > .e-con-inner {
        text-align: var(--text-align);
        padding-top: var(--padding-top);
        padding-bottom: var(--padding-bottom)
    }

        .e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
            flex-direction: var(--flex-direction)
        }

    .e-con, .e-con > .e-con-inner {
        display: var(--display)
    }

        .e-con.e-grid {
            --grid-justify-content: start;
            --grid-align-content: start;
            --grid-auto-flow: row
        }

            .e-con.e-grid, .e-con.e-grid > .e-con-inner {
                grid-template-columns: var(--e-con-grid-template-columns);
                grid-template-rows: var(--e-con-grid-template-rows);
                justify-content: var(--grid-justify-content);
                align-content: var(--grid-align-content);
                grid-auto-flow: var(--grid-auto-flow)
            }

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex > .e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid > .e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con > .e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline: 0;
    height: 100%
}

:is(.elementor-section-wrap,[data-elementor-id]) > .e-con {
    --margin-right: auto;
    --margin-left: auto;
    max-width: min(100%,var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-bottom: 0
}

.e-con:before, .e-con > .elementor-background-slideshow:before, .e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer:before, :is(.e-con,.e-con>.e-con-inner) > .elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition,.3s);
    border-radius: var(--border-radius);
    border-top: var(--border-width-top) var(--border-style) var(--border-color);
    border-right: var(--border-width-right) var(--border-style) var(--border-color);
    border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
    border-left: var(--border-width-left) var(--border-style) var(--border-color);
    top: calc(0px - var(--border-width-top));
    left: calc(0px - var(--border-width-left));
    width: max(100% + var(--border-width-right) + var(--border-width-left),100%);
    height: max(100% + var(--border-width-top) + var(--border-width-bottom),100%)
}

.e-con:before {
    transition: background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)
}

.e-con > .elementor-background-slideshow, :is(.e-con,.e-con>.e-con-inner) > .elementor-background-video-container {
    border-radius: var(--border-radius);
    border-top: var(--border-width-top) var(--border-style) var(--border-color);
    border-right: var(--border-width-right) var(--border-style) var(--border-color);
    border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
    border-left: var(--border-width-left) var(--border-style) var(--border-color);
    top: calc(0px - var(--border-width-top));
    left: calc(0px - var(--border-width-left));
    width: max(100% + var(--border-width-right) + var(--border-width-left),100%);
    height: max(100% + var(--border-width-top) + var(--border-width-bottom),100%)
}

@media (max-width:767px) {
    :is(.e-con,.e-con>.e-con-inner) > .elementor-background-video-container.elementor-hidden-phone {
        display: none
    }
}

:is(.e-con,.e-con>.e-con-inner) > .elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con,.e-con>.e-con-inner) > .elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

    .e-con .elementor-widget-empty, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-video, .e-con .elementor-widget.e-widget-swiper {
        width: 100%
    }

.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container, .e-con > .elementor-widget > .elementor-widget-container {
    height: 100%
}

.e-con.e-con > .e-con-inner > .elementor-widget, .elementor.elementor .e-con > .elementor-widget {
    max-width: 100%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: wrap
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

    .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea {
        flex-basis: 100%;
        max-width: 100%
    }

    .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input {
        flex-grow: 1
    }

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

    .elementor-field-group.elementor-field-type-submit {
        align-items: flex-end
    }

    .elementor-field-group .elementor-field-textual {
        width: 100%;
        max-width: 100%;
        border: 1px solid #69727d;
        background-color: transparent;
        color: #1f2124;
        vertical-align: middle;
        flex-grow: 1
    }

        .elementor-field-group .elementor-field-textual:focus {
            box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
            outline: 0
        }

        .elementor-field-group .elementor-field-textual::-moz-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

        .elementor-field-group .elementor-field-textual::placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

    .elementor-field-group .elementor-select-wrapper {
        display: flex;
        position: relative;
        width: 100%
    }

        .elementor-field-group .elementor-select-wrapper select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            font-weight: inherit;
            font-style: inherit;
            text-transform: inherit;
            letter-spacing: inherit;
            line-height: inherit;
            flex-basis: 100%;
            padding-left: 20px
        }

        .elementor-field-group .elementor-select-wrapper:before {
            content: "\e92a";
            font-family: eicons;
            font-size: 15px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 10px;
            pointer-events: none;
            text-shadow: 0 0 3px rgba(0,0,0,.3)
        }

    .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
        content: ""
    }

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

    .elementor-field-subgroup .elementor-field-option label {
        display: inline-block
    }

    .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
        padding-left: 10px
    }

    .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
        flex-basis: 100%
    }

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-right: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

    .elementor-field-textual.elementor-size-xs {
        font-size: 13px;
        min-height: 33px;
        padding: 4px 12px;
        border-radius: 2px
    }

    .elementor-field-textual.elementor-size-md {
        font-size: 16px;
        min-height: 47px;
        padding: 6px 16px;
        border-radius: 4px
    }

    .elementor-field-textual.elementor-size-lg {
        font-size: 18px;
        min-height: 59px;
        padding: 7px 20px;
        border-radius: 5px
    }

    .elementor-field-textual.elementor-size-xl {
        font-size: 20px;
        min-height: 72px;
        padding: 8px 24px;
        border-radius: 6px
    }

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-start
}

    .elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-start
    }

        .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            flex-basis: auto
        }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-start
    }

        .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            flex-basis: auto
        }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

    .elementor-message:before {
        content: "\e90e";
        display: inline-block;
        font-family: eicons;
        font-weight: 400;
        font-style: normal;
        vertical-align: middle;
        margin-left: 5px
    }

    .elementor-message.elementor-message-danger {
        color: #d9534f
    }

        .elementor-message.elementor-message-danger:before {
            content: "\e87f"
        }

    .elementor-message.form-message-success {
        color: #5cb85c
    }

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

    .elementor-form .elementor-button > span {
        display: flex;
        justify-content: center
    }

    .elementor-form .elementor-button.elementor-size-xs {
        min-height: 33px
    }

    .elementor-form .elementor-button.elementor-size-sm {
        min-height: 40px
    }

    .elementor-form .elementor-button.elementor-size-md {
        min-height: 47px
    }

    .elementor-form .elementor-button.elementor-size-lg {
        min-height: 59px
    }

    .elementor-form .elementor-button.elementor-size-xl {
        min-height: 72px
    }

.elementor-element .elementor-widget-container {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

    .elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
        color: #fff
    }

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

    .elementor-button-icon svg {
        width: 1em;
        height: auto
    }

    .elementor-button-icon .e-font-icon-svg {
        height: 1em
    }

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 5
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 15
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

    .elementor-icon:hover {
        color: #69727d
    }

    .elementor-icon i, .elementor-icon svg {
        width: 1em;
        height: 1em;
        position: relative;
        display: block
    }

        .elementor-icon i:before, .elementor-icon svg:before {
            position: absolute;
            left: 50%;
            transform: translateX(-50%)
        }

        .elementor-icon i.fad {
            width: auto
        }

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX,1)*var(--e-transform-scaleX,var(--e-transform-scale,1)))) scaleY(calc(var(--e-transform-flipY,1)*var(--e-transform-scaleY,var(--e-transform-scale,1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX,1)*var(--e-con-transform-scaleX,var(--e-con-transform-scale,1)))) scaleY(calc(var(--e-con-transform-flipY,1)*var(--e-con-transform-scaleY,var(--e-con-transform-scale,1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element, .elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

    .elementor-element .swiper-container .swiper-slide figure, .elementor-element .swiper .swiper-slide figure, .elementor-lightbox .swiper-container .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure {
        line-height: 0
    }

    .elementor-element .swiper-container .elementor-lightbox-content-source, .elementor-element .swiper .elementor-lightbox-content-source, .elementor-lightbox .swiper-container .elementor-lightbox-content-source, .elementor-lightbox .swiper .elementor-lightbox-content-source {
        display: none
    }

    .elementor-element .swiper-container .elementor-swiper-button, .elementor-element .swiper-container ~ .elementor-swiper-button, .elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper ~ .elementor-swiper-button, .elementor-lightbox .swiper-container .elementor-swiper-button, .elementor-lightbox .swiper-container ~ .elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper ~ .elementor-swiper-button {
        position: absolute;
        display: inline-flex;
        z-index: 1;
        cursor: pointer;
        font-size: 25px;
        color: hsla(0,0%,93.3%,.9);
        top: 50%;
        transform: translateY(-50%)
    }

        .elementor-element .swiper-container .elementor-swiper-button svg, .elementor-element .swiper-container ~ .elementor-swiper-button svg, .elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper ~ .elementor-swiper-button svg, .elementor-lightbox .swiper-container .elementor-swiper-button svg, .elementor-lightbox .swiper-container ~ .elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper ~ .elementor-swiper-button svg {
            fill: hsla(0,0%,93.3%,.9);
            height: 1em;
            width: 1em
        }

    .elementor-element .swiper-container .elementor-swiper-button-prev, .elementor-element .swiper-container ~ .elementor-swiper-button-prev, .elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper ~ .elementor-swiper-button-prev, .elementor-lightbox .swiper-container .elementor-swiper-button-prev, .elementor-lightbox .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper ~ .elementor-swiper-button-prev {
        left: 10px
    }

    .elementor-element .swiper-container .elementor-swiper-button-next, .elementor-element .swiper-container ~ .elementor-swiper-button-next, .elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper ~ .elementor-swiper-button-next, .elementor-lightbox .swiper-container .elementor-swiper-button-next, .elementor-lightbox .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper ~ .elementor-swiper-button-next {
        right: 10px
    }

    .elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper-container ~ .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper-container ~ .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled {
        opacity: .3
    }

    .elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
        width: 100%
    }

    .elementor-element .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper-container .swiper-pagination-custom, .elementor-element .swiper-container .swiper-pagination-fraction, .elementor-element .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper-container ~ .swiper-pagination-custom, .elementor-element .swiper-container ~ .swiper-pagination-fraction, .elementor-element .swiper .swiper-horizontal > .swiper-pagination-bullets, .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper .swiper-pagination-custom, .elementor-element .swiper .swiper-pagination-fraction, .elementor-element .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper ~ .swiper-pagination-custom, .elementor-element .swiper ~ .swiper-pagination-fraction, .elementor-lightbox .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper-container .swiper-pagination-custom, .elementor-lightbox .swiper-container .swiper-pagination-fraction, .elementor-lightbox .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper-container ~ .swiper-pagination-custom, .elementor-lightbox .swiper-container ~ .swiper-pagination-fraction, .elementor-lightbox .swiper .swiper-horizontal > .swiper-pagination-bullets, .elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper .swiper-pagination-custom, .elementor-lightbox .swiper .swiper-pagination-fraction, .elementor-lightbox .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper ~ .swiper-pagination-custom, .elementor-lightbox .swiper ~ .swiper-pagination-fraction {
        bottom: 5px
    }

    .elementor-element .swiper-container.swiper-cube .elementor-swiper-button, .elementor-element .swiper-container.swiper-cube ~ .elementor-swiper-button, .elementor-element .swiper.swiper-cube .elementor-swiper-button, .elementor-element .swiper.swiper-cube ~ .elementor-swiper-button, .elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper-container.swiper-cube ~ .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube ~ .elementor-swiper-button {
        transform: translate3d(0,-50%,1px)
    }

    .elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets {
        bottom: 5px;
        left: 0;
        width: 100%
    }

        .elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
        }

    .elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar {
        width: 100%;
        height: 4px;
        left: 0;
        top: 0
    }

    .elementor-element.elementor-pagination-position-outside .swiper, .elementor-element.elementor-pagination-position-outside .swiper-container, .elementor-lightbox.elementor-pagination-position-outside .swiper, .elementor-lightbox.elementor-pagination-position-outside .swiper-container {
        padding-bottom: 30px
    }

        .elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button {
            top: calc(50% - 30px/2)
        }

    .elementor-element .elementor-swiper, .elementor-lightbox .elementor-swiper {
        position: relative
    }

    .elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper {
        position: static
    }

    .elementor-element.elementor-arrows-position-outside .swiper, .elementor-element.elementor-arrows-position-outside .swiper-container, .elementor-lightbox.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper-container {
        width: calc(100% - 60px)
    }

        .elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev {
            left: 0
        }

        .elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next {
            right: 0
        }

.elementor-lightbox {
    --lightbox-ui-color: hsla(0,0%,93.3%,.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

    .elementor-lightbox:not(.elementor-popup-modal) .dialog-header, .elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
        text-align: center
    }

    .elementor-lightbox .dialog-header {
        display: none
    }

    .elementor-lightbox .dialog-widget-content {
        background: 0 0;
        box-shadow: none;
        width: 100%;
        height: 100%
    }

    .elementor-lightbox .dialog-message {
        animation-duration: .3s;
        height: 100%
    }

        .elementor-lightbox .dialog-message.dialog-lightbox-message {
            padding: 0
        }

    .elementor-lightbox .dialog-lightbox-close-button {
        cursor: pointer;
        position: absolute;
        font-size: var(--lightbox-header-icons-size);
        left: .75em;
        margin-top: 13px;
        padding: .25em;
        z-index: 2;
        line-height: 1;
        display: flex
    }

        .elementor-lightbox .dialog-lightbox-close-button svg {
            height: 1em;
            width: 1em
        }

    .elementor-lightbox .dialog-lightbox-close-button, .elementor-lightbox .elementor-swiper-button {
        color: var(--lightbox-ui-color);
        transition: all .3s;
        opacity: 1
    }

        .elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
            fill: var(--lightbox-ui-color)
        }

        .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-lightbox .elementor-swiper-button:hover {
            color: var(--lightbox-ui-color-hover)
        }

            .elementor-lightbox .dialog-lightbox-close-button:hover svg, .elementor-lightbox .elementor-swiper-button:hover svg {
                fill: var(--lightbox-ui-color-hover)
            }

    .elementor-lightbox .swiper, .elementor-lightbox .swiper-container {
        height: 100%
    }

    .elementor-lightbox .elementor-lightbox-item {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 70px;
        box-sizing: border-box;
        height: 100%;
        margin: auto
    }

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
        opacity: 1;
        filter: none;
        border: none
    }

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

    .elementor-lightbox .elementor-video-container .elementor-video-landscape, .elementor-lightbox .elementor-video-container .elementor-video-portrait, .elementor-lightbox .elementor-video-container .elementor-video-square {
        width: 100%;
        height: 100%;
        margin: auto
    }

        .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, .elementor-lightbox .elementor-video-container .elementor-video-square iframe {
            border: 0;
            background-color: #000
        }

        .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-landscape video, .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, .elementor-lightbox .elementor-video-container .elementor-video-portrait video, .elementor-lightbox .elementor-video-container .elementor-video-square iframe, .elementor-lightbox .elementor-video-container .elementor-video-square video {
            aspect-ratio: var(--video-aspect-ratio,1.77777)
        }

@supports not (aspect-ratio:1/1) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape, .elementor-lightbox .elementor-video-container .elementor-video-portrait, .elementor-lightbox .elementor-video-container .elementor-video-square {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100%/var(--video-aspect-ratio,1.77777))
    }

        .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-landscape video, .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, .elementor-lightbox .elementor-video-container .elementor-video-portrait video, .elementor-lightbox .elementor-video-container .elementor-video-square iframe, .elementor-lightbox .elementor-video-container .elementor-video-square video {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0
        }
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe, .elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh,90vw);
    height: min(90vh,90vw)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, .elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 85vw;
        max-height: 85vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 95vw;
        max-height: 95vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction, .elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

        .elementor-lightbox .elementor-swiper-button-next i, .elementor-lightbox .elementor-swiper-button-prev i {
            padding: 10px;
            background-color: rgba(0,0,0,.5)
        }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer, .elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-right: 1em;
    padding-left: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

    .elementor-slideshow__header > i, .elementor-slideshow__header > svg {
        cursor: pointer;
        padding: .25em;
        margin: 0 .35em
    }

    .elementor-slideshow__header > i {
        font-size: inherit
    }

        .elementor-slideshow__header > i:hover {
            color: var(--lightbox-ui-color-hover)
        }

    .elementor-slideshow__header > svg {
        box-sizing: content-box;
        fill: var(--lightbox-ui-color);
        height: 1em;
        width: 1em
    }

        .elementor-slideshow__header > svg:hover {
            fill: var(--lightbox-ui-color-hover)
        }

    .elementor-slideshow__header .elementor-slideshow__counter {
        margin-left: auto
    }

    .elementor-slideshow__header .elementor-icon-share {
        z-index: 5
    }

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

    .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
        color: #0c0d0e
    }

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    left: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0,0,0,.3)
}

    .elementor-slideshow__share-links a {
        text-align: right;
        color: #3f444b;
        font-size: 12px;
        line-height: 2.5;
        display: block;
        opacity: 0;
        transition: opacity .5s .1s
    }

        .elementor-slideshow__share-links a:hover {
            color: #000
        }

        .elementor-slideshow__share-links a i, .elementor-slideshow__share-links a svg {
            margin-left: .75em
        }

        .elementor-slideshow__share-links a i {
            font-size: 1.25em
        }

        .elementor-slideshow__share-links a svg {
            height: 1.25em;
            width: 1.25em
        }

    .elementor-slideshow__share-links:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: .5em;
        border: .45em solid transparent;
        border-bottom-color: #fff;
        transform: translateY(-100%) scaleX(.7)
    }

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description, .elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer, .elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next, .elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer, .elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next, .elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

    .elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
        opacity: 1
    }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
            color: #1da1f2
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
            color: #3b5998
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
            color: #bd081c
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
            color: #9da5ae
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
            fill: #1da1f2
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
            fill: #3b5998
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
            fill: #bd081c
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
            fill: #9da5ae
        }

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

    .animated.animated-slow {
        animation-duration: 2s
    }

    .animated.animated-fast {
        animation-duration: .75s
    }

    .animated.infinite {
        animation-iteration-count: infinite
    }

    .animated.reverse {
        animation-direction: reverse;
        animation-fill-mode: forwards
    }

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

    .elementor-shape-top:not([data-negative=false]) svg {
        z-index: -1
    }

.elementor-shape-bottom {
    bottom: -1px
}

    .elementor-shape-bottom:not([data-negative=true]) svg {
        z-index: -1
    }

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page > .ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector > .ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right,flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content,space-between);
    margin-left: calc(-.5*var(--grid-column-gap));
    margin-right: calc(-.5*var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5*var(--grid-column-gap));
    margin-right: calc(.5*var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5*var(--grid-column-gap));
        margin-right: calc(-.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5*var(--grid-column-gap));
        margin-right: calc(.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5*var(--grid-column-gap));
        margin-right: calc(-.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5*var(--grid-column-gap));
        margin-right: calc(.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop, .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment,right)
}

    .elementor-widget-text-path svg {
        width: var(--width);
        max-width: 100%;
        height: auto;
        overflow: visible;
        word-spacing: var(--word-spacing);
        transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))
    }

        .elementor-widget-text-path svg path {
            vector-effect: non-scaling-stroke;
            fill: var(--path-fill,transparent);
            stroke: var(--stroke-color,transparent);
            stroke-width: var(--stroke-width,1px);
            transition: var(--stroke-transition) stroke,var(--stroke-transition) fill
        }

        .elementor-widget-text-path svg:hover path {
            --path-fill: var(--path-fill-hover);
            --stroke-color: var(--stroke-color-hover);
            --stroke-width: var(--stroke-width-hover)
        }

        .elementor-widget-text-path svg text {
            --fill: var(--text-color);
            fill: var(--fill);
            direction: var(--direction,rtl);
            transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill
        }

            .elementor-widget-text-path svg text:hover {
                --color: var(--text-color-hover,var(--text-color));
                --fill: var(--color);
                color: var(--color)
            }

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-padding: initial;
    --n-tabs-content-border-radius: initial;
    --n-tabs-title-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: .3s;
    --n-tabs-icon-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%
}

    .elementor-widget-n-tabs .e-n-tabs {
        display: var(--n-tabs-display);
        flex-direction: var(--n-tabs-direction);
        gap: var(--n-tabs-gap);
        text-align: right
    }

    .elementor-widget-n-tabs .e-n-tabs-heading {
        display: var(--n-tabs-heading-display);
        flex-basis: var(--n-tabs-heading-width);
        flex-direction: var(--n-tabs-heading-direction);
        flex-shrink: 0;
        justify-content: var(--n-tabs-heading-justify-content);
        gap: var(--n-tabs-title-gap);
        overflow-x: var(--n-tabs-heading-overflow-x);
        flex-wrap: var(--n-tabs-heading-wrap);
        -ms-overflow-style: none;
        scrollbar-width: none
    }

        .elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
            display: none
        }

        .elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
            cursor: grabbing;
            cursor: -webkit-grabbing
        }

        .elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
            position: relative
        }

            .elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
                content: "";
                position: absolute;
                inset-block: 0;
                inset-inline: -1000vw;
                z-index: 2
            }

    .elementor-widget-n-tabs .e-n-tabs-content {
        flex-grow: 1;
        padding: var(--n-tabs-content-padding);
        border-radius: var(--n-tabs-content-border-radius);
        min-width: 0
    }

    .elementor-widget-n-tabs .e-n-tab-title {
        display: flex;
        align-items: var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));
        flex-direction: var(--n-tabs-title-direction);
        justify-content: var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));
        gap: var(--n-tabs-icon-gap);
        border-width: var(--n-tabs-border-width);
        position: relative;
        cursor: pointer;
        outline: none;
        flex-grow: var(--n-tabs-title-flex-grow);
        flex-basis: var(--n-tabs-title-flex-basis);
        flex-shrink: var(--n-tabs-title-flex-shrink);
        padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
        border-radius: var(--n-tabs-title-border-radius);
        height: var(--n-tabs-title-height);
        width: var(--n-tabs-title-width);
        transition: background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)
    }

        .elementor-widget-n-tabs .e-n-tab-title span i, .elementor-widget-n-tabs .e-n-tab-title span svg {
            transition: color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)
        }

    .elementor-widget-n-tabs .e-n-tab-title-text {
        display: flex;
        align-items: center;
        font-size: var(--n-tabs-title-font-size)
    }

    .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
        display: flex;
        align-items: center;
        flex-direction: column;
        order: var(--n-tabs-icon-order);
        overflow: hidden
    }

        .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
            font-size: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
        }

        .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
            width: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
            height: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
        }

        .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
            display: none
        }

    .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
        background-color: var(--n-tabs-title-background-color)
    }

        .elementor-widget-n-tabs .e-n-tab-title:not(.e-active), .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
            color: var(--n-tabs-title-color)
        }

            .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
                color: var(--n-tabs-icon-color)
            }

            .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
                fill: var(--n-tabs-icon-color)
            }

                .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child, .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
                    transform: translateY(-100vh);
                    height: 0;
                    opacity: 0
                }

            .elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover, .elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a {
                color: var(--n-tabs-title-color-hover)
            }

                .elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i {
                    color: var(--n-tabs-icon-color-hover)
                }

                .elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg {
                    fill: var(--n-tabs-icon-color-hover)
                }

    .elementor-widget-n-tabs .e-n-tab-title.e-active, .elementor-widget-n-tabs .e-n-tab-title.e-active a {
        color: var(--n-tabs-title-color-active)
    }

        .elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
            color: var(--n-tabs-icon-color-active)
        }

        .elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
            fill: var(--n-tabs-icon-color-active)
        }

            .elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child, .elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
                transform: translateY(-100vh);
                height: 0;
                opacity: 0
            }

        .elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active, .elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus, .elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover {
            transform: none;
            animation: initial
        }

    .elementor-widget-n-tabs .e-n-tabs-content .e-collapse {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        width: 100%
    }

        .elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
            margin-top: var(--n-tabs-title-gap)
        }

        .elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
            margin-bottom: var(--n-tabs-gap)
        }

    .elementor-widget-n-tabs .e-n-tabs-content > .e-con:not(.e-active) {
        display: none
    }

.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-normal:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (min-width:768px) {
    .e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse {
        display: none
    }
}

@media (max-width:767px) {
    .e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading {
        display: none
    }
}

@media (min-width:-1) {
    .e-n-tabs-mobile_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse {
        display: none
    }
}

@media (max-width:-1) {
    .e-n-tabs-mobile_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading {
        display: none
    }
}

@media (min-width:1025px) {
    .e-n-tabs-tablet > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse {
        display: none
    }
}

@media (max-width:1024px) {
    .e-n-tabs-tablet > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading {
        display: none
    }
}

@media (min-width:-1) {
    .e-n-tabs-tablet_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse {
        display: none
    }
}

@media (max-width:-1) {
    .e-n-tabs-tablet_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading {
        display: none
    }
}

@media (min-width:1025px) {
    .e-n-tabs-laptop > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse {
        display: none
    }
}

@media (max-width:-1) {
    .e-n-tabs-laptop > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading {
        display: none
    }
}

.e-n-tabs-none > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse {
    display: none
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}

    .elementor-widget-n-accordion .e-n-accordion details > summary::-webkit-details-marker {
        display: none
    }

    .elementor-widget-n-accordion .e-n-accordion-item {
        display: flex;
        flex-direction: column;
        position: relative
    }

        .elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
            margin-bottom: var(--n-accordion-item-title-space-between)
        }

    .elementor-widget-n-accordion .e-n-accordion-item-title, :where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
        border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title {
        display: flex;
        flex-direction: row;
        list-style: none;
        padding: var(--n-accordion-padding);
        justify-content: var(--n-accordion-title-justify-content);
        border-radius: var(--n-accordion-border-radius);
        flex-grow: var(--n-menu-title-flex-grow);
        gap: var(--n-accordion-icon-gap);
        color: var(--n-accordion-title-normal-color);
        align-items: center;
        cursor: pointer
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title-header {
        display: flex
    }

        .elementor-widget-n-accordion .e-n-accordion-item-title-header h1, .elementor-widget-n-accordion .e-n-accordion-item-title-header h2, .elementor-widget-n-accordion .e-n-accordion-item-title-header h3, .elementor-widget-n-accordion .e-n-accordion-item-title-header h4, .elementor-widget-n-accordion .e-n-accordion-item-title-header h5, .elementor-widget-n-accordion .e-n-accordion-item-title-header h6, .elementor-widget-n-accordion .e-n-accordion-item-title-header p {
            margin-block: 0
        }

    .elementor-widget-n-accordion .e-n-accordion-item-title-text {
        font-size: var(--n-accordion-title-font-size);
        align-items: center
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        order: var(--n-accordion-title-icon-order);
        position: relative;
        width: -moz-fit-content;
        width: fit-content
    }

        .elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
            height: var(--n-accordion-icon-size);
            width: var(--n-accordion-icon-size);
            font-size: var(--n-accordion-icon-size)
        }

            .elementor-widget-n-accordion .e-n-accordion-item-title-icon span > i {
                color: var(--n-accordion-icon-normal-color)
            }

            .elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg {
                fill: var(--n-accordion-icon-normal-color)
            }

    .elementor-widget-n-accordion .e-n-accordion-item-title > span {
        cursor: pointer
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
        margin-bottom: var(--n-accordion-item-title-distance-from-content);
        color: var(--n-accordion-title-active-color)
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
        display: flex
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
        display: none
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > i {
        color: var(--n-accordion-icon-active-color)
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > svg {
        fill: var(--n-accordion-icon-active-color)
    }

    .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
        color: var(--n-accordion-title-hover-color)
    }

    .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span > i {
        color: var(--n-accordion-icon-hover-color)
    }

    .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span > svg {
        fill: var(--n-accordion-icon-hover-color)
    }

    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
        display: none
    }

    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
        display: flex
    }

    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
        fill: var(--n-accordion-icon-normal-color)
    }

    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > i {
        color: var(--n-accordion-icon-normal-color)
    }

    .elementor-widget-n-accordion .e-n-accordion-item > span {
        cursor: pointer
    }

.elementor-kit-3103 {
    --e-global-color-primary: #6ec1e4;
    --e-global-color-secondary: #54595f;
    --e-global-color-text: #7a7a7a;
    --e-global-color-accent: #61ce70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px
}

.e-con {
    --container-max-width: 1320px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-element {
    --widgets-spacing: 20px
}

{
}

h1.entry-title {
    display: var(--page-title-display)
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px
    }

    .e-con {
        --container-max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px
    }

    .e-con {
        --container-max-width: 767px
    }
}

.elementor-2240 .elementor-element.elementor-element-b9442bd {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --background-transition: .3s;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-180d76a .avina_slider .carousel-caption {
    max-width: 370px;
    right: 10%
}

.elementor-2240 .elementor-element.elementor-element-180d76a .avina_slider .swiper-slide.swiper-slide-active .carousel-caption {
    bottom: 45%
}

.elementor-2240 .elementor-element.elementor-element-180d76a .avina_slider, .elementor-2240 .elementor-element.elementor-element-180d76a .slider-btn {
    border-radius: 0
}

.elementor-2240 .elementor-element.elementor-element-180d76a {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-4365ea0 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --background-transition: .3s;
    --margin-top: 50px;
    --margin-right: 0px;
    --margin-bottom: 50px;
    --margin-left: 0px;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-507321c .category_box {
    background-color: #FFFFFF2B;
    padding: 0;
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-507321c .category_box .item {
        border-width: 0;
        border-radius: 20px
    }

.elementor-2240 .elementor-element.elementor-element-507321c {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-7642755 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: space-around;
    --align-items: stretch;
    --gap: 0px;
    --background-transition: .3s;
    --margin-top: 50px;
    --margin-right: 0px;
    --margin-bottom: 50px;
    --margin-left: 0px;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-d1a4163 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: center;
    --align-items: center;
    --gap: 0px;
    --background-transition: .3s;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: 10px;
    --padding-right: 0px;
    --padding-bottom: 10px;
    --padding-left: 0px
}

    .elementor-2240 .elementor-element.elementor-element-d1a4163:not(.elementor-motion-effects-element-type-background), .elementor-2240 .elementor-element.elementor-element-d1a4163 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-color: #fff
    }

    .elementor-2240 .elementor-element.elementor-element-d1a4163, .elementor-2240 .elementor-element.elementor-element-d1a4163:before {
        --border-transition: .3s
    }

.elementor-2240 .elementor-element.elementor-element-fd64462 .banner2 {
    background-color: #fff;
    background-image: url("../../asset/0e30c462.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 329px;
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-fd64462 .banner2:before {
        background-color: #FFFFFF00
    }

    .elementor-2240 .elementor-element.elementor-element-fd64462 .banner2 .title h3, .elementor-2240 .elementor-element.elementor-element-fd64462 .banner2 .title h5, .elementor-2240 .elementor-element.elementor-element-fd64462 .banner2 a.btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-fd64462 .banner2 a.btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-fd64462 .banner2 .title h3 {
        font-size: 20px
    }

    .elementor-2240 .elementor-element.elementor-element-fd64462 .banner2 .title h5 {
        font-size: 16px
    }

    .elementor-2240 .elementor-element.elementor-element-fd64462 .banner2 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-fd64462 > .elementor-widget-container {
    padding: 0
}

.elementor-2240 .elementor-element.elementor-element-fd64462 {
    width: 100%;
    max-width: 100%
}

    .elementor-2240 .elementor-element.elementor-element-fd64462.elementor-element {
        --align-self: center
    }

.elementor-2240 .elementor-element.elementor-element-60ba158 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: center;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

    .elementor-2240 .elementor-element.elementor-element-60ba158.e-con {
        --align-self: center
    }

.elementor-2240 .elementor-element.elementor-element-deef426 .offer_slider_section {
    padding: 20px;
    border-radius: 0;
    background-color: transparent;
    /*background-image: linear-gradient(170deg,#dba4bb 0%,#ca7a9c 60%);*/
    background-image: linear-gradient(170deg,#f3dcd6 0%,#c9a29d 60%);
    border-width: 0
}

.elementor-2240 .elementor-element.elementor-element-deef426 {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-c241de6 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: space-around;
    --align-items: center;
    --gap: 20px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-930811b {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-81eb374 .product_carousel_section {
    padding: 0;
    border-radius: 0;
    border-width: 0
}

.elementor-2240 .elementor-element.elementor-element-81eb374 .product_carousel_section, .elementor-2240 .elementor-element.elementor-element-81eb374 .heading_title5 .right, .elementor-2240 .elementor-element.elementor-element-81eb374 .heading_title5 .left {
    background-color: #FFFFFF00
}

    .elementor-2240 .elementor-element.elementor-element-81eb374 .product_carousel_section .product-box {
        border-width: 0
    }

.elementor-2240 .elementor-element.elementor-element-81eb374 .heading_title a {
    font-size: 14px
}

.elementor-2240 .elementor-element.elementor-element-81eb374 .heading_title h3, .elementor-2240 .elementor-element.elementor-element-81eb374 .heading_title5 h3 a, .elementor-2240 .elementor-element.elementor-element-81eb374 .heading_title5 h3 {
    font-size: 20px
}

.elementor-2240 .elementor-element.elementor-element-81eb374 .heading_title .title i {
    font-size: 35px
}

.elementor-2240 .elementor-element.elementor-element-81eb374 .heading_title h3, .elementor-2240 .elementor-element.elementor-element-81eb374 .heading_title5 h3 {
    line-height: 25px;
    font-weight: 500
}

.elementor-2240 .elementor-element.elementor-element-81eb374 .product_carousel_section .avina_prev_Arrow, .elementor-2240 .elementor-element.elementor-element-81eb374 .product_carousel_section .avina_next_Arrow {
    top: 33%
}

.elementor-2240 .elementor-element.elementor-element-81eb374 {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-f932ee6 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --align-items: stretch;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

    .elementor-2240 .elementor-element.elementor-element-f932ee6.e-con {
        --align-self: stretch
    }

.elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 {
    background-image: url("../../asset/0354-1-1.jpg");
    background-size: cover;
    min-height: 200px;
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2:before {
        background-color: #FFFFFFDE
    }

    .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 .title h3, .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 .title h5, .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 a.btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 a.btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 .title h3 {
        font-size: 25px
    }

    .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 .title h5 {
        font-size: 17px
    }

    .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-6bb6b3e {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-a3f20ca {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --background-transition: .3s;
    --margin-top: 50px;
    --margin-right: 0px;
    --margin-bottom: 50px;
    --margin-left: 0px;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-bdaf457 .countdown_banner {
    /*background-image: url("../../asset/943cd32a09ef8242d96de270357ecd8fdca9b62c_1653113550-1-1.jpg");*/
    background-position: center center;
    background-size: cover;
    min-height: 450px
}

    .elementor-2240 .elementor-element.elementor-element-bdaf457 .countdown_banner .content h3 {
        font-size: 34px
    }

    .elementor-2240 .elementor-element.elementor-element-bdaf457 .countdown_banner .content h4 {
        font-size: 22px
    }

    .elementor-2240 .elementor-element.elementor-element-bdaf457 .countdown_banner .content a.btn {
        font-size: 15px
    }

.elementor-2240 .elementor-element.elementor-element-bdaf457 {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-ecc761a {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: space-around;
    --align-items: center;
    --gap: 20px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-80edd66 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --align-items: stretch;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

    .elementor-2240 .elementor-element.elementor-element-80edd66.e-con {
        --align-self: stretch
    }

.elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 {
    background-image: url("../../asset/0554-1.jpg");
    background-position: center center;
    background-size: cover;
    min-height: 200px
}

    .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2:before {
        background-color: #FFFFFFD1
    }

    .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 .title h3, .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 .title h5, .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 a.btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 a.btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 .title h3 {
        font-size: 25px
    }

    .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 .title h5 {
        font-size: 17px
    }

    .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-5e36155 {
    width: 100%;
    max-width: 100%
}

    .elementor-2240 .elementor-element.elementor-element-5e36155.elementor-element {
        --align-self: stretch
    }

.elementor-2240 .elementor-element.elementor-element-52d30e7 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-b51cfe6 .product_carousel_section {
    padding: 0;
    border-radius: 0;
    border-width: 0
}

.elementor-2240 .elementor-element.elementor-element-b51cfe6 .product_carousel_section, .elementor-2240 .elementor-element.elementor-element-b51cfe6 .heading_title5 .right, .elementor-2240 .elementor-element.elementor-element-b51cfe6 .heading_title5 .left {
    background-color: #FFFFFF00
}

    .elementor-2240 .elementor-element.elementor-element-b51cfe6 .product_carousel_section .product-box {
        border-width: 0
    }

.elementor-2240 .elementor-element.elementor-element-b51cfe6 .heading_title a {
    font-size: 14px
}

.elementor-2240 .elementor-element.elementor-element-b51cfe6 .heading_title h3, .elementor-2240 .elementor-element.elementor-element-b51cfe6 .heading_title5 h3 a, .elementor-2240 .elementor-element.elementor-element-b51cfe6 .heading_title5 h3 {
    font-size: 20px
}

.elementor-2240 .elementor-element.elementor-element-b51cfe6 .heading_title .title i {
    font-size: 35px
}

.elementor-2240 .elementor-element.elementor-element-b51cfe6 .heading_title h3, .elementor-2240 .elementor-element.elementor-element-b51cfe6 .heading_title5 h3 {
    line-height: 25px;
    font-weight: 500
}

.elementor-2240 .elementor-element.elementor-element-b51cfe6 .product_carousel_section .avina_prev_Arrow, .elementor-2240 .elementor-element.elementor-element-b51cfe6 .product_carousel_section .avina_next_Arrow {
    top: 33%
}

.elementor-2240 .elementor-element.elementor-element-b51cfe6 {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-5591eab {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --gap: 15px;
    --background-transition: .3s;
    --margin-top: 50px;
    --margin-right: 0px;
    --margin-bottom: 50px;
    --margin-left: 0px;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-d33eef9 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --gap: 15px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1 {
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1 .info h3, .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1 .info h5, .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1 .link .btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1 .link .btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1.avina_style2 a.btn {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1.avina_style1 .link .btn:before, .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1.avina_style3 .link .btn:before {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1.avina_style1 .link:hover .btn, .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1.avina_style3 .link:hover .btn {
        box-shadow: inset -10em 0 0 0 #000
    }

    .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1 .info h3 {
        font-size: 20px
    }

    .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1 .info h5 {
        font-size: 16px
    }

    .elementor-2240 .elementor-element.elementor-element-6ec6986 .banner1 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-6ec6986 {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-647659c .banner1.overlay:before {
    background-color: #FDFDFD00
}

.elementor-2240 .elementor-element.elementor-element-647659c .banner1 {
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-647659c .banner1 .info h3, .elementor-2240 .elementor-element.elementor-element-647659c .banner1 .info h5, .elementor-2240 .elementor-element.elementor-element-647659c .banner1 .link .btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-647659c .banner1 .link .btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-647659c .banner1.avina_style2 a.btn {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-647659c .banner1.avina_style1 .link .btn:before, .elementor-2240 .elementor-element.elementor-element-647659c .banner1.avina_style3 .link .btn:before {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-647659c .banner1.avina_style1 .link:hover .btn, .elementor-2240 .elementor-element.elementor-element-647659c .banner1.avina_style3 .link:hover .btn {
        box-shadow: inset -10em 0 0 0 #000
    }

    .elementor-2240 .elementor-element.elementor-element-647659c .banner1 .info h3 {
        font-size: 20px
    }

    .elementor-2240 .elementor-element.elementor-element-647659c .banner1 .info h5 {
        font-size: 16px
    }

    .elementor-2240 .elementor-element.elementor-element-647659c .banner1 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-647659c {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-a266ee4 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --gap: 13px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-0a1386d {
    --display: flex;
    --gap: 15px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-b581076 .banner1.overlay:before {
    background-color: #FFFFFF00
}

.elementor-2240 .elementor-element.elementor-element-b581076 .banner1 {
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-b581076 .banner1 .info h3, .elementor-2240 .elementor-element.elementor-element-b581076 .banner1 .info h5, .elementor-2240 .elementor-element.elementor-element-b581076 .banner1 .link .btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-b581076 .banner1 .link .btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-b581076 .banner1.avina_style2 a.btn {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-b581076 .banner1.avina_style1 .link .btn:before, .elementor-2240 .elementor-element.elementor-element-b581076 .banner1.avina_style3 .link .btn:before {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-b581076 .banner1.avina_style1 .link:hover .btn, .elementor-2240 .elementor-element.elementor-element-b581076 .banner1.avina_style3 .link:hover .btn {
        box-shadow: inset -10em 0 0 0 #000
    }

    .elementor-2240 .elementor-element.elementor-element-b581076 .banner1.avina_style2 a.btn:hover {
        background-color: #2b37bb
    }

    .elementor-2240 .elementor-element.elementor-element-b581076 .banner1 .info h3 {
        font-size: 20px
    }

    .elementor-2240 .elementor-element.elementor-element-b581076 .banner1 .info h5 {
        font-size: 16px
    }

    .elementor-2240 .elementor-element.elementor-element-b581076 .banner1 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-b581076 {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-6ed9f2f {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --background-transition: .3s;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-bcf47ea {
    --display: flex;
    --gap: 15px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1.overlay:before {
    background-color: #FFFFFF00
}

.elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1 {
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1 .info h3, .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1 .info h5, .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1 .link .btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1 .link .btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1.avina_style2 a.btn {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1.avina_style1 .link .btn:before, .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1.avina_style3 .link .btn:before {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1.avina_style1 .link:hover .btn, .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1.avina_style3 .link:hover .btn {
        box-shadow: inset -10em 0 0 0 #000
    }

    .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1 .info h3 {
        font-size: 20px
    }

    .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1 .info h5 {
        font-size: 16px
    }

    .elementor-2240 .elementor-element.elementor-element-e7aeb43 .banner1 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-e7aeb43 {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-e65baa3 {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-013c42f .banner1.overlay:before {
    background-color: #FFFFFF00
}

.elementor-2240 .elementor-element.elementor-element-013c42f .banner1 {
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-013c42f .banner1 .info h3, .elementor-2240 .elementor-element.elementor-element-013c42f .banner1 .info h5, .elementor-2240 .elementor-element.elementor-element-013c42f .banner1 .link .btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-013c42f .banner1 .link .btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-013c42f .banner1.avina_style2 a.btn {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-013c42f .banner1.avina_style1 .link .btn:before, .elementor-2240 .elementor-element.elementor-element-013c42f .banner1.avina_style3 .link .btn:before {
        background-color: #000
    }

    .elementor-2240 .elementor-element.elementor-element-013c42f .banner1.avina_style1 .link:hover .btn, .elementor-2240 .elementor-element.elementor-element-013c42f .banner1.avina_style3 .link:hover .btn {
        box-shadow: inset -10em 0 0 0 #000
    }

    .elementor-2240 .elementor-element.elementor-element-013c42f .banner1 .info h3 {
        font-size: 20px
    }

    .elementor-2240 .elementor-element.elementor-element-013c42f .banner1 .info h5 {
        font-size: 16px
    }

    .elementor-2240 .elementor-element.elementor-element-013c42f .banner1 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-013c42f {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-59edbd3 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --background-transition: .3s;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 50px;
    --margin-left: 0px;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

.elementor-2240 .elementor-element.elementor-element-b84b7ce .blog_section {
    padding: 0 20px 10px;
    border-radius: 0;
    background-color: #f5f5f5;
    border-width: 0
}

.elementor-2240 .elementor-element.elementor-element-b84b7ce .heading_title {
    padding: 20px
}

    .elementor-2240 .elementor-element.elementor-element-b84b7ce .heading_title h3 {
        color: #141414;
        border-color: #141414;
        font-size: 20px;
        line-height: 25px;
        font-weight: 500
    }

        .elementor-2240 .elementor-element.elementor-element-b84b7ce .heading_title h3:after, .elementor-2240 .elementor-element.elementor-element-b84b7ce .heading_title h3:before {
            background-color: #141414
        }

    .elementor-2240 .elementor-element.elementor-element-b84b7ce .heading_title h5 {
        color: #7b7a7a;
        border-color: #7b7a7a;
        font-size: 14px
    }

        .elementor-2240 .elementor-element.elementor-element-b84b7ce .heading_title h5:after, .elementor-2240 .elementor-element.elementor-element-b84b7ce .heading_title h5:before {
            background-color: #7b7a7a
        }

.elementor-2240 .elementor-element.elementor-element-b84b7ce .blog_section .card {
    border-style: solid
}

.elementor-2240 .elementor-element.elementor-element-b84b7ce .heading_title a {
    font-size: 14px
}

.elementor-2240 .elementor-element.elementor-element-b84b7ce .heading_title .title i {
    font-size: 35px
}

.elementor-2240 .elementor-element.elementor-element-b84b7ce .blog_section .avina_prev_Arrow, .elementor-2240 .elementor-element.elementor-element-b84b7ce .blog_section .avina_next_Arrow {
    top: 30%
}

.elementor-2240 .elementor-element.elementor-element-b84b7ce {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-3f101c5 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: space-between;
    --align-items: center;
    --gap: 15px;
    --background-transition: .3s;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 50px;
    --margin-left: 0px;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px
}

    .elementor-2240 .elementor-element.elementor-element-3f101c5.e-con {
        --flex-grow: 1;
        --flex-shrink: 0
    }

.elementor-2240 .elementor-element.elementor-element-e2848ef .banner1 {
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-e2848ef .banner1 .info h3, .elementor-2240 .elementor-element.elementor-element-e2848ef .banner1 .info h5, .elementor-2240 .elementor-element.elementor-element-e2848ef .banner1 .link .btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-e2848ef .banner1 .link .btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-e2848ef .banner1 .info h3 {
        font-size: 20px
    }

    .elementor-2240 .elementor-element.elementor-element-e2848ef .banner1 .info h5 {
        font-size: 16px
    }

    .elementor-2240 .elementor-element.elementor-element-e2848ef .banner1 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-e2848ef {
    width: 100%;
    max-width: 100%
}

.elementor-2240 .elementor-element.elementor-element-646ee11 .banner1 {
    border-radius: 0
}

    .elementor-2240 .elementor-element.elementor-element-646ee11 .banner1 .info h3, .elementor-2240 .elementor-element.elementor-element-646ee11 .banner1 .info h5, .elementor-2240 .elementor-element.elementor-element-646ee11 .banner1 .link .btn {
        color: #000;
        border-color: #000
    }

        .elementor-2240 .elementor-element.elementor-element-646ee11 .banner1 .link .btn:hover {
            color: #fff;
            border-color: #fff
        }

    .elementor-2240 .elementor-element.elementor-element-646ee11 .banner1 .info h3 {
        font-size: 20px
    }

    .elementor-2240 .elementor-element.elementor-element-646ee11 .banner1 .info h5 {
        font-size: 16px
    }

    .elementor-2240 .elementor-element.elementor-element-646ee11 .banner1 a.btn {
        font-size: 14px
    }

.elementor-2240 .elementor-element.elementor-element-646ee11 {
    width: 100%;
    max-width: 100%
}

@media(max-width:1024px) {
    .elementor-2240 .elementor-element.elementor-element-d1a4163 {
        --flex-direction: column;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --justify-content: space-around;
        --align-items: stretch
    }

    .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 {
        min-height: 300px
    }

    .elementor-2240 .elementor-element.elementor-element-bdaf457 .countdown_banner .content {
        margin: 0 50px 0 0
    }

    .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 {
        min-height: 300px
    }
}

@media(width>768px) {
    .elementor-2240 .elementor-element.elementor-element-b9442bd {
        --margin-top: 100px;
        --margin-right: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px
    }

    .elementor-2240 .elementor-element.elementor-element-fd64462 .banner2 {
        background-position: top right
    }

    .elementor-2240 .elementor-element.elementor-element-deef426 .offer_slider_section {
        padding: 10px
    }

    .elementor-2240 .elementor-element.elementor-element-f932ee6 {
        --margin-top: 30px;
        --margin-right: 30px;
        --margin-bottom: 30px;
        --margin-left: 30px
    }

        .elementor-2240 .elementor-element.elementor-element-f932ee6.e-con {
            --order: -99999
        }

    .elementor-2240 .elementor-element.elementor-element-6bb6b3e .banner2 {
        min-height: 250px
    }

    .elementor-2240 .elementor-element.elementor-element-bdaf457 .countdown_banner .content {
        margin: 0 10px 0 0
    }

    .elementor-2240 .elementor-element.elementor-element-80edd66 {
        --margin-top: 30px;
        --margin-right: 30px;
        --margin-bottom: 30px;
        --margin-left: 30px
    }

    .elementor-2240 .elementor-element.elementor-element-5e36155 .banner2 {
        min-height: 250px
    }

    .elementor-2240 .elementor-element.elementor-element-5591eab {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial
    }

    .elementor-2240 .elementor-element.elementor-element-b84b7ce .blog_section {
        padding: 10px
    }

    .elementor-2240 .elementor-element.elementor-element-3f101c5 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial
    }
}

@media(min-width:768px) {
    .elementor-2240 .elementor-element.elementor-element-d1a4163 {
        --width: 19%
    }

    .elementor-2240 .elementor-element.elementor-element-60ba158 {
        --width: 81%
    }

    .elementor-2240 .elementor-element.elementor-element-930811b {
        --width: 80%
    }

    .elementor-2240 .elementor-element.elementor-element-f932ee6 {
        --width: 20%
    }

    .elementor-2240 .elementor-element.elementor-element-80edd66 {
        --width: 20%
    }

    .elementor-2240 .elementor-element.elementor-element-52d30e7 {
        --width: 80%
    }

    .elementor-2240 .elementor-element.elementor-element-d33eef9 {
        --width: 33%
    }

    .elementor-2240 .elementor-element.elementor-element-a266ee4 {
        --width: 67%
    }

    .elementor-2240 .elementor-element.elementor-element-bcf47ea {
        --width: 70%
    }

    .elementor-2240 .elementor-element.elementor-element-e65baa3 {
        --width: 35%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2240 .elementor-element.elementor-element-60ba158 {
        --width: 100%
    }
}

@media(min-width:1025px) {
    .elementor-2240 .elementor-element.elementor-element-bdaf457 .countdown_banner {
        background-attachment: fixed
    }
}

div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    background: 0 0;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

div.wpforms-container-full {
    margin-left: auto;
    margin-right: auto
}

    div.wpforms-container-full .wpforms-form amp-img > img {
        position: absolute
    }

    div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form label, div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form button, div.wpforms-container-full .wpforms-form textarea {
        margin: 0;
        border: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        background: 0 0;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    div.wpforms-container-full .wpforms-form textarea {
        max-width: 100%;
        width: 100%
    }

    div.wpforms-container-full .wpforms-form ul, div.wpforms-container-full .wpforms-form ul li {
        background: 0 0 !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important
    }

        div.wpforms-container-full .wpforms-form ul li {
            margin-bottom: 5px !important
        }

            div.wpforms-container-full .wpforms-form ul li:last-of-type {
                margin-bottom: 0 !important
            }

    div.wpforms-container-full .wpforms-form hr {
        border-top: 1px solid #ccc;
        margin: .5em auto
    }

    div.wpforms-container-full .wpforms-form fieldset {
        min-width: 0
    }

.wpforms-container .wpforms-form .wpforms-error-alert {
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    padding: 10px 15px;
    font-size: 14px;
    margin: 0 0 10px
}

.wpforms-container .wpforms-form .wpforms-error-alert {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"] {
    border-style: none
}

.wpforms-is-turnstile iframe {
    margin-left: -2px !important
}

.wpforms-clear:before {
    content: " ";
    display: table
}

.wpforms-clear:after {
    clear: both;
    content: " ";
    display: table
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 60%
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 120px
}

div.wpforms-container-full .wpforms-form input.wpforms-field-small, div.wpforms-container-full .wpforms-form select.wpforms-field-small, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small {
    max-width: 25%
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    height: 70px
}

div.wpforms-container-full .wpforms-form input.wpforms-field-large, div.wpforms-container-full .wpforms-form select.wpforms-field-large, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
    max-width: 100%
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 220px
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 0;
    clear: both
}

div.wpforms-container-full .wpforms-form .wpforms-field-description, div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
    font-size: 13px;
    line-height: 1.3;
    margin: 8px 0 0;
    word-break: break-word;
    word-wrap: break-word
}

    div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
        background-color: #fff;
        border: 1px solid #ddd;
        color: #444;
        padding: 15px 15px 0;
        margin-top: 15px;
        height: 125px;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 12px
    }

        div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description p {
            color: #444;
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 15px
        }

    div.wpforms-container-full .wpforms-form .wpforms-field-description-before, div.wpforms-container-full .wpforms-form .wpforms-field-description.before {
        margin: 0 0 8px
    }

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    display: block;
    font-size: 13px;
    float: none;
    font-weight: 400;
    line-height: 1.3;
    margin: 4px 0 0;
    padding: 0
}

    div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.before {
        margin: 0 0 4px
    }

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    display: inline;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    word-break: break-word
}

div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide, div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide {
    position: absolute;
    top: -99999px;
    left: -99999px
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: red;
    font-weight: 400
}

div.wpforms-container-full .wpforms-form .wpforms-field-row {
    margin-bottom: 8px;
    position: relative
}

div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-of-type {
    margin-bottom: 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:before {
    content: " ";
    display: table
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:after {
    clear: both;
    content: " ";
    display: table
}

div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-one-half:only-child {
    margin-left: 0
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    float: left;
    margin-left: 20px;
    clear: none
}

div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: calc(50% - 10px)
}

div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
    width: calc(100%/3 - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-one-third.wpforms-first, div.wpforms-container-full .wpforms-form .wpforms-two-sixths.wpforms-first {
        width: calc(100%/3)
    }

div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    width: calc(2*100%/3 - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-four-sixths.wpforms-first, div.wpforms-container-full .wpforms-form .wpforms-two-thirds.wpforms-first {
        width: calc(2*100%/3)
    }

div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
    width: calc(25% - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-one-fourth.wpforms-first {
        width: 25%
    }

div.wpforms-container-full .wpforms-form .wpforms-three-fourths {
    width: calc(75% - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-three-fourths.wpforms-first {
        width: 75%
    }

div.wpforms-container-full .wpforms-form .wpforms-one-fifth {
    width: calc(100%/5 - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-one-fifth.wpforms-first {
        width: calc(100%/5)
    }

div.wpforms-container-full .wpforms-form .wpforms-two-fifths {
    width: calc(2*100%/5 - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-two-fifths.wpforms-first {
        width: calc(2*100%/5)
    }

div.wpforms-container-full .wpforms-form .wpforms-three-fifths {
    width: calc(3*100%/5 - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-three-fifths.wpforms-first {
        width: calc(3*100%/5)
    }

div.wpforms-container-full .wpforms-form .wpforms-four-fifths {
    width: calc(4*100%/5 - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-four-fifths.wpforms-first {
        width: calc(4*100%/5)
    }

div.wpforms-container-full .wpforms-form .wpforms-one-sixth {
    width: calc(100%/6 - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-one-sixth.wpforms-first {
        width: calc(100%/6)
    }

div.wpforms-container-full .wpforms-form .wpforms-five-sixths {
    width: calc(5*100%/6 - 20px)
}

    div.wpforms-container-full .wpforms-form .wpforms-five-sixths.wpforms-first {
        width: calc(5*100%/6)
    }

div.wpforms-container-full .wpforms-form .wpforms-first {
    clear: both !important;
    margin-left: 0 !important
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul, div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

    div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
        width: 50%;
        display: block;
        padding-right: 26px !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
        width: 33.3333%;
        display: block;
        padding-right: 26px !important
    }

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px !important
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-half {
    float: left;
    width: 48%;
    clear: both
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-half {
    float: right;
    width: 48%;
    clear: none
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-third {
    float: left;
    width: 30.666666667%;
    clear: both
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-middle-third {
    float: left;
    width: 30.666666667%;
    margin-left: 4%;
    clear: none
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-third {
    float: right;
    width: 30.666666667%;
    clear: none
}

div.wpforms-container-full .wpforms-form div.wpforms-last {
    float: right !important;
    margin-right: 0 !important;
    clear: none
}

div.wpforms-container-full.inline-fields {
    overflow: hidden
}

    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container {
        display: table;
        width: calc(100% - 160px);
        float: left
    }

    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
        display: table-cell;
        padding-right: 2%;
        vertical-align: top
    }

    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
        float: right;
        width: 160px;
        clear: none
    }

    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit {
        display: block;
        width: 100%
    }

    div.wpforms-container-full.inline-fields .wpforms-form input.wpforms-field-medium, div.wpforms-container-full.inline-fields .wpforms-form select.wpforms-field-medium, div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-row.wpforms-field-medium {
        max-width: 100%
    }

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3
}

div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 3px;
    display: inline-block;
    vertical-align: baseline
}

div.wpforms-container-full .wpforms-form input[type=radio] {
    border-radius: 50%
}

div.wpforms-container-full .wpforms-form select {
    max-width: 100%;
    text-transform: none;
    white-space: nowrap
}

    div.wpforms-container-full .wpforms-form select[multiple] {
        height: auto;
        overflow-y: scroll;
        background-image: none
    }

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    padding: 10px 15px
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: .9em;
    font-weight: 400;
    margin: 0 5px;
    min-width: 90px;
    text-align: center
}

    div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
        background-color: #ddd;
        border: 1px solid #ccc;
        cursor: pointer
    }

    div.wpforms-container-full .wpforms-form input[type=submit]:disabled, div.wpforms-container-full .wpforms-form button[type=submit]:disabled, div.wpforms-container-full .wpforms-form .wpforms-page-button:disabled {
        background-color: #eee;
        border: 1px solid #ddd;
        cursor: default;
        opacity: .5
    }

div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form textarea:focus, div.wpforms-container-full .wpforms-form select:focus, div.wpforms-container-full .wpforms-form .is-focused .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
    border: 1px solid #999;
    box-shadow: none
}

div.wpforms-container-full .wpforms-form input:disabled, div.wpforms-container-full .wpforms-form textarea:disabled, div.wpforms-container-full .wpforms-form select:disabled {
    background-color: #f9f9f9;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed
}

div.wpforms-container-full .wpforms-form .wpforms-error-container, div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
    color: #900
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #900;
    font-size: 12px;
    float: none;
    cursor: default
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
    border: 1px solid #c00
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration label.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code label.wpforms-error {
    display: none !important
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
    color: #333;
    margin: 0 auto 24px;
    padding: 15px;
    overflow-wrap: break-word
}

    .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
        background: #e0ffc7;
        border: 1px solid #b4d39b;
        box-sizing: border-box
    }

        .wpforms-confirmation-container-full p:last-of-type, div[submit-success] > .wpforms-confirmation-container-full p:last-of-type {
            margin: 0
        }

.amp-form-submit-success .wpforms-field-container, .amp-form-submit-success .wpforms-submit-container {
    display: none
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    padding: 10px 0 20px;
    clear: both
}

    div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile-invisible {
        padding: 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile .g-recaptcha {
        line-height: 0;
        font-size: 0
    }

        div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile .g-recaptcha iframe {
            position: relative !important
        }

    div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe {
        width: 100%;
        max-width: 100%
    }

div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 26px;
    margin: 0 0 10px
}

div.wpforms-container-full .wpforms-form .wpforms-description {
    margin: 0 0 10px
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 10px 0 0;
    clear: both;
    position: relative
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    margin-left: .5em;
    display: inline-block;
    vertical-align: middle;
    max-width: 26px
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-center {
    text-align: center
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
    text-align: left
}

    div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
        margin: 0 10px 0 0
    }

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right {
    text-align: right
}

    div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right .wpforms-page-button {
        margin: 0 0 0 10px
    }

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-prev {
    float: left;
    margin: 0
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-next {
    float: right;
    margin: 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number {
    margin-right: 100px;
    width: calc(100% - 120px)
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name {
    margin-right: 170px
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px
}

    div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select {
        width: 45%;
        float: left;
        display: block
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration span {
        float: left;
        width: 10%;
        text-align: center;
        line-height: 38px
    }

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 10px 0 5px
}

    div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-track {
        color: transparent
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 17px;
        height: 17px;
        background: #b5b5b5;
        cursor: pointer;
        border-radius: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb {
        width: 17px;
        height: 17px;
        background: #b5b5b5;
        cursor: pointer;
        border-radius: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb {
        width: 17px;
        height: 17px;
        background: #b5b5b5;
        cursor: pointer;
        border-radius: 100%
    }

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
    font-size: 13px
}

div.wpforms-container-full .wpforms-form .wpforms-field-stripe-credit-card-cardnumber, div.wpforms-container-full .wpforms-form input.wpforms-stripe-credit-card-hidden-input {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 8px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3
}

div.wpforms-container-full .wpforms-form .wpforms-stripe-element-invalid {
    border: 1px solid #c00 !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul, div.wpforms-container-full .wpforms-form .wpforms-field-html ol {
    margin: 0 0 20px !important
}

    div.wpforms-container-full .wpforms-form .wpforms-field-html ul li, div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
        margin: 0 0 5px !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-html ul li {
        list-style: disc !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
        list-style: decimal !important
    }

div.wpforms-container-full .wpforms-form .wpforms-field-html li > ul, div.wpforms-container-full .wpforms-form .wpforms-field-html li > ol {
    margin: 6px 0 0 20px !important
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px
}

    div.wpforms-container-full .wpforms-field-date-time .wpforms-field-row:before, div.wpforms-container-full .wpforms-field-date-time .wpforms-field-row:after {
        position: absolute
    }

div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-dropdown {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    width: clamp(calc(50% - 12px),100px,100%)
}

    div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-dropdown + .wpforms-field-row-block {
        width: clamp(calc(50% - 12px),100px,100%);
        flex: 1;
        min-width: 30%
    }

    div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-dropdown .wpforms-field-date-dropdown-wrap {
        width: 100%
    }

    div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-dropdown .wpforms-field-sublabel {
        width: 100%
    }

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin: 0 -6px
}

    div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-small {
        width: calc(25% + 12px)
    }

        div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-small select {
            appearance: none;
            background-image: none;
            padding-left: 5px;
            padding-right: 5px
        }

    div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-medium {
        width: calc(60% + 12px)
    }

    div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-large {
        width: calc(100% + 12px)
    }

    div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap select {
        margin: 0 6px
    }

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-row-block .wpforms-field-date-dropdown-wrap {
    width: 100%
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-time-date-day, div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-time-date-month {
    width: calc(30% - 12px)
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-time-date-year {
    width: calc(40% - 12px)
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-datepicker {
    width: clamp(calc(50% - 12px),100px,100%)
}

    div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-datepicker + .wpforms-field-row-block {
        width: clamp(50%,100px,100%)
    }

div.wpforms-container-full .wpforms-datepicker-wrap {
    position: relative
}

    div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear {
        position: absolute;
        background-image: url("/fashion/wp-content/plugins/wpforms-lite/assets/pro/images/times-solid-white.svg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: #ccc;
        background-size: 8px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        display: block;
        border-radius: 50%;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        transition: all .3s
    }

        div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear:hover {
            background-color: red
        }

    div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-small + .wpforms-datepicker-clear {
        right: calc(75% + 10px)
    }

    div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-medium + .wpforms-datepicker-clear {
        right: calc(40% + 10px)
    }

div.wpforms-container-full .wpforms-form .wpforms-captcha-math input {
    display: inline-block;
    width: 70px;
    vertical-align: inherit;
    margin: 0 0 0 5px
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
    font-size: 16px
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-question {
    margin: 0 0 4px
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item {
    padding-right: 6px
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating svg {
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    opacity: .60
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.selected svg, div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.hover svg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1
}

div.wpforms-field-file-upload .wpforms-hide {
    display: none !important
}

div.wpforms-field-file-upload input[type=file] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 1px;
    height: auto;
    width: 60%;
    border: none !important;
    box-shadow: none
}

    div.wpforms-field-file-upload input[type=file]::-webkit-file-upload-button {
        padding: 4px 12px;
        font-weight: 400;
        font-size: 14px;
        margin-right: 10px;
        cursor: pointer;
        transition: all .15s ease-out
    }

    div.wpforms-field-file-upload input[type=file]:hover::-webkit-file-upload-button {
        background: #eee
    }

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern {
    border: 2px dashed rgba(0,0,0,.1);
    background: rgba(0,0,0,.02);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

    div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-with-files {
        padding: 5px;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    div.wpforms-field-file-upload .wpforms-file-upload-builder-modern svg {
        height: 50px;
        width: 50px;
        color: #e27730
    }

    div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-title {
        font-weight: 700
    }

    div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-hint {
        color: rgba(0,0,0,.1)
    }

    div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-highlighted {
        border-color: #e27730
    }

    div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block {
        width: 100px;
        height: 100px;
        border: 1px solid rgba(0,0,0,.1);
        background: #fff;
        background-size: cover !important;
        margin: 5px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: default
    }

        div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block:hover .wpforms-overlay {
            opacity: 1
        }

        div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,.5);
            opacity: 0
        }

            div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close {
                position: absolute;
                right: 5px;
                top: 5px;
                cursor: pointer;
                display: block;
                width: 18px;
                height: 18px
            }

            div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-title {
                position: absolute;
                font-size: 12px;
                color: #fff;
                top: 25px;
                bottom: 10px;
                left: 5px;
                right: 5px;
                overflow-y: auto;
                line-height: 16px
            }

            div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left, div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right {
                height: 18px;
                width: 1px;
                background: #fff;
                position: absolute;
                display: block;
                z-index: 1;
                right: 9px
            }

            div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

        div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block svg {
            height: 25px;
            width: 25px;
            color: rgba(0,0,0,.1)
        }

        div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-progress {
            height: 5px;
            width: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #e27730;
            transition: all .5s
        }

    div.wpforms-field-file-upload .wpforms-file-upload-builder-modern input[type=file] {
        display: none
    }

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label:not(.wpforms-error) {
    cursor: pointer;
    position: relative
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label input {
    top: 50%
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li {
    margin: 5px !important
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 20px 20px 18px;
    transition: all .5s;
    text-align: center
}

    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):hover, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):focus {
        border: 1px solid #ddd
    }

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
    content: "\2714";
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    background: green;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all .5s
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after {
    opacity: 1
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image {
    display: block;
    position: relative
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label {
    font-weight: 700
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
    display: block;
    margin-top: 12px
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-classic li {
    margin: 0 10px 10px 0 !important
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error) {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 10px;
    text-align: center
}

    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):hover, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):focus {
        border-color: #ddd
    }

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-image {
    display: block
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-selected label {
    border-color: #666 !important
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-label {
    display: block;
    margin-top: 8px
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices, div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices * {
    box-sizing: border-box
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 1px !important;
    margin: 12px 0 -20px !important
}

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices + .wpforms-field-description, div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices + .wpforms-error {
        margin-top: 15px
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices li {
        min-width: 120px;
        padding-right: 0 !important;
        margin: 0 0 20px !important
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices label {
        position: relative;
        display: block;
        margin: 0;
        cursor: pointer
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-icon {
        display: block
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices svg {
        margin: 0 auto;
        fill: var(--wpforms-icon-choices-color)
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-none svg {
        margin: 0
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
        margin: 0 0 22px !important
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default label {
        text-align: center
    }

        div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon {
            box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
        }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon {
        position: relative;
        z-index: 1;
        margin-bottom: 10px;
        padding: 15px 20px 45px;
        background-color: #fff;
        box-shadow: 0 0 0 1px #ccc;
        border-radius: 6px
    }

        div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover {
            box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
        }

        div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg {
            position: relative;
            z-index: 2
        }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 6px;
        background-color: #fff
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon {
        background-color: transparent;
        box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
        box-sizing: border-box
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg {
        background-color: var(--wpforms-icon-choices-color);
        opacity: .1
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label {
        background-color: #fff !important;
        box-shadow: 0 0 0 1px #ccc;
        border-radius: 6px;
        height: 100%;
        padding: 20px 20px 15px;
        text-align: center
    }

        div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover {
            box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
        }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label {
        box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label {
        box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color),0 2px 10px rgba(0,0,0,.15)
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon {
        margin-bottom: 10px
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label {
        background-color: #fff !important;
        height: 100%;
        padding: 20px 20px 15px;
        text-align: center
    }

        div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover {
            box-shadow: 0 0 0 1px #999
        }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label {
        box-shadow: 0 0 0 1px #999
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label {
        box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon {
        margin-bottom: 10px
    }

div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before, div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: calc(50% - 8px);
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #ccc;
    border-radius: 50%;
    margin: 15px auto 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before, div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after, div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: calc(15px + 4px);
    left: calc(50% - 4px);
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--wpforms-icon-choices-color);
    border-radius: 50%
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before, div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: calc(50% - 8px);
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #ccc;
    border-radius: 3px;
    margin: 15px auto 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before, div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after, div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 23px;
    left: calc(50% - 6px);
    width: 6px;
    height: 10px;
    border-style: solid;
    border-color: var(--wpforms-icon-choices-color);
    border-width: 0 2px 2px 0;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices, div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices {
    flex-direction: row;
    flex-wrap: wrap
}

    div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices li, div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices li {
        margin-right: 20px !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li, div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
        margin-right: 22px !important;
        margin-bottom: 22px !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices li {
        width: calc(100%/2 - 20px/2)
    }

        div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n) {
            margin-right: 0 !important
        }

    div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
        width: calc(100%/2 - 22px/2)
    }

    div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices li {
        width: calc(100%/3 - 20px*2/3)
    }

        div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n) {
            margin-right: 0 !important
        }

    div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
        width: calc(100%/3 - 22px*2/3)
    }

    div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices li {
        width: auto;
        max-width: calc(100%/4 - 20px)
    }

div.wpforms-container-full .wpforms-form .wpforms-page-indicator {
    margin: 0 0 20px;
    overflow: hidden
}

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 15px 10px
    }

        div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
            float: left;
            margin: 0 20px 0 0
        }

            div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type {
                margin: 0
            }

        div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            display: inline-block;
            margin: 0 10px 0 0;
            line-height: 40px;
            text-align: center;
            background-color: #ddd;
            color: #666
        }

        div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
            color: #fff
        }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
        float: left;
        text-align: center;
        font-size: 16px;
        line-height: 1.2
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
        display: block;
        text-indent: -9999px;
        height: 6px;
        background-color: #ddd;
        margin: 0 0 16px;
        position: relative
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -5px;
        border-style: solid;
        border-width: 6px 5px 0;
        border-color: transparent
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
        display: inline-block;
        padding: 0 15px;
        font-size: 16px
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress {
        font-size: 18px
    }

        div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
            display: block;
            width: 100%;
            background-color: #ddd;
            height: 18px;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            margin: 5px 0 0
        }

        div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
            height: 18px;
            position: absolute;
            left: 0;
            top: 0
        }

div.wpforms-container-full .wpforms-form .wpforms-field-select select > option {
    color: inherit
}

    div.wpforms-container-full .wpforms-form .wpforms-field-select select > option.placeholder, div.wpforms-container-full .wpforms-form .wpforms-field-select select > option[disabled] {
        color: inherit;
        opacity: .5
    }

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
    padding-left: 10px
}

    div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] {
        padding: 0
    }

        div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option {
            padding: 10px;
            box-shadow: 0 1px 0 0 rgba(0,0,0,.1)
        }

            div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option.placeholder, div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option[disabled] {
                box-shadow: 0 1px 0 0 rgba(0,0,0,.2)
            }

            div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option:checked {
                background-color: #d3d3d3
            }

div.wpforms-container-full .wpforms-form .choices {
    font-size: 16px;
    color: #333
}

    div.wpforms-container-full .wpforms-form .choices .choices__list--single {
        font-size: 1em;
        line-height: normal
    }

    div.wpforms-container-full .wpforms-form .choices.is-open.is-flipped .choices__inner, div.wpforms-container-full .wpforms-form .choices.is-open .choices__list--dropdown {
        border-radius: 0 0 2px 2px
    }

    div.wpforms-container-full .wpforms-form .choices.is-open.is-flipped .choices__list--dropdown, div.wpforms-container-full .wpforms-form .choices.is-open .choices__inner {
        border-radius: 2px 2px 0 0
    }

    div.wpforms-container-full .wpforms-form .choices .choices__inner {
        min-height: 38px;
        border-radius: 2px
    }

    div.wpforms-container-full .wpforms-form .choices input.choices__input {
        display: inline-block;
        height: auto;
        line-height: 1.3
    }

    div.wpforms-container-full .wpforms-form .choices ::-webkit-input-placeholder {
        color: inherit;
        opacity: .5
    }

    div.wpforms-container-full .wpforms-form .choices ::-moz-placeholder {
        color: inherit;
        opacity: .5
    }

    div.wpforms-container-full .wpforms-form .choices :-ms-input-placeholder {
        color: inherit;
        opacity: .5
    }

div.wpforms-container-full .wpforms-notice {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 12px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 20px 36px 20px 26px;
    position: relative
}

    div.wpforms-container-full .wpforms-notice .wpforms-delete {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-color: rgba(10,10,10,.2);
        border: none;
        border-radius: 290486px;
        cursor: pointer;
        display: inline-block;
        height: 20px;
        margin: 0;
        padding: 0;
        outline: none;
        vertical-align: top;
        width: 20px;
        position: absolute;
        right: 10px;
        top: 10px
    }

        div.wpforms-container-full .wpforms-notice .wpforms-delete:before, div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
            background-color: #fff;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -webkit-transform-origin: center center;
            transform-origin: center center
        }

        div.wpforms-container-full .wpforms-notice .wpforms-delete:before {
            height: 2px;
            width: 50%
        }

        div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
            height: 50%;
            width: 2px
        }

        div.wpforms-container-full .wpforms-notice .wpforms-delete:hover, div.wpforms-container-full .wpforms-notice .wpforms-delete:focus {
            background-color: rgba(10,10,10,.3)
        }

    div.wpforms-container-full .wpforms-notice a {
        text-decoration: underline
    }

    div.wpforms-container-full .wpforms-notice p {
        margin: 0 0 20px
    }

        div.wpforms-container-full .wpforms-notice p:last-of-type {
            margin-bottom: 0
        }

    div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action, div.wpforms-container-full .wpforms-notice.wpforms-info {
        border-color: #3273dc
    }

    div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action, div.wpforms-container-full .wpforms-notice.wpforms-success {
        border-color: #23d160
    }

    div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action, div.wpforms-container-full .wpforms-notice.wpforms-warning {
        border-color: #ffdd57
    }

    div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action, div.wpforms-container-full .wpforms-notice.wpforms-error {
        border-color: #ff3860
    }

    div.wpforms-container-full .wpforms-notice .wpforms-notice-actions {
        margin-top: 20px
    }

    div.wpforms-container-full .wpforms-notice .wpforms-notice-action {
        border: 2px solid;
        margin-right: 20px;
        padding: 5px;
        text-decoration: none
    }

        div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active {
            color: #fff
        }

    div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active {
        background-color: #3273dc
    }

    div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active {
        background-color: #23d160
    }

    div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active {
        background-color: #ffdd57;
        color: inherit
    }

    div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active {
        background-color: #ff3860
    }

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small.wp-editor-area {
    height: 100px
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium.wp-editor-area {
    height: 250px
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large.wp-editor-area {
    height: 400px
}

.wpforms-preview-notice-links {
    line-height: 2.4
}

div.wpforms-container-full {
    margin: 24px auto
}

    div.wpforms-container-full .wpforms-form h3 {
        font-size: 24px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-hp {
        display: none !important;
        position: absolute !important;
        left: -9000px !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-hidden {
        display: none;
        padding: 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-screen-reader-element {
        position: absolute !important;
        clip: rect(0,0,0,0) !important;
        height: 1px !important;
        width: 1px !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        word-wrap: normal !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-limit-text {
        font-size: 13px;
        display: block
    }

body.rtl .wpforms-field-phone input[type=tel] {
    direction: ltr;
    unicode-bidi: embed;
    text-align: right
}

body.rtl .wpforms-container-full .wpforms-form .wpforms-first {
    float: right
}

    body.rtl .wpforms-container-full .wpforms-form .wpforms-first + .wpforms-one-half {
        margin-right: 4%;
        margin-left: 0
    }

div.wpforms-container-full .wpforms-form .wpforms-error-container ul li {
    list-style: inside !important
}

div.wpforms-container-full .wpforms-form .wpforms-error-container ol li {
    list-style: inside decimal !important
}

div.wpforms-container-full .wpforms-form .wpforms-error-container a {
    text-decoration: underline !important
}

div.wpforms-container-full .wpforms-form .wpforms-error-container del {
    text-decoration: line-through !important
}

div.wpforms-container-full .wpforms-form .wpforms-error-container blockquote {
    padding-left: 20px;
    border-left: 4px solid;
    font-style: italic
}

@media only screen and (max-width:600px) {
    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container, div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
        display: block;
        width: 100%
    }

    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
        width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
        display: none
    }

    div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout) {
        overflow-x: hidden
    }

    div.wpforms-container-full .wpforms-form .wpforms-field {
        padding-right: 1px;
        padding-left: 1px
    }

        div.wpforms-container-full .wpforms-form .wpforms-field > * {
            max-width: 100%
        }

    div.wpforms-container-full .wpforms-form .wpforms-mobile-full {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important
    }

    div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium, div.wpforms-container-full .wpforms-form input.wpforms-field-small, div.wpforms-container-full .wpforms-form select.wpforms-field-small, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small, div.wpforms-container-full .wpforms-form input.wpforms-field-large, div.wpforms-container-full .wpforms-form select.wpforms-field-large, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
        max-width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
        float: none;
        width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
        margin: 0 10px 0 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
        margin: 20px 0 15px
    }

        div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
            width: 30px;
            height: 30px
        }
}

/*@media(min-width: 599px) {
    .breadcrumb-section {
        margin-top: 2000px !important;
    }
}*/
/*@media(min-width:601px) and (max-width:1329px) {
    .breadcrumb-section {
        margin-top: 170px !important;
    }
}*/
@media (max-width: 1320px) {
    .top-header .nav, .header-6 .nav, .header-5 .nav, .menu-header .nav,
    .product_title, .bottom-header .navbar, .archive_products, .breadcrumb-section .content, .main-content .avina_single {
        padding: 0 15px;
    }

    .avina_top_alert .content {
        padding: 5px 10px;
    }

    .bottom-header-icon {
        left: 15px;
    }

    .right_menu .bottom-header-icon {
        right: 15px;
    }

    .AvinaSA-wrapper {
        padding: 5px 15px !important;
    }
    /*.breadcrumb-section {
        padding-top: 170px !important;
    }*/
}

:root {
    --header-max-height: 50px;
}

:root {
    --avina-con-max-width: 98%;
}

.e-con {
    --container-max-width: 98%;
}

.top-footer {
    padding: 40px 15px;
}


.btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus, input:focus, textarea:focus, .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.1rem #00000080;
}

@media (max-width: 2100px) {
    .navbar-brand {
        max-width: 200px;
    }

    .breadcrumb-section {
        padding: 40px 0 !important;
        margin-top: 100px !important;
    }
}

.header-3, .header-4 {
    background-color: rgba(250, 250, 250, 0.50);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.change_bg.active .header-4, .change_bg.active .header-3 {
    background-color: var(--white-color);
}

.home_color .navbar-light .navbar-nav .nav-link, .home_color .bottom-header-icon li a i, .home_color .nav-link.dropdown-toggle:after, .home_color .dropdown-toggle:after, .home_color .bottom-header-icon > li > a {
    color: var(--title-color1);
}

    .home_color .navbar-light .navbar-nav .nav-link:hover, .home_color .navbar-light .navbar-nav .nav-link:focus, .home_color .navbar-light .navbar-nav .nav-link.active, .home_color .navbar-light .navbar-nav .show > .nav-link {
        color: var(--main-color);
    }

[data-theme="dark"] .header-4, [data-theme="dark"] .header-3 {
    background-color: rgba(0, 0, 0, 0.50);
}


@media (max-width: 600px) {
    #AvinaFC-count, .back-to-top, .menu-header, .AvinaSA-wrapper, .avina-header, .header-5, .header-6, .top-header {
        display: none !important;
        visibility: hidden;
        opacity: 0;
    }

    .mobile_header,
    .mobile-navigation {
        visibility: visible;
        opacity: 1;
        display: flex;
    }

    .bottom-footer {
        height: 150px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .breadcrumb-section {
        visibility: visible;
        margin-top: 0px !important;
    }
}

:root {
    --avina-main-font: Shabnam, sans-serif !important;
}

:root {
    --avina-second-font: iranyekan, sans-serif !important;
}

.product-img-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ProductKeyFeatureValue {
    width: 35px !important;
    height: 35px !important;
    /*border-radius: 5px !important;*/
}
.ProductKeyFeatureValueText {
    width: 60px !important;
    height: 35px !important;
    /*border-radius: 5px !important;*/
}
.addtocartbtn{
    width: 100%;
    padding: 0;
    min-height: 35px !important;
    max-height: 35px !important;
    border-radius: 8px;
}
.pro_num_pick, .quantity {
    position: relative;
    height: 35px;
}

.quantity {
    max-width: 120px;
    max-height: 35px;
}