img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, #fcb900 0%, #ff6900 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px #fff, 6px 6px #000;
    --wp--preset--shadow--crisp: 6px 6px 0px #000
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flex {
    display: flex
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

.is-layout-flex>:is(*, div) {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

.is-layout-grid>:is(*, div) {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-term-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-term-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 .hidden-fields-container {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

.goal-salespopup-wrapper {
    display: none;
    position: fixed;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    top: auto;
    left: 30px;
    bottom: 30px;
    right: auto;
    background-color: #fff;
    z-index: 1000
}

.goal-salespopup-wrapper .inner {
    display: flex;
    position: relative;
    padding: 15px
}

.goal-salespopup-wrapper .inner img {
    width: 100%
}

.goal-salespopup-wrapper .inner .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    cursor: pointer
}

.goal-salespopup-wrapper .inner .close:hover {
    background-color: red;
    border-color: red
}

.goal-salespopup-wrapper .thumb {
    width: 80px;
    margin-right: 5px
}

.goal-salespopup-wrapper h4.product-name {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0
}

.goal-salespopup-wrapper .inner-right {
    margin: 0
}

@media (max-width:767px) {
    .goal-salespopup-wrapper {
        left: 0;
        bottom: 0;
        width: 100%
    }
}

:root {
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #958e09;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
    --wc-form-border-color: rgba(32, 7, 7, .8);
    --wc-form-border-radius: 4px;
    --wc-form-border-width: 1px
}

.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: right
}

.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: left;
    width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    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: left;
    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: left;
    width: 30.75%;
    margin-right: 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-right: 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-right: 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: right;
    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: right;
    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: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 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-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 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-right: 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: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}

.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: right
}

.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: left
}

.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: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.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: right;
    float: right
}

.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: right;
    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: right;
    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: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right
}

.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-right: 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 {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: var(--wc-form-color-text, #000);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: .7em;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit
}

.woocommerce form .show-password-input:before,
.woocommerce-page form .show-password-input:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
    content: "";
    display: block;
    height: 22px;
    width: 22px
}

.woocommerce form .show-password-input.display-password:before,
.woocommerce-page form .show-password-input.display-password:before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')
}

.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: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right
}

.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: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: inherit;
    font-weight: 700
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.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-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 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-left: 0
}

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 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-right: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

@charset "UTF-8";

:root {
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #958e09;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
    --wc-form-border-color: rgba(32, 7, 7, .8);
    --wc-form-border-radius: 4px;
    --wc-form-border-width: 1px
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"), url(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"), url(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"), url(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"), url(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.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 {
    left: 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 .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: .5em;
    display: block;
    background-color: var(--wc-form-color-background, #fff);
    border: var(--wc-form-border-width) solid var(--wc-form-border-color);
    border-radius: var(--wc-form-border-radius);
    color: var(--wc-form-color-text, #000);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus {
    border-color: currentColor
}

.woocommerce form .form-row select {
    cursor: pointer;
    appearance: none;
    padding-right: 3em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - .5em) 50%
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    box-shadow: none
}

.woocommerce form .form-row .country_to_state--single {
    background: 0 0;
    border: 0;
    padding: 0;
    appearance: none;
    background-image: none;
    font: inherit;
    font-weight: 700;
    color: inherit;
    width: auto;
    pointer-events: none
}

.woocommerce form .form-row .required {
    color: var(--wc-red);
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--wc-green)
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--wc-green)
}

.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
}

:where(.woocommerce) .select2-container {
    width: 100%
}

:where(.woocommerce) .select2-container .select2-selection--single {
    height: auto
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    padding: .5em;
    line-height: normal;
    box-sizing: border-box;
    color: var(--wc-form-color-text, #444);
    font-weight: 400
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #999
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 2px;
    right: .5em;
    height: 100%;
    width: 16px
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
    border: none;
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0
}

:where(.woocommerce) .select2-container .select2-dropdown,
:where(.woocommerce) .select2-container .select2-selection {
    background-color: var(--wc-form-color-background, #fff);
    border: var(--wc-form-border-width, 1px) solid var(--wc-form-border-color, #aaa);
    border-radius: var(--wc-form-border-radius, 4px)
}

:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

:where(.woocommerce) .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

:where(.woocommerce) .select2-results__option {
    margin: 0
}

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #720eec;
    color: #fcfbfe;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fcfbfe;
    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%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/icons/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%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/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: var(--wc-red) !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: var(--wc-red)
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}

.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 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: .7;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.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__image a {
    display: block;
    outline-offset: -2px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #fff;
    border: none;
    box-sizing: content-box;
    border-radius: 100%;
    cursor: pointer;
    font-size: 2em;
    height: 36px;
    padding: 0;
    position: absolute;
    right: .5em;
    text-indent: -9999px;
    top: .5em;
    width: 36px;
    z-index: 99
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    top: 9px;
    position: absolute;
    width: 10px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #000;
    border-radius: 6px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    left: 22px;
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
    width: 2px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true] {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    left: 50%;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 1px
}

.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: left;
    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: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    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 #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    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: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 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: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - 12px) 50%;
    -webkit-background-position: calc(100% - 12px) 50%
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 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: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 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;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #958e09;
    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;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.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.woocommerce-loop-product__link {
    display: block
}

.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 {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .7;
    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(90, 89, 68, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering>label {
    margin-right: .25rem
}

.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 #cfc8d8;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    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: #e9e6ed;
    color: #816f98
}

.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: right;
    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: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e1dde7;
    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 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce
}

.woocommerce .star-rating:before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 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 4px 0 0;
    float: left
}

.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 {
    left: 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;
    font-size: 24px
}

.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 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 color-mix(in srgb, currentColor 20%, transparent);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    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 color-mix(in srgb, currentColor 20%, transparent);
    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 color-mix(in srgb, currentColor 20%, transparent)
}

.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: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.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: left;
    clear: both;
    margin-right: .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: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 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: left;
    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 4px 0 0;
    clear: left
}

.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 #e9e6ed;
    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-left: 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;
    left: 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-right: 5px;
    margin-bottom: 5px
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce form.checkout_coupon .coupon-error-notice {
    color: var(--wc-red);
    display: block;
    font-size: .75em;
    margin-top: 8px
}

.woocommerce form.checkout_coupon .input-text.has-error:focus {
    border-color: var(--wc-red)
}

.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 .4375em 0 0;
    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 .wc_bis_form {
    margin: 2em 0;
    padding: 0
}

.woocommerce .wc_bis_form.hidden {
    display: none
}

.woocommerce .wc_bis_form__form-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .7em;
    margin: .7em 0
}

.woocommerce .wc_bis_form__input {
    box-sizing: border-box;
    width: auto;
    white-space: nowrap
}

.woocommerce .wc_bis_form__button {
    box-sizing: border-box;
    white-space: nowrap
}

.woocommerce .wc_bis_form__checkbox {
    font-size: var(--wp--preset--font-size--small, .7em);
    display: block
}

.woocommerce :where(.wc_bis_form__input, .wc_bis_form__button) {
    padding: .9rem 1.1rem;
    line-height: 1
}

.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: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 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 .order-actions--heading,
.woocommerce .woocommerce-order-details .order-actions--heading,
.woocommerce .woocommerce-order-downloads .order-actions--heading {
    vertical-align: middle
}

.woocommerce .woocommerce-customer-details .order-actions-button,
.woocommerce .woocommerce-order-details .order-actions-button,
.woocommerce .woocommerce-order-downloads .order-actions-button {
    margin-right: 10px
}

.woocommerce .woocommerce-customer-details .order-actions-button:last-child,
.woocommerce .woocommerce-order-details .order-actions-button:last-child,
.woocommerce .woocommerce-order-downloads .order-actions-button:last-child {
    margin-right: 0
}

.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 .additional-fields,
.woocommerce .woocommerce-customer-details .addresses {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .additional-fields:last-child,
.woocommerce .woocommerce-customer-details .addresses:last-child {
    margin-bottom: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list {
    margin: 0;
    padding: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    display: inline
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt:after {
    content: ": "
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt:before {
    content: "";
    display: block
}

.woocommerce .addresses .wc-block-components-additional-fields-list dd {
    margin: 0;
    padding: 0;
    font-style: normal;
    display: inline
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
    display: grid;
    grid-template-columns: 1fr max-content
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-style: normal;
    font-weight: 700;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:after {
    display: none
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type {
    border-bottom: 0
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem;
    box-sizing: border-box;
    text-align: right;
    margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type {
    border-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 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-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    box-sizing: border-box
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child {
    margin-bottom: 0
}

.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-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -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-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -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-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: var(--wc-red)
}

.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: left;
    padding: 0 1em 1px 1px;
    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-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: var(--wc-red);
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #7f54b3;
    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: #7f54b3
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #35224c;
    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 {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -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-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: var(--wc-red)
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .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;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #dcd7e2;
    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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #7f54b3;
    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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #7249a4;
    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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #7f54b3;
    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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #e9e6ed
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #958e09;
    font-size: 1.25em
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #958e09
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: var(--wc-red)
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #958e09
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.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 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #720eec;
    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";
    content: "\e028" /"";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 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: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.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-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 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-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#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: left;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus {
    border-color: var(--wc-red)
}

#add_payment_method table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice {
    clear: left;
    color: var(--wc-red);
    flex-basis: 100%;
    float: none;
    font-size: .75em;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: left;
    width: auto
}

#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-left: .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-left: 0;
    border-right: 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: #958e09
}

#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 #e9e6ed
}

#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: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#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: left
}

#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: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method .checkout .checkout-inline-error-message,
.woocommerce-cart .checkout .checkout-inline-error-message,
.woocommerce-checkout .checkout .checkout-inline-error-message {
    color: var(--wc-red);
    font-size: .75em;
    margin-bottom: 0
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: rgba(129, 110, 153, .14);
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid rgba(104, 87, 125, .14);
    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: left;
    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 1em 0 0
}

#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 0 0 .5em;
    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-left: 2px
}

#add_payment_method #payment ul.payment_methods li.payment_method_paypal img,
.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal img,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img {
    max-height: 24px;
    vertical-align: middle;
    float: right;
    margin: 0
}

#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: #dcd7e2;
    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: #c2bacd;
    border-top-color: #b5abc2
}

#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: #b5abc2
}

#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: #b5abc2
}

#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: #b5abc2
}

#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 1em 0 0;
    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: right .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(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/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(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/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(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/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(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/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(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/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(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/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(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/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(/assets/theme/vendor/wp-content/plugins/woocommerce/assets/css/../../images/theme/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 #dcd7e2;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#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: right;
    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: 24px;
    vertical-align: middle;
    float: right
}

.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 var(--wc-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
}

form.has-custom-place-order-button #place_order {
    display: none !important
}

.woocommerce form .form-row .required {
    visibility: visible
}

/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */
[class*=hint--] {
    position: relative;
    display: inline-block
}

[class*=hint--]:after,
[class*=hint--]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

[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;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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-left:before,
.hint--top-right:before,
.hint--top:before {
    border-top-color: #383838
}

.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
    border-bottom-color: #383838
}

.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%);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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%);
    -moz-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);
    -moz-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);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--top-right:hover:after,
.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-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%);
    -moz-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);
    -moz-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);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--large:after,
.hint--medium:after,
.hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word
}

.hint--small:after {
    width: 80px
}

.hint--medium:after {
    width: 150px
}

.hint--large:after {
    width: 300px
}

.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726
}

.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
    border-top-color: #b34e4d
}

.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.hint--error.hint--left:before {
    border-left-color: #b34e4d
}

.hint--error.hint--right:before {
    border-right-color: #b34e4d
}

.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0 #6c5328
}

.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
    border-top-color: #c09854
}

.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854
}

.hint--warning.hint--left:before {
    border-left-color: #c09854
}

.hint--warning.hint--right:before {
    border-right-color: #c09854
}

.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0 #1a3c4d
}

.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
    border-top-color: #3986ac
}

.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac
}

.hint--info.hint--left:before {
    border-left-color: #3986ac
}

.hint--info.hint--right:before {
    border-right-color: #3986ac
}

.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0 #1a321a
}

.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
    border-top-color: #458746
}

.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
    border-bottom-color: #458746
}

.hint--success.hint--left:before {
    border-left-color: #458746
}

.hint--success.hint--right:before {
    border-right-color: #458746
}

.hint--always:after,
.hint--always:before {
    opacity: 1;
    visibility: visible
}

.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.hint--always.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.hint--always.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--rounded:after {
    border-radius: 4px
}

.hint--no-animate:after,
.hint--no-animate:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s
}

.hint--bounce:after,
.hint--bounce:before {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
    height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

.ps-theme-wpc {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps-theme-wpc {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps-theme-wpc {
        overflow: auto !important
    }
}

.ps-theme-wpc.ps-active-x>.ps-scrollbar-x-rail,
.ps-theme-wpc.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-theme-wpc.ps-in-scrolling {
    pointer-events: none
}

.ps-theme-wpc.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1) !important
}

.ps-theme-wpc.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, 1)
}

.ps-theme-wpc.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1) !important
}

.ps-theme-wpc.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 1);
    width: 2px;
    border-radius: 1px
}

.ps-theme-wpc>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height: 2px;
    border-radius: 1px
}

.ps-theme-wpc>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    bottom: 0;
    height: 2px !important;
    border-radius: 1px !important
}

.ps-theme-wpc>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-theme-wpc>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
    height: 2px;
    border-radius: 1px
}

.ps-theme-wpc>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 2px;
    border-radius: 1px
}

.ps-theme-wpc>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    right: 0;
    width: 2px !important;
    border-radius: 1px !important
}

.ps-theme-wpc>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-theme-wpc>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 2px;
    border-radius: 1px
}

.ps-theme-wpc:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, 1)
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, 1);
    height: 2px;
    border-radius: 1px
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, 1)
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 1);
    width: 2px;
    border-radius: 1px
}

.ps-theme-wpc:hover>.ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: 1
}

.ps-theme-wpc:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, 1)
}

.ps-theme-wpc:hover>.ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: 1
}

.ps-theme-wpc:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 1)
}

@charset "UTF-8";

@keyframes wpc-spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes wpc-spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes woosc-spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes woosc-spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

.woosc-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;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-popup.open {
    opacity: 1;
    visibility: visible
}

.woosc-popup.open .woosc-popup-inner .woosc-popup-content {
    top: 50%
}

.woosc-popup .woosc-popup-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.woosc-popup .woosc-popup-inner .woosc-popup-content {
    position: absolute;
    padding: 15px;
    top: 60%;
    left: 50%;
    width: 360px;
    height: 360px;
    max-width: 90%;
    max-height: 90%;
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-popup.woosc-share .woosc-popup-inner .woosc-popup-content {
    height: auto;
    padding: 30px
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-popup-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: -32px;
    right: -32px;
    color: #fff;
    text-align: center;
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-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;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-appearance: none
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result {
    flex-grow: 1;
    margin-top: 15px;
    overflow-y: auto;
    position: relative
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li {
    display: block;
    padding: 10px 0;
    border: 1px solid #fafafa
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner {
    display: flex;
    align-items: center
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-image {
    width: 48px;
    flex: 0 0 48px
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-image img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: none
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-name {
    flex-grow: 1;
    padding: 0 10px;
    color: #222
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add {
    width: 48px;
    text-align: center
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-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;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add span:hover {
    color: #fff;
    background-color: #222
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-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
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result:after {
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    content: "";
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/curve.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    -webkit-animation: woosc-spinner 1s linear infinite;
    -moz-animation: woosc-spinner 1s linear infinite;
    -ms-animation: woosc-spinner 1s linear infinite;
    -o-animation: woosc-spinner 1s linear infinite;
    animation: woosc-spinner 1s linear infinite;
    opacity: 0;
    visibility: hidden
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result.woosc-loading:before,
.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result.woosc-loading:after {
    opacity: 1;
    visibility: visible
}

.woosc-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999979;
    box-sizing: border-box;
    pointer-events: none
}

.woosc-area .woosc-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.woosc-area .woosc-inner .woosc-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
}

.woosc-area .woosc-inner .woosc-table * {
    box-sizing: border-box
}

.woosc-area .woosc-inner .woosc-table.woosc-table-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative
}

.woosc-area .woosc-inner .woosc-table .woosc-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
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner:after {
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    content: "";
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/curve.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
    -webkit-animation: woosc-spinner 1s linear infinite;
    -moz-animation: woosc-spinner 1s linear infinite;
    -ms-animation: woosc-spinner 1s linear infinite;
    -o-animation: woosc-spinner 1s linear infinite;
    animation: woosc-spinner 1s linear infinite
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:before,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:after {
    opacity: 1;
    visibility: visible
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close {
    z-index: 6;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 52px;
    min-height: 52px;
    background-color: #eee;
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/remove-dark.svg);
    background-repeat: no-repeat;
    background-position: center
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items {
    z-index: 5;
    height: 100%;
    position: relative
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .woosc-no-result,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .woosc-unauthenticated {
    display: block;
    padding: 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 6
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead {
    z-index: 8
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr {
    border: none;
    margin: 0;
    padding: 0
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-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: left;
    background-color: #f7f7f7;
    border: none;
    border-image-width: 0
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove,
.woosc-page .woosc-remove {
    text-transform: none;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
    padding-left: 15px
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
    text-decoration: none
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody {
    z-index: 7
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr {
    border: none;
    margin: 0;
    padding: 0
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
    position: relative;
    border-collapse: collapse;
    background-color: #fff;
    padding: 15px 15px 15px 0;
    vertical-align: top;
    text-align: left;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    color: #43454b;
    font-weight: 400;
    border: none;
    z-index: 6;
    border-image-width: 0
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
    z-index: 7;
    padding-left: 15px
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-placeholder {
    text-align: center
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-placeholder:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 8px;
    background-color: #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder {
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/placeholder.png);
    background-repeat: no-repeat;
    background-position: center
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder:before {
    display: none
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image a {
    text-decoration: none;
    outline: none;
    display: block
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: none
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-add_to_cart td p,
.woosc_table tbody tr.tr-add_to_cart td p,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-add_to_cart td .add_to_cart_inline,
.woosc_table tbody tr.tr-add_to_cart td .add_to_cart_inline {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-rating td .star-rating {
    float: left
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td {
    background-color: #fbfbfb
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-highlight td {
    background-color: #fff8d9;
    border-bottom: 1px solid #dfd7af
}

.woosc-page .woosc_table tr.tr-highlight td {
    background-color: #fff8d9;
    border-bottom: 1px solid #dfd7af
}

.woosc-page .woosc-table-settings {
    display: none !important
}

.woosc-page .woosc-remove-all {
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-hide {
    display: none
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-similar {
    display: none
}

.woosc-page .woosc_table tr.tr-hide,
.woosc-page .woosc_table tr.tr-similar {
    display: none
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
    background-color: #f8f8f8
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 thead tr th,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-2 thead tr th {
    width: 25%
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 tbody tr td,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-2 tbody tr td {
    width: 25%
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .ps-scrollbar-x-rail,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .ps-scrollbar-y-rail {
    z-index: 999999
}

.woosc-area .woosc-inner .woosc-table .woosc-table-settings {
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/checkbox-dark.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 21px
}

.woosc-area .woosc-inner .woosc-bar {
    width: 100%;
    height: 78px;
    position: fixed;
    left: 0;
    bottom: -80px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #292a30;
    color: #cfd2d4;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    z-index: 99999998;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 68px;
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #00a0d2;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    order: 1;
    margin-left: 15px;
    cursor: pointer
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-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
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner {
    width: 16px;
    height: 12px;
    margin-top: 18px;
    margin-left: 16px;
    position: relative
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(1) {
    top: 0
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(2) {
    top: 5px
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(3) {
    top: 10px
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-icon {
    font-size: 0;
    padding: 0;
    width: 48px;
    overflow: hidden
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 15px 0 40px;
    height: 48px;
    line-height: 48px;
    background-color: rgba(255, 255, 255, .1);
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/filter.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 15px center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter select {
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 2px;
    background: 0 0;
    color: #fff
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-search {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .1);
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/add.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-settings-tools {
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

.woosc-settings-fields {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow-y: auto
}

.woosc-settings-fields li span {
    cursor: move;
    margin-left: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.woosc-bar-print,
.woosc-bar-share,
.woosc-bar-search,
.woosc-bar-remove {
    width: 48px;
    flex: 0 0 48px
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-print {
    width: 48px;
    height: 48px;
    display: none;
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .1);
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/printer.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-area.woosc-area-open-table.woosc-area-open-bar .woosc-inner .woosc-bar .woosc-bar-print {
    display: inline-block
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-share {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .1);
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/share.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-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
}

.woosc-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
}

.woosc-share-content:after {
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    content: "";
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/curve.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    -webkit-animation: woosc-spinner 1s linear infinite;
    -moz-animation: woosc-spinner 1s linear infinite;
    -ms-animation: woosc-spinner 1s linear infinite;
    -o-animation: woosc-spinner 1s linear infinite;
    animation: woosc-spinner 1s linear infinite;
    opacity: 0;
    visibility: hidden
}

.woosc-share-content.woosc-loading {
    pointer-events: none
}

.woosc-share-content.woosc-loading:before,
.woosc-share-content.woosc-loading:after {
    opacity: 1;
    visibility: visible
}

.woosc-share-content input[type=url] {
    width: 100%;
    text-align: center
}

.woosc-share-text,
.woosc-share-link,
.woosc-share-links {
    width: 100%
}

.woosc-share-link,
.woosc-share-links {
    margin-top: 10px
}

.woosc-share-links a {
    margin-left: 5px
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-remove {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    cursor: pointer;
    background-color: #e32718;
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/trash.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items {
    height: 48px;
    flex-grow: 1;
    white-space: nowrap;
    width: auto;
    text-align: right;
    order: 0
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.woosc-bar-item-hidden {
    pointer-events: none;
    opacity: .2
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.woosc-bar-item-hidden img {
    filter: grayscale(1)
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item img {
    width: 48px;
    height: 48px;
    cursor: move;
    margin: 0;
    z-index: 6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    right: 2px;
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/remove.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #292a30;
    z-index: 7;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove:hover {
    background-color: #f22
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.removing {
    opacity: .5
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:hover .woosc-bar-item-remove {
    opacity: 1;
    visibility: visible
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:first-child {
    margin-left: 0
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:last-child {
    margin-right: 0
}

.woosc-area .woosc-inner .woosc-bar.woosc-bar-open {
    bottom: 0;
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-notice {
    position: fixed;
    bottom: 88px;
    width: auto;
    left: 50%;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 2px;
    transform: translate(-50%, 10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes:not(.woosc-area-open-table) .woosc-inner .woosc-bar:hover .woosc-bar-notice,
.woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes-empty[data-count="0"]:not(.woosc-area-open-table) .woosc-inner .woosc-bar:hover .woosc-bar-notice {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0)
}

.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-search {
    margin-right: 0
}

.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-filter,
.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-remove,
.woosc-area .woosc-inner .woosc-bar[data-count="1"] .woosc-bar-remove {
    display: none
}

.woosc-area.woosc-bar-top .woosc-inner .woosc-table {
    padding: 78px 15px 15px
}

.woosc-area.woosc-bar-top .woosc-inner .woosc-bar {
    top: -80px;
    bottom: auto
}

.woosc-area.woosc-bar-top .woosc-inner .woosc-bar.woosc-bar-open {
    top: 0
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-btn {
    order: 0;
    margin-left: 0;
    margin-right: 15px
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-remove {
    order: 1;
    margin: 0 10px 0 0
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-items {
    order: 2;
    text-align: left
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-search {
    order: 3;
    margin: 0 0 0 10px
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-share {
    order: 4;
    margin: 0 0 0 10px
}

.woosc-btn {
    cursor: pointer
}

.woosc-btn.woosc-btn-adding:after {
    content: "..."
}

.woosc-btn.woosc-btn-has-icon.woosc-btn-adding:after {
    display: none !important
}

.woosc-btn.woosc-btn-added:before {
    content: "âœ“";
    margin-right: 5px
}

.woosc-btn.woosc-btn-has-icon.woosc-btn-added:before {
    display: none !important
}

.woosc-btn-has-icon {
    display: inline-flex;
    align-items: center
}

.woosc-btn-has-icon .woosc-btn-icon {
    margin: 0
}

.woosc-btn-icon-text .woosc-btn-text {
    margin-left: 5px
}

.woosc-btn-text-icon .woosc-btn-text {
    margin-right: 5px
}

.woosc-btn-has-icon.woosc-btn-adding .woosc-btn-icon {
    -webkit-animation: woosc-spinner 1s linear infinite;
    -moz-animation: woosc-spinner 1s linear infinite;
    -ms-animation: woosc-spinner 1s linear infinite;
    -o-animation: woosc-spinner 1s linear infinite;
    animation: woosc-spinner 1s linear infinite
}

.woosc-link a {
    color: inherit
}

.woosc-link .woosc-link-inner {
    position: relative
}

.woosc-link .woosc-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;
    top: -10px;
    right: -10px
}

.woosc-menu-item .woosc-menu-item-inner {
    position: relative
}

.woosc-menu-item .woosc-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 .woosc-hide-checkout,
body.woocommerce-checkout .woosc-hide-checkout,
.woosc-hide-empty[data-count="0"] {
    display: none
}

.woosc_list {
    max-width: 100%;
    overflow-x: auto
}

.woosc_table table tr th,
.woosc_table table tr td {
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important
}

@media screen and (max-width:767px) {
    .woosc-bar .woosc-bar-btn {
        font-size: 0 !important;
        padding: 0 !important;
        width: 48px !important;
        flex: 0 0 48px !important;
        overflow: hidden
    }

    .woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove {
        opacity: 1;
        visibility: visible
    }
}

.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble {
    background-color: transparent !important;
    background: 0 0 !important;
    pointer-events: none
}

.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-btn {
    pointer-events: auto;
    width: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px
}

.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble>a,
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-items,
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-remove,
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-filter {
    display: none !important
}

.notiny-container {
    z-index: 999999
}

.notiny-theme-woosc {
    padding: 10px;
    background-color: #fff;
    color: #222;
    margin: 5px 0;
    min-height: 32px;
    max-width: 100vw;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03)
}

.notiny-theme-woosc .notiny-img {
    margin: 0;
    padding: 0;
    width: 48px;
    flex: 0 0 48px;
    margin-right: 10px
}

.notiny-theme-woosc .notiny-img img {
    width: 100%;
    height: auto;
    margin: 0
}

.notiny-theme-woosc .notiny-text {
    font-size: 14px;
    line-height: 1.4;
    flex-grow: 1
}

.notiny-container-fluid-top .notiny-theme-woosc,
.notiny-container-fluid-bottom .notiny-theme-woosc {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.notiny-container-fluid-top {
    top: 10px !important
}

.notiny-container-fluid-bottom {
    bottom: 10px !important
}

.woosc-area-open-sidebar {
    background-color: rgba(0, 0, 0, .7);
    pointer-events: auto
}

.woosc-sidebar {
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-width: 460px;
    box-sizing: border-box;
    text-align: start;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: flex;
    flex-direction: column
}

.woosc-sidebar.woosc-sidebar-position-left {
    right: unset;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.woosc-area-open-sidebar .woosc-sidebar {
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.woosc-sidebar .woosc-sidebar-items {
    flex-grow: 1;
    position: relative;
    padding: 10px 0;
    overflow-y: auto
}

.woosc-sidebar .woosc-sidebar-items:before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/curve.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    -webkit-animation: woosc-spinner 1s linear infinite;
    -moz-animation: woosc-spinner 1s linear infinite;
    -ms-animation: woosc-spinner 1s linear infinite;
    -o-animation: woosc-spinner 1s linear infinite;
    animation: woosc-spinner 1s linear infinite;
    opacity: 0;
    visibility: hidden
}

.woosc-sidebar .woosc-sidebar-items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: rgba(255, 255, 255, .5);
    opacity: 0;
    visibility: hidden
}

.woosc-sidebar.woosc-loading .woosc-sidebar-items:before,
.woosc-sidebar.woosc-loading .woosc-sidebar-items:after {
    opacity: 1;
    visibility: visible
}

.woosc-sidebar .woosc-sidebar-items .woosc-sidebar-no-items {
    padding: 20px;
    text-align: center
}

.woosc-sidebar .woosc-sidebar-top {
    flex: 0 0 auto;
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    margin: 0;
    position: relative;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .1)
}

.woosc-sidebar .woosc-sidebar-close {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 0;
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/close-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px
}

.woosc-sidebar-item {
    padding: 0 20px
}

.woosc-sidebar-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px dashed #eee
}

.woosc-sidebar-items .woosc-sidebar-item:first-child .woosc-sidebar-item-inner {
    border-top: none
}

.woosc-sidebar-item-inner>div {
    margin-right: 10px
}

.woosc-sidebar-item-inner>div:last-child {
    margin-right: 0
}

.woosc-sidebar-item .woosc-sidebar-item-remove {
    width: 14px;
    flex: 0 0 14px;
    font-size: 0
}

.woosc-sidebar-item .woosc-sidebar-item-remove span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-compare/assets/css/../../images/theme/remove-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    cursor: pointer
}

.woosc-sidebar-item .woosc-sidebar-item-thumb {
    width: 80px;
    flex: 0 0 80px
}

.woosc-sidebar-item .woosc-sidebar-item-thumb img {
    width: 100%;
    height: auto;
    margin: 0
}

.woosc-sidebar-item .woosc-sidebar-item-info {
    flex-grow: 1
}

.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name,
.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name a {
    font-weight: 700;
    text-decoration: none
}

.woosc-sidebar-item-action p {
    margin: 0 !important
}

.woosc-sidebar-bot {
    padding: 20px;
    text-align: center
}

.woosc-sidebar-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #00a0d2;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-sidebar-continue {
    display: block;
    margin-top: 10px
}

.woosc-sidebar-continue span {
    color: #444;
    text-transform: uppercase;
    border-bottom: 1px solid #444;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosc-quick-table .woosc-quick-table-products {
    width: 100%;
    overflow-x: auto
}

.woosc-quick-table .woosc_table thead .woosc-remove,
.woosc-quick-table .woosc_table thead .woosc-table-settings {
    display: none
}

.woosc-quick-table .woosc_table th,
.woosc-quick-table .woosc_table td {
    min-width: 300px;
    background-color: #fff
}

.woosc-quick-table .woosc_table th.th-label,
.woosc-quick-table .woosc_table td.td-label {
    min-width: 160px
}

.woosc-quick-table .woosc_table th,
.woosc-quick-table .woosc_table tr:nth-child(2n) td {
    background-color: #fbfbfb
}

.woosc-quick-table.label-column-no .woosc_table .th-label,
.woosc-quick-table.label-column-no .woosc_table .td-label {
    display: none
}

.woosc-area.woosc-need-login .woosc-bar .woosc-bar-print,
.woosc-area.woosc-need-login .woosc-bar .woosc-bar-share,
.woosc-area.woosc-need-login .woosc-bar .woosc-bar-search,
.woosc-area.woosc-need-login .woosc-bar .woosc-bar-items {
    pointer-events: none !important;
    opacity: .5 !important
}

.woosc-print,
.woosc-area .table-print,
.woosc-area .tr-print,
.woosc-area .td-print,
.woosc_table .tr-print,
.woosc_table .td-print {
    display: none
}

@media print {
    .woosc-print {
        display: block
    }

    div.woosc-print {
        display: block
    }

    span.woosc-print {
        display: inline-block
    }

    .woosc-area .table-print {
        display: table
    }

    .woosc-area .tr-print {
        display: table-row
    }

    .woosc-area .td-print {
        display: table-cell
    }

    .woosc-area {
        font-size: 14px !important
    }

    .woosc-area .woosc-bar,
    .woosc_table thead,
    .woosc_table .woosc-table-close,
    .woosc_table .woosc-remove {
        display: none !important
    }

    .woosc-area .woosc-inner .woosc-table {
        padding: 0
    }

    .woosc-area {
        position: absolute;
        height: auto
    }

    .woosc-area .woosc-inner {
        height: auto
    }

    .woosc-area .woosc-inner .woosc-table {
        position: absolute;
        height: auto
    }

    .woosc-area .woosc-inner .woosc-table .woosc-table-inner {
        height: auto;
        max-height: unset
    }

    .woosc-area .tr-name td:not(.td-label),
    .woosc-area .tr-name td:not(.td-label) a {
        font-weight: 700;
        text-transform: uppercase;
        pointer-events: none;
        text-decoration: none
    }

    .woosc_table .tr-add_to_cart {
        display: none
    }
}

@font-face {
    font-family: 'woosw';
    src: url(/assets/theme/vendor/wp-content/plugins/woo-smart-wishlist/assets/css/../fonts/woosw.eot?vv2087);
    src: url(/assets/theme/vendor/wp-content/plugins/woo-smart-wishlist/assets/css/../fonts/woosw.eot?vv2087#iefix) format('embedded-opentype'), url(/assets/theme/vendor/wp-content/plugins/woo-smart-wishlist/assets/css/../fonts/woosw.ttf?vv2087) format('truetype'), url(/assets/theme/vendor/wp-content/plugins/woo-smart-wishlist/assets/css/../fonts/woosw.woff?vv2087) format('woff'), url(/assets/theme/vendor/wp-content/plugins/woo-smart-wishlist/assets/css/../fonts/woosw.svg?vv2087#woosw) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=woosw-icon-],
[class*=" woosw-icon-"] {
    font-family: 'woosw' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woosw-icon-20:before {
    content: "\e900"
}

.woosw-icon-21:before {
    content: "\e901"
}

.woosw-icon-22:before {
    content: "\e902"
}

.woosw-icon-16:before {
    content: "\e903"
}

.woosw-icon-17:before {
    content: "\e904"
}

.woosw-icon-18:before {
    content: "\e905"
}

.woosw-icon-19:before {
    content: "\e906"
}

.woosw-icon-23:before {
    content: "\e907"
}

.woosw-icon-24:before {
    content: "\e908"
}

.woosw-icon-25:before {
    content: "\f004"
}

.woosw-icon-26:before {
    content: "\f005"
}

.woosw-icon-27:before {
    content: "\f006"
}

.woosw-icon-28:before {
    content: "\f08a"
}

.woosw-icon-29:before {
    content: "\f110"
}

.woosw-icon-11:before {
    content: "\e909"
}

.woosw-icon-10:before {
    content: "\e90a"
}

.woosw-icon-9:before {
    content: "\e90b"
}

.woosw-icon-8:before {
    content: "\e90c"
}

.woosw-icon-5:before {
    content: "\e90d"
}

.woosw-icon-6:before {
    content: "\e90e"
}

.woosw-icon-12:before {
    content: "\e90f"
}

.woosw-icon-42:before {
    content: "\e919"
}

.woosw-icon-2:before {
    content: "\e910"
}

.woosw-icon-43:before {
    content: "\e91a"
}

.woosw-icon-15:before {
    content: "\e911"
}

.woosw-icon-44:before {
    content: "\e91b"
}

.woosw-icon-7:before {
    content: "\e912"
}

.woosw-icon-4:before {
    content: "\e913"
}

.woosw-icon-13:before {
    content: "\e914"
}

.woosw-icon-14:before {
    content: "\e915"
}

.woosw-icon-46:before {
    content: "\e91c"
}

.woosw-icon-3:before {
    content: "\e916"
}

.woosw-icon-45:before {
    content: "\e91d"
}

.woosw-icon-1:before {
    content: "\e918"
}

.woosw-icon-41:before {
    content: "\e917"
}

.woosw-icon-30:before {
    content: "\e97a"
}

.woosw-icon-31:before {
    content: "\e97b"
}

.woosw-icon-32:before {
    content: "\e97c"
}

.woosw-icon-33:before {
    content: "\e97f"
}

.woosw-icon-35:before {
    content: "\e981"
}

.woosw-icon-36:before {
    content: "\e982"
}

.woosw-icon-37:before {
    content: "\e983"
}

.woosw-icon-38:before {
    content: "\e9d7"
}

.woosw-icon-34:before {
    content: "\e9d9"
}

.woosw-icon-39:before {
    content: "\e9da"
}

.woosw-icon-40:before {
    content: "\ea2e"
}

@charset "UTF-8";

@keyframes wpc-spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes wpc-spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes woosw-spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes woosw-spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

.woosw-btn.woosw-added:before {
    content: "âœ“";
    margin-right: 5px
}

.woosw-btn.woosw-btn-has-icon.woosw-added:before {
    display: none
}

.woosw-btn.woosw-adding:after {
    content: "..." !important;
    display: inline-block !important
}

.woosw-btn.woosw-btn-has-icon.woosw-adding:after {
    display: none !important
}

.woosw-btn-has-icon {
    display: inline-flex;
    align-items: center
}

.woosw-btn-has-icon .woosw-btn-icon {
    margin: 0
}

.woosw-btn-icon-text .woosw-btn-text {
    margin-left: 5px
}

.woosw-btn-text-icon .woosw-btn-text {
    margin-right: 5px
}

.woosw-btn-has-icon.woosw-adding .woosw-btn-icon {
    -webkit-animation: woosw-spinner 1s linear infinite;
    -moz-animation: woosw-spinner 1s linear infinite;
    -ms-animation: woosw-spinner 1s linear infinite;
    -o-animation: woosw-spinner 1s linear infinite;
    animation: woosw-spinner 1s linear infinite
}

.woosw-view-wishlist {
    font-weight: 700;
    cursor: pointer
}

.woosw-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999989;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    font-size: 14px;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    box-sizing: border-box
}

.woosw-popup * {
    box-sizing: border-box
}

.woosw-popup table {
    margin: 0
}

.woosw-popup .woosw-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
}

.woosw-popup .woosw-popup-content-mid:after {
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    content: "";
    background-image: url(/assets/theme/vendor/wp-content/plugins/woo-smart-wishlist/assets/css/../../images/theme/curve.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    -webkit-animation: woosw-spinner 1s linear infinite;
    -moz-animation: woosw-spinner 1s linear infinite;
    -ms-animation: woosw-spinner 1s linear infinite;
    -o-animation: woosw-spinner 1s linear infinite;
    animation: woosw-spinner 1s linear infinite;
    opacity: 0;
    visibility: hidden
}

.woosw-popup.woosw-loading .woosw-popup-content {
    pointer-events: none
}

.woosw-popup.woosw-loading .woosw-popup-content-mid:before,
.woosw-popup.woosw-loading .woosw-popup-content-mid:after {
    opacity: 1;
    visibility: visible
}

.woosw-popup .woosw-popup-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
    width: 100%;
    max-width: 460px;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    padding: 0;
    display: flex;
    flex-direction: column;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    background-color: #fff
}

.woosw-popup.woosw-show {
    opacity: 1;
    visibility: visible
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
    top: 50%
}

.woosw-popup .woosw-popup-inner .woosw-popup-content>div {
    align-self: stretch
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    flex: 0 0 auto;
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    margin: 0;
    position: relative;
    color: #fff;
    font-weight: 700;
    background-color: #222
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper:before {
    content: "("
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper:after {
    content: ")"
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty {
    color: #fff;
    margin-left: 5px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer
}

#woosw_manage .woosw-popup-content-mid {
    padding: 10px 0
}

.woosw-new-wishlist {
    display: flex;
    align-items: center
}

#woosw_wishlist_name {
    flex-grow: 1
}

.woosw-new-wishlist input {
    border-radius: 4px !important;
    height: 40px !important;
    line-height: 38px !important;
    padding: 0 10px !important;
    margin: 0
}

.woosw-new-wishlist input[type=button] {
    margin-left: 10px
}

.woosw-disable {
    opacity: .5;
    pointer-events: none
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-transform: none;
    color: #999;
    font-weight: 400
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close:after {
    display: inline-block;
    float: right;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    content: "\e918";
    font-size: 20px;
    font-family: "woosw";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.rtl .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    padding: 0 20px 0 60px
}

body.rtl .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
    right: auto;
    left: 0
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
    display: block;
    position: relative;
    min-height: 80px;
    flex: 1 1 auto;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-popup-content-mid-message {
    display: block;
    padding: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.woosw-popup .woosw-items {
    margin: 0;
    padding: 10px 0;
    overflow-y: auto;
    position: relative
}

.woosw-popup .woosw-items .woosw-item {
    padding: 0 20px
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px dashed #eee
}

.woosw-popup .woosw-items .woosw-item:first-child .woosw-item-inner {
    border-top: none
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner>div {
    margin-right: 10px
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner>div:last-child {
    margin-right: 0
}

.woosw-popup .woosw-items .woosw-item .woosw-item--info {
    flex-grow: 1
}

.woosw-items .woosw-item .woosw-item--remove,
.woosw-items .woosw-item .woosw-item--add {
    width: 14px;
    flex: 0 0 14px;
    font-size: 0
}

.woosw-items .woosw-item .woosw-item--remove span,
.woosw-items .woosw-item .woosw-item--add span {
    display: inline-block;
    width: 14px;
    text-align: center;
    cursor: pointer
}

.woosw-items .woosw-item .woosw-item--remove span:before,
.woosw-items .woosw-item .woosw-item--add span:before {
    display: inline-block;
    content: "\e918";
    font-size: 16px;
    font-family: "woosw";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woosw-items .woosw-item .woosw-item--remove span:hover:before,
.woosw-items .woosw-item .woosw-item--add span:hover:before {
    color: #cc6055
}

.woosw-items .woosw-item .woosw-item--remove span.woosw-item--removing:before,
.woosw-items .woosw-item .woosw-item--remove span.woosw-item--adding:before,
.woosw-items .woosw-item .woosw-item--add span.woosw-item--removing:before,
.woosw-items .woosw-item .woosw-item--add span.woosw-item--adding:before {
    content: "\e913";
    animation: woosw-spinner 1s linear infinite;
    -webkit-animation: woosw-spinner 1s linear infinite
}

.woosw-items .woosw-item .woosw-item--add span {
    transform: rotate(45deg)
}

.woosw-popup .woosw-items .woosw-item .woosw-item--image {
    width: 80px;
    flex: 0 0 80px
}

.woosw-popup .woosw-items .woosw-item .woosw-item--image img {
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.woosw-popup .woosw-items .woosw-item .woosw-item--stock p {
    margin: 0
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name,
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
    font-weight: 700;
    text-decoration: none
}

.woosw-popup .woosw-items .woosw-item .woosw-item--atc p,
.woosw-popup .woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline {
    border: none;
    padding: 0;
    margin: 0
}

.woosw-popup .woosw-items .woosw-item .woosw-item--price-increase {
    color: #f60
}

.woosw-popup .woosw-items .woosw-item .woosw-item--price-decrease {
    color: #5fbd74
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
    flex: 0 0 auto;
    padding: 20px;
    position: relative;
    color: #fff;
    font-size: 14px;
    background-color: #fff;
    text-transform: uppercase
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span {
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid #222;
    outline: none;
    cursor: pointer
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-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);
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice.woosw-notice-show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.woosw-items .woosw-item .woosw-item--note {
    padding-left: 10px;
    border-left: 2px solid #222;
    font-style: italic;
    font-size: 14px;
    cursor: pointer
}

.woosw-items .woosw-item .woosw-item--note-add {
    width: 100%;
    position: relative
}

.woosw-items .woosw-item .woosw-item--note-add input {
    height: 40px !important;
    line-height: 38px !important;
    padding: 0 10px !important;
    border-radius: 4px !important
}

.woosw-items .woosw-item .woosw-item--note-add input[type=text] {
    width: 100%
}

.woosw-items .woosw-item .woosw-item--note-add input[type=button] {
    position: absolute;
    top: 0;
    right: 0
}

body.rtl .woosw-items .woosw-item .woosw-item--note {
    border-left: none;
    border-right: 2px solid #222;
    padding-left: 0;
    padding-right: 10px
}

.woosw-list table.woosw-items {
    margin: 0;
    padding: 0
}

.woosw-list table.woosw-items tr td {
    vertical-align: middle;
    padding: 10px
}

.woosw-list table.woosw-items tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, .03)
}

.woosw-list table.woosw-items tr:hover td {
    background-color: rgba(0, 0, 0, .05)
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image {
    width: 100px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
    width: 80px;
    height: auto;
    border-radius: 2px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
    font-weight: 700
}

.woosw-list table.woosw-items .woosw-item .woosw-item--atc p,
.woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline {
    border: none;
    padding: 0;
    margin: 0
}

.woosw-list .woosw-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px
}

.woosw-list .woosw-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px
}

.woosw-list .woosw-copy {
    display: flex;
    align-items: center
}

.woosw-list .woosw-copy .woosw-copy-url {
    margin-left: 10px;
    margin-right: 0
}

body.rtl .woosw-list .woosw-copy .woosw-copy-url {
    margin-left: 0;
    margin-right: 10px
}

.woosw-list .woosw-share .woosw-share-label,
.woosw-list .woosw-share a {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    text-decoration: none !important;
    font-style: normal !important
}

body.rtl .woosw-list .woosw-share .woosw-share-label,
body.rtl .woosw-list .woosw-share a {
    margin-right: 0;
    margin-left: 10px
}

.woosw-link a {
    color: inherit
}

.woosw-link .woosw-link-inner {
    position: relative
}

.woosw-link .woosw-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;
    top: -10px;
    right: -10px
}

.woosw-menu-item .woosw-menu-item-inner {
    position: relative
}

.woosw-menu-item .woosw-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
}

.woosw-icon {
    font-family: "woosw";
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woosw-share-facebook .woosw-icon:before {
    content: "\e919"
}

.woosw-share-twitter .woosw-icon:before {
    content: "\e91d"
}

.woosw-share-pinterest .woosw-icon:before {
    content: "\e91c"
}

.woosw-share-instagram .woosw-icon:before {
    content: "\e91a"
}

.woosw-share-mail .woosw-icon:before {
    content: "\e91b"
}

@media only screen and (max-width:860px) {
    .woosw-list .woosw-actions {
        flex-direction: column;
        align-items: flex-start
    }
}

.woosw-suggested {
    padding: 0 20px
}

.woosw-suggested-heading {
    text-align: center;
    overflow: hidden
}

.woosw-suggested-heading span {
    position: relative
}

.woosw-suggested-heading span:before {
    content: "";
    width: 1000px;
    height: 1px;
    background-color: #ddd;
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateX(-100%)
}

.woosw-suggested-heading span:after {
    content: "";
    width: 1000px;
    height: 1px;
    background-color: #ddd;
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: -10px;
    transform: translateX(100%)
}

.notiny-container {
    z-index: 999999
}

.notiny-theme-woosw {
    padding: 10px;
    background-color: #fff;
    color: #222;
    margin: 5px 0;
    min-height: 32px;
    max-width: 100vw;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03)
}

.notiny-theme-woosw .notiny-img {
    margin: 0;
    padding: 0;
    width: 48px;
    flex: 0 0 48px;
    margin-right: 10px
}

.notiny-theme-woosw .notiny-img img {
    width: 100%;
    height: auto;
    margin: 0
}

.notiny-theme-woosw .notiny-text {
    font-size: 14px;
    line-height: 1.4;
    flex-grow: 1
}

.notiny-container-fluid-top .notiny-theme-woosw,
.notiny-container-fluid-bottom .notiny-theme-woosw {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.notiny-container-fluid-top {
    top: 10px !important
}

.notiny-container-fluid-bottom {
    bottom: 10px !important
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content {
    left: unset;
    top: 0;
    right: 0;
    height: 100%;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0)
}

.woosw-popup.woosw-popup-right.woosw-show .woosw-popup-inner .woosw-popup-content {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    background-color: rgba(0, 0, 0, .1);
    color: #222;
    text-transform: uppercase
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
    background-color: #fff;
    color: #222;
    text-transform: uppercase
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top a,
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty,
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close,
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a,
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-continue {
    color: #222
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content {
    left: 0;
    top: 0;
    right: unset;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0)
}

.woosw-popup.woosw-popup-left.woosw-show .woosw-popup-inner .woosw-popup-content {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    background-color: rgba(0, 0, 0, .1)
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    background-color: rgba(0, 0, 0, .1);
    color: #222;
    text-transform: uppercase
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
    background-color: #fff;
    color: #222;
    text-transform: uppercase
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top a,
.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty,
.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,
.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close,
.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a,
.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-continue {
    color: #222
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
    background-color: #5fbd74
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
    color: #5fbd74;
    border-color: #5fbd74
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    margin: 0 0 -4px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: var(--wc-form-color-background, #fff);
    color: var(--wc-form-color-text, #000);
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
    content: "";
    display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #0073aa;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0073aa
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.woocommerce div.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .arrow {
    display: none !important
}

.woocommerce div.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after {
    content: none
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.archive .cart.variations_form .tawcvs-swatches,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches {
    padding: 5px;
    display: inline-flex !important;
    flex-wrap: wrap
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    margin: 0 10px;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
    display: block !important
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color {
    text-indent: -9999em
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #eee;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px -2px 0 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color) {
    background-color: #f1f1f1
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label {
    font-size: 14px;
    min-width: max-content;
    width: auto
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image {
    font-size: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip {
    font-size: 14px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before {
    border-radius: 50%
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before {
    border-radius: 8px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before {
    border-radius: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
    cursor: default;
    opacity: .4 !important
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip {
    display: none
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
    cursor: pointer
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child {
    margin-left: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child {
    margin-right: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #ddd
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected {
    border-color: transparent
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before {
    border-color: #674399
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after {
    content: none
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label {
    border-bottom: none !important
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip {
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #333;
    z-index: 2;
    color: #fff;
    margin: -15px 0 0;
    padding: 5px 10px;
    text-indent: initial;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    display: inline-block;
    word-break: break-all;
    white-space: normal;
    min-width: max-content
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #333;
    bottom: -4px;
    left: 50%;
    margin-left: -6px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip {
    left: 10% !important;
    top: 10px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper {
    position: relative
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip {
    opacity: 1;
    visibility: visible;
    user-select: auto
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable {
    position: relative;
    background: rgba(51, 51, 51, .3411764706)
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img {
    opacity: .5
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%)
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after {
    border-radius: 8px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after {
    border-radius: 50%
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable {
    display: none !important
}

.swatch-align-left .variations {
    text-align: left
}

.swatch-align-left .variations img,
.swatch-align-left .variations select,
.swatch-align-left .variations .value {
    text-align: left
}

.swatch-align-center .variations {
    text-align: center
}

.swatch-align-center .variations img,
.swatch-align-center .variations select,
.swatch-align-center .variations .value {
    text-align: center
}

.related.products .swatch-align-center .variations .label {
    display: none
}

.swatch-align-right .variations {
    text-align: right
}

.swatch-align-right .variations img,
.swatch-align-right .variations select,
.swatch-align-right .variations .value {
    text-align: right
}

.variations .reset_variations {
    display: none
}

.woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
    width: 90%
}

@media (max-width:768px) {
    .woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
        width: 100%
    }
}

.woocommerce.theme-sober div.product form.cart.variations_form .line-hover {
    cursor: default
}

.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image {
    text-align: center
}

.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image img {
    width: 100%;
    height: auto
}

table.variations {
    overflow: visible !important
}

table.variations .label {
    margin-bottom: 10px
}

.swatch-radio {
    width: 100%
}

.swatch-radio input[type=radio] {
    width: auto !important;
    height: auto !important
}

:root {
    --direction-multiplier: 1
}

body.rtl,
html[dir=rtl] {
    --direction-multiplier: -1
}

.elementor-hidden {
    display: none
}

.elementor-visibility-hidden {
    visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0
}

.e-logo-wrapper {
    display: inline-block;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-circle-logo);
    font-size: 2.5em
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    background-color: transparent;
    margin: 0
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%
}

.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 {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    direction: ltr;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-video-container {
    pointer-events: none;
    transition: opacity 1s
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video-hosted {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay {
    inset: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    inset: 0;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.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.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.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;
    align-self: var(--align-self);
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order)
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    align-content: var(--align-content);
    align-items: var(--align-items);
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    gap: var(--row-gap) var(--column-gap);
    justify-content: var(--justify-content)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-custom-embed-play {
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(calc(-50% * var(--direction-multiplier)), -50%)
}

.elementor-custom-embed-play i {
    color: #fff;
    font-size: 100px;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
    height: 100px;
    width: 100px
}

.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-duration: 10s;
    transition-property: transform;
    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)
}

.elementor-align-center {
    text-align: center
}

.elementor-align-right {
    text-align: right
}

.elementor-align-left {
    text-align: left
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

@media (min-width:-1) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-center .elementor-button,
    .elementor-widescreen-align-left .elementor-button,
    .elementor-widescreen-align-right .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-right {
        text-align: right
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-center .elementor-button,
    .elementor-laptop-align-left .elementor-button,
    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }

    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-center .elementor-button,
    .elementor-tablet_extra-align-left .elementor-button,
    .elementor-tablet_extra-align-right .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-right {
        text-align: right
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-center .elementor-button,
    .elementor-tablet-align-left .elementor-button,
    .elementor-tablet-align-right .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-right {
        text-align: right
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-center .elementor-button,
    .elementor-mobile_extra-align-left .elementor-button,
    .elementor-mobile_extra-align-right .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-right {
        text-align: right
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-center .elementor-button,
    .elementor-mobile-align-left .elementor-button,
    .elementor-mobile-align-right .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-inline: 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-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.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-block-end: var(--kit-widget-spacing, 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-block-end: 0
}

.elementor-column {
    display: flex;
    min-height: 1px;
    position: relative
}

.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(10),
    .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) {
        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(10),
    .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) {
        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%
    }
}

.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;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: 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;
        margin-block-end: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-block-end: 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;
        margin-block-end: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-block-end: 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)
    }

    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        margin-block-end: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-block-end: 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;
        margin-block-end: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-block-end: 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;
        margin-block-end: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-block-end: 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;
        margin-block-end: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-block-end: 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"
    }
}

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 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: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --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);
    --row-gap: var(--widgets-spacing-row, 20px);
    --column-gap: var(--widgets-spacing-column, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    border-radius: var(--border-radius);
    height: var(--height);
    min-height: var(--min-height);
    min-width: 0;
    overflow: var(--overflow);
    position: var(--position);
    width: var(--width);
    z-index: var(--z-index);
    --flex-wrap-mobile: wrap
}

.e-con:where(:not(.e-div-block-base)) {
    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 {
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.e-con {
    margin-block-end: var(--margin-block-end);
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-end: var(--padding-inline-end);
    padding-inline-start: var(--padding-inline-start)
}

.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 {
    padding-block-end: var(--padding-block-end);
    padding-block-start: var(--padding-block-start);
    text-align: var(--text-align)
}

.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 {
    align-content: var(--grid-align-content);
    align-items: var(--align-items);
    grid-auto-flow: var(--grid-auto-flow);
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
    align-content: normal;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal
}

.e-con-boxed.e-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: legacy
}

.e-con-boxed {
    gap: initial;
    text-align: initial
}

.e-con.e-flex>.e-con-inner {
    align-content: var(--align-content);
    align-items: var(--align-items);
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
    align-items: var(--align-items);
    justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
    gap: var(--row-gap) var(--column-gap);
    height: 100%;
    margin: 0 auto;
    max-width: var(--content-width);
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%, var(--width))
}

:is([data-widget_type="e-component.default"], [data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con {
    --margin-right: 0px;
    --margin-left: 0px
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 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 {
    border-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    content: var(--background-overlay);
    display: block;
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: calc(0px - var(--border-top-width));
    transition: var(--overlay-transition, .3s);
    width: max(100% + var(--border-left-width) + var(--border-right-width), 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-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    top: calc(0px - var(--border-top-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
        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%
}

.e-con .elementor-widget:not(:last-child) {
    --kit-widget-spacing: 0px
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: var(--flex-wrap-mobile)
    }

    .e-con.e-flex .elementor-widget-archive-posts {
        width: 100%
    }
}

.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 {
    align-items: center;
    flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    background-color: transparent;
    border: 1px solid #69727d;
    color: #1f2124;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    width: 100%
}

.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;
    flex-basis: 100%;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-inline-end: 20px;
    text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    inset-block-start: 50%;
    inset-inline-end: 10px;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transform: translateY(-50%)
}

.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-inline-end: 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 {
    color: red;
    content: "*";
    padding-inline-start: .2em
}

.elementor-field-textual {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px
}

.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-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit,
[dir=rtl] .elementor-button-align-start .e-form__buttons,
[dir=rtl] .elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-end
}

[dir=rtl] .elementor-button-align-end .e-form__buttons,
[dir=rtl] .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-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit,
    [dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,
    [dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-end
    }

    [dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,
    [dir=rtl] .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-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit,
    [dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,
    [dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-end
    }

    [dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,
    [dir=rtl] .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 {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-style: normal;
    font-weight: 400;
    margin-inline-end: 5px;
    vertical-align: middle
}

.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 {
    border: none;
    padding-block-end: 0;
    padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
    display: flex;
    flex-direction: row;
    gap: 5px;
    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:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-button {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    fill: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-button-icon {
    align-items: center;
    display: flex
}

.elementor-button-icon svg {
    height: auto;
    width: 1em
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    display: inline-block
}

.elementor-button.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    padding: 10px 20px
}

.elementor-button.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 30px
}

.elementor-button.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    padding: 20px 40px
}

.elementor-button.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    padding: 25px 50px
}

.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-view-stacked .elementor-icon {
    background-color: #69727d;
    color: #fff;
    fill: #fff;
    padding: .5em
}

.elementor-view-framed .elementor-icon {
    background-color: transparent;
    border: 3px solid #69727d;
    color: #69727d;
    padding: .5em
}

.elementor-icon {
    color: #69727d;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-square .elementor-icon {
    border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.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)
}

.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 !important
    }

    html * {
        transition-delay: 0s !important;
        transition-duration: 0s !important
    }
}

@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
    }
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    display: inline-block;
    vertical-align: middle
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,
.e-con>.elementor-widget-spacer {
    width: var(--container-widget-width, var(--spacer-size));
    --align-self: var(--container-widget-align-self, initial);
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,
.e-con>.elementor-widget-spacer>.elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,
.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,
.e-con>.elementor-widget-spacer.elementor-widget-empty {
    min-height: 22px;
    min-width: 22px;
    position: relative
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,
.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    height: 22px;
    inset: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    width: 22px
}

@font-face {
    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 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.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-3d.swiper-css-mode .swiper-wrapper {
    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,
.swiper-3d .swiper-wrapper {
    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-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-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.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: 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: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 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: 10px;
    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: 10px;
    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 {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: 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: 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: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: 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: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    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
}

.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 {
    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 .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: 0px;
    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
}

.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 .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
    color: hsla(0, 0%, 93%, .9);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93%, .9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.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 .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.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 .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.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.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-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
    padding-bottom: 30px
}

.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 .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-lightbox.elementor-arrows-position-outside .swiper {
    width: calc(100% - 60px)
}

.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 .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.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 .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.elementor-widget-image-carousel .swiper {
    position: static
}

.elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide {
    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
    display: none
}

.woocommerce .quantity,
.woocommerce-page .quantity {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    padding-right: 1.1em;
    display: inline-block
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 65px;
    height: 40px;
    float: left;
    padding: 0 20px;
    margin: 0;
    text-align: inherit;
    border: 1px solid #ebebeb;
    border-right: 0;
    font-weight: 700;
    border-radius: 5px 0 0 5px;
    -moz-appearance: textfield
}

.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number] {
    padding-right: 1.2em
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 20px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    color: #4c4c4c;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    text-shadow: none;
    line-height: 1;
    background: #fff
}

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
    background-color: #88c74a;
    color: #fff
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 0;
    border-radius: 0 5px 0 0
}

.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-radius: 0 0 5px
}

.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
    border-color: #88c74a
}

.margin-top-1 {
    margin-top: 1px !important
}

.margin-left-1 {
    margin-left: 1px !important
}

.margin-bottom-1 {
    margin-bottom: 1px !important
}

.margin-right-1 {
    margin-right: 1px !important
}

.margin-top-2 {
    margin-top: 2px !important
}

.margin-left-2 {
    margin-left: 2px !important
}

.margin-bottom-2 {
    margin-bottom: 2px !important
}

.margin-right-2 {
    margin-right: 2px !important
}

.margin-top-3 {
    margin-top: 3px !important
}

.margin-left-3 {
    margin-left: 3px !important
}

.margin-bottom-3 {
    margin-bottom: 3px !important
}

.margin-right-3 {
    margin-right: 3px !important
}

.margin-top-4 {
    margin-top: 4px !important
}

.margin-left-4 {
    margin-left: 4px !important
}

.margin-bottom-4 {
    margin-bottom: 4px !important
}

.margin-right-4 {
    margin-right: 4px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-top-6 {
    margin-top: 6px !important
}

.margin-left-6 {
    margin-left: 6px !important
}

.margin-bottom-6 {
    margin-bottom: 6px !important
}

.margin-right-6 {
    margin-right: 6px !important
}

.margin-top-7 {
    margin-top: 7px !important
}

.margin-left-7 {
    margin-left: 7px !important
}

.margin-bottom-7 {
    margin-bottom: 7px !important
}

.margin-right-7 {
    margin-right: 7px !important
}

.margin-top-8 {
    margin-top: 8px !important
}

.margin-left-8 {
    margin-left: 8px !important
}

.margin-bottom-8 {
    margin-bottom: 8px !important
}

.margin-right-8 {
    margin-right: 8px !important
}

.margin-top-9 {
    margin-top: 9px !important
}

.margin-left-9 {
    margin-left: 9px !important
}

.margin-bottom-9 {
    margin-bottom: 9px !important
}

.margin-right-9 {
    margin-right: 9px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-top-11 {
    margin-top: 11px !important
}

.margin-left-11 {
    margin-left: 11px !important
}

.margin-bottom-11 {
    margin-bottom: 11px !important
}

.margin-right-11 {
    margin-right: 11px !important
}

.margin-top-12 {
    margin-top: 12px !important
}

.margin-left-12 {
    margin-left: 12px !important
}

.margin-bottom-12 {
    margin-bottom: 12px !important
}

.margin-right-12 {
    margin-right: 12px !important
}

.margin-top-13 {
    margin-top: 13px !important
}

.margin-left-13 {
    margin-left: 13px !important
}

.margin-bottom-13 {
    margin-bottom: 13px !important
}

.margin-right-13 {
    margin-right: 13px !important
}

.margin-top-14 {
    margin-top: 14px !important
}

.margin-left-14 {
    margin-left: 14px !important
}

.margin-bottom-14 {
    margin-bottom: 14px !important
}

.margin-right-14 {
    margin-right: 14px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.margin-top-16 {
    margin-top: 16px !important
}

.margin-left-16 {
    margin-left: 16px !important
}

.margin-bottom-16 {
    margin-bottom: 16px !important
}

.margin-right-16 {
    margin-right: 16px !important
}

.margin-top-17 {
    margin-top: 17px !important
}

.margin-left-17 {
    margin-left: 17px !important
}

.margin-bottom-17 {
    margin-bottom: 17px !important
}

.margin-right-17 {
    margin-right: 17px !important
}

.margin-top-18 {
    margin-top: 18px !important
}

.margin-left-18 {
    margin-left: 18px !important
}

.margin-bottom-18 {
    margin-bottom: 18px !important
}

.margin-right-18 {
    margin-right: 18px !important
}

.margin-top-19 {
    margin-top: 19px !important
}

.margin-left-19 {
    margin-left: 19px !important
}

.margin-bottom-19 {
    margin-bottom: 19px !important
}

.margin-right-19 {
    margin-right: 19px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-top-21 {
    margin-top: 21px !important
}

.margin-left-21 {
    margin-left: 21px !important
}

.margin-bottom-21 {
    margin-bottom: 21px !important
}

.margin-right-21 {
    margin-right: 21px !important
}

.margin-top-22 {
    margin-top: 22px !important
}

.margin-left-22 {
    margin-left: 22px !important
}

.margin-bottom-22 {
    margin-bottom: 22px !important
}

.margin-right-22 {
    margin-right: 22px !important
}

.margin-top-23 {
    margin-top: 23px !important
}

.margin-left-23 {
    margin-left: 23px !important
}

.margin-bottom-23 {
    margin-bottom: 23px !important
}

.margin-right-23 {
    margin-right: 23px !important
}

.margin-top-24 {
    margin-top: 24px !important
}

.margin-left-24 {
    margin-left: 24px !important
}

.margin-bottom-24 {
    margin-bottom: 24px !important
}

.margin-right-24 {
    margin-right: 24px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.margin-top-26 {
    margin-top: 26px !important
}

.margin-left-26 {
    margin-left: 26px !important
}

.margin-bottom-26 {
    margin-bottom: 26px !important
}

.margin-right-26 {
    margin-right: 26px !important
}

.margin-top-27 {
    margin-top: 27px !important
}

.margin-left-27 {
    margin-left: 27px !important
}

.margin-bottom-27 {
    margin-bottom: 27px !important
}

.margin-right-27 {
    margin-right: 27px !important
}

.margin-top-28 {
    margin-top: 28px !important
}

.margin-left-28 {
    margin-left: 28px !important
}

.margin-bottom-28 {
    margin-bottom: 28px !important
}

.margin-right-28 {
    margin-right: 28px !important
}

.margin-top-29 {
    margin-top: 29px !important
}

.margin-left-29 {
    margin-left: 29px !important
}

.margin-bottom-29 {
    margin-bottom: 29px !important
}

.margin-right-29 {
    margin-right: 29px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.margin-top-31 {
    margin-top: 31px !important
}

.margin-left-31 {
    margin-left: 31px !important
}

.margin-bottom-31 {
    margin-bottom: 31px !important
}

.margin-right-31 {
    margin-right: 31px !important
}

.margin-top-32 {
    margin-top: 32px !important
}

.margin-left-32 {
    margin-left: 32px !important
}

.margin-bottom-32 {
    margin-bottom: 32px !important
}

.margin-right-32 {
    margin-right: 32px !important
}

.margin-top-33 {
    margin-top: 33px !important
}

.margin-left-33 {
    margin-left: 33px !important
}

.margin-bottom-33 {
    margin-bottom: 33px !important
}

.margin-right-33 {
    margin-right: 33px !important
}

.margin-top-34 {
    margin-top: 34px !important
}

.margin-left-34 {
    margin-left: 34px !important
}

.margin-bottom-34 {
    margin-bottom: 34px !important
}

.margin-right-34 {
    margin-right: 34px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.margin-top-36 {
    margin-top: 36px !important
}

.margin-left-36 {
    margin-left: 36px !important
}

.margin-bottom-36 {
    margin-bottom: 36px !important
}

.margin-right-36 {
    margin-right: 36px !important
}

.margin-top-37 {
    margin-top: 37px !important
}

.margin-left-37 {
    margin-left: 37px !important
}

.margin-bottom-37 {
    margin-bottom: 37px !important
}

.margin-right-37 {
    margin-right: 37px !important
}

.margin-top-38 {
    margin-top: 38px !important
}

.margin-left-38 {
    margin-left: 38px !important
}

.margin-bottom-38 {
    margin-bottom: 38px !important
}

.margin-right-38 {
    margin-right: 38px !important
}

.margin-top-39 {
    margin-top: 39px !important
}

.margin-left-39 {
    margin-left: 39px !important
}

.margin-bottom-39 {
    margin-bottom: 39px !important
}

.margin-right-39 {
    margin-right: 39px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.margin-top-41 {
    margin-top: 41px !important
}

.margin-left-41 {
    margin-left: 41px !important
}

.margin-bottom-41 {
    margin-bottom: 41px !important
}

.margin-right-41 {
    margin-right: 41px !important
}

.margin-top-42 {
    margin-top: 42px !important
}

.margin-left-42 {
    margin-left: 42px !important
}

.margin-bottom-42 {
    margin-bottom: 42px !important
}

.margin-right-42 {
    margin-right: 42px !important
}

.margin-top-43 {
    margin-top: 43px !important
}

.margin-left-43 {
    margin-left: 43px !important
}

.margin-bottom-43 {
    margin-bottom: 43px !important
}

.margin-right-43 {
    margin-right: 43px !important
}

.margin-top-44 {
    margin-top: 44px !important
}

.margin-left-44 {
    margin-left: 44px !important
}

.margin-bottom-44 {
    margin-bottom: 44px !important
}

.margin-right-44 {
    margin-right: 44px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.margin-top-46 {
    margin-top: 46px !important
}

.margin-left-46 {
    margin-left: 46px !important
}

.margin-bottom-46 {
    margin-bottom: 46px !important
}

.margin-right-46 {
    margin-right: 46px !important
}

.margin-top-47 {
    margin-top: 47px !important
}

.margin-left-47 {
    margin-left: 47px !important
}

.margin-bottom-47 {
    margin-bottom: 47px !important
}

.margin-right-47 {
    margin-right: 47px !important
}

.margin-top-48 {
    margin-top: 48px !important
}

.margin-left-48 {
    margin-left: 48px !important
}

.margin-bottom-48 {
    margin-bottom: 48px !important
}

.margin-right-48 {
    margin-right: 48px !important
}

.margin-top-49 {
    margin-top: 49px !important
}

.margin-left-49 {
    margin-left: 49px !important
}

.margin-bottom-49 {
    margin-bottom: 49px !important
}

.margin-right-49 {
    margin-right: 49px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.margin-top-51 {
    margin-top: 51px !important
}

.margin-left-51 {
    margin-left: 51px !important
}

.margin-bottom-51 {
    margin-bottom: 51px !important
}

.margin-right-51 {
    margin-right: 51px !important
}

.margin-top-52 {
    margin-top: 52px !important
}

.margin-left-52 {
    margin-left: 52px !important
}

.margin-bottom-52 {
    margin-bottom: 52px !important
}

.margin-right-52 {
    margin-right: 52px !important
}

.margin-top-53 {
    margin-top: 53px !important
}

.margin-left-53 {
    margin-left: 53px !important
}

.margin-bottom-53 {
    margin-bottom: 53px !important
}

.margin-right-53 {
    margin-right: 53px !important
}

.margin-top-54 {
    margin-top: 54px !important
}

.margin-left-54 {
    margin-left: 54px !important
}

.margin-bottom-54 {
    margin-bottom: 54px !important
}

.margin-right-54 {
    margin-right: 54px !important
}

.margin-top-55 {
    margin-top: 55px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.margin-top-56 {
    margin-top: 56px !important
}

.margin-left-56 {
    margin-left: 56px !important
}

.margin-bottom-56 {
    margin-bottom: 56px !important
}

.margin-right-56 {
    margin-right: 56px !important
}

.margin-top-57 {
    margin-top: 57px !important
}

.margin-left-57 {
    margin-left: 57px !important
}

.margin-bottom-57 {
    margin-bottom: 57px !important
}

.margin-right-57 {
    margin-right: 57px !important
}

.margin-top-58 {
    margin-top: 58px !important
}

.margin-left-58 {
    margin-left: 58px !important
}

.margin-bottom-58 {
    margin-bottom: 58px !important
}

.margin-right-58 {
    margin-right: 58px !important
}

.margin-top-59 {
    margin-top: 59px !important
}

.margin-left-59 {
    margin-left: 59px !important
}

.margin-bottom-59 {
    margin-bottom: 59px !important
}

.margin-right-59 {
    margin-right: 59px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.margin-top-61 {
    margin-top: 61px !important
}

.margin-left-61 {
    margin-left: 61px !important
}

.margin-bottom-61 {
    margin-bottom: 61px !important
}

.margin-right-61 {
    margin-right: 61px !important
}

.margin-top-62 {
    margin-top: 62px !important
}

.margin-left-62 {
    margin-left: 62px !important
}

.margin-bottom-62 {
    margin-bottom: 62px !important
}

.margin-right-62 {
    margin-right: 62px !important
}

.margin-top-63 {
    margin-top: 63px !important
}

.margin-left-63 {
    margin-left: 63px !important
}

.margin-bottom-63 {
    margin-bottom: 63px !important
}

.margin-right-63 {
    margin-right: 63px !important
}

.margin-top-64 {
    margin-top: 64px !important
}

.margin-left-64 {
    margin-left: 64px !important
}

.margin-bottom-64 {
    margin-bottom: 64px !important
}

.margin-right-64 {
    margin-right: 64px !important
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-left-65 {
    margin-left: 65px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-right-65 {
    margin-right: 65px !important
}

.margin-top-66 {
    margin-top: 66px !important
}

.margin-left-66 {
    margin-left: 66px !important
}

.margin-bottom-66 {
    margin-bottom: 66px !important
}

.margin-right-66 {
    margin-right: 66px !important
}

.margin-top-67 {
    margin-top: 67px !important
}

.margin-left-67 {
    margin-left: 67px !important
}

.margin-bottom-67 {
    margin-bottom: 67px !important
}

.margin-right-67 {
    margin-right: 67px !important
}

.margin-top-68 {
    margin-top: 68px !important
}

.margin-left-68 {
    margin-left: 68px !important
}

.margin-bottom-68 {
    margin-bottom: 68px !important
}

.margin-right-68 {
    margin-right: 68px !important
}

.margin-top-69 {
    margin-top: 69px !important
}

.margin-left-69 {
    margin-left: 69px !important
}

.margin-bottom-69 {
    margin-bottom: 69px !important
}

.margin-right-69 {
    margin-right: 69px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-left-70 {
    margin-left: 70px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-right-70 {
    margin-right: 70px !important
}

.margin-top-71 {
    margin-top: 71px !important
}

.margin-left-71 {
    margin-left: 71px !important
}

.margin-bottom-71 {
    margin-bottom: 71px !important
}

.margin-right-71 {
    margin-right: 71px !important
}

.margin-top-72 {
    margin-top: 72px !important
}

.margin-left-72 {
    margin-left: 72px !important
}

.margin-bottom-72 {
    margin-bottom: 72px !important
}

.margin-right-72 {
    margin-right: 72px !important
}

.margin-top-73 {
    margin-top: 73px !important
}

.margin-left-73 {
    margin-left: 73px !important
}

.margin-bottom-73 {
    margin-bottom: 73px !important
}

.margin-right-73 {
    margin-right: 73px !important
}

.margin-top-74 {
    margin-top: 74px !important
}

.margin-left-74 {
    margin-left: 74px !important
}

.margin-bottom-74 {
    margin-bottom: 74px !important
}

.margin-right-74 {
    margin-right: 74px !important
}

.margin-top-75 {
    margin-top: 75px !important
}

.margin-left-75 {
    margin-left: 75px !important
}

.margin-bottom-75 {
    margin-bottom: 75px !important
}

.margin-right-75 {
    margin-right: 75px !important
}

.margin-top-76 {
    margin-top: 76px !important
}

.margin-left-76 {
    margin-left: 76px !important
}

.margin-bottom-76 {
    margin-bottom: 76px !important
}

.margin-right-76 {
    margin-right: 76px !important
}

.margin-top-77 {
    margin-top: 77px !important
}

.margin-left-77 {
    margin-left: 77px !important
}

.margin-bottom-77 {
    margin-bottom: 77px !important
}

.margin-right-77 {
    margin-right: 77px !important
}

.margin-top-78 {
    margin-top: 78px !important
}

.margin-left-78 {
    margin-left: 78px !important
}

.margin-bottom-78 {
    margin-bottom: 78px !important
}

.margin-right-78 {
    margin-right: 78px !important
}

.margin-top-79 {
    margin-top: 79px !important
}

.margin-left-79 {
    margin-left: 79px !important
}

.margin-bottom-79 {
    margin-bottom: 79px !important
}

.margin-right-79 {
    margin-right: 79px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-right-80 {
    margin-right: 80px !important
}

.padding-top-1 {
    padding-top: 1px !important
}

.padding-left-1 {
    padding-left: 1px !important
}

.padding-bottom-1 {
    padding-bottom: 1px !important
}

.padding-right-1 {
    padding-right: 1px !important
}

.padding-top-2 {
    padding-top: 2px !important
}

.padding-left-2 {
    padding-left: 2px !important
}

.padding-bottom-2 {
    padding-bottom: 2px !important
}

.padding-right-2 {
    padding-right: 2px !important
}

.padding-top-3 {
    padding-top: 3px !important
}

.padding-left-3 {
    padding-left: 3px !important
}

.padding-bottom-3 {
    padding-bottom: 3px !important
}

.padding-right-3 {
    padding-right: 3px !important
}

.padding-top-4 {
    padding-top: 4px !important
}

.padding-left-4 {
    padding-left: 4px !important
}

.padding-bottom-4 {
    padding-bottom: 4px !important
}

.padding-right-4 {
    padding-right: 4px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-top-6 {
    padding-top: 6px !important
}

.padding-left-6 {
    padding-left: 6px !important
}

.padding-bottom-6 {
    padding-bottom: 6px !important
}

.padding-right-6 {
    padding-right: 6px !important
}

.padding-top-7 {
    padding-top: 7px !important
}

.padding-left-7 {
    padding-left: 7px !important
}

.padding-bottom-7 {
    padding-bottom: 7px !important
}

.padding-right-7 {
    padding-right: 7px !important
}

.padding-top-8 {
    padding-top: 8px !important
}

.padding-left-8 {
    padding-left: 8px !important
}

.padding-bottom-8 {
    padding-bottom: 8px !important
}

.padding-right-8 {
    padding-right: 8px !important
}

.padding-top-9 {
    padding-top: 9px !important
}

.padding-left-9 {
    padding-left: 9px !important
}

.padding-bottom-9 {
    padding-bottom: 9px !important
}

.padding-right-9 {
    padding-right: 9px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-top-11 {
    padding-top: 11px !important
}

.padding-left-11 {
    padding-left: 11px !important
}

.padding-bottom-11 {
    padding-bottom: 11px !important
}

.padding-right-11 {
    padding-right: 11px !important
}

.padding-top-12 {
    padding-top: 12px !important
}

.padding-left-12 {
    padding-left: 12px !important
}

.padding-bottom-12 {
    padding-bottom: 12px !important
}

.padding-right-12 {
    padding-right: 12px !important
}

.padding-top-13 {
    padding-top: 13px !important
}

.padding-left-13 {
    padding-left: 13px !important
}

.padding-bottom-13 {
    padding-bottom: 13px !important
}

.padding-right-13 {
    padding-right: 13px !important
}

.padding-top-14 {
    padding-top: 14px !important
}

.padding-left-14 {
    padding-left: 14px !important
}

.padding-bottom-14 {
    padding-bottom: 14px !important
}

.padding-right-14 {
    padding-right: 14px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-top-16 {
    padding-top: 16px !important
}

.padding-left-16 {
    padding-left: 16px !important
}

.padding-bottom-16 {
    padding-bottom: 16px !important
}

.padding-right-16 {
    padding-right: 16px !important
}

.padding-top-17 {
    padding-top: 17px !important
}

.padding-left-17 {
    padding-left: 17px !important
}

.padding-bottom-17 {
    padding-bottom: 17px !important
}

.padding-right-17 {
    padding-right: 17px !important
}

.padding-top-18 {
    padding-top: 18px !important
}

.padding-left-18 {
    padding-left: 18px !important
}

.padding-bottom-18 {
    padding-bottom: 18px !important
}

.padding-right-18 {
    padding-right: 18px !important
}

.padding-top-19 {
    padding-top: 19px !important
}

.padding-left-19 {
    padding-left: 19px !important
}

.padding-bottom-19 {
    padding-bottom: 19px !important
}

.padding-right-19 {
    padding-right: 19px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.padding-top-21 {
    padding-top: 21px !important
}

.padding-left-21 {
    padding-left: 21px !important
}

.padding-bottom-21 {
    padding-bottom: 21px !important
}

.padding-right-21 {
    padding-right: 21px !important
}

.padding-top-22 {
    padding-top: 22px !important
}

.padding-left-22 {
    padding-left: 22px !important
}

.padding-bottom-22 {
    padding-bottom: 22px !important
}

.padding-right-22 {
    padding-right: 22px !important
}

.padding-top-23 {
    padding-top: 23px !important
}

.padding-left-23 {
    padding-left: 23px !important
}

.padding-bottom-23 {
    padding-bottom: 23px !important
}

.padding-right-23 {
    padding-right: 23px !important
}

.padding-top-24 {
    padding-top: 24px !important
}

.padding-left-24 {
    padding-left: 24px !important
}

.padding-bottom-24 {
    padding-bottom: 24px !important
}

.padding-right-24 {
    padding-right: 24px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.padding-top-26 {
    padding-top: 26px !important
}

.padding-left-26 {
    padding-left: 26px !important
}

.padding-bottom-26 {
    padding-bottom: 26px !important
}

.padding-right-26 {
    padding-right: 26px !important
}

.padding-top-27 {
    padding-top: 27px !important
}

.padding-left-27 {
    padding-left: 27px !important
}

.padding-bottom-27 {
    padding-bottom: 27px !important
}

.padding-right-27 {
    padding-right: 27px !important
}

.padding-top-28 {
    padding-top: 28px !important
}

.padding-left-28 {
    padding-left: 28px !important
}

.padding-bottom-28 {
    padding-bottom: 28px !important
}

.padding-right-28 {
    padding-right: 28px !important
}

.padding-top-29 {
    padding-top: 29px !important
}

.padding-left-29 {
    padding-left: 29px !important
}

.padding-bottom-29 {
    padding-bottom: 29px !important
}

.padding-right-29 {
    padding-right: 29px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-top-31 {
    padding-top: 31px !important
}

.padding-left-31 {
    padding-left: 31px !important
}

.padding-bottom-31 {
    padding-bottom: 31px !important
}

.padding-right-31 {
    padding-right: 31px !important
}

.padding-top-32 {
    padding-top: 32px !important
}

.padding-left-32 {
    padding-left: 32px !important
}

.padding-bottom-32 {
    padding-bottom: 32px !important
}

.padding-right-32 {
    padding-right: 32px !important
}

.padding-top-33 {
    padding-top: 33px !important
}

.padding-left-33 {
    padding-left: 33px !important
}

.padding-bottom-33 {
    padding-bottom: 33px !important
}

.padding-right-33 {
    padding-right: 33px !important
}

.padding-top-34 {
    padding-top: 34px !important
}

.padding-left-34 {
    padding-left: 34px !important
}

.padding-bottom-34 {
    padding-bottom: 34px !important
}

.padding-right-34 {
    padding-right: 34px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.padding-top-36 {
    padding-top: 36px !important
}

.padding-left-36 {
    padding-left: 36px !important
}

.padding-bottom-36 {
    padding-bottom: 36px !important
}

.padding-right-36 {
    padding-right: 36px !important
}

.padding-top-37 {
    padding-top: 37px !important
}

.padding-left-37 {
    padding-left: 37px !important
}

.padding-bottom-37 {
    padding-bottom: 37px !important
}

.padding-right-37 {
    padding-right: 37px !important
}

.padding-top-38 {
    padding-top: 38px !important
}

.padding-left-38 {
    padding-left: 38px !important
}

.padding-bottom-38 {
    padding-bottom: 38px !important
}

.padding-right-38 {
    padding-right: 38px !important
}

.padding-top-39 {
    padding-top: 39px !important
}

.padding-left-39 {
    padding-left: 39px !important
}

.padding-bottom-39 {
    padding-bottom: 39px !important
}

.padding-right-39 {
    padding-right: 39px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.padding-top-41 {
    padding-top: 41px !important
}

.padding-left-41 {
    padding-left: 41px !important
}

.padding-bottom-41 {
    padding-bottom: 41px !important
}

.padding-right-41 {
    padding-right: 41px !important
}

.padding-top-42 {
    padding-top: 42px !important
}

.padding-left-42 {
    padding-left: 42px !important
}

.padding-bottom-42 {
    padding-bottom: 42px !important
}

.padding-right-42 {
    padding-right: 42px !important
}

.padding-top-43 {
    padding-top: 43px !important
}

.padding-left-43 {
    padding-left: 43px !important
}

.padding-bottom-43 {
    padding-bottom: 43px !important
}

.padding-right-43 {
    padding-right: 43px !important
}

.padding-top-44 {
    padding-top: 44px !important
}

.padding-left-44 {
    padding-left: 44px !important
}

.padding-bottom-44 {
    padding-bottom: 44px !important
}

.padding-right-44 {
    padding-right: 44px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.padding-top-46 {
    padding-top: 46px !important
}

.padding-left-46 {
    padding-left: 46px !important
}

.padding-bottom-46 {
    padding-bottom: 46px !important
}

.padding-right-46 {
    padding-right: 46px !important
}

.padding-top-47 {
    padding-top: 47px !important
}

.padding-left-47 {
    padding-left: 47px !important
}

.padding-bottom-47 {
    padding-bottom: 47px !important
}

.padding-right-47 {
    padding-right: 47px !important
}

.padding-top-48 {
    padding-top: 48px !important
}

.padding-left-48 {
    padding-left: 48px !important
}

.padding-bottom-48 {
    padding-bottom: 48px !important
}

.padding-right-48 {
    padding-right: 48px !important
}

.padding-top-49 {
    padding-top: 49px !important
}

.padding-left-49 {
    padding-left: 49px !important
}

.padding-bottom-49 {
    padding-bottom: 49px !important
}

.padding-right-49 {
    padding-right: 49px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.padding-top-51 {
    padding-top: 51px !important
}

.padding-left-51 {
    padding-left: 51px !important
}

.padding-bottom-51 {
    padding-bottom: 51px !important
}

.padding-right-51 {
    padding-right: 51px !important
}

.padding-top-52 {
    padding-top: 52px !important
}

.padding-left-52 {
    padding-left: 52px !important
}

.padding-bottom-52 {
    padding-bottom: 52px !important
}

.padding-right-52 {
    padding-right: 52px !important
}

.padding-top-53 {
    padding-top: 53px !important
}

.padding-left-53 {
    padding-left: 53px !important
}

.padding-bottom-53 {
    padding-bottom: 53px !important
}

.padding-right-53 {
    padding-right: 53px !important
}

.padding-top-54 {
    padding-top: 54px !important
}

.padding-left-54 {
    padding-left: 54px !important
}

.padding-bottom-54 {
    padding-bottom: 54px !important
}

.padding-right-54 {
    padding-right: 54px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.padding-top-56 {
    padding-top: 56px !important
}

.padding-left-56 {
    padding-left: 56px !important
}

.padding-bottom-56 {
    padding-bottom: 56px !important
}

.padding-right-56 {
    padding-right: 56px !important
}

.padding-top-57 {
    padding-top: 57px !important
}

.padding-left-57 {
    padding-left: 57px !important
}

.padding-bottom-57 {
    padding-bottom: 57px !important
}

.padding-right-57 {
    padding-right: 57px !important
}

.padding-top-58 {
    padding-top: 58px !important
}

.padding-left-58 {
    padding-left: 58px !important
}

.padding-bottom-58 {
    padding-bottom: 58px !important
}

.padding-right-58 {
    padding-right: 58px !important
}

.padding-top-59 {
    padding-top: 59px !important
}

.padding-left-59 {
    padding-left: 59px !important
}

.padding-bottom-59 {
    padding-bottom: 59px !important
}

.padding-right-59 {
    padding-right: 59px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.padding-top-61 {
    padding-top: 61px !important
}

.padding-left-61 {
    padding-left: 61px !important
}

.padding-bottom-61 {
    padding-bottom: 61px !important
}

.padding-right-61 {
    padding-right: 61px !important
}

.padding-top-62 {
    padding-top: 62px !important
}

.padding-left-62 {
    padding-left: 62px !important
}

.padding-bottom-62 {
    padding-bottom: 62px !important
}

.padding-right-62 {
    padding-right: 62px !important
}

.padding-top-63 {
    padding-top: 63px !important
}

.padding-left-63 {
    padding-left: 63px !important
}

.padding-bottom-63 {
    padding-bottom: 63px !important
}

.padding-right-63 {
    padding-right: 63px !important
}

.padding-top-64 {
    padding-top: 64px !important
}

.padding-left-64 {
    padding-left: 64px !important
}

.padding-bottom-64 {
    padding-bottom: 64px !important
}

.padding-right-64 {
    padding-right: 64px !important
}

.padding-top-65 {
    padding-top: 65px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-bottom-65 {
    padding-bottom: 65px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

.padding-top-66 {
    padding-top: 66px !important
}

.padding-left-66 {
    padding-left: 66px !important
}

.padding-bottom-66 {
    padding-bottom: 66px !important
}

.padding-right-66 {
    padding-right: 66px !important
}

.padding-top-67 {
    padding-top: 67px !important
}

.padding-left-67 {
    padding-left: 67px !important
}

.padding-bottom-67 {
    padding-bottom: 67px !important
}

.padding-right-67 {
    padding-right: 67px !important
}

.padding-top-68 {
    padding-top: 68px !important
}

.padding-left-68 {
    padding-left: 68px !important
}

.padding-bottom-68 {
    padding-bottom: 68px !important
}

.padding-right-68 {
    padding-right: 68px !important
}

.padding-top-69 {
    padding-top: 69px !important
}

.padding-left-69 {
    padding-left: 69px !important
}

.padding-bottom-69 {
    padding-bottom: 69px !important
}

.padding-right-69 {
    padding-right: 69px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

.padding-top-71 {
    padding-top: 71px !important
}

.padding-left-71 {
    padding-left: 71px !important
}

.padding-bottom-71 {
    padding-bottom: 71px !important
}

.padding-right-71 {
    padding-right: 71px !important
}

.padding-top-72 {
    padding-top: 72px !important
}

.padding-left-72 {
    padding-left: 72px !important
}

.padding-bottom-72 {
    padding-bottom: 72px !important
}

.padding-right-72 {
    padding-right: 72px !important
}

.padding-top-73 {
    padding-top: 73px !important
}

.padding-left-73 {
    padding-left: 73px !important
}

.padding-bottom-73 {
    padding-bottom: 73px !important
}

.padding-right-73 {
    padding-right: 73px !important
}

.padding-top-74 {
    padding-top: 74px !important
}

.padding-left-74 {
    padding-left: 74px !important
}

.padding-bottom-74 {
    padding-bottom: 74px !important
}

.padding-right-74 {
    padding-right: 74px !important
}

.padding-top-75 {
    padding-top: 75px !important
}

.padding-left-75 {
    padding-left: 75px !important
}

.padding-bottom-75 {
    padding-bottom: 75px !important
}

.padding-right-75 {
    padding-right: 75px !important
}

.padding-top-76 {
    padding-top: 76px !important
}

.padding-left-76 {
    padding-left: 76px !important
}

.padding-bottom-76 {
    padding-bottom: 76px !important
}

.padding-right-76 {
    padding-right: 76px !important
}

.padding-top-77 {
    padding-top: 77px !important
}

.padding-left-77 {
    padding-left: 77px !important
}

.padding-bottom-77 {
    padding-bottom: 77px !important
}

.padding-right-77 {
    padding-right: 77px !important
}

.padding-top-78 {
    padding-top: 78px !important
}

.padding-left-78 {
    padding-left: 78px !important
}

.padding-bottom-78 {
    padding-bottom: 78px !important
}

.padding-right-78 {
    padding-right: 78px !important
}

.padding-top-79 {
    padding-top: 79px !important
}

.padding-left-79 {
    padding-left: 79px !important
}

.padding-bottom-79 {
    padding-bottom: 79px !important
}

.padding-right-79 {
    padding-right: 79px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

.btn,
#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 .widget_price_filter .price_slider_amount .button,
.wfg-button,
.woocommerce .details-product .information .stock.out-of-stock,
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .added_to_cart,
.add-cart [class*=product_type_],
.add-cart .add_to_cart_button,
.add-cart .added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .wishlist_table .product-add-to-cart a,
.viewmore-products-btn {
    outline: none !important
}

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
    color: #282828;
    background-color: #fff;
    border-color: #282828
}

.open .btn-outline-light.dropdown-toggle {
    color: #282828;
    background-color: #fff;
    border-color: #282828
}

.btn-outline-light:active,
.btn-outline-light.active {
    background-image: none
}

.open .btn-outline-light.dropdown-toggle {
    background-image: none
}

.btn-outline-light.disabled,
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:active,
.btn-outline-light.disabled.active,
.btn-outline-light[disabled],
.btn-outline-light[disabled]:hover,
.btn-outline-light[disabled]:focus,
.btn-outline-light[disabled]:active,
.btn-outline-light[disabled].active,
fieldset[disabled] .btn-outline-light,
fieldset[disabled] .btn-outline-light:hover,
fieldset[disabled] .btn-outline-light:focus,
fieldset[disabled] .btn-outline-light:active,
fieldset[disabled] .btn-outline-light.active {
    background-color: transparent;
    border-color: #fff
}

.btn-outline-light .badge {
    color: transparent;
    background-color: #fff
}

.btn-outline.btn-default {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.btn-outline.btn-default:hover {
    color: var(--ecosoap-theme-color);
    border-color: #fff;
    background: #fff
}

.btn-outline.btn-primary {
    background: 0 0;
    border-color: #282828;
    color: #282828
}

.btn-outline.btn-primary:hover {
    color: #fff;
    border-color: #282828;
    background: #282828
}

.btn-outline.btn-success,
.btn-outline.wfg-button.wfg-add-gifts {
    background: 0 0;
    border-color: #5cb85c;
    color: #5cb85c
}

.btn-outline.btn-success:hover,
.btn-outline.wfg-button.wfg-add-gifts:hover {
    color: #fff;
    border-color: #5cb85c;
    background: #5cb85c
}

.btn-outline.btn-info {
    background: 0 0;
    border-color: #5bc0de;
    color: #5bc0de
}

.btn-outline.btn-info:hover {
    color: #fff;
    border-color: #5bc0de;
    background: #5bc0de
}

.btn-outline.btn-danger,
.btn-outline.wfg-button.wfg-no-thanks {
    background: 0 0;
    border-color: #e44343;
    color: #e44343
}

.btn-outline.btn-danger:hover,
.btn-outline.wfg-button.wfg-no-thanks:hover {
    color: #fff;
    border-color: #e44343;
    background: #e44343
}

.btn-outline.btn-warning {
    background: 0 0;
    border-color: #f0ad4e;
    color: #f0ad4e
}

.btn-outline.btn-warning:hover {
    color: #fff;
    border-color: #f0ad4e;
    background: #f0ad4e
}

.btn-inverse.btn-primary:hover {
    color: #282828;
    background: #fff
}

.btn-inverse.btn-success:hover,
.btn-inverse.wfg-button.wfg-add-gifts:hover {
    color: #5cb85c;
    background: #fff
}

.btn-inverse.btn-info:hover {
    color: #5bc0de;
    background: #fff
}

.btn-inverse.btn-danger:hover,
.btn-inverse.wfg-button.wfg-no-thanks:hover {
    color: #e44343;
    background: #fff
}

.btn-inverse.btn-warning:hover {
    color: #f0ad4e;
    background: #fff
}

.btn-inverse.btn-theme:hover,
.woocommerce .woocommerce-error .btn-inverse.button:hover,
.woocommerce .woocommerce-message .btn-inverse.button:hover,
.woocommerce .checkout_coupon .btn-inverse.button:hover,
.woocommerce table.shop_table input.btn-inverse.button:hover,
.btn-inverse.viewmore-products-btn:hover {
    color: var(--ecosoap-theme-color);
    background: #fff
}

.btn-compare.btn-outline {
    color: #4c4c4c;
    background: #fff;
    border: 1px solid #e9e9e9;
    height: 38px
}

.btn-compare.btn-outline:hover,
.btn-compare.btn-outline:active {
    color: #fff;
    background: #4c4c4c;
    border-color: #4c4c4c
}

.reamore {
    font-size: 14px;
    font-weight: 500;
    color: var(--ecosoap-theme-color) !important;
    text-transform: none;
    padding: 0 0 4px;
    border-bottom: 2px solid var(--ecosoap-theme-color)
}

.reamore i {
    margin-left: 8px
}

.rtl .reamore i {
    margin-right: 8px;
    margin-left: inherit
}

.goal-loadmore-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    background: var(--ecosoap-theme-color);
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    transition: all .2s ease-in-out 0s;
    padding: 10px 30px;
    transition: all .2s ease-in-out 0s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 0
}

.goal-loadmore-btn:hover,
.goal-loadmore-btn:active {
    color: #fff;
    background: #282828
}

.viewmore-products-btn {
    position: relative
}

.viewmore-products-btn:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(255, 255, 255, .9) url(../../images/theme/loading-quick.gif) no-repeat scroll center center/20px auto
}

.viewmore-products-btn.loading:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

button:focus,
.btn:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce .widget_price_filter .price_slider_amount .button:focus,
.wfg-button:focus,
.woocommerce .details-product .information .stock.out-of-stock:focus,
.woocommerce div.product form.cart .button:focus,
.woocommerce div.product form.cart .added_to_cart:focus,
.add-cart [class*=product_type_]:focus,
.add-cart .add_to_cart_button:focus,
.add-cart .added_to_cart:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce .wishlist_table .product-add-to-cart a:focus,
.viewmore-products-btn:focus {
    outline: none !important;
    box-shadow: none !important
}

.btn-link {
    color: var(--ecosoap-theme-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: none
}

.btn-link:hover,
.btn-link:active {
    text-decoration: underline
}

.radius-0 {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important
}

.radius-circle {
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important
}

.btn-3d {
    box-shadow: 0 0 10px 0 rgba(var(--ecosoap-theme-color), .8)
}

.read-more {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    color: var(--ecosoap-theme-color)
}

.btn-white {
    background: #fff;
    color: var(--ecosoap-link-color);
    border-color: #fff
}

.btn-white:active,
.btn-white:hover {
    color: var(--ecosoap-theme-color);
    background: #fff;
    border-color: #fff
}

.btn-white.btn-br-white {
    background: #fff;
    color: var(--ecosoap-link-color);
    border-color: #fff
}

.btn-white.btn-br-white:active,
.btn-white.btn-br-white:hover {
    color: var(--ecosoap-link-color);
    background: #fff;
    border-color: #fff
}

.btn-readmore {
    color: var(--ecosoap-link-color);
    font-family: var(--ecosoap-heading-font), Arial, sans-serif !important;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
    padding-left: 0;
    border: 0
}

.rtl .btn-readmore {
    padding-left: 40px;
    padding-right: inherit
}

.rtl .btn-readmore {
    padding-right: 0;
    padding-left: inherit
}

.btn-readmore:hover,
.btn-readmore:focus,
.btn-readmore:active {
    background-color: transparent;
    color: var(--ecosoap-link-color)
}

.btn-lighten {
    border-color: #fff;
    color: #fff;
    background: 0 0
}

.btn-lighten:hover {
    color: #fff;
    background: 0 0;
    border-color: #fff
}

.btn-outline.btn-white {
    background: 0 0;
    color: var(--ecosoap-link-color);
    border-color: var(--ecosoap-theme-color)
}

.btn-outline.btn-white:active,
.btn-outline.btn-white:hover {
    color: #fff;
    background: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.btn-pink {
    color: #fff;
    background-color: #e3a3a2;
    border-color: #e3a3a2
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #e3a3a2;
    border-color: #e3a3a2
}

.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
    background-image: none
}

.btn-pink.disabled,
.btn-pink.disabled:hover,
.btn-pink.disabled:focus,
.btn-pink.disabled:active,
.btn-pink.disabled.active,
.btn-pink[disabled],
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
    background-color: #e3a3a2;
    border-color: #e3a3a2
}

.btn-pink .badge {
    color: #e3a3a2;
    background-color: #fff
}

.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse:hover {
    background: #fff !important;
    color: #282828 !important;
    border-color: #282828 !important
}

.btn-shop {
    border: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 40px;
    padding-left: 20px
}

.rtl .btn-shop {
    padding-left: 40px;
    padding-right: inherit
}

.rtl .btn-shop {
    padding-right: 20px;
    padding-left: inherit
}

.btn-shop:before,
.btn-shop:after {
    right: 15px;
    top: 5px;
    padding-right: 1px
}

.rtl .btn-shop:before,
.rtl .btn-shop:after {
    left: 15px;
    right: auto
}

.btn-shop:before {
    right: 20px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.rtl .btn-shop:before {
    left: 20px;
    right: auto
}

.btn-shop:hover:before {
    right: 15px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.rtl .btn-shop:hover:before {
    left: 15px;
    right: auto
}

.btn-shop:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
    right: -20px
}

.rtl .btn-shop:hover:after {
    left: -20px;
    right: auto
}

.rev-btn,
.rs-layer.btn,
#add_payment_method .wc-proceed-to-checkout a.rs-layer.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.rs-layer.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.rs-layer.checkout-button,
.woocommerce .widget_price_filter .price_slider_amount .rs-layer.button,
.rs-layer.wfg-button,
.woocommerce .details-product .information .rs-layer.stock.out-of-stock,
.woocommerce div.product form.cart .rs-layer.button,
.woocommerce div.product form.cart .rs-layer.added_to_cart,
.add-cart .rs-layer[class*=product_type_],
.add-cart .rs-layer.add_to_cart_button,
.add-cart .rs-layer.added_to_cart,
.woocommerce #respond input.rs-layer#submit,
.woocommerce a.rs-layer.button,
.woocommerce button.rs-layer.button,
.woocommerce input.rs-layer.button,
.woocommerce .wishlist_table .product-add-to-cart a.rs-layer,
.rs-layer.viewmore-products-btn {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

a.elementor-button .elementor-button-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-left: 0;
    font-size: 14px
}

.btn-theme,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-message .button,
.woocommerce .checkout_coupon .button,
.woocommerce table.shop_table input.button:disabled,
.woocommerce table.shop_table input.button,
.viewmore-products-btn,
a.btn-theme,
.rev-btn {
    overflow: hidden;
    border: 1px solid var(--ecosoap-link-hover-color);
    position: relative;
    color: #fff;
    background-color: var(--ecosoap-link-hover-color)
}

.btn-theme i,
.woocommerce .woocommerce-error .button i,
.woocommerce .woocommerce-message .button i,
.woocommerce .checkout_coupon .button i,
.woocommerce table.shop_table input.button:disabled i,
.woocommerce table.shop_table input.button i,
.viewmore-products-btn i,
a.btn-theme i,
.rev-btn i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-left: 0;
    font-size: 18px
}

.btn-theme:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .checkout_coupon .button:hover,
.woocommerce table.shop_table input.button:hover,
.viewmore-products-btn:hover,
.btn-theme:focus,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .checkout_coupon .button:focus,
.woocommerce table.shop_table input.button:focus,
.viewmore-products-btn:focus,
.btn-theme:active,
.woocommerce .woocommerce-error .button:active,
.woocommerce .woocommerce-message .button:active,
.woocommerce .checkout_coupon .button:active,
.woocommerce table.shop_table input.button:active,
.viewmore-products-btn:active,
a.btn-theme:hover,
a.btn-theme:focus,
a.btn-theme:active,
.rev-btn:hover,
.rev-btn:focus,
.rev-btn:active {
    background-color: var(--ecosoap-link-color);
    border-color: var(--ecosoap-link-color)
}

.btn-theme-second,
.product-block-list .add-cart a.button,
.product-block-list .add-cart .added_to_cart,
.product-block.list .right-content .add-cart .added_to_cart,
.product-block.list .right-content .add-cart a.button,
.product-block.grid .add-cart>.added_to_cart,
.product-block.grid .add-cart>.button,
.woocommerce div.product form.cart .button.buy_now_button,
.woocommerce div.product form.cart .added_to_cart.buy_now_button,
.wc-block-components-sidebar-layout .wc-block-components-button:not(.is-link),
a.btn-theme-second,
.product-block-list .add-cart a.added_to_cart {
    overflow: hidden;
    border: 1px solid var(--ecosoap-link-color);
    position: relative;
    color: #fff;
    background-color: var(--ecosoap-link-color)
}

.btn-theme-second i,
.product-block-list .add-cart a.button i,
.product-block-list .add-cart .added_to_cart i,
.product-block.list .right-content .add-cart .added_to_cart i,
.product-block.list .right-content .add-cart a.button i,
.product-block.grid .add-cart>.added_to_cart i,
.product-block.grid .add-cart>.button i,
.woocommerce div.product form.cart .button.buy_now_button i,
.woocommerce div.product form.cart .added_to_cart.buy_now_button i,
.wc-block-components-sidebar-layout .wc-block-components-button:not(.is-link) i,
a.btn-theme-second i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-left: 0
}

.btn-theme-second:hover,
.product-block-list .add-cart a.button:hover,
.product-block-list .add-cart .added_to_cart:hover,
.product-block.list .right-content .add-cart .added_to_cart:hover,
.product-block.list .right-content .add-cart a.button:hover,
.product-block.grid .add-cart>.added_to_cart:hover,
.product-block.grid .add-cart>.button:hover,
.woocommerce div.product form.cart .button.buy_now_button:hover,
.woocommerce div.product form.cart .added_to_cart.buy_now_button:hover,
.wc-block-components-sidebar-layout .wc-block-components-button:hover:not(.is-link),
.btn-theme-second:focus,
.product-block-list .add-cart a.button:focus,
.product-block-list .add-cart .added_to_cart:focus,
.product-block.list .right-content .add-cart .added_to_cart:focus,
.product-block.list .right-content .add-cart a.button:focus,
.product-block.grid .add-cart>.added_to_cart:focus,
.product-block.grid .add-cart>.button:focus,
.woocommerce div.product form.cart .button.buy_now_button:focus,
.woocommerce div.product form.cart .added_to_cart.buy_now_button:focus,
.wc-block-components-sidebar-layout .wc-block-components-button:focus:not(.is-link),
.btn-theme-second:active,
.product-block-list .add-cart a.button:active,
.product-block-list .add-cart .added_to_cart:active,
.product-block.list .right-content .add-cart .added_to_cart:active,
.product-block.list .right-content .add-cart a.button:active,
.product-block.grid .add-cart>.added_to_cart:active,
.product-block.grid .add-cart>.button:active,
.woocommerce div.product form.cart .button.buy_now_button:active,
.woocommerce div.product form.cart .added_to_cart.buy_now_button:active,
.wc-block-components-sidebar-layout .wc-block-components-button:active:not(.is-link),
a.btn-theme-second:hover,
a.btn-theme-second:focus,
a.btn-theme-second:active {
    color: #fff;
    background-color: var(--ecosoap-link-hover-color);
    border-color: var(--ecosoap-link-hover-color)
}

.btn-dark {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
    background-image: none
}

.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
    background-color: #282828;
    border-color: #282828
}

.btn-dark .badge {
    color: #282828;
    background-color: #fff
}

.btn-dark:focus,
.btn-dark:hover {
    color: #fff !important
}

.btn-block {
    background-color: var(--ecosoap-link-color);
    border-color: var(--ecosoap-link-color);
    overflow: hidden;
    color: #fff
}

.btn-block:focus,
.btn-block:hover {
    background-color: var(--ecosoap-theme-color)
}

.btn-theme.btn-outline,
.woocommerce .woocommerce-error .btn-outline.button,
.woocommerce .woocommerce-message .btn-outline.button,
.woocommerce .checkout_coupon .btn-outline.button,
.woocommerce table.shop_table input.btn-outline.button,
.btn-outline.viewmore-products-btn {
    color: #fff;
    border-color: #fff;
    background: 0 0
}

.btn-theme.btn-outline:hover,
.woocommerce .woocommerce-error .btn-outline.button:hover,
.woocommerce .woocommerce-message .btn-outline.button:hover,
.woocommerce .checkout_coupon .btn-outline.button:hover,
.woocommerce table.shop_table input.btn-outline.button:hover,
.btn-outline.viewmore-products-btn:hover,
.btn-theme.btn-outline:active,
.woocommerce .woocommerce-error .btn-outline.button:active,
.woocommerce .woocommerce-message .btn-outline.button:active,
.woocommerce .checkout_coupon .btn-outline.button:active,
.woocommerce table.shop_table input.btn-outline.button:active,
.btn-outline.viewmore-products-btn:active {
    color: #fff;
    background: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.more-link {
    color: var(--ecosoap-theme-color);
    display: inline-block;
    font-weight: 400;
    margin: 10px 0;
    text-transform: capitalize
}

.more-link:hover {
    text-decoration: none
}

.btn-shaded-sm {
    position: relative
}

.btn-shaded-sm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 20px 10px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, .4)
}

.search-popup .dropdown-menu {
    padding: 10px
}

.btn-action {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 10px;
    text-align: center;
    text-transform: none;
    transition: all .4s ease 0s;
    vertical-align: middle;
    white-space: nowrap
}

.searchform .input-search {
    padding: 15px;
    border-right: 0;
    line-height: 1.5
}

.rtl .searchform .input-search {
    border-left: 0;
    border-right: inherit
}

.searchform .btn-search {
    vertical-align: top;
    color: #adafac;
    padding: 12px 8px
}

.searchform .input-group-btn {
    line-height: 100%
}

.search-category .btn,
.search-category #add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout .search-category a.checkout-button,
.search-category .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .search-category a.checkout-button,
.search-category .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .search-category a.checkout-button,
.search-category .woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .search-category .button,
.search-category .wfg-button,
.search-category .woocommerce .details-product .information .stock.out-of-stock,
.woocommerce .details-product .information .search-category .stock.out-of-stock,
.search-category .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .search-category .button,
.search-category .woocommerce div.product form.cart .added_to_cart,
.woocommerce div.product form.cart .search-category .added_to_cart,
.search-category .add-cart [class*=product_type_],
.add-cart .search-category [class*=product_type_],
.search-category .add-cart .add_to_cart_button,
.add-cart .search-category .add_to_cart_button,
.search-category .add-cart .added_to_cart,
.add-cart .search-category .added_to_cart,
.search-category .woocommerce #respond input#submit,
.woocommerce #respond .search-category input#submit,
.search-category .woocommerce a.button,
.woocommerce .search-category a.button,
.search-category .woocommerce button.button,
.woocommerce .search-category button.button,
.search-category .woocommerce input.button,
.woocommerce .search-category input.button,
.search-category .woocommerce .wishlist_table .product-add-to-cart a,
.woocommerce .wishlist_table .product-add-to-cart .search-category a,
.search-category .viewmore-products-btn {
    margin-left: 10px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important
}

.rtl .search-category .btn,
.rtl .search-category #add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout .rtl .search-category a.checkout-button,
.rtl .search-category .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .rtl .search-category a.checkout-button,
.rtl .search-category .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .rtl .search-category a.checkout-button,
.rtl .search-category .woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .rtl .search-category .button,
.rtl .search-category .wfg-button,
.rtl .search-category .woocommerce .details-product .information .stock.out-of-stock,
.woocommerce .details-product .information .rtl .search-category .stock.out-of-stock,
.rtl .search-category .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .rtl .search-category .button,
.rtl .search-category .woocommerce div.product form.cart .added_to_cart,
.woocommerce div.product form.cart .rtl .search-category .added_to_cart,
.rtl .search-category .add-cart [class*=product_type_],
.add-cart .rtl .search-category [class*=product_type_],
.rtl .search-category .add-cart .add_to_cart_button,
.add-cart .rtl .search-category .add_to_cart_button,
.rtl .search-category .add-cart .added_to_cart,
.add-cart .rtl .search-category .added_to_cart,
.rtl .search-category .woocommerce #respond input#submit,
.woocommerce #respond .rtl .search-category input#submit,
.rtl .search-category .woocommerce a.button,
.woocommerce .rtl .search-category a.button,
.rtl .search-category .woocommerce button.button,
.woocommerce .rtl .search-category button.button,
.rtl .search-category .woocommerce input.button,
.woocommerce .rtl .search-category input.button,
.rtl .search-category .woocommerce .wishlist_table .product-add-to-cart a,
.woocommerce .wishlist_table .product-add-to-cart .rtl .search-category a,
.rtl .search-category .viewmore-products-btn {
    margin-right: 10px !important;
    margin-left: inherit
}

.search-category .wpo-search-inner label.form-control {
    border: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.search-category select {
    border: none;
    text-transform: capitalize;
    font-weight: 500
}

.chosen-container {
    width: 100% !important
}

.input-group-form {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: 0 0;
    margin: 0 0 5px
}

.input-group-form .form-control-reversed {
    border: 0;
    background: #222;
    color: #fff;
    font-size: 14px;
    height: 34px
}

.input-group-form .form-control-reversed:hover,
.input-group-form .form-control-reversed:focus {
    box-shadow: none
}

.input-group-form .input-group-addon {
    border: 0;
    background: #222;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-banner {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0 0 4px;
    font-weight: 500;
    text-transform: none;
    background-color: var(--ecosoap-link-color);
    line-height: 1.2
}

.btn-banner:hover,
.btn-banner:focus {
    background-color: var(--ecosoap-theme-color);
    color: #fff
}

.btn-banner.st-white {
    color: var(--ecosoap-link-color) !important;
    background-color: #fff !important
}

.btn-banner.st-white:hover,
.btn-banner.st-white:focus {
    background-color: var(--ecosoap-theme-color) !important;
    color: #fff !important
}

.btn-banner.st-theme {
    padding-bottom: 0;
    font-size: 14px;
    color: var(--ecosoap-link-color);
    background-color: transparent
}

.btn-banner.st-theme:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 0;
    height: 1px;
    background-color: var(--ecosoap-link-color);
    width: 100%;
    left: 50%;
    transition: transform .5s cubic-bezier(.28, 0, .18, 1) .2s;
    transform: translateX(-50%) scaleX(1)
}

.btn-banner.st-theme:hover,
.btn-banner.st-theme:focus {
    background-color: transparent
}

.btn-banner.st-theme:hover:before,
.btn-banner.st-theme:focus:before {
    transform: translateX(-50%) scaleX(0);
    transition: transform .5s cubic-bezier(.28, 0, .18, 1)
}

.btn-banner.st-small {
    padding-bottom: 0;
    font-size: 12px
}

.no-margin {
    margin: 0 !important
}

.no-margin .pagination {
    margin: 0
}

.no-padding {
    padding: 0 !important
}

.no-position {
    position: static !important
}

.inline-block {
    display: inline-block;
    vertical-align: middle
}

.lt-ie8 .inline-block {
    display: inline;
    zoom: 1
}

.no-background {
    box-shadow: none;
    background: 0 0 !important
}

.no-effect a:before {
    content: none !important
}

.clear-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.text-uppercase {
    text-transform: uppercase !important
}

.separator_align_center {
    text-align: center !important
}

.vc_align_right,
.separator_align_right {
    text-align: right !important
}

.separator_align_left {
    text-align: left !important
}

.font-size-lg {
    font-size: 48px
}

.font-size-md {
    font-size: 30px
}

.font-size-sm {
    font-size: 18px
}

.font-size-xs {
    font-size: 14px
}

.no-border {
    border: 0 !important
}

.bg-transparent {
    background: 0 0 !important
}

.effect-1 {
    position: relative
}

.effect-1:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    transition: all .3s ease 0s;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0;
    margin: auto
}

.effect-1:hover:after {
    width: 100%;
    height: 1px;
    background: var(--ecosoap-theme-color)
}

.zoom-2 {
    overflow: hidden;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.zoom-2 img {
    position: relative;
    width: 100%;
    height: auto;
    transition: all .2s ease-out;
    transform-origin: center center
}

.zoom-2:hover img {
    transform: scale(1.2)
}

.filter-grayscale,
.category-image img {
    transition: all .6s ease-out 0s
}

.filter-grayscale:hover,
.category-image img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%)
}

.filter-brightness {
    transition: all .4s ease-out 0s
}

.filter-brightness:hover {
    filter: brightness(.4);
    -webkit-filter: brightness(.4);
    -moz-filter: brightness(.4);
    -o-filter: brightness(.4);
    -ms-filter: brightness(.4)
}

.filter-blur {
    transition: all .6s ease-out 0s
}

.filter-blur:hover {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px)
}

.close .fa {
    transition: all 1s ease-in-out
}

.close:hover .fa {
    transform: rotate(360deg)
}

.image-overlay-1:after,
.image-overlay-1:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease 0s
}

.rtl .image-overlay-1:after,
.rtl .image-overlay-1:before {
    right: 0;
    left: auto
}

.image-overlay-1:after {
    top: -100%
}

.image-overlay-1:before {
    bottom: -100%
}

.image-overlay-1:hover:after {
    top: -50%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.image-overlay-1:hover:before {
    bottom: -50%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.image-plus-1 {
    position: relative
}

.image-plus-1:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease 0s;
    transform: scale(1.5);
    background: url(../../images/theme/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, .6)
}

.rtl .image-plus-1:before {
    right: 0;
    left: auto
}

.image-plus-1:hover:before {
    visibility: visible;
    opacity: .6;
    filter: alpha(opacity=60);
    transform: scale(1)
}

.image-plus-2 {
    position: relative
}

.image-plus-2:before {
    content: "";
    z-index: 199;
    top: 0;
    position: absolute;
    background: url(../../images/theme/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    left: 0;
    transition: all .3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    -ms-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box
}

.rtl .image-plus-2:before {
    right: 0;
    left: auto
}

.image-plus-2:hover:before {
    opacity: .6;
    visibility: visible;
    -ms-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%
}

.image-plus-3 {
    position: relative
}

.image-plus-3:before {
    content: "";
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    transform: scale(.5) rotateX(180deg);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease 0s;
    background: rgba(0, 0, 0, .8)
}

.rtl .image-plus-3:before {
    right: 0;
    left: auto
}

.image-plus-3:hover:before {
    visibility: visible;
    opacity: .6;
    filter: alpha(opacity=60);
    transform: scale(1) rotateX(0deg)
}

.icon-effect-1 {
    position: relative
}

.icon-effect-1:before {
    content: "";
    display: block;
    transform: scale(.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent
}

.icon-effect-1:hover:before {
    transform: scale(1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1)
}

.btn,
#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 .widget_price_filter .price_slider_amount .button,
.wfg-button,
.woocommerce .details-product .information .stock.out-of-stock,
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .added_to_cart,
.add-cart [class*=product_type_],
.add-cart .add_to_cart_button,
.add-cart .added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .wishlist_table .product-add-to-cart a,
.viewmore-products-btn {
    cursor: pointer;
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: .7rem;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: var(--ecosoap-theme-color);
    border: 1px solid var(--ecosoap-theme-color);
    white-space: nowrap;
    letter-spacing: .05em;
    transition: all .5s ease;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    overflow: hidden;
    position: relative
}

.btn:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce .widget_price_filter .price_slider_amount .button:focus,
.wfg-button:focus,
.woocommerce .details-product .information .stock.out-of-stock:focus,
.woocommerce div.product form.cart .button:focus,
.woocommerce div.product form.cart .added_to_cart:focus,
.add-cart [class*=product_type_]:focus,
.add-cart .add_to_cart_button:focus,
.add-cart .added_to_cart:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce .wishlist_table .product-add-to-cart a:focus,
.viewmore-products-btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.wfg-button:hover,
.woocommerce .details-product .information .stock.out-of-stock:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .added_to_cart:hover,
.add-cart [class*=product_type_]:hover,
.add-cart .add_to_cart_button:hover,
.add-cart .added_to_cart:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .wishlist_table .product-add-to-cart a:hover,
.viewmore-products-btn:hover,
.btn:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce .widget_price_filter .price_slider_amount .button:focus,
.wfg-button:focus,
.woocommerce .details-product .information .stock.out-of-stock:focus,
.woocommerce div.product form.cart .button:focus,
.woocommerce div.product form.cart .added_to_cart:focus,
.add-cart [class*=product_type_]:focus,
.add-cart .add_to_cart_button:focus,
.add-cart .added_to_cart:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce .wishlist_table .product-add-to-cart a:focus,
.viewmore-products-btn:focus {
    color: #fff;
    background-color: var(--ecosoap-link-color);
    border-color: var(--ecosoap-link-color);
    text-decoration: none
}

.btn:active,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce .widget_price_filter .price_slider_amount .button:active,
.wfg-button:active,
.woocommerce .details-product .information .stock.out-of-stock:active,
.woocommerce div.product form.cart .button:active,
.woocommerce div.product form.cart .added_to_cart:active,
.add-cart [class*=product_type_]:active,
.add-cart .add_to_cart_button:active,
.add-cart .added_to_cart:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce .wishlist_table .product-add-to-cart a:active,
.viewmore-products-btn:active,
.btn.active,
#add_payment_method .wc-proceed-to-checkout a.active.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.active.checkout-button,
.woocommerce .widget_price_filter .price_slider_amount .active.button,
.active.wfg-button,
.woocommerce .details-product .information .active.stock.out-of-stock,
.woocommerce div.product form.cart .active.button,
.woocommerce div.product form.cart .active.added_to_cart,
.add-cart .active[class*=product_type_],
.add-cart .active.add_to_cart_button,
.add-cart .active.added_to_cart,
.woocommerce #respond input.active#submit,
.woocommerce a.active.button,
.woocommerce button.active.button,
.woocommerce input.active.button,
.woocommerce .wishlist_table .product-add-to-cart a.active,
.active.viewmore-products-btn {
    outline: 0;
    background-image: none
}

.btn.disabled,
#add_payment_method .wc-proceed-to-checkout a.disabled.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.disabled.checkout-button,
.woocommerce .widget_price_filter .price_slider_amount .disabled.button,
.disabled.wfg-button,
.woocommerce .details-product .information .disabled.stock.out-of-stock,
.woocommerce div.product form.cart .disabled.button,
.woocommerce div.product form.cart .disabled.added_to_cart,
.add-cart .disabled[class*=product_type_],
.add-cart .disabled.add_to_cart_button,
.add-cart .disabled.added_to_cart,
.woocommerce #respond input.disabled#submit,
.woocommerce a.disabled.button,
.woocommerce button.disabled.button,
.woocommerce input.disabled.button,
.woocommerce .wishlist_table .product-add-to-cart a.disabled,
.disabled.viewmore-products-btn,
.btn[disabled],
#add_payment_method .wc-proceed-to-checkout a[disabled].checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a[disabled].checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a[disabled].checkout-button,
.woocommerce .widget_price_filter .price_slider_amount [disabled].button,
[disabled].wfg-button,
.woocommerce .details-product .information [disabled].stock.out-of-stock,
.woocommerce div.product form.cart [disabled].button,
.woocommerce div.product form.cart [disabled].added_to_cart,
.add-cart [disabled][class*=product_type_],
.add-cart [disabled].add_to_cart_button,
.add-cart [disabled].added_to_cart,
.woocommerce #respond input[disabled]#submit,
.woocommerce a[disabled].button,
.woocommerce button[disabled].button,
.woocommerce input[disabled].button,
.woocommerce .wishlist_table .product-add-to-cart a[disabled],
[disabled].viewmore-products-btn,
fieldset[disabled] .btn,
fieldset[disabled] #add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout fieldset[disabled] a.checkout-button,
fieldset[disabled] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout fieldset[disabled] a.checkout-button,
fieldset[disabled] .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout fieldset[disabled] a.checkout-button,
fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button,
fieldset[disabled] .wfg-button,
fieldset[disabled] .woocommerce .details-product .information .stock.out-of-stock,
.woocommerce .details-product .information fieldset[disabled] .stock.out-of-stock,
fieldset[disabled] .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart fieldset[disabled] .button,
fieldset[disabled] .woocommerce div.product form.cart .added_to_cart,
.woocommerce div.product form.cart fieldset[disabled] .added_to_cart,
fieldset[disabled] .add-cart [class*=product_type_],
.add-cart fieldset[disabled] [class*=product_type_],
fieldset[disabled] .add-cart .add_to_cart_button,
.add-cart fieldset[disabled] .add_to_cart_button,
fieldset[disabled] .add-cart .added_to_cart,
.add-cart fieldset[disabled] .added_to_cart,
fieldset[disabled] .woocommerce #respond input#submit,
.woocommerce #respond fieldset[disabled] input#submit,
fieldset[disabled] .woocommerce a.button,
.woocommerce fieldset[disabled] a.button,
fieldset[disabled] .woocommerce button.button,
.woocommerce fieldset[disabled] button.button,
fieldset[disabled] .woocommerce input.button,
.woocommerce fieldset[disabled] input.button,
fieldset[disabled] .woocommerce .wishlist_table .product-add-to-cart a,
.woocommerce .wishlist_table .product-add-to-cart fieldset[disabled] a,
fieldset[disabled] .viewmore-products-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #282828;
    border-color: #1b1b1b
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #1b1b1b
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #282828;
    border-color: #1b1b1b
}

.btn-primary .badge {
    color: #282828;
    background-color: #fff
}

.btn-success,
.wfg-button.wfg-add-gifts {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.wfg-button.wfg-add-gifts:hover,
.btn-success:focus,
.wfg-button.wfg-add-gifts:focus,
.btn-success:active,
.wfg-button.wfg-add-gifts:active,
.btn-success.active,
.active.wfg-button.wfg-add-gifts,
.open>.btn-success.dropdown-toggle,
.open>.dropdown-toggle.wfg-button.wfg-add-gifts {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:active,
.wfg-button.wfg-add-gifts:active,
.btn-success.active,
.active.wfg-button.wfg-add-gifts,
.open>.btn-success.dropdown-toggle,
.open>.dropdown-toggle.wfg-button.wfg-add-gifts {
    background-image: none
}

.btn-success.disabled,
.disabled.wfg-button.wfg-add-gifts,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
[disabled].wfg-button.wfg-add-gifts,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .wfg-button.wfg-add-gifts,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge,
.wfg-button.wfg-add-gifts .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #45b7d9
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #45b7d9
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #45b7d9
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger,
.wfg-button.wfg-no-thanks {
    color: #fff;
    background-color: #e44343;
    border-color: #e02c2c
}

.btn-danger:hover,
.wfg-button.wfg-no-thanks:hover,
.btn-danger:focus,
.wfg-button.wfg-no-thanks:focus,
.btn-danger:active,
.wfg-button.wfg-no-thanks:active,
.btn-danger.active,
.active.wfg-button.wfg-no-thanks,
.open>.btn-danger.dropdown-toggle,
.open>.dropdown-toggle.wfg-button.wfg-no-thanks {
    color: #fff;
    background-color: #e44343;
    border-color: #e02c2c
}

.btn-danger:active,
.wfg-button.wfg-no-thanks:active,
.btn-danger.active,
.active.wfg-button.wfg-no-thanks,
.open>.btn-danger.dropdown-toggle,
.open>.dropdown-toggle.wfg-button.wfg-no-thanks {
    background-image: none
}

.btn-danger.disabled,
.disabled.wfg-button.wfg-no-thanks,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
[disabled].wfg-button.wfg-no-thanks,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .wfg-button.wfg-no-thanks,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #e44343;
    border-color: #e02c2c
}

.btn-danger .badge,
.wfg-button.wfg-no-thanks .badge {
    color: #e44343;
    background-color: #fff
}

.btn-link {
    color: var(--ecosoap-link-color);
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: var(--ecosoap-link-hover-color);
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 14px 35px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 10px
}

.btn-sm {
    padding: 12px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 25px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d5e8c5;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #d5e8c5
}

.alert-success .alert-link {
    color: #3c763d
}

.alert-success .close {
    color: #3c763d
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bbe7f0;
    color: #31708f
}

.alert-info hr {
    border-top-color: #bbe7f0
}

.alert-info .alert-link {
    color: #31708f
}

.alert-info .close {
    color: #31708f
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f9eacb;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f9eacb
}

.alert-warning .alert-link {
    color: #8a6d3b
}

.alert-warning .close {
    color: #8a6d3b
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eacbd0;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #eacbd0
}

.alert-danger .alert-link {
    color: #a94442
}

.alert-danger .close {
    color: #a94442
}

.cart2 {
    text-align: center
}

.cart2 .count {
    font-size: 12px;
    text-align: center;
    display: block
}

.pp_gallery ul {
    height: auto
}

.pp_gallery ul a {
    height: auto
}

.woocommerce table.shop_attributes th,
.woocommerce .features .table th {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    width: 30%;
    padding: 15px;
    background-color: #f7f7f7 !important
}

.woocommerce table.shop_attributes td,
.woocommerce .features .table td {
    padding: 15px;
    background-color: #f7f7f7 !important
}

.woocommerce table.shop_attributes td p,
.woocommerce .features .table td p {
    padding: 0
}

.woocommerce div.product form.cart .variations select {
    height: 40px;
    background: url(../../images/theme/arrow-icon-bottom.svg) no-repeat right #fff;
    background-position-x: calc(100% - 15px);
    width: 100%;
    border: 1px solid #dcd7cc;
    outline: none;
    padding: 0 15px;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

@media (min-width:1024px) {
    .products-grid .product.first {
        clear: both
    }
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: 1;
    filter: alpha(opacity=100);
    padding-right: 30px
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    color: var(--ecosoap-link-color);
    z-index: 9;
    font-size: 14px;
    right: 50%;
    top: 21px;
    margin-top: -7px;
    margin-right: -7px
}

.woocommerce #respond input#submit.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before {
    opacity: .9;
    filter: alpha(opacity=90);
    z-index: 8;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #fff;
    border: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    content: ""
}

.woocommerce .details-product button.button.loading:after {
    top: 23px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-color: var(--ecosoap-theme-color);
    background-color: #fff;
    line-height: 3.3;
    outline: none
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    color: var(--ecosoap-theme-color)
}

.woocommerce .product-block-list a.button.loading:after {
    top: 50%;
    right: 50%;
    color: var(--ecosoap-text-color);
    z-index: 9;
    width: auto;
    height: auto;
    margin: -7px;
    font-size: 14px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    border: 1px solid var(--ecosoap-theme-color);
    background: var(--ecosoap-theme-color);
    transition: all .2s ease-in-out 0s
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:active {
    background: var(--ecosoap-theme-color)
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border-color: #fff
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #fff
}

@media (min-width:1200px) {
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 33.33%
    }

    .woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n+1) {
        clear: left
    }
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all .2s ease-in-out 0s
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce div.product div.images .flex-control-thumbs li img:active,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: var(--ecosoap-theme-color)
}

.shop-pagination .goal-pagination {
    margin: 0;
    float: left
}

.rtl .shop-pagination .goal-pagination {
    float: right
}

.shop-pagination .woocommerce-result-count {
    float: right;
    margin: 5px 0 0
}

.rtl .shop-pagination .woocommerce-result-count {
    float: left
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 10px
}

.woocommerce div.product form.cart .variations th {
    padding: 0
}

.woocommerce div.product form.cart .variations th label {
    margin: 0
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 15px
}

.rtl .woocommerce div.product form.cart div.quantity {
    margin-left: 15px;
    margin-right: inherit
}

table.variations .tawcvs-swatches .swatch-color {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    border: none;
    margin-right: 15px
}

.rtl table.variations .tawcvs-swatches .swatch-color {
    margin-left: 15px;
    margin-right: inherit
}

table.variations .tawcvs-swatches .swatch-color.swatch-white:after {
    border: 1px solid #dcd7cc
}

table.variations .tawcvs-swatches .swatch-color:before {
    display: none !important
}

table.variations .tawcvs-swatches .swatch-color:after {
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px
}

table.variations .tawcvs-swatches .swatch-color.selected {
    box-shadow: none
}

table.variations .tawcvs-swatches .swatch-color.selected:after {
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px
}

table.variations .tawcvs-swatches .swatch-label {
    font-weight: 500;
    color: var(--ecosoap-text-color);
    width: 24px;
    height: 24px;
    line-height: 1;
    background: #fff;
    min-width: 30px;
    text-align: center;
    border: none !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 8px;
    text-transform: uppercase;
    opacity: 1;
    filter: alpha(opacity=100)
}

.rtl table.variations .tawcvs-swatches .swatch-label {
    margin-left: 8px;
    margin-right: inherit
}

table.variations .tawcvs-swatches .swatch-label.selected {
    box-shadow: none;
    background: var(--ecosoap-theme-color);
    color: #fff
}

.woocommerce div.product form.cart .variations td.label {
    padding: 10px 0;
    text-align: inherit;
    display: table-cell;
    vertical-align: middle
}

.woocommerce div.product form.cart .variations td.label label {
    margin: 0
}

.woocommerce div.product form.cart.swatches-support .variations td.label {
    vertical-align: top
}

.woocommerce div.product form.cart .reset_variations {
    color: #e44343
}

.woocommerce div.product form.cart .reset_variations i {
    font-size: 12px;
    margin-right: 3px;
    color: #e23e1d
}

.rtl .woocommerce div.product form.cart .reset_variations i {
    margin-left: 3px;
    margin-right: inherit
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    display: none
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: 1.7;
    resize: none;
    border: 1px solid #dcd7cc !important;
    background: #fff;
    transition: all .2s ease-in-out 0s;
    box-shadow: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #dcd7cc !important
}

.woocommerce form.checkout_coupon .form-row input.input-text {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.refund-shop {
    margin-bottom: 30px
}

.refund-shop .btn,
.refund-shop #add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout .refund-shop a.checkout-button,
.refund-shop .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .refund-shop a.checkout-button,
.refund-shop .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .refund-shop a.checkout-button,
.refund-shop .woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .refund-shop .button,
.refund-shop .wfg-button,
.refund-shop .woocommerce .details-product .information .stock.out-of-stock,
.woocommerce .details-product .information .refund-shop .stock.out-of-stock,
.refund-shop .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .refund-shop .button,
.refund-shop .woocommerce div.product form.cart .added_to_cart,
.woocommerce div.product form.cart .refund-shop .added_to_cart,
.refund-shop .add-cart [class*=product_type_],
.add-cart .refund-shop [class*=product_type_],
.refund-shop .add-cart .add_to_cart_button,
.add-cart .refund-shop .add_to_cart_button,
.refund-shop .add-cart .added_to_cart,
.add-cart .refund-shop .added_to_cart,
.refund-shop .woocommerce #respond input#submit,
.woocommerce #respond .refund-shop input#submit,
.refund-shop .woocommerce a.button,
.woocommerce .refund-shop a.button,
.refund-shop .woocommerce button.button,
.woocommerce .refund-shop button.button,
.refund-shop .woocommerce input.button,
.woocommerce .refund-shop input.button,
.refund-shop .woocommerce .wishlist_table .product-add-to-cart a,
.woocommerce .wishlist_table .product-add-to-cart .refund-shop a,
.refund-shop .viewmore-products-btn {
    letter-spacing: 1px
}

@media (min-width:1200px) {
    .woocommerce form .form-row input.input-text {
        height: 37px
    }
}

.woocommerce form .form-row textarea {
    padding: 20px;
    height: 90px;
    resize: none
}

.woocommerce table.wishlist_table thead th {
    padding: 10px 0;
    color: var(--ecosoap-heading-color);
    border-bottom: 1px solid #dcd7cc
}

@media (min-width:992px) {
    .woocommerce table.wishlist_table thead th {
        padding: 20px 0
    }
}

.woocommerce .wishlist_table .product-add-to-cart a {
    display: inline-block !important;
    background-image: none !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.woocommerce table.wishlist_table tbody td {
    padding: 10px 0;
    text-align: inherit;
    border-width: 0 0 1px;
    border-bottom: 1px solid #dcd7cc
}

@media (min-width:992px) {
    .woocommerce table.wishlist_table tbody td {
        padding: 20px 0
    }
}

.woocommerce table.wishlist_table tfoot td {
    border: none
}

.woocommerce table.wishlist_table {
    font-size: 16px
}

.woocommerce table.wishlist_table .product-name {
    white-space: nowrap;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width:992px) {
    .woocommerce table.wishlist_table .product-name {
        padding-right: 30px;
        padding-left: 30px
    }
}

.woocommerce table.wishlist_table .media-body {
    width: auto
}

.woocommerce table.wishlist_table .product-thumbnail a {
    display: block;
    width: 80px
}

@media (min-width:1200px) {
    .woocommerce table.wishlist_table .product-thumbnail a {
        width: 170px
    }
}

.yith-wcwl-share {
    margin: 20px 0
}

.yith-wcwl-share>* {
    vertical-align: middle;
    display: inline-block
}

.yith-wcwl-share .yith-wcwl-share-title {
    font-size: 18px;
    margin: 0;
    padding-right: 10px
}

.rtl .yith-wcwl-share .yith-wcwl-share-title {
    padding-left: 10px;
    padding-right: inherit
}

.yith-wcwl-share ul li+li {
    margin-left: 5px
}

.rtl .yith-wcwl-share ul li+li {
    margin-right: 5px;
    margin-left: inherit
}

#yith-wcwl-popup-message {
    line-height: inherit;
    color: #5cb85c
}

#yith-wcwl-popup-message {
    border: 1px solid #5cb85c
}

#yith-wcwl-popup-message {
    margin: 0 !important;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, .4)
}

#yith-wcwl-popup-message #yith-wcwl-message {
    background-color: #fff;
    color: var(--ecosoap-theme-color);
    border: 1px solid var(--ecosoap-theme-color);
    padding: 15px 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-weight: 500
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
    padding-bottom: 8px
}

.select2-container .select2-selection--single {
    height: 38px;
    background: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px
}

.add-cart [class*=product_type_],
.add-cart .add_to_cart_button,
.add-cart .added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-size: 0;
    text-transform: uppercase
}

.add-cart [class*=product_type_]:hover,
.add-cart .add_to_cart_button:hover,
.add-cart .added_to_cart:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff
}

.add-cart [class*=product_type_] br,
.add-cart .add_to_cart_button br,
.add-cart .added_to_cart br,
.woocommerce #respond input#submit br,
.woocommerce a.button br,
.woocommerce button.button br,
.woocommerce input.button br,
.woocommerce #respond input#submit.alt br,
.woocommerce a.button.alt br,
.woocommerce button.button.alt br,
.woocommerce input.button.alt br {
    display: none
}

.track_order {
    max-width: 520px;
    margin: auto;
    padding: 20px;
    border: 1px solid #dcd7cc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #fff
}

@media (min-width:1200px) {
    .track_order {
        padding: 60px 40px 40px
    }
}

.track_order .form-group {
    margin: 0 0 20px
}

@media (min-width:1200px) {
    .track_order .form-group {
        margin: 0 0 30px
    }
}

.track_order .form-group button.button {
    display: inline-block
}

.track_order .for-control {
    font-weight: 400;
    color: var(--ecosoap-link-color)
}

.woocommerce-message {
    line-height: 2.5
}

.goal-filter .woocommerce-message {
    display: none
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
    padding: 0
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 0;
    margin-bottom: 15px
}

#add_payment_method #payment ul.payment_methods li .payment_box,
.woocommerce-cart #payment ul.payment_methods li .payment_box,
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
    padding: 20px;
    border: 1px solid #dcd7cc;
    margin: 0
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    display: inline
}

#add_payment_method #payment ul.payment_methods li:last-child,
.woocommerce-cart #payment ul.payment_methods li:last-child,
.woocommerce-checkout #payment ul.payment_methods li:last-child {
    margin-bottom: 0
}

#add_payment_method #payment ul.payment_methods li .about_paypal,
.woocommerce-cart #payment ul.payment_methods li .about_paypal,
.woocommerce-checkout #payment ul.payment_methods li .about_paypal {
    margin: 0 10px;
    float: none
}

#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-right: 10px
}

.rtl #add_payment_method #payment ul.payment_methods li input,
.rtl .woocommerce-cart #payment ul.payment_methods li input,
.rtl .woocommerce-checkout #payment ul.payment_methods li input {
    margin-left: 10px;
    margin-right: inherit
}

.woocommerce table.shop_table {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.woocommerce table.shop_table th {
    padding: 10px 0
}

@media (min-width:1200px) {
    .woocommerce table.shop_table th {
        padding: 25px 0
    }
}

.woocommerce table.shop_table .reader-text {
    display: none
}

.woocommerce table.shop_table td {
    border: none;
    border-top: 1px solid #dcd7cc;
    overflow: hidden;
    padding: 10px 0
}

@media (min-width:1200px) {
    .woocommerce table.shop_table td {
        padding: 20px 0
    }
}

.woocommerce table.shop_table td.product-price {
    color: var(--ecosoap-link-color);
    font-weight: 600;
    font-size: 18px
}

.woocommerce table.shop_table td input {
    line-height: inherit
}

.woocommerce table.shop_table td.product-add-to-cart a:hover {
    color: #fff
}

.woocommerce table.shop_table .quantity-wrapper>label {
    display: none
}

.woocommerce table.shop_table .product-remove .remove {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #dcd7cc;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: var(--ecosoap-link-color) !important;
    transition: all .2s ease-in-out 0s;
    margin: 0
}

.woocommerce table.shop_table .product-remove .remove:hover,
.woocommerce table.shop_table .product-remove .remove:active {
    border-color: #e44343;
    background: #e44343;
    color: #fff !important
}

.woocommerce table.shop_table tbody .actions p {
    margin: 0
}

.woocommerce table.shop_table tbody .product-subtotal {
    color: var(--ecosoap-theme-color);
    font-weight: 800;
    font-size: 18px
}

.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
    color: #222;
    font-weight: 800;
    font-size: 15px
}

.woocommerce table.shop_table tbody .product-name {
    font-size: 16px;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    text-transform: capitalize
}

.woocommerce table.shop_table tbody .cart-subtotal .woocommerce-Price-amount,
.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 400
}

.woocommerce table.shop_table th {
    border: none;
    text-transform: uppercase;
    color: var(--ecosoap-link-color);
    font-size: 14px;
    font-weight: 500
}

.woocommerce table.shop_table .list-bundles {
    font-size: 14px;
    list-style: none;
    padding-left: 25px
}

.rtl .woocommerce table.shop_table .list-bundles {
    padding-right: 25px;
    padding-left: inherit
}

.woocommerce table.shop_table .list-bundles strong {
    font-weight: 500
}

.woocommerce table.shop_table .list-bundles ul {
    list-style: inside none disc;
    padding: 0;
    margin: 0
}

.woocommerce table.wishlist_table .wishlist-items-wrapper .product-remove .remove {
    line-height: 26px;
    font-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.woocommerce .yith_wcwl_wishlist_footer {
    margin: 0 0 20px
}

@media (min-width:1200px) {
    .woocommerce .yith_wcwl_wishlist_footer {
        margin: 0 0 60px
    }
}

.woocommerce .cart_totals .cart_totals_inner {
    border: 1px solid var(--ecosoap-link-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 10px 20px
}

@media (min-width:1200px) {
    .woocommerce .cart_totals .cart_totals_inner {
        padding: 30px 40px
    }
}

.woocommerce .cart_totals h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #dcd7cc;
    padding: 15px 0
}

@media (min-width:992px) {
    .woocommerce .cart_totals h2 {
        padding: 25px 0
    }
}

.woocommerce .cart_totals table.shop_table {
    border: none;
    margin: 0
}

.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
    padding: 15px 0
}

@media (min-width:992px) {

    .woocommerce .cart_totals table.shop_table th,
    .woocommerce .cart_totals table.shop_table td {
        padding: 20px 0
    }
}

.woocommerce .cart_totals table.shop_table th .woocommerce-Price-amount,
.woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount {
    color: var(--ecosoap-theme-color);
    font-size: 18px;
    font-weight: 800
}

.woocommerce .cart_totals table.shop_table label {
    font-weight: 400
}

.woocommerce .cart_totals table.shop_table th {
    color: var(--ecosoap-text-color);
    font-size: 14px
}

@media (min-width:1200px) {

    .woocommerce .cart_totals .wc-proceed-to-checkout .btn,
    .woocommerce .cart_totals #add_payment_method .wc-proceed-to-checkout a.checkout-button,
    #add_payment_method .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button,
    .woocommerce .cart_totals .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button,
    .woocommerce .cart_totals .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-checkout .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button,
    .woocommerce .cart_totals .wc-proceed-to-checkout .widget_price_filter .price_slider_amount .button,
    .woocommerce .widget_price_filter .price_slider_amount .cart_totals .wc-proceed-to-checkout .button,
    .woocommerce .cart_totals .wc-proceed-to-checkout .wfg-button,
    .woocommerce .cart_totals .wc-proceed-to-checkout .details-product .information .stock.out-of-stock,
    .woocommerce .details-product .information .cart_totals .wc-proceed-to-checkout .stock.out-of-stock,
    .woocommerce .cart_totals .wc-proceed-to-checkout div.product form.cart .button,
    .woocommerce div.product form.cart .cart_totals .wc-proceed-to-checkout .button,
    .woocommerce .cart_totals .wc-proceed-to-checkout div.product form.cart .added_to_cart,
    .woocommerce div.product form.cart .cart_totals .wc-proceed-to-checkout .added_to_cart,
    .woocommerce .cart_totals .wc-proceed-to-checkout .viewmore-products-btn,
    .woocommerce .cart_totals .wc-proceed-to-checkout .wishlist_table .product-add-to-cart a,
    .woocommerce .wishlist_table .product-add-to-cart .cart_totals .wc-proceed-to-checkout a,
    .woocommerce .cart_totals .wc-proceed-to-checkout .add-cart [class*=product_type_],
    .add-cart .woocommerce .cart_totals .wc-proceed-to-checkout [class*=product_type_],
    .woocommerce .cart_totals .wc-proceed-to-checkout .add-cart .add_to_cart_button,
    .add-cart .woocommerce .cart_totals .wc-proceed-to-checkout .add_to_cart_button,
    .woocommerce .cart_totals .wc-proceed-to-checkout .add-cart .added_to_cart,
    .add-cart .woocommerce .cart_totals .wc-proceed-to-checkout .added_to_cart,
    .woocommerce .cart_totals .wc-proceed-to-checkout #respond input#submit,
    .woocommerce #respond .cart_totals .wc-proceed-to-checkout input#submit,
    .woocommerce .cart_totals .wc-proceed-to-checkout a.button,
    .woocommerce .cart_totals .wc-proceed-to-checkout button.button,
    .woocommerce .cart_totals .wc-proceed-to-checkout input.button {
        padding: 13px 30px
    }
}

.wc-block-components-sidebar-layout .wc-block-components-product-name {
    font-size: 16px;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    text-transform: uppercase
}

.wc-block-components-sidebar-layout .wc-block-components-product-metadata {
    font-size: 18px;
    line-height: 1.3
}

.wc-block-components-sidebar-layout table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 16px
}

.wc-block-components-sidebar-layout .wc-block-components-product-price {
    color: var(--ecosoap-theme-color);
    font-weight: 800;
    font-size: 18px
}

.wc-block-components-sidebar-layout .wc-block-components-totals-item__value,
.wc-block-components-sidebar-layout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--ecosoap-theme-color)
}

.wc-block-components-sidebar-layout .wc-block-components-button:not(.is-link) {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-width: 0
}

.wc-block-components-sidebar-layout .wc-block-components-button:not(.is-link).wc-block-components-totals-coupon__button {
    padding: 5px 35px
}

.wc-block-components-sidebar-layout .wc-block-components-text-input input[type=text] {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.woocommerce-table--order-details tfoot .woocommerce-Price-amount {
    font-size: 24px
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    font-weight: 400
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: 0 0
}

#add_payment_method #payment .place-order,
.woocommerce-cart #payment .place-order,
.woocommerce-checkout #payment .place-order {
    padding: 30px 0 10px !important
}

#add_payment_method #payment .place-order #place_order,
.woocommerce-cart #payment .place-order #place_order,
.woocommerce-checkout #payment .place-order #place_order {
    text-transform: uppercase
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #fff
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #fff
}

.woocommerce #customer_details .woocommerce-shipping-fields,
.woocommerce #customer_details .woocommerce-account-fields {
    margin-top: 30px
}

.woocommerce #customer_details h3.form-row {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    padding: 20px 0
}

.woocommerce #customer_details .shipping_address>*>.select2-hidden-accessible {
    height: 0
}

.woocommerce form .woocommerce-billing-fields>h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    padding: 20px 0
}

.woocommerce form .woocommerce-billing-fields .select2-container {
    height: 41px;
    border: 1px solid #dcd7cc !important
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>label {
    font-weight: 400
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>select,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>input {
    overflow: hidden;
    width: calc(100% - 200px) !important;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #dcd7cc;
    padding: 10px 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    float: right
}

.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container,
.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>select,
.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>input {
    float: left
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>select:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>input:focus {
    border-color: var(--ecosoap-theme-color)
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-hidden-accessible {
    height: 0
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.yith-wcwl-add-button {
    position: relative
}

.woocommerce div.product .product_title {
    color: var(--ecosoap-heading-color);
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0
}

@media (min-width:1200px) {
    .woocommerce div.product .product_title {
        font-size: 36px
    }
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--ecosoap-theme-color);
    font-size: 13px;
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 1
}

@media (min-width:1200px) {

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size: 16px;
        line-height: 24px
    }
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 700;
    padding: 0 7px
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 12px;
    color: var(--ecosoap-text-color);
    font-weight: 500
}

@media (min-width:1200px) {

    .woocommerce div.product p.price del,
    .woocommerce div.product span.price del {
        font-size: 14px
    }
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
    filter: alpha(opacity=100)
}

.variations label {
    color: var(--ecosoap-link-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin: 0 5px
}

.variations .value {
    padding: 0
}

.woocommerce div.product form.cart .group_table {
    border: none;
    margin-bottom: 10px
}

.woocommerce div.product form.cart .group_table .price del {
    font-size: 12px !important
}

.woocommerce div.product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .price ins {
    font-size: 15px !important;
    color: var(--ecosoap-theme-color)
}

.woocommerce div.product form.cart .group_table label {
    font-size: 16px;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    text-transform: capitalize;
    margin: 0
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle
}

.woocommerce div.product form.cart .group_table td:first-child {
    padding-right: 0;
    text-align: left
}

.rtl .woocommerce div.product form.cart .group_table td:first-child {
    text-align: right
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price {
    font-weight: 800;
    color: var(--ecosoap-link-color);
    font-size: 16px
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del {
    font-size: 15px;
    color: var(--ecosoap-text-color)
}

.woocommerce div.product form.cart .group_table .quantity .reader-text {
    display: none
}

.woocommerce div.product form.cart .group_table .woocs_price_code {
    font-weight: 700;
    color: var(--ecosoap-theme-color);
    font-size: 16px
}

.woocommerce div.product form.cart .group_table .woocs_price_code del {
    font-size: 15px;
    color: var(--ecosoap-text-color)
}

@media (min-width:1200px) {

    .woocommerce .shop-has-right div.product .product_title,
    .woocommerce .shop-has-left div.product .product_title {
        font-size: 26px
    }
}

@media (min-width:1200px) {

    .woocommerce .shop-has-right div.product form.cart .button,
    .woocommerce .shop-has-right div.product form.cart .added_to_cart,
    .woocommerce .shop-has-left div.product form.cart .button,
    .woocommerce .shop-has-left div.product form.cart .added_to_cart {
        min-width: 250px
    }
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .added_to_cart {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px
}

.woocommerce div.product form.cart .button.added,
.woocommerce div.product form.cart .added_to_cart.added {
    display: none
}

.woocommerce div.product form.cart .button.buy_now_button,
.woocommerce div.product form.cart .added_to_cart.buy_now_button {
    margin-left: 10px
}

.woocommerce .details-product .information .stock.out-of-stock {
    letter-spacing: 1px;
    background: #f5f5f5;
    border: 0;
    color: #ccc;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin: 10px 0;
    width: 100%;
    display: block
}

.woocommerce div.product form.cart.group_product {
    width: 100%
}

.woocommerce div.product form.cart.group_product+.yith-wcwl-add-to-wishlist {
    margin: 10px 0 0
}

.woocommerce div.product form.cart .group_table .label,
.woocommerce div.product form.cart .variations th.label {
    padding: 10px 0;
    vertical-align: middle;
    font-size: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: inherit;
    white-space: normal
}

.woocommerce div.product form.cart .group_table .label label,
.woocommerce div.product form.cart .variations th.label label {
    font-weight: 400
}

.woocommerce div.product form.cart .variations td {
    line-height: inherit;
    font-size: inherit;
    padding: 10px 0;
    vertical-align: middle
}

.woocommerce div.product form.cart .variations td .tawcvs-swatches {
    padding: 0
}

.woocommerce div.product form.cart .variations td .tawcvs-swatches .swatch-item-wrapper {
    line-height: 30px
}

.woocommerce div.product form.cart .variations td .tawcvs-swatches .swatch-item-wrapper .swatch-label {
    width: 30px
}

.woocommerce div.product form.cart .variations td .tawcvs-swatches .swatch-item-wrapper .swatch-label.selected {
    color: var(--ecosoap-link-color)
}

.woocommerce .order_details {
    padding: 0
}

.woocommerce table.shop_table input.button:disabled,
.woocommerce table.shop_table input.button {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    font-size: 14px;
    padding: 10px 35px
}

.woocommerce table.shop_table input.button:disabled:after,
.woocommerce table.shop_table input.button:after {
    display: none
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-message .button,
.woocommerce .checkout_coupon .button {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    font-size: 14px;
    padding: 11px 35px
}

.woocommerce .woocommerce-error .button:after,
.woocommerce .woocommerce-message .button:after,
.woocommerce .checkout_coupon .button:after {
    display: none
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .checkout_coupon .button:hover,
.woocommerce .checkout_coupon .button:focus {
    background-size: 100%
}

.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: auto;
    height: 41px;
    padding: 5px 10px !important;
    margin-right: 10px !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.rtl .woocommerce #content table.cart td.actions .input-text,
.rtl .woocommerce table.cart td.actions .input-text,
.rtl .woocommerce-page #content table.cart td.actions .input-text,
.rtl .woocommerce-page table.cart td.actions .input-text {
    margin-left: 10px !important;
    margin-right: inherit
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px
}

.woocommerce .percent-sale,
.woocommerce span.onsale {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: var(--ecosoap-theme-color);
    padding: 6px 10px;
    position: absolute;
    text-align: center;
    right: 15px;
    left: auto;
    text-transform: capitalize;
    top: 15px;
    min-height: auto;
    z-index: 9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    line-height: 1
}

.rtl .woocommerce .percent-sale,
.rtl .woocommerce span.onsale {
    left: 15px;
    right: auto
}

.popup-cart .title-count,
.popup-cart .title-add {
    font-size: 20px;
    margin: 0 0 20px
}

.popup-cart .gr-buttons {
    margin: 50px 0 0
}

.popup-cart .title-add {
    color: #5cb85c
}

.popup-cart .image img {
    max-width: 100px
}

.popup-cart .name {
    margin: 30px 0 0
}

.popup-cart .widget-product {
    margin-top: 30px
}

#goal-cart-modal .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    display: inline-block
}

.rtl #goal-cart-modal .btn-close {
    left: 0;
    right: auto
}

#goal-cart-modal .modal-content {
    background: #fff none repeat scroll 0 0;
    min-width: 1000px;
    max-width: 100%;
    margin-top: 50px
}

#goal-cart-modal .modal-body {
    padding: 60px
}

.name {
    font-size: 16px;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    margin: 0 0 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    letter-spacing: 0
}

.products-grid .product.outofstock .product-block {
    cursor: not-allowed
}

.products-grid.products-slide.colection_gutter {
    overflow: visible
}

.products-grid.products-slide.colection_gutter .slick-carousel {
    margin: 0
}

.products-grid.products-slide.colection_gutter .row-products-wrapper:after,
.products-grid.products-slide.colection_gutter .products-wrapper-mansory:after {
    right: 0
}

.products-grid.colection_gutter {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
    margin: 0;
    overflow: hidden
}

.products-grid.colection_gutter .row-products-wrapper,
.products-grid.colection_gutter .products-wrapper-mansory {
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.products-grid.colection_gutter .row-products-wrapper:after,
.products-grid.colection_gutter .products-wrapper-mansory:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    border: 1px solid #dcd7cc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    z-index: 4;
    pointer-events: none
}

.products-grid.colection_gutter .product,
.products-grid.colection_gutter .slick-carousel .slick-slide {
    padding: 0
}

.products-grid.colection_gutter .product-block.grid {
    margin: 0
}

.products-grid.colection_gutter .product-block.grid .grid-inner {
    border-top: 0;
    -moz-border-start: none;
    border-inline-start: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    background-color: #fff;
    margin: 0;
    height: 100%
}

.products-grid.colection_gutter .product-block.grid.grid-metro .grid-inner {
    border-top: 1px solid #dcd7cc
}

.products-grid.colection_gutter+.ajax-pagination {
    margin-top: 30px
}

.products-grid.colection_gutter .product-block.list {
    margin: 0
}

.products-grid.colection_gutter .product-block.list .list-inner {
    border-top: 0;
    -moz-border-start: none;
    border-inline-start: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    background-color: #fff;
    margin: 0;
    height: 100%
}

.woocommerce.widget-products-deal div.product {
    margin: 0
}

.woocommerce.widget-products-deal .top-info {
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-align-items: self-start
}

.woocommerce.widget-products-deal .top-info .goal-countdown-v2 {
    margin-left: 20px
}

.rtl .woocommerce.widget-products-deal .top-info .goal-countdown-v2 {
    margin-right: 20px;
    margin-left: inherit
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
    margin: 0
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .product,
.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .slick-carousel .slick-slide {
    padding: 0
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .products-grid {
    margin: 0
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .product-block.list {
    margin: 0
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .product-block.list .list-inner {
    border: 0;
    -moz-border-start: none;
    border-inline-start: none;
    position: relative
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .product-block.list .list-inner:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-left: 1px solid #dcd7cc;
    z-index: 4;
    pointer-events: none
}

.rtl .woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .product-block.list .list-inner:after {
    border-right: 1px solid #dcd7cc;
    border-left: inherit
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .product-block.grid {
    margin: 0
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .product-block.grid .grid-inner {
    border-top: 0;
    -moz-border-start: none;
    border-inline-start: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: relative;
    background-color: #fff;
    margin: 0;
    height: 100%;
    overflow: hidden
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .row-products-wrapper,
.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .products-wrapper-mansory {
    margin: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .row-products-wrapper:after,
.woocommerce.widget-products-deal .products-wrapper-grid.colection_gutter .products-wrapper-mansory:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #dcd7cc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    z-index: 4;
    pointer-events: none
}

.product-block {
    position: relative
}

.product-block .sale-perc {
    background-color: var(--ecosoap-theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding: 2px 10px;
    position: absolute;
    text-transform: uppercase;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    top: 10px;
    left: 10px;
    z-index: 3;
    max-height: 30px
}

.rtl .product-block .sale-perc {
    right: 10px;
    left: auto
}

@media (min-width:1200px) {
    .product-block .sale-perc {
        top: 15px;
        left: 15px
    }

    .rtl .product-block .sale-perc {
        right: 15px;
        left: auto
    }
}

.product-block .out-of-stock {
    background-color: #ccc;
    color: var(--ecosoap-link-color) !important;
    font-size: 12px !important;
    font-weight: 700;
    padding: 2px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-transform: none;
    z-index: 3;
    max-height: 30px
}

.rtl .product-block .out-of-stock {
    right: 10px;
    left: auto
}

@media (min-width:1200px) {
    .product-block .out-of-stock {
        top: 15px;
        left: 15px
    }

    .rtl .product-block .out-of-stock {
        right: 15px;
        left: auto
    }
}

.product-block .product-image {
    position: relative;
    display: block
}

.product-block .image {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.product-block .image .downsale {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: #d42e2e;
    color: #fff
}

.product-block .image img {
    display: inline-block;
    transition: all .5s ease-out;
    width: 100%;
    height: 100%
}

.product-block .image .image-effect {
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto
}

.product-block .block-inner:hover .image .image-hover {
    opacity: 0;
    filter: alpha(opacity=0)
}

.product-block .block-inner:hover .image .image-effect {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1.03)
}

.product-block .block-inner:hover .add-cart>.added_to_cart,
.product-block .block-inner:hover .add-cart>.button {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.product-block .block-inner.text-center .image img {
    margin: auto
}

.product-block .block-inner.text-center .image .image-effect {
    left: 50%;
    transform: translateX(-50%)
}

.product-block .clear {
    display: none !important
}

.product-block .yith-wcwl-add-to-wishlist {
    margin: 0
}

.product-block .compare {
    position: relative;
    overflow: hidden
}

.product-block .product-cats {
    font-size: 12px;
    margin: 15px 0 11px;
    text-transform: uppercase
}

.product-block .product-cats a {
    color: #4c4c4c
}

.product-block .product-cats a:hover,
.product-block .product-cats a:active {
    color: var(--ecosoap-theme-color)
}

.product-block .rating>* {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 !important;
    float: none
}

.product-block .rating .counts {
    color: #999591;
    font-size: 13px
}

.product-block .feedback,
.product-block .sub-title {
    display: none
}

.product-block .block-image {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 1px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.product-block:hover .quickview {
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-block.grid {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    overflow: hidden;
    text-align: center;
    background-color: transparent
}

@media (min-width:1200px) {
    .product-block.grid {
        margin: 0 0 40px;
        padding: 0
    }
}

.product-block.grid.noborder {
    border: none !important
}

.product-block.grid.noborder .grid-inner {
    border: none
}

.product-block.grid .quickview.loading:before {
    font-family: "WooCommerce";
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    color: var(--ecosoap-text-color);
    z-index: 9
}

.product-block.grid .quickview.loading:after {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    content: ""
}

.product-block.grid .name {
    color: var(--ecosoap-link-color);
    transform: translateY(0px);
    transition: all .5s ease-out;
    font-size: 14px;
    font-weight: 700;
    margin: 3px 0
}

@media (min-width:1400px) {
    .product-block.grid .name {
        margin: 5px 0;
        padding: 0;
        font-size: 16px
    }
}

.product-block.grid .name a:hover,
.product-block.grid .name a:focus {
    color: var(--ecosoap-link-hover-color)
}

.product-block.grid .rating {
    margin: 0 0 7px
}

.product-block.grid .image.out .product-image {
    opacity: .5;
    filter: alpha(opacity=50)
}

.product-block.grid .groups-button .button.added,
.product-block.grid .groups-button .add_to_cart_button.added {
    display: none
}

.product-block.grid .swatches-wrapper .swatch-color {
    width: 15px !important;
    height: 15px !important
}

.product-block.grid .product-cat {
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media (min-width:1400px) {
    .product-block.grid .product-cat {
        font-size: 11px
    }
}

.product-block.grid .product-cat a {
    color: var(--ecosoap-text-color)
}

.product-block.grid .caption {
    padding: 20px 15px 15px;
    text-align: center
}

.product-block.grid .grid-inner {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent
}

.product-block.grid .block-inner {
    position: relative
}

.product-block.grid .title-wrapper {
    position: relative;
    margin: 5px 0 0;
    z-index: 1;
    -ms-flex-align: end;
    align-items: end;
    display: block
}

@media (min-width:1200px) {
    .product-block.grid .title-wrapper {
        margin: 10px 0 0
    }
}

.product-block.grid .groups-button {
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9;
    transform: translateY(10px);
    transition: all .3s ease-out 0s;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
}

.rtl .product-block.grid .groups-button {
    left: 10px;
    right: auto
}

@media (min-width:1200px) {
    .product-block.grid .groups-button {
        right: 15px;
        transform: translateY(15px)
    }

    .rtl .product-block.grid .groups-button {
        left: 15px;
        right: auto
    }
}

.product-block.grid .price {
    transition: all .2s ease-in-out 0s;
    transform: translateY(0);
    display: inline-block
}

.product-block.grid .add-cart {
    margin: 15px 0 0;
    z-index: 9;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    inset: auto 0% 0%;
    padding: 10px
}

@media (min-width:1200px) {
    .product-block.grid .add-cart {
        margin: 20px 0 0;
        padding: 15px
    }
}

.product-block.grid .add-cart>.added_to_cart,
.product-block.grid .add-cart>.button {
    background-color: #fff;
    border: 0;
    color: var(--ecosoap-link-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 12px;
    transform: translate3d(0px, 60px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

@media (min-width:1200px) {

    .product-block.grid .add-cart>.added_to_cart,
    .product-block.grid .add-cart>.button {
        padding: 15px 18px;
        font-size: 13px
    }
}

.product-block.grid .add-cart .added_to_cart:before {
    color: var(--ecosoap-theme-color)
}

.product-block.grid .view {
    position: relative
}

.product-block.grid .view .quickview {
    font-size: 14px;
    background-color: #fff;
    color: var(--ecosoap-link-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border: 1px solid #dcd7cc;
    transform: scaleX(0);
    transition: all .3s ease-out 0s;
    box-shadow: 0 5px 10px 0 rgba(91, 91, 91, .1)
}

.product-block.grid .view .quickview:active,
.product-block.grid .view .quickview:hover {
    color: var(--ecosoap-link-hover-color)
}

@media (max-width:767px) {
    .product-block.grid .view .quickview {
        font-size: 14px
    }
}

.product-block.grid .woosc-btn {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    color: var(--ecosoap-link-color);
    border: 1px solid #dcd7cc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 0;
    font-weight: 500;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    transform: scaleX(0);
    transition: all .3s ease-out 0s;
    box-shadow: 0 5px 10px 0 rgba(91, 91, 91, .1)
}

.product-block.grid .woosc-btn:before {
    font-family: "themify";
    content: "\e6ba";
    font-size: 14px;
    line-height: 32px;
    right: 0;
    left: 0;
    position: absolute;
    margin: 0
}

@media (max-width:767px) {
    .product-block.grid .woosc-btn:before {
        font-size: 14px
    }
}

.product-block.grid .woosc-btn.woosc-added {
    color: var(--ecosoap-link-hover-color)
}

.product-block.grid .woosc-btn:hover {
    color: var(--ecosoap-link-hover-color)
}

.product-block.grid .woosw-btn {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    color: var(--ecosoap-link-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 0;
    font-weight: 500;
    border: 1px solid #dcd7cc;
    padding: 0;
    overflow: hidden;
    transform: scaleX(0);
    transition: all .3s ease-out 0s;
    box-shadow: 0 5px 10px 0 rgba(91, 91, 91, .1)
}

.product-block.grid .woosw-btn:before {
    font-family: "ecosoap";
    content: "\e909";
    font-size: 15px;
    line-height: 34px;
    right: 0;
    left: 0;
    position: absolute;
    margin: 0
}

@media (max-width:767px) {
    .product-block.grid .woosw-btn:before {
        font-size: 14px
    }
}

.product-block.grid .woosw-btn.woosw-adding:before {
    font-family: "WooCommerce";
    content: "\e01c";
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite
}

.product-block.grid .woosw-btn.woosw-added {
    color: var(--ecosoap-link-hover-color)
}

.product-block.grid .woosw-btn.woosw-added:before {
    font-family: "themify";
    content: "\e635"
}

.product-block.grid .woosw-btn:hover {
    color: var(--ecosoap-link-hover-color)
}

.product-block.grid .metas {
    padding: 0;
    position: relative;
    bottom: 0;
    z-index: 8;
    width: 100%
}

.product-block.grid .swatches-wrapper {
    list-style: none;
    padding: 0;
    line-height: 1.2;
    position: absolute;
    bottom: 8px;
    margin: 0;
    z-index: 9;
    left: 10px;
    width: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .2s ease-in-out 0s;
    visibility: visible;
    text-align: center
}

.rtl .product-block.grid .swatches-wrapper {
    right: 10px;
    left: auto
}

@media (min-width:1200px) {
    .product-block.grid .swatches-wrapper {
        left: 15px;
        bottom: 15px
    }

    .rtl .product-block.grid .swatches-wrapper {
        right: 15px;
        left: auto
    }
}

.product-block.grid .swatches-wrapper li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px
}

.product-block.grid .swatches-wrapper li>a.active .swatch-image {
    border: 1px solid var(--ecosoap-link-color);
    line-height: 0;
    padding: 3px
}

.product-block.grid .swatches-wrapper .label {
    padding: 0;
    font-size: 16px;
    color: var(--ecosoap-text-color);
    font-weight: 500
}

.product-block.grid .swatches-wrapper .swatch-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.product-block.grid .swatches-wrapper .swatch-image {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid transparent;
    line-height: 0;
    padding: 0
}

.product-block.grid .goal-countdown .times>div {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    padding-right: 7px;
    margin-right: 2px
}

.rtl .product-block.grid .goal-countdown .times>div {
    padding-left: 7px;
    padding-right: inherit
}

.rtl .product-block.grid .goal-countdown .times>div {
    margin-left: 2px;
    margin-right: inherit
}

.product-block.grid .goal-countdown .times>div:last-child {
    margin: 0;
    padding: 0
}

.product-block.grid .goal-countdown .times>div:before {
    font-size: 13px;
    color: var(--ecosoap-text-color);
    top: 5px
}

.product-block.grid .goal-countdown .times>div span {
    font-size: 12px;
    display: inline;
    color: var(--ecosoap-text-color)
}

.product-block.grid .price {
    display: block;
    transform: translateY(0px);
    transition: all .3s ease-in-out 0s
}

.product-block.grid:hover .groups-button .woosw-btn,
.product-block.grid:hover .groups-button .woosc-btn,
.product-block.grid:hover .groups-button .view .quickview {
    transform: scaleX(1)
}

.product-block.grid:hover .swatches-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.product-block.grid.grid-v2 .metas {
    padding: 10px 0 0
}

@media (min-width:1200px) {
    .product-block.grid.grid-v2 .metas {
        padding: 20px 0 0
    }
}

.product-block.grid.grid-v2 .swatches-wrapper {
    bottom: auto;
    top: 30px
}

.product-block.grid.grid-v2 .swatches-wrapper li {
    margin: 2px 0;
    width: 25px;
    height: 25px
}

.product-block.grid.grid-v2 .add-cart {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s ease-in-out 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

@media (min-width:1200px) {
    .product-block.grid.grid-v2 .add-cart {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden
    }
}

.product-block.grid.grid-v2 a.added_to_cart,
.product-block.grid.grid-v2 a.button {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    padding: 7px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

@media (min-width:1200px) {

    .product-block.grid.grid-v2 a.added_to_cart,
    .product-block.grid.grid-v2 a.button {
        padding: 15px 20px
    }
}

.product-block.grid.grid-v2:not(:hover) .add-cart {
    transform: translateY(0)
}

@media (min-width:1200px) {
    .product-block.grid.grid-v2:not(:hover) .add-cart {
        transform: translateY(100%)
    }
}

.product-block.grid.grid-v2:hover .add-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.product-block.grid.grid-v2,
.product-block.grid.grid-v3 {
    text-align: left
}

.rtl .product-block.grid.grid-v2,
.rtl .product-block.grid.grid-v3 {
    text-align: right
}

.product-block.grid.grid-v2 .ali-left,
.product-block.grid.grid-v3 .ali-left {
    display: grid
}

.product-block.grid.grid-v2 .name,
.product-block.grid.grid-v3 .name {
    margin: 5px 0
}

.product-block.grid.grid-v3 {
    margin: 0 0 30px
}

.product-block.grid.grid-v3 .groups-button>.groups-button-inner {
    bottom: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.product-block.grid.grid-v3 .groups-button>.groups-button-inner>div,
.product-block.grid.grid-v3 .groups-button>.groups-button-inner .woosw-btn {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}

.product-block.grid.grid-v3 .grid-inner {
    padding: 9px 14px 40px
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3 .grid-inner {
        padding: 19px
    }
}

.product-block.grid.grid-v3 .buttons-bottom {
    text-align: left;
    transition: all .2s ease-in-out 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(30px);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 20px 0 0
}

.rtl .product-block.grid.grid-v3 .buttons-bottom {
    text-align: right
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3 .buttons-bottom {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(30px);
        visibility: visible
    }
}

.product-block.grid.grid-v3 .view {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin-left: 10px;
    line-height: 1.2
}

.rtl .product-block.grid.grid-v3 .view {
    margin-right: 10px;
    margin-left: inherit
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3 .view {
        margin-left: 15px
    }

    .rtl .product-block.grid.grid-v3 .view {
        margin-right: 15px;
        margin-left: inherit
    }
}

.product-block.grid.grid-v3 .view:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 0;
    height: 1px;
    background-color: var(--ecosoap-link-color);
    width: 100%;
    left: 50%;
    transition: transform .5s cubic-bezier(.28, 0, .18, 1) .2s;
    transform: translateX(-50%) scaleX(1)
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3 .view:before {
        transform: translateX(-50%) scaleX(0);
        transition: transform .5s cubic-bezier(.28, 0, .18, 1)
    }
}

.product-block.grid.grid-v3 .view .quickview {
    border: 0;
    background-color: transparent !important;
    width: auto;
    height: auto;
    line-height: 1;
    font-weight: 700;
    color: var(--ecosoap-link-color);
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 2px !important;
    white-space: nowrap;
    letter-spacing: 0;
    z-index: 0
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3 .view .quickview {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .product-block.grid.grid-v3 .view .quickview {
        font-size: 10px
    }
}

.product-block.grid.grid-v3 .view .quickview.loading {
    background: #fff
}

.product-block.grid.grid-v3 .view .quickview.loading:before {
    margin-top: -10px
}

.product-block.grid.grid-v3 .view .quickview.loading:hover:before,
.product-block.grid.grid-v3 .view .quickview.loading:focus:before {
    transform: translateX(0%) scaleX(1);
    transition: all 0s ease-in-out 0s
}

.product-block.grid.grid-v3 .view .quickview:hover,
.product-block.grid.grid-v3 .view .quickview:focus {
    background: 0 0
}

.product-block.grid.grid-v3 .view:hover:before,
.product-block.grid.grid-v3 .view:focus:before {
    transition: transform .5s cubic-bezier(.28, 0, .18, 1) .2s;
    transform: translateX(-50%) scaleX(1)
}

.product-block.grid.grid-v3 .metas {
    padding: 10px 0 0;
    position: relative
}

.product-block.grid.grid-v3 a.button,
.product-block.grid.grid-v3 a.added_to_cart {
    background-color: transparent !important;
    border: 0 !important;
    color: var(--ecosoap-link-color);
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 2px !important;
    white-space: nowrap;
    letter-spacing: 0;
    z-index: 0
}

@media (min-width:1200px) {

    .product-block.grid.grid-v3 a.button,
    .product-block.grid.grid-v3 a.added_to_cart {
        font-size: 15px
    }
}

@media (max-width:767px) {

    .product-block.grid.grid-v3 a.button,
    .product-block.grid.grid-v3 a.added_to_cart {
        font-size: 10px
    }
}

.product-block.grid.grid-v3 a.button:before,
.product-block.grid.grid-v3 a.added_to_cart:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 0;
    height: 1px;
    background-color: var(--ecosoap-link-color);
    width: 100%;
    left: 50%;
    transition: transform .5s cubic-bezier(.28, 0, .18, 1) .2s;
    transform: translateX(-50%) scaleX(1)
}

@media (min-width:1200px) {

    .product-block.grid.grid-v3 a.button:before,
    .product-block.grid.grid-v3 a.added_to_cart:before {
        transform: translateX(-50%) scaleX(0);
        transition: transform .5s cubic-bezier(.28, 0, .18, 1)
    }
}

.product-block.grid.grid-v3 a.button.loading:before,
.product-block.grid.grid-v3 a.added_to_cart.loading:before {
    transition: all 0s ease-in-out 0s;
    transform: translateX(0%) scaleX(1);
    background: #fff !important;
    opacity: .9;
    filter: alpha(opacity=90);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -4px;
    z-index: 9;
    left: 0
}

.product-block.grid.grid-v3 a.button.loading:hover:before,
.product-block.grid.grid-v3 a.button.loading:focus:before,
.product-block.grid.grid-v3 a.added_to_cart.loading:hover:before,
.product-block.grid.grid-v3 a.added_to_cart.loading:focus:before {
    transform: translateX(0%) scaleX(1);
    transition: all 0s ease-in-out 0s
}

.product-block.grid.grid-v3 a.button:hover:before,
.product-block.grid.grid-v3 a.button:focus:before,
.product-block.grid.grid-v3 a.added_to_cart:hover:before,
.product-block.grid.grid-v3 a.added_to_cart:focus:before {
    transition: transform .5s cubic-bezier(.28, 0, .18, 1) .2s;
    transform: translateX(-50%) scaleX(1)
}

.product-block.grid.grid-v3 .price {
    transition: all .2s ease-in-out 0s;
    transform: translateY(0);
    display: inline-block
}

.product-block.grid.grid-v3 .add-cart {
    margin: 0
}

.product-block.grid.grid-v3 .add-cart>* {
    margin-right: 15px;
    margin-top: 0
}

.rtl .product-block.grid.grid-v3 .add-cart>* {
    margin-left: 15px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3 .add-cart>* {
        margin-right: 20px
    }

    .rtl .product-block.grid.grid-v3 .add-cart>* {
        margin-left: 20px;
        margin-right: inherit
    }
}

.product-block.grid.grid-v3 .add-cart>*:last-child {
    margin-right: 0
}

.rtl .product-block.grid.grid-v3 .add-cart>*:last-child {
    margin-left: 0;
    margin-right: inherit
}

.product-block.grid.grid-v3:hover .price {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3:hover .price {
        transform: translateY(-10px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.product-block.grid.grid-v3:hover .buttons-bottom {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    visibility: visible;
    transform: translateY(30px)
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3:hover .buttons-bottom {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
        visibility: visible
    }
}

.product-block.grid.grid-deal .image img {
    width: 100%
}

.product-block.list {
    margin-bottom: 30px
}

.product-block.list .list-inner {
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 0;
    margin: 0;
    padding: 10px 15px;
    text-align: left
}

.rtl .product-block.list .list-inner {
    text-align: right
}

@media (min-width:1200px) {
    .product-block.list .list-inner {
        padding: 25px 30px
    }
}

.product-block.list .left-content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 30%
}

@media (min-width:1200px) {
    .product-block.list .left-content {
        max-width: 35%
    }
}

.product-block.list .right-content {
    padding-left: 15px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.rtl .product-block.list .right-content {
    padding-right: 15px;
    padding-left: inherit
}

@media (min-width:1200px) {
    .product-block.list .right-content {
        padding-left: 30px
    }

    .rtl .product-block.list .right-content {
        padding-right: 30px;
        padding-left: inherit
    }
}

.product-block.list .right-content .add-cart {
    margin: 10px 0 0
}

@media (min-width:1200px) {
    .product-block.list .right-content .add-cart {
        margin: 20px 0 0
    }
}

.product-block.list .right-content .add-cart .added_to_cart,
.product-block.list .right-content .add-cart a.button {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    padding: 10px 14px;
    background-color: var(--ecosoap-link-color);
    color: #fff;
    text-align: center;
    line-height: 1.7
}

@media (min-width:1200px) {

    .product-block.list .right-content .add-cart .added_to_cart,
    .product-block.list .right-content .add-cart a.button {
        font-size: 13px
    }
}

.product-block.list .right-content .add-cart .added_to_cart:hover,
.product-block.list .right-content .add-cart .added_to_cart:focus,
.product-block.list .right-content .add-cart a.button:hover,
.product-block.list .right-content .add-cart a.button:focus {
    border-color: var(--ecosoap-theme-color);
    background-color: var(--ecosoap-theme-color)
}

.product-block.list .metas {
    width: 100%;
    margin: 0;
    padding: 0
}

.product-block.list .sale-perc {
    padding: 2px 7px;
    font-size: 10px;
    top: 5px;
    left: 5px
}

.rtl .product-block.list .sale-perc {
    right: 5px;
    left: auto
}

.product-block.list .product-cat {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase
}

.product-block.list .product-cat a {
    color: var(--ecosoap-text-color)
}

.product-block.list .name {
    font-size: 13px;
    margin: 3px 0 7px
}

@media (min-width:1200px) {
    .product-block.list .name {
        font-size: 16px
    }
}

.product-block.list .rating {
    margin: 0 0 5px
}

.product-block.list .goal-countdown .times>div {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    padding-right: 7px;
    margin-right: 2px
}

.rtl .product-block.list .goal-countdown .times>div {
    padding-left: 7px;
    padding-right: inherit
}

.rtl .product-block.list .goal-countdown .times>div {
    margin-left: 2px;
    margin-right: inherit
}

.product-block.list .goal-countdown .times>div:last-child {
    margin: 0;
    padding: 0
}

.product-block.list .goal-countdown .times>div:before {
    font-size: 13px;
    color: var(--ecosoap-text-color);
    top: 5px
}

.product-block.list .goal-countdown .times>div span {
    font-size: 12px;
    display: inline;
    color: var(--ecosoap-text-color)
}

.product-block.grid-deal:hover {
    box-shadow: none
}

.product-block.grid-deal:hover .name {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0px)
}

.product-block.grid-deal:hover .price {
    transform: translateY(0px)
}

.product-block.grid-deal:before {
    display: none
}

.product-block.grid-deal .groups-button>div {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0) scale(1, 1)
}

.product-block.grid-deal .time-wrapper {
    margin-top: 10px
}

@media (min-width:1200px) {
    .product-block.grid-deal .time-wrapper {
        margin-top: 20px
    }
}

.goal-shop-products-wrapper .type-product.col-md-4 .product-block.list .list-inner {
    padding: 10px 15px
}

.goal-shop-products-wrapper .type-product.col-md-12 .product-block.list .name {
    font-size: 26px
}

.products-list .product-block-list {
    margin: 0 0 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

@media (min-width:768px) {
    .products-list .product-block-list {
        margin: 0 0 30px
    }
}

.product-block-list {
    padding: 15px;
    border: 1px solid #dcd7cc;
    overflow: hidden;
    background: 0 0;
    transition: all .3s ease-in-out 0s
}

@media (min-width:1200px) {
    .product-block-list {
        padding: 30px
    }
}

.product-block-list .onsale,
.product-block-list .sale-perc,
.product-block-list .out-of-stock {
    top: 15px !important;
    left: 15px !important
}

.product-block-list:hover {
    border-color: var(--ecosoap-theme-color)
}

.product-block-list .quickview {
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-align: center;
    background-color: var(--ecosoap-link-color);
    color: #fff;
    padding: 9px;
    text-transform: uppercase;
    transition: all .3s ease-in-out 0s
}

.product-block-list .quickview:hover,
.product-block-list .quickview:focus {
    color: #fff;
    background-color: var(--ecosoap-theme-color)
}

.product-block-list .quickview.loading {
    position: relative
}

.product-block-list .quickview.loading:before {
    font-family: "WooCommerce";
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 11px;
    right: 46%;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    color: var(--ecosoap-text-color);
    z-index: 9
}

.product-block-list .quickview.loading:after {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    content: ""
}

.product-block-list .product-cat {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 11px
}

.product-block-list .name {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
    text-overflow: inherit;
    white-space: normal
}

@media (min-width:1200px) {
    .product-block-list .name {
        font-size: 22px
    }
}

.product-block-list .name a {
    font-family: var(--ecosoap-heading-font), Arial, sans-serif
}

.product-block-list .name a:hover {
    color: var(--ecosoap-theme-color)
}

.product-block-list .yith-wcwl-add-to-wishlist a.add_to_wishlist span {
    display: none
}

.product-block-list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a,
.product-block-list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a {
    color: var(--ecosoap-theme-color);
    font-size: 0
}

.product-block-list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:before,
.product-block-list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a:before {
    font-family: "themify";
    content: "\e635";
    font-size: 16px;
    line-height: 42px
}

.product-block-list .yith-wcwl-add-to-wishlist .sub-title {
    display: none
}

.product-block-list .cate-wrapper {
    margin: 0 0 8px
}

.product-block-list .cate-wrapper .product-cats {
    margin: 0
}

.product-block-list .add-cart {
    margin-bottom: 10px;
    margin-top: 10px
}

@media (min-width:1200px) {
    .product-block-list .add-cart {
        margin-top: 20px;
        margin-bottom: 15px
    }
}

.product-block-list .add-cart .added {
    display: none !important
}

.product-block-list .add-cart .wc-forward {
    width: 100%
}

.product-block-list .add-cart a.button,
.product-block-list .add-cart .added_to_cart {
    overflow: inherit;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
    line-height: 1;
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width:1200px) {

    .product-block-list .add-cart a.button,
    .product-block-list .add-cart .added_to_cart {
        padding: 15px 30px
    }
}

.product-block-list .add-cart a.button:hover,
.product-block-list .add-cart a.button:focus,
.product-block-list .add-cart .added_to_cart:hover,
.product-block-list .add-cart .added_to_cart:focus {
    border-color: var(--ecosoap-theme-color);
    background-color: var(--ecosoap-theme-color)
}

.product-block-list .add-cart a.button.loading:after,
.product-block-list .add-cart .added_to_cart.loading:after {
    margin-top: -7px
}

.product-block-list .wrapper-info {
    position: relative;
    z-index: 1
}

.product-block-list .wrapper-info .top-list-info {
    position: relative
}

.product-block-list .groups-button {
    position: relative;
    right: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9;
    transform: translateY(0);
    transition: all .5s ease 0s;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.product-block-list .view {
    position: relative
}

.product-block-list .view .quickview {
    font-size: 16px;
    background-color: #fff;
    color: var(--ecosoap-link-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1.7;
    display: inline-block;
    border: 1px solid #dcd7cc;
    box-shadow: 0 5px 10px 0 rgba(91, 91, 91, .1)
}

.product-block-list .view .quickview:active,
.product-block-list .view .quickview:hover {
    color: var(--ecosoap-theme-color)
}

@media (max-width:767px) {
    .product-block-list .view .quickview {
        width: 30px;
        height: 30px;
        line-height: 1;
        font-size: 12px
    }
}

.product-block-list .woosc-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    background-color: #fff;
    color: var(--ecosoap-link-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 0;
    font-weight: 500;
    border: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(91, 91, 91, .1);
    margin: 0 10px;
    border: 1px solid #dcd7cc
}

@media (max-width:767px) {
    .product-block-list .woosc-btn {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.product-block-list .woosc-btn:before {
    font-family: "themify";
    content: "\e6ba";
    font-size: 16px;
    line-height: 42px;
    right: 0;
    left: 0;
    position: absolute;
    margin: 0
}

@media (max-width:767px) {
    .product-block-list .woosc-btn:before {
        line-height: 30px;
        font-size: 12px
    }
}

.product-block-list .woosc-btn.woosc-added {
    color: var(--ecosoap-theme-color)
}

.product-block-list .woosc-btn:hover {
    color: var(--ecosoap-theme-color)
}

.product-block-list .woosw-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    background-color: #fff;
    color: var(--ecosoap-link-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 0;
    font-weight: 500;
    border: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(91, 91, 91, .1);
    border: 1px solid #dcd7cc
}

@media (max-width:767px) {
    .product-block-list .woosw-btn {
        width: 30px;
        height: 30px;
        line-height: 32px
    }
}

.product-block-list .woosw-btn:before {
    font-family: "themify";
    content: "\e634";
    font-size: 16px;
    line-height: 42px;
    right: 0;
    left: 0;
    position: absolute;
    margin: 0
}

@media (max-width:767px) {
    .product-block-list .woosw-btn:before {
        line-height: 32px;
        font-size: 12px
    }
}

.product-block-list .woosw-btn.woosw-adding:before {
    font-family: "WooCommerce";
    content: "\e01c";
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite
}

.product-block-list .woosw-btn.woosw-added {
    color: var(--ecosoap-theme-color)
}

.product-block-list .woosw-btn.woosw-added:before {
    content: "\e635"
}

.product-block-list .woosw-btn:hover {
    color: var(--ecosoap-theme-color)
}

.product-block-list .rating {
    margin-bottom: 0
}

.product-block-list .rating>* {
    display: inline-block;
    float: none;
    vertical-align: text-top;
    line-height: 1
}

.product-block-list .rating .counts {
    margin-left: 2px
}

.rtl .product-block-list .rating .counts {
    margin-right: 2px;
    margin-left: inherit
}

.product-block-list .price {
    display: block;
    margin-top: 0;
    font-weight: 700;
    font-size: 20px !important;
    margin: 0
}

.product-block-list .price del {
    color: var(--ecosoap-text-color);
    font-weight: 500;
    font-size: 16px !important
}

.product-block-list .avaibility-wrapper {
    margin-bottom: 20px;
    font-size: 14px
}

.product-block-list .bottom-list {
    margin-top: 35px
}

.product-block-list .bottom-list>div {
    float: left
}

.rtl .product-block-list .bottom-list>div {
    float: right
}

.product-block-list .flex-middle {
    overflow: hidden
}

.product-block-list .left-infor {
    padding-left: 20px;
    position: relative;
    text-align: center
}

.rtl .product-block-list .left-infor {
    padding-right: 20px;
    padding-left: inherit
}

@media (min-width:1200px) {
    .product-block-list .left-infor {
        padding-left: 30px
    }

    .rtl .product-block-list .left-infor {
        padding-right: 30px;
        padding-left: inherit
    }
}

.product-block-list .left-infor:before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    width: 1px;
    height: 1000px;
    background: #dcd7cc
}

.rtl .product-block-list .left-infor:before {
    right: 0;
    left: auto
}

.product-block-list .bottom-list>* {
    display: inline-block;
    vertical-align: top
}

.product-block-list .wrapper-image {
    position: relative
}

.product-block-list .wrapper-image .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

.rtl .product-block-list .wrapper-image .yith-wcwl-add-to-wishlist {
    left: 0;
    right: auto
}

.product-block-list .wrapper-image .quickview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(10px);
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 8
}

.product-block-list .wrapper-image .swatches-wrapper {
    z-index: 8;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px
}

.product-block-list .wrapper-image .swatches-wrapper li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.rtl .product-block-list .wrapper-image .swatches-wrapper li {
    margin-left: 5px;
    margin-right: inherit
}

.product-block-list .wrapper-image .swatches-wrapper li:last-child {
    margin-right: 0
}

.rtl .product-block-list .wrapper-image .swatches-wrapper li:last-child {
    margin-left: 0;
    margin-right: inherit
}

.product-block-list .wrapper-image .swatches-wrapper .label {
    padding: 5px 8px;
    font-size: 16px;
    color: var(--ecosoap-text-color);
    font-weight: 500;
    display: inline-block;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.product-block-list .wrapper-image .swatches-wrapper .swatch-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.product-block-list .wrapper-image:hover .quickview {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0)
}

.shop-list-small {
    background-color: #fff;
    padding: 10px 12px;
    border: 1px solid #dcd7cc;
    margin-left: -1px
}

.rtl .shop-list-small {
    margin-right: -1px;
    margin-left: inherit
}

@media (min-width:1200px) {
    .shop-list-small {
        padding: 15px
    }
}

.shop-list-small .image-left {
    width: 110px
}

.shop-list-small .info-right {
    width: calc(100% - 110px);
    padding-left: 10px
}

.rtl .shop-list-small .info-right {
    padding-right: 10px;
    padding-left: inherit
}

@media (min-width:1200px) {
    .shop-list-small .info-right {
        padding-left: 15px
    }

    .rtl .shop-list-small .info-right {
        padding-right: 15px;
        padding-left: inherit
    }
}

.shop-list-small .name {
    font-size: 16px;
    margin: 5px 0;
    white-space: break-spaces
}

.shop-list-normal {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #dcd7cc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: left
}

.rtl .shop-list-normal {
    text-align: right
}

.shop-list-normal .image-left {
    width: 115px
}

.shop-list-normal .info-right {
    width: calc(100% - 115px);
    padding-left: 10px
}

.rtl .shop-list-normal .info-right {
    padding-right: 10px;
    padding-left: inherit
}

@media (min-width:1200px) {
    .shop-list-normal .info-right {
        padding-left: 15px
    }

    .rtl .shop-list-normal .info-right {
        padding-right: 15px;
        padding-left: inherit
    }
}

.shop-list-normal .name {
    font-size: 16px;
    margin: 0 0 5px
}

.shop-list-smallest .name a {
    color: var(--ecosoap-link-color)
}

.shop-list-smallest .name a:hover,
.shop-list-smallest .name a:active {
    color: var(--ecosoap-theme-color);
    text-decoration: none
}

.shop-list-smallest .content-left {
    width: 90px;
    padding-right: 20px
}

.rtl .shop-list-smallest .content-left {
    padding-left: 20px;
    padding-right: inherit
}

.woocommerce.carousel.inner-list-smallest {
    border-top: 1px solid #dcd7cc
}

.woocommerce.carousel.inner-list-smallest .shop-list-smallest {
    margin-bottom: 0;
    border-top: none
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0;
    display: inline-block;
    float: none;
    vertical-align: middle
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    font-size: 14px;
    line-height: 1
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%
}

.single_variation_wrap div.qty {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--ecosoap-text-color);
    margin-top: 10px;
    margin-right: 10px
}

.rtl .single_variation_wrap div.qty {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:1024px) {
    .wrapper-shop {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.wrapper-shop .goal-pagination {
    border-top: 1px solid #dcd7cc;
    padding-top: 40px;
    margin-top: 0
}

.wrapper-shop aside.sidebar {
    background: 0 0
}

.thumbnails-image ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.thumbnails-image .prev,
.thumbnails-image .next {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000
}

.thumbnails-image .thumb-link {
    display: block;
    opacity: .4;
    filter: alpha(opacity=40);
    margin: 10px 0
}

.thumbnails-image .thumb-link:hover,
.thumbnails-image .thumb-link.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.user_photo_thumbs {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 10px 0 0
}

.user_photo_thumbs li {
    display: inline-block;
    margin: 0 4px;
    width: 70px;
    opacity: .4;
    filter: alpha(opacity=40);
    transition: all .3s ease-in-out 0s
}

.user_photo_thumbs li:hover,
.user_photo_thumbs li.active,
.user_photo_thumbs li:active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.user_photo {
    margin-top: 50px
}

.delivery_info {
    text-align: center;
    background: #f5f5f5;
    font-size: 14px;
    padding: 8px;
    transition: all .3s ease-in-out 0s
}

.delivery_info:hover {
    background: #f5f5f5
}

.delivery_info i {
    font-size: 16px;
    margin-right: 10px
}

.rtl .delivery_info i {
    margin-left: 10px;
    margin-right: inherit
}

.details-product {
    margin-bottom: 30px !important
}

@media (min-width:1200px) {
    .details-product .left-detail {
        padding-right: 0
    }

    .rtl .details-product .left-detail {
        padding-left: 0;
        padding-right: inherit
    }
}

.details-product.layout-v1 .goal-woocommerce-product-gallery {
    text-align: center
}

.details-product.layout-v1 .goal-woocommerce-product-gallery img {
    width: auto;
    display: inline-block
}

.details-product.layout-v1 .goal-woocommerce-product-gallery-wrapper {
    width: calc(100% - 100px);
    float: right
}

.rtl .details-product.layout-v1 .goal-woocommerce-product-gallery-wrapper {
    float: left
}

.details-product.layout-v1 .goal-woocommerce-product-gallery-wrapper.full-width {
    width: 100%;
    float: none
}

.details-product.layout-v1 .wrapper-thumbs {
    float: left;
    width: 100px;
    padding-right: 6px
}

.rtl .details-product.layout-v1 .wrapper-thumbs {
    float: right
}

.rtl .details-product.layout-v1 .wrapper-thumbs {
    padding-left: 6px;
    padding-right: inherit
}

@media (max-width:767px) {
    .details-product.layout-v1 .wrapper-thumbs {
        padding-top: 20px
    }
}

.details-product.layout-v2 table.variations .tawcvs-swatches .swatch-label {
    border-color: var(--ecosoap-link-color)
}

.details-product.layout-v2 table.variations .tawcvs-swatches .swatch-label.selected {
    box-shadow: 0 0 0 1px var(--ecosoap-link-color) inset
}

.details-product.layout-v2 .quantity {
    border-color: var(--ecosoap-link-color) !important
}

.details-product.layout-v2 .goal-woocommerce-product-gallery .slick-dots {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0;
    z-index: 2;
    transform: rotate(90deg) translate(calc(-50% - 16px), -50%);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%
}

.details-product.layout-v2 .goal-woocommerce-product-gallery {
    padding-left: 50px
}

.details-product.layout-v3 .top-content {
    padding: 0;
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .details-product.layout-v3 .top-content {
        margin-bottom: 60px
    }
}

.details-product.layout-v3 .woocommerce-product-gallery__image {
    margin-bottom: 10px
}

.details-product.layout-v3 .woocommerce-product-gallery__image:last-child {
    margin-bottom: 0
}

.details-product.layout-v3 .right-info {
    margin-top: 0
}

.details-product.layout-v4 .woocommerce-product-gallery__image {
    margin-bottom: 10px
}

.details-product.layout-v4 .woocommerce-product-gallery__image:last-child {
    margin-bottom: 0
}

.details-product.layout-v4 .second-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.details-product.layout-v4 .second-wrapper .woocommerce-product-gallery__image {
    width: calc(50% - 5px)
}

.details-product.layout-v4 .second-wrapper .woocommerce-product-gallery__image:nth-child(2n+1) {
    margin-right: 10px
}

.rtl .details-product.layout-v4 .second-wrapper .woocommerce-product-gallery__image:nth-child(2n+1) {
    margin-left: 10px;
    margin-right: inherit
}

.details-product.layout-v4 .delivery-shipping-info {
    margin-top: 10px
}

.details-product.layout-v4 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    bottom: 20px;
    right: 10px
}

.rtl .details-product.layout-v4 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    left: 10px;
    right: auto
}

@media (min-width:1200px) {
    .details-product.layout-v4 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
        bottom: 30px;
        right: 20px
    }

    .rtl .details-product.layout-v4 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
        left: 20px;
        right: auto
    }
}

.details-product.layout-v5 .wrapper-thumbs {
    margin-top: 10px
}

@media (min-width:1200px) {
    .details-product.layout-v5 .wrapper-thumbs {
        margin-top: 25px
    }
}

@media (min-width:992px) {
    .details-product.layout-v5 .top-row>div {
        width: 50%
    }
}

@media (min-width:1200px) {
    .details-product.layout-v5 .information {
        padding-left: 60px
    }

    .rtl .details-product.layout-v5 .information {
        padding-right: 60px;
        padding-left: inherit
    }
}

.details-product.layout-v6 .goal-woocommerce-product-gallery-wrapper {
    width: calc(100% - 100px);
    float: right
}

.rtl .details-product.layout-v6 .goal-woocommerce-product-gallery-wrapper {
    float: left
}

.details-product.layout-v6 .wrapper-thumbs {
    float: left;
    width: 100px;
    padding-right: 10px
}

.rtl .details-product.layout-v6 .wrapper-thumbs {
    float: right
}

.rtl .details-product.layout-v6 .wrapper-thumbs {
    padding-left: 10px;
    padding-right: inherit
}

.details-product.layout-v7 .goal-woocommerce-product-gallery-wrapper {
    width: calc(100% - 100px);
    float: right
}

.rtl .details-product.layout-v7 .goal-woocommerce-product-gallery-wrapper {
    float: left
}

.details-product.layout-v7 .wrapper-thumbs {
    float: left;
    width: 100px;
    padding-right: 10px
}

.rtl .details-product.layout-v7 .wrapper-thumbs {
    float: right
}

.rtl .details-product.layout-v7 .wrapper-thumbs {
    padding-left: 10px;
    padding-right: inherit
}

.details-product.layout-v8 .goal-woocommerce-product-gallery-wrapper {
    width: calc(100% - 100px);
    float: right
}

.rtl .details-product.layout-v8 .goal-woocommerce-product-gallery-wrapper {
    float: left
}

.details-product.layout-v8 .wrapper-thumbs {
    float: left;
    width: 100px;
    padding-right: 10px
}

.rtl .details-product.layout-v8 .wrapper-thumbs {
    float: right
}

.rtl .details-product.layout-v8 .wrapper-thumbs {
    padding-left: 10px;
    padding-right: inherit
}

.details-product .breadcrumb-navigation-wrapper {
    margin-bottom: 10px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1200px) {
    .details-product .breadcrumb-navigation-wrapper {
        margin-bottom: 20px
    }
}

.details-product .breadcrumb-navigation-wrapper .woo-breadcrumb {
    background: 0 0 !important;
    margin: 0
}

@media (min-width:768px) {
    .details-product .breadcrumb-navigation-wrapper .woo-breadcrumb {
        padding-right: 10px
    }

    .rtl .details-product .breadcrumb-navigation-wrapper .woo-breadcrumb {
        padding-left: 10px;
        padding-right: inherit
    }
}

.details-product .breadcrumb-navigation-wrapper .woo-breadcrumb .wrapper-breads {
    padding: 0;
    margin: 0
}

.details-product .breadcrumb-navigation-wrapper .woo-breadcrumb .wrapper-breads .breadcrumb {
    margin: 0
}

.details-product .breadcrumb-navigation-wrapper .woo-breadcrumb .wrapper-breads .breadcrumb a {
    color: var(--ecosoap-link-color)
}

.details-product .breadcrumb-navigation-wrapper .product-navs {
    text-transform: capitalize;
    margin-left: auto
}

.rtl .details-product .breadcrumb-navigation-wrapper .product-navs {
    margin-right: auto;
    margin-left: inherit
}

@media (max-width:767px) {
    .details-product .breadcrumb-navigation-wrapper .product-navs {
        margin-top: 0
    }
}

.details-product .breadcrumb-navigation-wrapper .post-navigation .nav-links {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    font-size: 20px
}

.details-product .breadcrumb-navigation-wrapper .post-navigation .nav-links>* {
    width: auto;
    float: none
}

.details-product .breadcrumb-navigation-wrapper .post-navigation .nav-links>*+.nav-next {
    padding-left: 10px
}

.rtl .details-product .breadcrumb-navigation-wrapper .post-navigation .nav-links>*+.nav-next {
    padding-right: 10px;
    padding-left: inherit
}

.details-product .delivery-shipping-info {
    margin: 15px 0
}

@media (min-width:1200px) {
    .details-product .delivery-shipping-info {
        margin-top: 15px
    }
}

@media (max-width:767px) {
    .details-product .delivery-shipping-info {
        border-bottom: 1px solid #dcd7cc
    }
}

.details-product .delivery-shipping-info .item-btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: var(--ecosoap-link-color)
}

.details-product .delivery-shipping-info .item-btn:focus,
.details-product .delivery-shipping-info .item-btn:hover {
    color: var(--ecosoap-theme-color)
}

.details-product .delivery-shipping-info .item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px
}

.rtl .details-product .delivery-shipping-info .item {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .details-product .delivery-shipping-info .item {
        margin-right: 20px
    }

    .rtl .details-product .delivery-shipping-info .item {
        margin-left: 20px;
        margin-right: inherit
    }
}

.details-product .delivery-shipping-info .item:last-child {
    margin-right: 0
}

.rtl .details-product .delivery-shipping-info .item:last-child {
    margin-left: 0;
    margin-right: inherit
}

.details-product .shipping_info {
    margin-top: 15px;
    font-size: 14px;
    color: #b7b7b7;
    transition: all .3s ease-in-out 0s
}

@media (min-width:1200px) {
    .details-product .shipping_info {
        margin-top: 40px
    }
}

.details-product .shipping_info:hover {
    color: var(--ecosoap-text-color)
}

.details-product .shipping_info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.details-product .shipping_info ul i {
    margin-right: 6px
}

.rtl .details-product .shipping_info ul i {
    margin-left: 6px;
    margin-right: inherit
}

.details-product .shipping_info ul li {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .details-product .shipping_info ul li {
        margin-bottom: 5px
    }
}

.details-product .shipping_info ul li:last-child {
    margin-bottom: 0
}

.details-product .price-rating-wrapper {
    margin-top: 10px;
    clear: both;
    overflow: hidden
}

@media (min-width:1200px) {
    .details-product .price-rating-wrapper {
        margin-top: 20px
    }
}

.details-product .price-rating-wrapper .price {
    margin-right: 15px !important;
    line-height: 1.4
}

.rtl .details-product .price-rating-wrapper .price {
    margin-left: 15px !important;
    margin-right: inherit
}

.details-product .price-rating-wrapper>* {
    display: inline-block;
    vertical-align: bottom;
    width: 100%
}

.details-product .pro-info {
    font-size: 16px;
    color: var(--ecosoap-link-color);
    margin: 0 0 20px
}

@media (min-width:1200px) {
    .details-product .pro-info {
        font-size: 20px
    }
}

.details-product .popup-video {
    background: #fff;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all .3s ease-in-out 0s;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row
}

.details-product .popup-video i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    text-indent: 3px
}

.details-product .popup-video span {
    transition: all .3s ease-in-out 0s;
    white-space: nowrap;
    max-width: 0;
    padding: 0;
    overflow: hidden
}

.details-product .popup-video:hover span {
    max-width: 280px;
    padding-right: 12px
}

.rtl .details-product .popup-video:hover span {
    padding-left: 12px;
    padding-right: inherit
}

.details-product .product-cat {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px
}

.details-product .product-cat a {
    color: var(--ecosoap-theme-color)
}

.details-product div.video {
    z-index: 8;
    position: absolute;
    left: 10px;
    bottom: 10px
}

.rtl .details-product div.video {
    right: 10px;
    left: auto
}

@media (min-width:768px) {
    .details-product div.video {
        left: 20px;
        bottom: 20px
    }

    .rtl .details-product div.video {
        right: 20px;
        left: auto
    }
}

.details-product .goal-countdown {
    margin-top: 10px
}

.details-product .goal-countdown .times {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.details-product .goal-countdown .times>div {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: var(--ecosoap-heading-color);
    margin-right: 6px;
    padding-right: 6px
}

.rtl .details-product .goal-countdown .times>div {
    margin-left: 6px;
    margin-right: inherit
}

.rtl .details-product .goal-countdown .times>div {
    padding-left: 6px;
    padding-right: inherit
}

@media (min-width:1200px) {
    .details-product .goal-countdown .times>div {
        margin-right: 15px;
        padding-right: 15px
    }

    .rtl .details-product .goal-countdown .times>div {
        margin-left: 15px;
        margin-right: inherit
    }

    .rtl .details-product .goal-countdown .times>div {
        padding-left: 15px;
        padding-right: inherit
    }
}

.details-product .goal-countdown .times>div:last-child {
    margin-right: 0
}

.rtl .details-product .goal-countdown .times>div:last-child {
    margin-left: 0;
    margin-right: inherit
}

.details-product .goal-countdown .times>div span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: var(--ecosoap-link-color);
    line-height: 48px;
    min-width: 50px;
    padding: 0 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-bottom: 5px
}

.details-product .special-product {
    padding: 15px 0 0;
    margin: 15px 0 0;
    border-top: 1px solid #dcd7cc
}

.details-product .special-product .time span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: var(--ecosoap-link-color);
    min-width: 100px;
    display: inline-block
}

.details-product .top-content {
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .details-product .top-content {
        margin-bottom: 90px
    }
}

.details-product .goal-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner,
.details-product .goal-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner,
.details-product .goal-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner {
    border-color: var(--ecosoap-theme-color)
}

.details-product .goal-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
    transition: all .2s ease-in-out 0s;
    max-width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    border: 1px solid #dcd7cc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 0
}

.details-product .goal-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 100%
}

.details-product .goal-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:hover {
    border-color: var(--ecosoap-theme-color)
}

.details-product .goal-woocommerce-product-gallery-thumbs.vertical {
    margin: 0
}

.details-product .goal-woocommerce-product-gallery-thumbs.vertical .slick-slide {
    padding: 0;
    margin-bottom: 10px;
    border: none
}

.details-product .goal-woocommerce-product-gallery-thumbs.vertical .slick-arrow {
    text-align: center;
    background-color: transparent !important;
    border: none !important;
    top: inherit;
    bottom: 0;
    transform: translate(0, 100%);
    font-size: 11px
}

.details-product .goal-woocommerce-product-gallery-thumbs.vertical .slick-arrow i {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
    line-height: 30px;
    display: inline-block;
    transition: all .2s ease-in-outs 0s
}

@media (max-width:767px) {
    .details-product .goal-woocommerce-product-gallery-thumbs.vertical .slick-arrow i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px
    }
}

.details-product .goal-woocommerce-product-gallery-thumbs.vertical .slick-arrow:hover i,
.details-product .goal-woocommerce-product-gallery-thumbs.vertical .slick-arrow:focus i {
    color: #fff;
    background-color: var(--ecosoap-theme-color);
    box-shadow: none
}

.details-product .goal-woocommerce-product-gallery-thumbs.vertical .slick-prev {
    left: 0
}

.details-product .goal-woocommerce-product-gallery-thumbs.vertical .slick-next {
    right: 0
}

.details-product .image-mains {
    max-width: 100%;
    position: relative
}

.details-product .image-mains .goal-woocommerce-product-gallery-wrapper.full-width {
    width: 100% !important;
    float: none !important
}

.details-product .image-mains.thumbnails-bottom .goal-woocommerce-product-gallery-wrapper {
    margin-bottom: 30px
}

.details-product .image-mains.thumbnails-left .goal-woocommerce-product-gallery-wrapper {
    width: calc(100% - 100px);
    float: right
}

@media (min-width:1200px) {
    .details-product .image-mains.thumbnails-left .goal-woocommerce-product-gallery-wrapper {
        width: calc(100% - 160px)
    }
}

.details-product .image-mains.thumbnails-left .wrapper-thumbs {
    float: left;
    width: 100px;
    padding-right: 20px
}

@media (min-width:1200px) {
    .details-product .image-mains.thumbnails-left .wrapper-thumbs {
        padding-right: 30px;
        width: 160px
    }
}

@media (max-width:767px) {
    .details-product .image-mains.thumbnails-left .goal-woocommerce-product-gallery-wrapper {
        width: calc(100% - 70px)
    }

    .details-product .image-mains.thumbnails-left .wrapper-thumbs {
        width: 70px;
        padding-right: 10px
    }
}

.details-product .image-mains.thumbnails-right .goal-woocommerce-product-gallery-wrapper {
    width: calc(100% - 160px);
    float: left
}

.details-product .image-mains.thumbnails-right .wrapper-thumbs {
    float: right;
    width: 160px;
    padding-left: 20px
}

@media (min-width:1200px) {
    .details-product .image-mains.thumbnails-right .wrapper-thumbs {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .details-product .image-mains.thumbnails-right .goal-woocommerce-product-gallery-wrapper {
        width: calc(100% - 70px)
    }

    .details-product .image-mains.thumbnails-right .wrapper-thumbs {
        width: 70px;
        padding-left: 10px
    }
}

.details-product .description .title {
    font-size: 21px
}

.details-product .goal-woocommerce-product-gallery-wrapper {
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    padding: 0
}

.details-product .goal-woocommerce-product-gallery-wrapper .downsale {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 2px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #d42e2e;
    color: #fff
}

.details-product .goal-woocommerce-product-gallery-wrapper .goal-woocommerce-product-gallery {
    margin: 0
}

.details-product .goal-woocommerce-product-gallery-wrapper .goal-woocommerce-product-gallery .slick-slide {
    padding: 0
}

.details-product .goal-woocommerce-product-gallery-wrapper .goal-woocommerce-product-gallery img {
    width: 100%;
    display: inline-block;
    border: 1px solid #dcd7cc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden
}

@media (min-width:1200px) {
    .details-product .goal-woocommerce-product-gallery-wrapper .goal-woocommerce-product-gallery img {
        width: 100%
    }
}

.details-product .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 36px;
    text-align: center;
    border: 2px solid #dcd7cc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 14px;
    transition: all .2s ease-in-out 0s
}

.rtl .details-product .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    left: 15px;
    right: auto
}

@media (min-width:768px) {
    .details-product .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
        bottom: 15px;
        right: 15px
    }

    .rtl .details-product .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
        left: 15px;
        right: auto
    }
}

.details-product .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:hover,
.details-product .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:active {
    border-color: var(--ecosoap-theme-color);
    color: #fff;
    background: var(--ecosoap-theme-color)
}

.details-product .goal-woocommerce-product-gallery-wrapper:hover .woocommerce-product-gallery__trigger {
    opacity: 1;
    filter: alpha(opacity=100)
}

.details-product .woocommerce-product-details__short-description.hideContent {
    overflow: hidden;
    height: 55px;
    transition: all .2s ease-in-out 0s
}

.details-product .woocommerce-variation-add-to-cart {
    margin-bottom: 0;
    padding: .5em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.details-product .list li {
    margin-bottom: 10px
}

.details-product .list i {
    color: var(--ecosoap-theme-color);
    margin-right: 8px
}

.rtl .details-product .list i {
    margin-left: 8px;
    margin-right: inherit
}

.details-product .woocommerce-variation-price {
    margin-bottom: 0
}

.details-product .product_meta {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #e1e1e1
}

.details-product .product_meta .sub_title {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ecosoap-link-color);
    min-width: 100px;
    display: inline-block
}

.details-product .product_meta a {
    color: var(--ecosoap-text-color);
    transition: all .3s ease-in-out 0s
}

.details-product .product_meta a:hover,
.details-product .product_meta a:active {
    text-decoration: underline
}

.details-product .product_meta>* {
    color: var(--ecosoap-text-color);
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 10px;
    margin-right: 10px;
    width: 100%
}

.rtl .details-product .product_meta>* {
    padding-left: 10px;
    padding-right: inherit
}

.rtl .details-product .product_meta>* {
    margin-left: 10px;
    margin-right: inherit
}

.details-product .product_meta>*:last-child {
    border: none;
    padding: 0;
    margin: 0
}

@media (min-width:1200px) {
    .details-product .product_meta {
        padding-top: 20px;
        margin-top: 20px
    }
}

.details-product .product_meta .sku {
    color: var(--ecosoap-text-color)
}

.details-product .goal-social-share {
    margin: 2px 0 0
}

.details-product .information {
    position: relative;
    overflow: hidden
}

.details-product .information .summary {
    float: none !important;
    width: 100%;
    margin: 0 !important
}

.details-product .information .single_variation_wrap {
    padding-top: 0;
    width: 100%
}

.details-product .information .price {
    font-weight: 400;
    font-size: 24px !important;
    color: var(--ecosoap-theme-color);
    margin: 0
}

.details-product .information .price del {
    color: var(--ecosoap-text-color);
    font-size: 18px !important
}

.details-product .information .woocommerce-product-rating {
    margin-bottom: 0 !important
}

.details-product .information .woocommerce-product-rating .text-customer {
    display: none
}

.details-product .information .woocommerce-product-details__short-description {
    margin: 20px 0 15px;
    line-height: 1.7;
    padding: 18px 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #e1e1e1
}

.details-product .information .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

.details-product .information .view-more-desc {
    font-size: 14px;
    color: #b7b7b7;
    transition: all .2s ease-in-out 0s
}

.details-product .information .view-more-desc:hover {
    color: var(--ecosoap-link-color)
}

.details-product .information .view-more-desc.view-less {
    color: #e44343
}

.details-product .information .woocommerce-product-details__short-description-wrapper.v2 {
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .details-product .information .woocommerce-product-details__short-description-wrapper.v2 {
        margin-bottom: 30px
    }
}

.details-product .information .woocommerce-product-details__short-description-wrapper.v2 .woocommerce-product-details__short-description {
    margin-bottom: 3px
}

.details-product .information .top-info-detail {
    margin-bottom: 15px
}

.details-product .information .cart {
    margin-bottom: 0;
    padding: .5em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 !important
}

.details-product .information .cart.grouped_form+.yith-wcwl-add-to-wishlist,
.details-product .information .cart.variations_form+.yith-wcwl-add-to-wishlist {
    margin: 0
}

@media (min-width:1200px) {
    .details-product .information .cart {
        margin: 20px 0 !important
    }
}

.details-product .information .cart .group_table tr td:first-child div.quantity {
    margin: 0 !important
}

.details-product .information .cart div.quantity-wrapper {
    overflow: hidden;
    margin: 0
}

.details-product .information .cart div.quantity-wrapper>* {
    display: inline-block;
    vertical-align: middle;
    float: none !important
}

.details-product .information .cart div.quantity-wrapper>label {
    font-size: 14px;
    float: left;
    margin: 0;
    margin-right: 10px
}

.rtl .details-product .information .cart div.quantity-wrapper>label {
    float: right
}

.rtl .details-product .information .cart div.quantity-wrapper>label {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .details-product .information .cart div.quantity-wrapper>label {
        margin-right: 18px
    }

    .rtl .details-product .information .cart div.quantity-wrapper>label {
        margin-left: 18px;
        margin-right: inherit
    }
}

.details-product .information .cart div.quantity-wrapper .single_add_to_cart_button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.details-product .information .cart.grouped_form .quantity-wrapper {
    margin: 0 !important
}

.details-product .information .cart.grouped_form .quantity-wrapper label {
    display: none
}

.details-product .information .compare,
.details-product .information .woosc-btn {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: var(--ecosoap-link-color);
    transition: all .3s ease-in-out 0s;
    border: 0;
    line-height: 1.7;
    letter-spacing: 0;
    text-transform: none;
    position: relative
}

.details-product .information .compare:before,
.details-product .information .woosc-btn:before {
    content: "\e6ba";
    font-family: "themify";
    font-size: 16px;
    margin-right: 8px;
    display: inline-block
}

.rtl .details-product .information .compare:before,
.rtl .details-product .information .woosc-btn:before {
    margin-left: 8px;
    margin-right: inherit
}

.details-product .information .compare:hover,
.details-product .information .compare:focus,
.details-product .information .compare.woosc-added,
.details-product .information .woosc-btn:hover,
.details-product .information .woosc-btn:focus,
.details-product .information .woosc-btn.woosc-added {
    background-color: transparent;
    border-color: transparent;
    color: var(--ecosoap-link-hover-color)
}

.details-product .information .compare.added,
.details-product .information .woosc-btn.added {
    border-color: transparent;
    background-color: transparent
}

.details-product .information .woosw-btn {
    color: var(--ecosoap-link-color);
    text-transform: none;
    position: relative;
    padding: 0;
    margin-left: 15px;
    border: 0;
    background: 0 0 !important;
    transition: all .3s ease-in-out 0s;
    font-weight: 600
}

.rtl .details-product .information .woosw-btn {
    margin-right: 15px;
    margin-left: inherit
}

.details-product .information .woosw-btn:before {
    font-family: "ecosoap";
    content: "\e909";
    font-size: 16px;
    line-height: 1.5;
    vertical-align: top;
    display: inline-block;
    margin-right: 8px
}

.rtl .details-product .information .woosw-btn:before {
    margin-left: 8px;
    margin-right: inherit
}

.details-product .information .woosw-btn:hover,
.details-product .information .woosw-btn:focus,
.details-product .information .woosw-btn.woosw-added {
    color: var(--ecosoap-link-hover-color)
}

.details-product .information .clear {
    display: none
}

.details-product .information .product_title {
    clear: both
}

.details-product .title-cat-wishlist-wrapper {
    position: relative;
    padding-right: 30px;
    margin-bottom: 15px
}

.rtl .details-product .title-cat-wishlist-wrapper {
    padding-left: 30px;
    padding-right: inherit
}

@media (min-width:1200px) {
    .details-product .title-cat-wishlist-wrapper {
        margin-bottom: 15px
    }
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
    line-height: 1
}

.rtl .details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist {
    left: 0;
    right: auto
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist .feedback {
    display: none
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a {
    white-space: nowrap;
    display: inline-block;
    font-size: 24px;
    color: var(--ecosoap-link-color);
    transition: all .2s ease-in-out 0s
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:focus,
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:hover {
    color: var(--ecosoap-theme-color)
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
    color: var(--ecosoap-theme-color)
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a .sub-title {
    display: none
}

.details-product .goal-social-share span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: var(--ecosoap-link-color);
    display: inline-block;
    margin-right: 20px
}

.rtl .details-product .goal-social-share span {
    margin-left: 20px;
    margin-right: inherit
}

.details-product .goal-social-share a {
    margin-right: 10px;
    display: inline-block;
    color: var(--ecosoap-text-color);
    font-size: 15px
}

.rtl .details-product .goal-social-share a {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .details-product .goal-social-share a {
        margin-right: 20px
    }

    .rtl .details-product .goal-social-share a {
        margin-left: 20px;
        margin-right: inherit
    }
}

.details-product .goal-social-share a:hover,
.details-product .goal-social-share a:active {
    color: var(--ecosoap-link-hover-color)
}

.details-product .goal-discounts {
    margin: 20px 0 15px;
    padding: 15px 20px;
    background: #eceff6;
    font-size: 13px
}

.details-product .goal-discounts ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.details-product .goal-discounts ul li {
    margin: 0 0 3px
}

.details-product .goal-discounts ul li:before {
    font-family: "Font Awesome 5 Free";
    color: var(--ecosoap-theme-color);
    content: "\f00c";
    margin-right: 8px
}

.rtl .details-product .goal-discounts ul li:before {
    margin-left: 8px;
    margin-right: inherit
}

.details-product .goal-discounts .icon {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: #eceff6;
    font-size: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px
}

.rtl .details-product .goal-discounts .icon {
    margin-left: 10px;
    margin-right: inherit
}

.details-product .goal-discounts .title {
    font-size: 18px;
    margin: 0 0 10px
}

.details-product .product-free-gift {
    margin: 0 0 20px;
    padding: 15px 20px;
    background: #f2dede
}

.details-product .product-free-gift .icon {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: #e23e1d;
    font-size: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px
}

.rtl .details-product .product-free-gift .icon {
    margin-left: 10px;
    margin-right: inherit
}

.details-product .product-free-gift .title {
    font-size: 18px;
    margin: 0 0 10px
}

.details-product .product-free-gift .list-gift {
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0
}

.details-product .product-free-gift .list-gift li {
    margin-bottom: 3px
}

.details-product .product-free-gift .list-gift i {
    color: #e23e1d
}

.details-product .product-free-gift .hightcolor {
    font-weight: 500;
    color: #e23e1d
}

.details-product .yith-wcwl-add-to-wishlist {
    display: inline-block
}

.details-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative
}

.details-product div.summary .yith-wcwl-wishlistexistsbrowse,
.details-product div.summary .yith-wcwl-wishlistaddedbrowse {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.details-product div.summary .yith-wcwl-wishlistexistsbrowse:before,
.details-product div.summary .yith-wcwl-wishlistaddedbrowse:before {
    font-family: "themify";
    content: "\e635";
    font-size: 14px;
    margin-right: 3px
}

.rtl .details-product div.summary .yith-wcwl-wishlistexistsbrowse:before,
.rtl .details-product div.summary .yith-wcwl-wishlistaddedbrowse:before {
    margin-left: 3px;
    margin-right: inherit
}

.details-product div.summary .yith-wcwl-wishlistexistsbrowse .feedback,
.details-product div.summary .yith-wcwl-wishlistaddedbrowse .feedback {
    display: none
}

.add-to-cart-bottom-wrapper {
    position: fixed;
    z-index: 5;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 -8px 25px 0 rgba(140, 152, 164, .15);
    transition: all .3s ease-in-out 0s;
    transform: translateY(100%);
    opacity: 0;
    filter: alpha(opacity=0)
}

.add-to-cart-bottom-wrapper.sticky {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100)
}

.add-to-cart-bottom-wrapper del .woocommerce-Price-amount {
    color: var(--ecosoap-text-color)
}

.add-to-cart-bottom-wrapper ins {
    margin: 0 10px
}

.add-to-cart-bottom-wrapper .woocommerce-Price-amount {
    color: var(--ecosoap-theme-color);
    font-weight: 700;
    line-height: 22px;
    margin-right: 10px
}

.rtl .add-to-cart-bottom-wrapper .woocommerce-Price-amount {
    margin-left: 10px;
    margin-right: inherit
}

.add-to-cart-bottom-wrapper .product-image {
    width: 100px;
    padding-right: 20px
}

.rtl .add-to-cart-bottom-wrapper .product-image {
    padding-left: 20px;
    padding-right: inherit
}

.add-to-cart-bottom-wrapper .product-image+h3 {
    width: calc(100% - 100px)
}

.add-to-cart-bottom-wrapper .name {
    color: var(--ecosoap-heading-color);
    font-size: 18px;
    margin: 0
}

.add-to-cart-bottom-wrapper .woocs_price_code {
    color: var(--ecosoap-link-color);
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px
}

.rtl .add-to-cart-bottom-wrapper .woocs_price_code {
    margin-left: 20px;
    margin-right: inherit
}

.add-to-cart-bottom-wrapper .woocs_price_code del {
    display: none
}

.add-to-cart-bottom-wrapper .stock {
    margin: 0
}

.add-to-cart-bottom-wrapper .cart {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center
}

.add-to-cart-bottom-wrapper .cart .added_to_cart,
.add-to-cart-bottom-wrapper .cart button.single_add_to_cart_button {
    background-color: var(--ecosoap-link-color);
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0;
    transition: all .3s ease-in-out 0s
}

.add-to-cart-bottom-wrapper .cart .added_to_cart:hover,
.add-to-cart-bottom-wrapper .cart .added_to_cart:focus,
.add-to-cart-bottom-wrapper .cart button.single_add_to_cart_button:hover,
.add-to-cart-bottom-wrapper .cart button.single_add_to_cart_button:focus {
    background-color: var(--ecosoap-theme-color)
}

.add-to-cart-bottom-wrapper .cart .added {
    display: none !important
}

.add-to-cart-bottom-wrapper .cart .buttons_added {
    margin: 0 20px
}

.add-to-cart-bottom-wrapper .size-guide-wrapper {
    display: none !important
}

.add-to-cart-bottom-wrapper .single_variation_wrap {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center
}

.add-to-cart-bottom-wrapper .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center
}

.add-to-cart-bottom-wrapper table.variations {
    border: 0;
    width: auto;
    margin: 0;
    margin-right: 10px
}

.rtl .add-to-cart-bottom-wrapper table.variations {
    margin-left: 10px;
    margin-right: inherit
}

.add-to-cart-bottom-wrapper table.variations .label {
    display: none
}

.add-to-cart-bottom-wrapper table.variations>tbody {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.add-to-cart-bottom-wrapper table.variations>tbody>tr {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center
}

.add-to-cart-bottom-wrapper table.variations>tbody>tr>td {
    border: 0;
    padding: 0;
    padding-right: 5px
}

.rtl .add-to-cart-bottom-wrapper table.variations>tbody>tr>td {
    padding-left: 5px;
    padding-right: inherit
}

.add-to-cart-bottom-wrapper table.variations .tawcvs-swatches {
    padding: 0
}

.add-to-cart-bottom-wrapper table.variations .tawcvs-swatches .swatch-item-wrapper {
    line-height: 30px
}

.add-to-cart-bottom-wrapper table.variations .tawcvs-swatches .swatch-item-wrapper .swatch-label {
    width: 30px !important
}

.add-to-cart-bottom-wrapper table.variations .tawcvs-swatches .swatch-item-wrapper .swatch-label.selected {
    color: var(--ecosoap-link-color)
}

.add-to-cart-bottom-wrapper table.variations .reset_variations {
    display: none !important
}

.add-to-cart-bottom-wrapper .variations label {
    text-transform: capitalize
}

.accessoriesproducts-wrapper {
    position: relative
}

.accessoriesproducts-wrapper.loading:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    content: "";
    background: url(../../images/theme/loading-quick.gif) center center no-repeat rgba(255, 255, 255, .9)
}

.accessoriesproducts .product-block.grid {
    margin-bottom: 25px
}

.accessoriesproducts .product-block.grid .accessory-add-product {
    position: absolute;
    left: 10px;
    bottom: -25px
}

.rtl .accessoriesproducts .product-block.grid .accessory-add-product {
    right: 10px;
    left: auto
}

.accessoriesproducts .check-all-items-wrapper {
    margin: 0 0 10px
}

.accessoriesproducts .check-all-items-wrapper input {
    margin-right: 6px
}

.rtl .accessoriesproducts .check-all-items-wrapper input {
    margin-left: 6px;
    margin-right: inherit
}

.accessoriesproducts .total-price-wrapper {
    font-size: 14px;
    color: var(--ecosoap-link-color);
    margin: 0 0 5px
}

.accessoriesproducts .total-price {
    display: block;
    color: var(--ecosoap-theme-color);
    font-size: 18px;
    font-weight: 400
}

.product-category .product-category-content {
    position: relative;
    overflow: hidden;
    min-height: 45px;
    margin: 0 0 30px
}

.product-category .product-category-image {
    display: block
}

.product-category .product-category-image img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.product-category .product-category-title {
    text-transform: none;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 15px 10px;
    background: rgba(0, 0, 0, .3)
}

.rtl .product-category .product-category-title {
    right: 0;
    left: auto
}

.product-category .product-category-title .count {
    background: 0 0;
    color: #fff
}

#goal-quickview-modal .product_meta {
    margin: 15px 0 0
}

.goal-quickview .woocommerce div.product .product_title {
    margin: 0 0 10px
}

.form-row .checkbox,
.form-row .input-radio {
    margin-bottom: 0;
    margin-top: 0
}

.woocommerce form .form-row {
    margin: 0 0 20px;
    padding: 0
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%
}

p.demo_store {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 30px;
    padding: .5em 0;
    z-index: 99998;
    border: 1px solid #dcd7cc;
    box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, .2)
}

.rtl p.demo_store {
    right: 0;
    left: auto
}

.rtl p.demo_store {
    left: 0;
    right: auto
}

.rtl p.demo_store {
    text-align: right
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0
}

.woocommerce #reviews h3.comments-title {
    display: none
}

.woocommerce #reviews #comments .woocommerce-noreviews {
    line-height: 1;
    margin: 0 0 25px
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 20px 20px 0;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #dcd7cc
}

@media (min-width:1200px) {
    .woocommerce #reviews #comments ol.commentlist {
        padding: 40px 50px 0
    }
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0;
    padding: 0 0 40px;
    line-height: 1.5
}

.woocommerce #reviews #comments ol.commentlist li .goal-avata {
    min-width: 80px
}

@media (min-width:768px) {
    .woocommerce #reviews #comments ol.commentlist li .goal-avata {
        min-width: 100px
    }
}

.woocommerce #reviews #comments ol.commentlist li .goal-avata .goal-image {
    display: inline-block
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0;
    position: relative
}

.woocommerce #reviews #comments ol.commentlist li .star-rating {
    margin: 6px 0 0;
    float: none
}

.woocommerce #reviews #comments ol.commentlist li .star-rating:before {
    color: #f5c136
}

.woocommerce #reviews #comments ol.commentlist li .star-rating span:before {
    color: #f5c136
}

.woocommerce #reviews #comments ol.commentlist li .top-info {
    margin: 0 0 8px
}

.woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
    float: left;
    padding-right: 30px
}

.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
    float: right
}

.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
    padding-left: 30px;
    padding-right: inherit
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0
}

.woocommerce #reviews #comments ol.commentlist li .description {
    margin-top: 10px
}

.woocommerce #reviews #comments ol.commentlist li .description p {
    margin: 0
}

.woocommerce #reviews #comments ol.commentlist li .goal-author {
    color: var(--ecosoap-link-color);
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 0;
    text-transform: capitalize
}

.woocommerce #reviews #comments ol.commentlist li .date {
    font-size: 13px;
    font-weight: 500;
    color: var(--ecosoap-text-color);
    text-transform: uppercase
}

.woocommerce #reviews #comments ol.commentlist li .content-comment {
    margin-top: 15px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding-left: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-left: 1px solid #dcd7cc
}

.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding-right: 15px;
    padding-left: inherit
}

@media (min-width:1200px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding-left: 30px
    }

    .rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding-right: 30px;
        padding-left: inherit
    }
}

.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-right: 1px solid #dcd7cc;
    border-left: inherit
}

.woocommerce #reviews #review_form_wrapper {
    padding: 15px 20px 0;
    background-color: #f7f7f7;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #dcd7cc
}

@media (min-width:1200px) {
    .woocommerce #reviews #review_form_wrapper {
        padding: 50px 50px 30px
    }
}

.woocommerce p.stars a[class*=star-]:before {
    display: none
}

#respond .comment-reply-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 10px !important;
    text-transform: capitalize
}

@media (min-width:1200px) {
    #respond .comment-reply-title {
        font-size: 18px
    }
}

#respond .comment-reply-title #cancel-comment-reply-link {
    color: var(--ecosoap-link-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: .02em;
    line-height: 22px;
    margin-left: 20px
}

.rtl #respond .comment-reply-title #cancel-comment-reply-link {
    margin-right: 20px;
    margin-left: inherit
}

#respond .comment-reply-title #cancel-comment-reply-link:hover {
    color: var(--ecosoap-theme-color)
}

#respond label {
    color: var(--ecosoap-text-color);
    font-weight: 400;
    margin: 0
}

#respond .form-submit input {
    left: auto
}

.rtl #respond .form-submit input {
    right: auto;
    left: auto
}

#respond textarea {
    box-sizing: border-box
}

@media (min-width:1200px) {
    #respond .comment-form-rating {
        margin-bottom: 25px !important
    }
}

#respond .comment-form-rating [for=rating] {
    font-weight: 400;
    margin-right: 12px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.rtl #respond .comment-form-rating [for=rating] {
    margin-left: 12px;
    margin-right: inherit
}

#respond p.stars {
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 !important;
    vertical-align: middle;
    line-height: 1
}

#respond p.stars a:before {
    position: absolute;
    content: "\e020" !important;
    color: #f5c136;
    transition: all .1s ease-in-out 0s;
    display: block
}

#respond p.stars a:hover~a:before {
    position: absolute;
    content: "\e021" !important;
    color: #cfcdcd !important
}

#respond p.stars a.active:before {
    position: absolute;
    color: #f5c136;
    display: block
}

#respond p.stars.selected a.active~a:before {
    content: "\e021" !important;
    color: #cfcdcd !important;
    display: block
}

#respond p.stars.selected a:not(.active):before {
    color: #f5c136 !important
}

#respond p.stars:hover a:not(.active):before {
    color: #f5c136 !important
}

.woocommerce #reviews #comment {
    height: 130px;
    resize: none
}

.woocommerce .quantity input.qty {
    width: 88px;
    font-size: 14px;
    height: 50px;
    border: 1px solid #dcd7cc;
    padding: 10px 20px;
    font-weight: 500;
    color: var(--ecosoap-text-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
    height: 25px;
    border-color: #dcd7cc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #fdf9f0
}

.woocommerce .quantity .reader-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 10px
}

.rtl .woocommerce .quantity .reader-text {
    margin-left: 10px;
    margin-right: inherit
}

.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover {
    border-color: var(--ecosoap-theme-color);
    background-color: var(--ecosoap-theme-color)
}

.woocommerce a.remove {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.form-row:before,
.form-row:after {
    content: " ";
    display: table
}

.form-row:after {
    clear: both
}

.form-row label.hidden {
    visibility: hidden
}

.form-row label.inline {
    display: inline
}

.form-row label {
    display: block;
    font-weight: 500
}

.form-row select {
    cursor: pointer
}

.form-row .required {
    color: #ff003a;
    font-weight: 700;
    border: 0
}

.form-row .input-text {
    width: 100%;
    padding: 8px 10px
}

.form-row.form-row-first {
    width: 47%;
    float: left
}

.rtl .form-row.form-row-first {
    float: right
}

.form-row.form-row-last {
    width: 47%;
    float: right
}

.rtl .form-row.form-row-last {
    float: left
}

.form-row.form-row-wide {
    clear: both
}

.select2-container .select2-choice {
    padding: 5px 7px
}

.product-quantity .input-text .input-sm {
    height: 44px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.product-quantity .input-text select.input-sm {
    height: 44px;
    line-height: 44px
}

.product-quantity .input-text textarea.input-sm,
.product-quantity .input-text select[multiple].input-sm {
    height: auto
}

.i-am-new li {
    background-image: none !important;
    background-color: #fff !important;
    border-radius: 0 !important
}

.i-am-new li .noty_message {
    padding: 20px 0 !important
}

.total-minicart {
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
    display: inline-block
}

.rtl .total-minicart {
    margin-right: 5px;
    margin-left: inherit
}

.wishlist-icon,
.mini-cart {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: 1
}

.wishlist-icon i,
.mini-cart i {
    font-size: 24px;
    margin: 0 !important
}

.wishlist-icon .count,
.mini-cart .count {
    font-weight: 600;
    position: absolute;
    bottom: -5px;
    left: 12px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    background: var(--ecosoap-theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 16px;
    min-width: 16px;
    padding: 0 3px;
    text-align: center
}

.rtl .wishlist-icon .count,
.rtl .mini-cart .count {
    right: 12px;
    left: auto
}

.wishlist-icon i {
    margin-right: 6px
}

.rtl .wishlist-icon i {
    margin-left: 6px;
    margin-right: inherit
}

.woocommerce .star-rating {
    margin: auto 0;
    overflow: hidden;
    position: relative;
    width: 73px;
    height: 1.2em;
    line-height: 1em;
    font-family: "star";
    font-size: 13px
}

.woocommerce .star-rating:before {
    content: "sssss";
    color: #cfcdcd;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 1px
}

.rtl .woocommerce .star-rating:before {
    float: right
}

.rtl .woocommerce .star-rating:before {
    right: 0;
    left: auto
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.rtl .woocommerce .star-rating span {
    float: right
}

.rtl .woocommerce .star-rating span {
    right: 0;
    left: auto
}

.woocommerce .star-rating span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #f5c136;
    letter-spacing: 1px
}

.rtl .woocommerce .star-rating span:before {
    right: 0;
    left: auto
}

.woocommerce .woocommerce-review-link {
    color: #999591
}

.archive-shop .page-title {
    display: none
}

.show-filter {
    font-size: 18px;
    color: var(--ecosoap-theme-color);
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .2s ease-in-out 0s
}

.show-filter:hover,
.show-filter:active {
    color: var(--ecosoap-theme-color)
}

.show-filter i {
    margin-left: 10px
}

.rtl .show-filter i {
    margin-right: 10px;
    margin-left: inherit
}

.goal-shop-menu {
    font-size: 15px;
    margin: 0;
    position: relative
}

.goal-shop-menu .filter-action i {
    margin-right: 3px
}

.rtl .goal-shop-menu .filter-action i {
    margin-left: 3px;
    margin-right: inherit
}

.goal-shop-menu ul.goal-filter-menu {
    padding: 0;
    margin: 5px 0 0;
    list-style: none;
    float: right
}

.rtl .goal-shop-menu ul.goal-filter-menu {
    float: left
}

.goal-shop-menu ul.goal-filter-menu li {
    display: inline-block
}

.goal-shop-menu ul.goal-categories {
    float: left;
    padding: 0;
    margin: 2px 0 0;
    list-style: none
}

.rtl .goal-shop-menu ul.goal-categories {
    float: right
}

.goal-shop-menu ul.goal-categories li {
    display: inline-block;
    margin-right: 40px
}

.rtl .goal-shop-menu ul.goal-categories li {
    margin-left: 40px;
    margin-right: inherit
}

.goal-shop-menu ul.goal-categories li a {
    text-transform: capitalize;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--ecosoap-link-color);
    position: relative;
    display: inline-block
}

.goal-shop-menu ul.goal-categories li .product-count {
    font-size: 14px;
    color: var(--ecosoap-text-color);
    margin: 0 2px;
    vertical-align: top;
    display: inline-block
}

.goal-shop-menu ul.goal-categories li.current-cat>a {
    color: var(--ecosoap-theme-color)
}

.goal-shop-menu ul.goal-categories .goal-shop-sub-categories {
    padding: 0;
    margin: 10px 0 0
}

.goal-shop-menu ul.goal-categories .goal-shop-sub-categories li a {
    font-size: 16px
}

.goal-shop-menu .content-inner #goal-orderby {
    margin-left: 40px
}

.rtl .goal-shop-menu .content-inner #goal-orderby {
    margin-right: 40px;
    margin-left: inherit
}

.goal-shop-header {
    background: 0 0;
    transition: all .3s ease
}

.goal-shop-header.filter-active {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

.goal-shop-header .goal-sidebar-header {
    display: none;
    border: 1px solid var(--ecosoap-theme-color);
    padding: 20px 30px;
    background: #fff
}

.goal-shop-header .goal-widget-scroll ul li {
    padding: 0;
    list-style: none;
    font-size: 14px;
    margin: 0 0 10px
}

.goal-shop-header .goal-sidebar-inner {
    padding: 0 15px
}

.goal-shop-header .goal-sidebar-inner ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.goal-shop-header .goal-sidebar-inner .goal-widget-title {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 20px
}

.goal-shop-header .widget_layered_nav ul li a,
.goal-shop-header .product-categories li a {
    font-size: 14px;
    padding: 0 !important
}

.goal-shop-header .widget_layered_nav ul li .count,
.goal-shop-header .product-categories li .count {
    float: none
}

.goal-shop-header .widget_layered_nav li.chosen,
.goal-shop-header .product-categories li.chosen {
    color: var(--ecosoap-theme-color)
}

.goal-shop-header .widget_layered_nav li.chosen>a,
.goal-shop-header .product-categories li.chosen>a {
    color: var(--ecosoap-theme-color)
}

.goal-categories-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    color: var(--ecosoap-link-color);
    font-size: 14px;
    margin-top: 4px
}

.goal-categories-dropdown .category-dropdown-label {
    cursor: pointer
}

.goal-categories-dropdown option {
    font-size: 16px;
    color: var(--ecosoap-text-color)
}

.goal-categories-dropdown option[selected=selected] {
    color: var(--ecosoap-link-color)
}

.goal-categories-dropdown .dropdown-menu {
    min-width: 200px;
    padding: 20px 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid var(--ecosoap-theme-color);
    box-shadow: none
}

.goal-categories-dropdown .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.goal-categories-dropdown .dropdown-menu ul li {
    margin: 0 0 5px
}

.goal-categories-dropdown .dropdown-menu ul li a {
    color: var(--ecosoap-text-color)
}

.goal-categories-dropdown .dropdown-menu ul li a:hover,
.goal-categories-dropdown .dropdown-menu ul li a:active {
    color: var(--ecosoap-link-color)
}

.goal-categories-dropdown .dropdown-menu ul li.active {
    color: var(--ecosoap-link-color)
}

.goal-categories-dropdown .dropdown-menu ul li:last-child {
    margin: 0
}

.before-shop-header-wrapper {
    position: relative
}

@media (min-width:768px) {
    .before-shop-header-wrapper .before-shop-loop-fillter {
        position: absolute;
        top: 20px
    }
}

.pagination-top {
    margin-top: -6px
}

.pagination-top .goal-pagination.pagination-woo {
    margin: 0
}

.pagination-top .goal-pagination .goal-pagination-inner {
    padding: 0
}

.pagination-top.has-fillter .goal-pagination .goal-pagination-inner {
    padding: 0 30px
}

.goal-filter {
    margin: 0 0 20px;
    background-color: transparent;
    padding: 10px;
    border: 1px solid #dcd7cc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

@media (min-width:1200px) {
    .goal-filter {
        margin-bottom: 30px;
        padding: 15px
    }
}

.goal-filter .goal-breadscrumb {
    margin: 0;
    background-color: transparent !important;
    background-image: none !important;
    display: block !important
}

.goal-filter .goal-breadscrumb .wrapper-breads {
    padding: 0
}

.goal-filter .goal-breadscrumb .breadcrumb {
    margin: 0
}

.goal-filter .goal-breadscrumb .breadcrumb a {
    color: var(--ecosoap-link-color)
}

.goal-filter .woocommerce-ordering,
.goal-filter .woocommerce-result-count {
    margin: 0
}

@media (min-width:768px) {
    .goal-filter {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -o-align-items: center
    }

    .goal-filter .wrapper-right {
        margin-left: auto
    }

    .rtl .goal-filter .wrapper-right {
        margin-right: auto;
        margin-left: inherit
    }
}

.goal-filter .wrapper-right .left-inner {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center
}

.goal-filter .wrapper-right .left-inner>.orderby-wrapper {
    margin: 0 15px
}

@media (min-width:1200px) {
    .goal-filter .wrapper-right .left-inner>.orderby-wrapper {
        margin: 0 30px
    }
}

.goal-filter select {
    color: var(--ecosoap-text-color);
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/theme/select.png) right 0 center no-repeat;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px 0 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--ecosoap-link-color);
    outline: none
}

.goal-filter .change-view {
    color: var(--ecosoap-text-color);
    display: inline-block
}

.goal-filter .change-view i {
    font-size: 18px;
    vertical-align: middle
}

.goal-filter .change-view+.change-view {
    margin-left: 10px
}

.rtl .goal-filter .change-view+.change-view {
    margin-right: 10px;
    margin-left: inherit
}

@media (min-width:1200px) {
    .goal-filter .change-view+.change-view {
        margin-left: 15px
    }

    .rtl .goal-filter .change-view+.change-view {
        margin-right: 15px;
        margin-left: inherit
    }
}

.goal-filter .change-view:hover,
.goal-filter .change-view.active {
    color: var(--ecosoap-link-hover-color)
}

.goal-filter .filter-btn {
    margin-left: 30px
}

.rtl .goal-filter .filter-btn {
    margin-right: 30px;
    margin-left: inherit
}

.shop-filter-top-wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.shop-filter-top-wrapper .widget {
    margin-bottom: 0;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #dcd7cc
}

.rtl .shop-filter-top-wrapper .widget {
    margin-left: 10px;
    margin-right: inherit
}

.rtl .shop-filter-top-wrapper .widget {
    padding-left: 10px;
    padding-right: inherit
}

.rtl .shop-filter-top-wrapper .widget {
    border-left: 2px solid #dcd7cc;
    border-right: inherit
}

@media (min-width:1200px) {
    .shop-filter-top-wrapper .widget {
        margin-right: 30px;
        padding-right: 30px
    }

    .rtl .shop-filter-top-wrapper .widget {
        margin-left: 30px;
        margin-right: inherit
    }

    .rtl .shop-filter-top-wrapper .widget {
        padding-left: 30px;
        padding-right: inherit
    }
}

.shop-filter-top-wrapper .widget:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0
}

.rtl .shop-filter-top-wrapper .widget:last-child {
    margin-left: 0;
    margin-right: inherit
}

.rtl .shop-filter-top-wrapper .widget:last-child {
    padding-left: 0;
    padding-right: inherit
}

.shop-filter-top-wrapper .widget .widget-title {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: all .2s ease-in-out 0s;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase
}

.rtl .shop-filter-top-wrapper .widget .widget-title {
    padding-left: 20px;
    padding-right: inherit
}

.shop-filter-top-wrapper .widget .widget-title.active:before {
    content: "\f109"
}

.shop-filter-top-wrapper .widget .widget-title+* {
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #fff;
    border: 1px solid #dcd7cc;
    box-shadow: 0 0 25px 0 rgba(34, 34, 34, .05);
    z-index: 4;
    width: 200px;
    padding: 10px;
    display: none;
    margin-top: 10px !important
}

.rtl .shop-filter-top-wrapper .widget .widget-title+* {
    right: -10px;
    left: auto
}

@media (min-width:1200px) {
    .shop-filter-top-wrapper .widget .widget-title+* {
        width: 270px;
        padding: 30px;
        left: -30px
    }

    .rtl .shop-filter-top-wrapper .widget .widget-title+* {
        right: -30px;
        left: auto
    }
}

.rtl .shop-filter-sidebar-wrapper {
    transform: translateX(-50%)
}

.rtl .shop-filter-sidebar-wrapper.active {
    transform: translateX(0)
}

.shop-filter-sidebar-wrapper {
    width: 420px;
    height: 100vh;
    max-width: 80%;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #fff;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transform: translateX(50%);
    overflow: auto;
    text-align: left
}

.rtl .shop-filter-sidebar-wrapper {
    left: 0;
    right: auto
}

.rtl .shop-filter-sidebar-wrapper {
    text-align: right
}

.shop-filter-sidebar-wrapper.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateX(0)
}

.shop-filter-sidebar-wrapper .widget {
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0 0 15px
}

@media (min-width:768px) {
    .shop-filter-sidebar-wrapper .widget {
        padding: 0 0 30px;
        text-align: left
    }

    .rtl .shop-filter-sidebar-wrapper .widget {
        text-align: right
    }
}

.shop-filter-sidebar-wrapper .widget.widget_block h1,
.shop-filter-sidebar-wrapper .widget.widget_block h2,
.shop-filter-sidebar-wrapper .widget.widget_block h3,
.shop-filter-sidebar-wrapper .widget.widget_block h4,
.shop-filter-sidebar-wrapper .widget.widget_block h5,
.shop-filter-sidebar-wrapper .widget.widget_block h6,
.shop-filter-sidebar-wrapper .widget.widget_block .h1,
.shop-filter-sidebar-wrapper .widget.widget_block .h2,
.shop-filter-sidebar-wrapper .widget.widget_block .h3,
.shop-filter-sidebar-wrapper .widget.widget_block .h4,
.shop-filter-sidebar-wrapper .widget.widget_block .h5,
.shop-filter-sidebar-wrapper .widget.widget_block .h6,
.shop-filter-sidebar-wrapper .widget.widget_block label {
    color: var(--ecosoap-heading-color);
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 800;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    margin: 0 0 25px;
    padding-block-end: 10px;
    border-bottom: 1px solid #dcd7cc;
    padding-block-start: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: left
}

.rtl .shop-filter-sidebar-wrapper .widget.widget_block h1,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block h2,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block h3,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block h4,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block h5,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block h6,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block .h1,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block .h2,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block .h3,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block .h4,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block .h5,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block .h6,
.rtl .shop-filter-sidebar-wrapper .widget.widget_block label {
    text-align: right
}

@media (min-width:1200px) {

    .shop-filter-sidebar-wrapper .widget.widget_block h1,
    .shop-filter-sidebar-wrapper .widget.widget_block h2,
    .shop-filter-sidebar-wrapper .widget.widget_block h3,
    .shop-filter-sidebar-wrapper .widget.widget_block h4,
    .shop-filter-sidebar-wrapper .widget.widget_block h5,
    .shop-filter-sidebar-wrapper .widget.widget_block h6,
    .shop-filter-sidebar-wrapper .widget.widget_block .h1,
    .shop-filter-sidebar-wrapper .widget.widget_block .h2,
    .shop-filter-sidebar-wrapper .widget.widget_block .h3,
    .shop-filter-sidebar-wrapper .widget.widget_block .h4,
    .shop-filter-sidebar-wrapper .widget.widget_block .h5,
    .shop-filter-sidebar-wrapper .widget.widget_block .h6,
    .shop-filter-sidebar-wrapper .widget.widget_block label {
        font-size: 22px
    }
}

.shop-filter-sidebar-wrapper .widget.widget_block .wp-block-latest-comments {
    padding: 0;
    margin: 0;
    list-style: none
}

.shop-filter-sidebar-wrapper .widget .widget-title {
    color: var(--ecosoap-heading-color);
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 800;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    margin: 0 0 25px;
    padding-block-end: 10px;
    border-bottom: 1px solid #dcd7cc;
    padding-block-start: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: left
}

.rtl .shop-filter-sidebar-wrapper .widget .widget-title {
    text-align: right
}

@media (min-width:1200px) {
    .shop-filter-sidebar-wrapper .widget .widget-title {
        font-size: 22px
    }
}

.shop-filter-sidebar-wrapper .shop-filter-sidebar-header {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--ecosoap-link-color)
}

@media (min-width:1200px) {
    .shop-filter-sidebar-wrapper .shop-filter-sidebar-header {
        padding: 26px 40px
    }
}

.shop-filter-sidebar-wrapper .close-filter {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 12px;
    right: 20px
}

.rtl .shop-filter-sidebar-wrapper .close-filter {
    left: 20px;
    right: auto
}

@media (min-width:1200px) {
    .shop-filter-sidebar-wrapper .close-filter {
        top: 28px;
        right: 40px
    }

    .rtl .shop-filter-sidebar-wrapper .close-filter {
        left: 40px;
        right: auto
    }
}

.shop-filter-sidebar-wrapper .content-inner {
    padding: 20px
}

@media (min-width:1200px) {
    .shop-filter-sidebar-wrapper .content-inner {
        padding: 35px 40px
    }
}

.shop-filter-sidebar-wrapper .product-categories {
    clear: both;
    overflow: hidden
}

.shop-filter-sidebar-wrapper .product-categories li:nth-child(2n+1) {
    clear: both
}

.shop-filter-sidebar-overlay {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(34, 34, 34, .4);
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    cursor: pointer
}

.shop-filter-sidebar-overlay.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.filter-btn {
    font-weight: 500;
    text-transform: uppercase
}

.filter-btn i {
    display: inline-block;
    margin-right: 8px;
    font-size: 17px;
    line-height: 1
}

.rtl .filter-btn i {
    margin-left: 8px;
    margin-right: inherit
}

.form-ecosoap-ppp {
    float: left
}

.rtl .form-ecosoap-ppp {
    float: right
}

.form-ecosoap-ppp select {
    font-size: 16px;
    color: var(--ecosoap-text-color);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/theme/select.png) #fff right 10px center no-repeat;
    font-weight: 400;
    border: 1px solid #dcd7cc;
    padding: 3px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    border: 1px solid #dcd7cc
}

.goal-after-loop-shop {
    margin-bottom: 10px
}

.goal-after-loop-shop .form-ecosoap-ppp select {
    min-width: 120px
}

@media (min-width:768px) {
    .goal-after-loop-shop {
        margin-bottom: 45px
    }

    .goal-after-loop-shop .woocommerce-result-count {
        float: right;
        margin: 4px 0 0
    }

    .rtl .goal-after-loop-shop .woocommerce-result-count {
        float: left
    }

    .goal-after-loop-shop .goal-pagination {
        float: left;
        margin: 0;
        padding: 0
    }

    .rtl .goal-after-loop-shop .goal-pagination {
        float: right
    }

    .goal-after-loop-shop .goal-pagination .page-numbers li>a,
    .goal-after-loop-shop .goal-pagination .page-numbers li>span {
        line-height: 34px
    }
}

#goal-orderby .orderby-label {
    color: var(--ecosoap-text-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid #dcd7cc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 4px 15px
}

#goal-orderby .dropdown-menu {
    min-width: 200px;
    padding: 20px 30px;
    border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid var(--ecosoap-theme-color);
    box-shadow: none
}

#goal-orderby .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#goal-orderby .dropdown-menu ul li {
    margin: 0 0 5px
}

#goal-orderby .dropdown-menu ul li a {
    color: var(--ecosoap-text-color)
}

#goal-orderby .dropdown-menu ul li a:hover,
#goal-orderby .dropdown-menu ul li a:active {
    color: var(--ecosoap-link-color)
}

#goal-orderby .dropdown-menu ul li.active {
    color: var(--ecosoap-link-color)
}

#goal-orderby .dropdown-menu ul li:last-child {
    margin: 0
}

.goal-topcart .dropdown-menu {
    top: 100%;
    margin: 0;
    padding: 20px;
    min-width: 280px;
    display: block;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .15);
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none
}

@media (min-width:1200px) {
    .goal-topcart .dropdown-menu {
        max-width: 340px
    }
}

.goal-topcart .buttons {
    margin: 0
}

.goal-topcart .buttons .btn,
.goal-topcart .buttons #add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout .goal-topcart .buttons a.checkout-button,
.goal-topcart .buttons .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .goal-topcart .buttons a.checkout-button,
.goal-topcart .buttons .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .goal-topcart .buttons a.checkout-button,
.goal-topcart .buttons .woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .goal-topcart .buttons .button,
.goal-topcart .buttons .wfg-button,
.goal-topcart .buttons .viewmore-products-btn,
.goal-topcart .buttons .woocommerce .wishlist_table .product-add-to-cart a,
.woocommerce .wishlist_table .product-add-to-cart .goal-topcart .buttons a,
.goal-topcart .buttons .add-cart [class*=product_type_],
.add-cart .goal-topcart .buttons [class*=product_type_],
.goal-topcart .buttons .add-cart .add_to_cart_button,
.add-cart .goal-topcart .buttons .add_to_cart_button,
.goal-topcart .buttons .add-cart .added_to_cart,
.add-cart .goal-topcart .buttons .added_to_cart,
.goal-topcart .buttons .woocommerce #respond input#submit,
.woocommerce #respond .goal-topcart .buttons input#submit,
.goal-topcart .buttons .woocommerce a.button,
.woocommerce .goal-topcart .buttons a.button,
.goal-topcart .buttons .woocommerce button.button,
.woocommerce .goal-topcart .buttons button.button,
.goal-topcart .buttons .woocommerce input.button,
.woocommerce .goal-topcart .buttons input.button,
.goal-topcart .buttons .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .goal-topcart .buttons .button,
.goal-topcart .buttons .woocommerce div.product form.cart .added_to_cart,
.woocommerce div.product form.cart .goal-topcart .buttons .added_to_cart,
.goal-topcart .buttons .woocommerce .details-product .information .stock.out-of-stock,
.woocommerce .details-product .information .goal-topcart .buttons .stock.out-of-stock {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.goal-topcart .buttons .wc-forward {
    display: block;
    margin-bottom: 10px
}

.goal-topcart .buttons .wc-forward:last-child {
    margin: 0
}

.goal-topcart .buttons .wc-forward:after {
    vertical-align: text-top
}

.goal-topcart .open .dropdown-menu {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100)
}

.goal-topcart .overlay-offcanvas-content {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-in-out 0s;
    cursor: no-drop;
    transform: translateX(-30px);
    visibility: hidden;
    z-index: 2
}

.goal-topcart .overlay-offcanvas-content.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0)
}

.goal-topcart .offcanvas-content {
    z-index: 6;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    transition: all .35s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 400px;
    height: 100vh;
    transform: translateX(100%);
    line-height: 1.3
}

.goal-topcart .offcanvas-content.active {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0)
}

.goal-topcart .offcanvas-content .shopping_cart_content .cart_list {
    max-height: calc(100% - 180px)
}

.goal-topcart .offcanvas-content .title-cart-canvas {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
    padding: 10px;
    color: #fff;
    background-color: var(--ecosoap-theme-color);
    border-bottom: 1px solid #dcd7cc;
    text-transform: capitalize;
    position: relative
}

.goal-topcart .offcanvas-content .title-cart-canvas .close-cart {
    position: absolute;
    top: 11px;
    left: 14px;
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
    color: #fff
}

.rtl .goal-topcart .offcanvas-content .title-cart-canvas .close-cart {
    right: 14px;
    left: auto
}

.goal-topcart .offcanvas-content .shopping_cart_content {
    padding: 10px;
    height: calc(100vh - 50px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

@media (min-width:1200px) {
    .goal-topcart .offcanvas-content .shopping_cart_content {
        padding: 15px 15px 30px
    }
}

.goal-topcart .offcanvas-content .shopping_cart_content .cart-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    width: 100%
}

.goal-topcart .offcanvas-content .shopping_cart_content .cart_list {
    width: 100%
}

.shopping_cart_content {
    font-size: 14px
}

.shopping_cart_content .variation {
    margin: 0 0 3px;
    overflow: hidden
}

.shopping_cart_content .variation dt {
    margin-right: 5px
}

.rtl .shopping_cart_content .variation dt {
    margin-left: 5px;
    margin-right: inherit
}

.shopping_cart_content .variation dt,
.shopping_cart_content .variation dd {
    float: left
}

.rtl .shopping_cart_content .variation dt,
.rtl .shopping_cart_content .variation dd {
    float: right
}

.shopping_cart_content .variation dt p,
.shopping_cart_content .variation dd p {
    margin: 0
}

.shopping_cart_content .cart_list {
    padding: 0 0 10px;
    max-height: 270px;
    overflow: hidden
}

@media (max-width:767px) {
    .shopping_cart_content .cart_list {
        overflow-y: auto !important;
        max-height: 215px
    }
}

.shopping_cart_content .cart_list>div {
    margin: 0 0 20px;
    overflow: hidden
}

.shopping_cart_content .cart_list>div.empty {
    border: none;
    margin: 0;
    color: var(--ecosoap-link-color)
}

.shopping_cart_content .cart_list>div:last-child {
    border: none
}

.shopping_cart_content .cart_list .image {
    width: 88px;
    height: 88px;
    padding: 5px;
    border: 1px solid #dcd7cc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block
}

.shopping_cart_content .cart_list .image img {
    width: 75px;
    height: 75px;
    max-width: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.shopping_cart_content .cart_list .quantity {
    font-size: 16px;
    font-weight: 800;
    color: var(--ecosoap-theme-color);
    padding: 0;
    line-height: 1
}

.shopping_cart_content .cart_list .name {
    margin: 0
}

.shopping_cart_content .cart_list .name a:hover {
    color: var(--ecosoap-theme-color)
}

.shopping_cart_content .cart_list .cart-item {
    margin: 0;
    font-size: 16px
}

.shopping_cart_content .cart_list .media-body {
    width: 1000px;
    padding-right: 20px
}

.rtl .shopping_cart_content .cart_list .media-body {
    padding-left: 20px;
    padding-right: inherit
}

.shopping_cart_content .cart_list .cart-main-content {
    text-align: left;
    position: relative;
    line-height: 30px;
    padding: 0
}

.rtl .shopping_cart_content .cart_list .cart-main-content {
    text-align: right
}

.shopping_cart_content .cart_list .cart-main-content .remove {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 9;
    font-size: 13px;
    background: 0 0 !important;
    color: var(--ecosoap-text-color) !important
}

.rtl .shopping_cart_content .cart_list .cart-main-content .remove {
    left: 0;
    right: auto
}

.shopping_cart_content .cart_list .cart-main-content .remove:hover,
.shopping_cart_content .cart_list .cart-main-content .remove:focus {
    color: #e44343 !important
}

.shopping_cart_content .cart_list .cart-item {
    overflow: hidden
}

.shopping_cart_content .total {
    color: var(--ecosoap-theme-color);
    border-top: 1px solid #dcd7cc;
    overflow: hidden;
    position: relative;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 14px
}

.shopping_cart_content .total strong {
    font-weight: 600;
    color: var(--ecosoap-link-color)
}

.shopping_cart_content .total .amount {
    font-size: 18px;
    font-weight: 900;
    color: var(--ecosoap-link-color)
}

.shopping_cart_content .total.empty {
    border: none;
    margin: 0;
    padding-top: 0
}

.woocommerce a.remove {
    padding: 0;
    margin: auto;
    color: #e44343;
    font-size: 32px;
    background: 0 0
}

.place-order {
    padding: 30px
}

.yith-wcwl-add-button>a i,
.wishlist_table .add_to_cart.button i {
    margin: 0 !important
}

.yith-wcwl-share ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.input-text {
    border: 1px solid #e5e5e5;
    padding: 5px 10px
}

.woocommerce address {
    margin-bottom: 20px
}

.product-categories,
.wc-block-product-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.product-categories+.view-more-list-cat,
.wc-block-product-categories-list+.view-more-list-cat {
    position: absolute;
    background: #fff;
    bottom: 1px;
    left: 0;
    width: calc(100% - 2px);
    z-index: 9;
    display: block;
    color: #5cb85c;
    padding: 15px 54px 15px
}

.product-categories+.view-more-list-cat.view-less,
.wc-block-product-categories-list+.view-more-list-cat.view-less {
    color: #e44343
}

.product-categories+.view-more-list-cat:hover,
.product-categories+.view-more-list-cat:active,
.wc-block-product-categories-list+.view-more-list-cat:hover,
.wc-block-product-categories-list+.view-more-list-cat:active {
    text-decoration: underline
}

.product-categories.hideContent,
.wc-block-product-categories-list.hideContent {
    height: 340px
}

.product-categories.showContent,
.wc-block-product-categories-list.showContent {
    height: auto
}

.product-categories .children,
.product-categories .wc-block-product-categories-list,
.wc-block-product-categories-list .children,
.wc-block-product-categories-list .wc-block-product-categories-list {
    list-style: none;
    padding: 0
}

.product-categories li,
.wc-block-product-categories-list li {
    line-height: 30px;
    width: 100%;
    display: inline-block
}

.product-categories li li,
.wc-block-product-categories-list li li {
    padding-left: 20px
}

.rtl .product-categories li li,
.rtl .wc-block-product-categories-list li li {
    padding-right: 20px;
    padding-left: inherit
}

.product-categories li.current-cat-parent>.count,
.product-categories li.current-cat>.count,
.product-categories li:hover>.count,
.wc-block-product-categories-list li.current-cat-parent>.count,
.wc-block-product-categories-list li.current-cat>.count,
.wc-block-product-categories-list li:hover>.count {
    color: var(--ecosoap-theme-color)
}

.product-categories li.current-cat-parent>a,
.product-categories li.current-cat>a,
.product-categories li:hover>a,
.wc-block-product-categories-list li.current-cat-parent>a,
.wc-block-product-categories-list li.current-cat>a,
.wc-block-product-categories-list li:hover>a {
    color: var(--ecosoap-theme-color)
}

.product-categories li .count,
.wc-block-product-categories-list li .count {
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px
}

.product-categories li a,
.wc-block-product-categories-list li a {
    transition: all .2s ease-in-out 0s
}

.product-categories li a:hover,
.product-categories li a:active,
.wc-block-product-categories-list li a:hover,
.wc-block-product-categories-list li a:active {
    color: var(--ecosoap-theme-color)
}

.product-categories li.cat-parent,
.product-categories li.noactive,
.wc-block-product-categories-list li.cat-parent,
.wc-block-product-categories-list li.noactive {
    position: relative
}

.product-categories li.cat-parent:first-child>.opened,
.product-categories li.cat-parent:first-child>.closed,
.product-categories li.noactive:first-child>.opened,
.product-categories li.noactive:first-child>.closed,
.wc-block-product-categories-list li.cat-parent:first-child>.opened,
.wc-block-product-categories-list li.cat-parent:first-child>.closed,
.wc-block-product-categories-list li.noactive:first-child>.opened,
.wc-block-product-categories-list li.noactive:first-child>.closed {
    top: -3px
}

.product-categories li.cat-parent>i,
.product-categories li.noactive>i,
.wc-block-product-categories-list li.cat-parent>i,
.wc-block-product-categories-list li.noactive>i {
    padding-right: 12px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 13px
}

.rtl .product-categories li.cat-parent>i,
.rtl .product-categories li.noactive>i,
.rtl .wc-block-product-categories-list li.cat-parent>i,
.rtl .wc-block-product-categories-list li.noactive>i {
    padding-left: 12px;
    padding-right: inherit
}

.rtl .product-categories li.cat-parent>i,
.rtl .product-categories li.noactive>i,
.rtl .wc-block-product-categories-list li.cat-parent>i,
.rtl .wc-block-product-categories-list li.noactive>i {
    right: 0;
    left: auto
}

.product-categories li.cat-parent>.opened,
.product-categories li.cat-parent>.closed,
.product-categories li.noactive>.opened,
.product-categories li.noactive>.closed,
.wc-block-product-categories-list li.cat-parent>.opened,
.wc-block-product-categories-list li.cat-parent>.closed,
.wc-block-product-categories-list li.noactive>.opened,
.wc-block-product-categories-list li.noactive>.closed {
    padding-left: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px
}

.rtl .product-categories li.cat-parent>.opened,
.rtl .product-categories li.cat-parent>.closed,
.rtl .product-categories li.noactive>.opened,
.rtl .product-categories li.noactive>.closed,
.rtl .wc-block-product-categories-list li.cat-parent>.opened,
.rtl .wc-block-product-categories-list li.cat-parent>.closed,
.rtl .wc-block-product-categories-list li.noactive>.opened,
.rtl .wc-block-product-categories-list li.noactive>.closed {
    padding-right: 15px;
    padding-left: inherit
}

.rtl .product-categories li.cat-parent>.opened,
.rtl .product-categories li.cat-parent>.closed,
.rtl .product-categories li.noactive>.opened,
.rtl .product-categories li.noactive>.closed,
.rtl .wc-block-product-categories-list li.cat-parent>.opened,
.rtl .wc-block-product-categories-list li.cat-parent>.closed,
.rtl .wc-block-product-categories-list li.noactive>.opened,
.rtl .wc-block-product-categories-list li.noactive>.closed {
    left: 0;
    right: auto
}

.product-categories>li,
.wc-block-product-categories-list>li {
    padding: 10px 0;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px dashed #dcd7cc
}

.product-categories>li:last-child,
.wc-block-product-categories-list>li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.product-categories>li>ul.children,
.product-categories>li>ul.wc-block-product-categories-list,
.wc-block-product-categories-list>li>ul.children,
.wc-block-product-categories-list>li>ul.wc-block-product-categories-list {
    position: relative;
    padding-top: 15px
}

.product-categories>li>a,
.wc-block-product-categories-list>li>a {
    font-weight: 400;
    text-transform: capitalize;
    color: var(--ecosoap-link-color)
}

.product-categories>li>.opened,
.product-categories>li>.closed,
.wc-block-product-categories-list>li>.opened,
.wc-block-product-categories-list>li>.closed {
    font-size: 20px;
    color: var(--ecosoap-link-color);
    line-height: 1.5
}

.wp-block-woocommerce-product-categories li.wc-block-product-categories-list-item {
    position: relative;
    padding-right: 20px
}

.wp-block-woocommerce-product-categories li span.toggle {
    position: absolute;
    right: 0;
    top: 0
}

.widget_product_categories ul li.cat-item {
    position: relative;
    padding-right: 20px
}

.widget_product_categories li.cat-item span.toggle {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    cursor: pointer
}

@media (min-width:601px) {

    .widget_block :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content,
    .widget_block :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-content {
        gap: 50px
    }
}

.top-archive-shop {
    padding-bottom: 30px
}

.goal-results {
    margin-top: 10px
}

.goal-results .goal-results-reset {
    display: inline-block;
    padding: 6px 15px;
    background: #e44343;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
    font-size: 15px;
    transition: all .2s ease-in-out 0s
}

.goal-results .goal-results-reset:hover,
.goal-results .goal-results-reset:active {
    color: #fff;
    background: #e44343
}

.ajax-pagination {
    text-align: center;
    margin-top: 30px
}

.ajax-pagination.goal-loader .goal-loadmore-btn {
    display: none
}

.ajax-pagination.goal-loader:after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    width: 100%
}

.ajax-pagination .goal-loadmore-btn+.goal-allproducts {
    display: none
}

.ajax-pagination .goal-loadmore-btn.hidden+.goal-allproducts {
    display: block;
    color: #e44343
}

.add-cart>.added {
    display: none !important
}

.add-cart .added_to_cart:after {
    display: none
}

.goal-shop-products-wrapper.loading {
    position: relative
}

.goal-shop-products-wrapper.loading:before {
    background: url(../../images/theme/loading-quick.gif) center 100px/50px no-repeat rgba(255, 255, 255, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 99
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    margin-bottom: 12px
}

@media (min-width:1200px) {
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
        margin-bottom: 18px
    }
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    padding: 0 0 3px;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    display: inline-block
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
    width: 0;
    height: 2px;
    background: var(--ecosoap-theme-color);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    transition: all .2s ease-in-out 0s
}

.rtl .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
    right: 0;
    left: auto
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus {
    color: var(--ecosoap-theme-color)
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover:before,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus:before {
    width: 100%
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active>a {
    color: var(--ecosoap-theme-color)
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active>a:before {
    width: 100%
}

.woocommerce table.my_account_orders {
    font-size: 16px;
    color: var(--ecosoap-link-color);
    border: 1px solid #dcd7cc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-collapse: collapse
}

.woocommerce table.my_account_orders th {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f6f0e7
}

.woocommerce table.my_account_orders td {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width:1200px) {
    .woocommerce table.my_account_orders td {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number {
    font-weight: 700;
    color: var(--ecosoap-link-color)
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
    border-color: #dcd7cc;
    border-style: solid;
    border-width: 1px 0;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1200px) {

    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders td {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions {
        width: 170px
    }
}

.myaccount_address {
    color: var(--ecosoap-link-color);
    margin-bottom: 50px
}

@media (min-width:1200px) {
    .myaccount_address {
        margin-bottom: 50px
    }
}

.woocommerce-account .addresses .title h3 {
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px
}

.woocommerce-account .addresses .edit {
    color: var(--ecosoap-theme-color) !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline
}

.edit-account .for-control {
    color: var(--ecosoap-link-color);
    font-weight: 400
}

.edit-account .form-control {
    background-color: transparent
}

.edit-account .title {
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px
}

@media (min-width:1200px) {
    .edit-account [type=submit] {
        min-width: 286px;
        text-align: center
    }
}

@media (min-width:1200px) {
    .edit-account .edit-first {
        margin-bottom: 20px
    }
}

.wrapper-cart br {
    display: none
}

@media (min-width:1200px) {
    .wrapper-cart {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (max-width:991px) {
    .wrapper-cart .cart-right {
        margin-top: 15px
    }
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
    max-width: 970px;
    margin: auto
}

form.login,
form.register {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important
}

form.login br,
form.register br {
    display: none
}

form.login label,
form.register label {
    font-weight: 400
}

form.login .form-group,
form.register .form-group {
    margin: 0 0 20px
}

form.login .form-group:last-child,
form.register .form-group:last-child {
    margin-bottom: 0
}

form.login .input-text,
form.register .input-text {
    background: #fff !important;
    border: 1px solid #dcd7cc !important;
    height: 40px
}

form.login .input-text:focus,
form.register .input-text:focus {
    border-color: #dcd7cc !important
}

form.login input[type=checkbox],
form.register input[type=checkbox] {
    margin-right: 7px
}

.rtl form.login input[type=checkbox],
.rtl form.register input[type=checkbox] {
    margin-left: 7px;
    margin-right: inherit
}

form.login .input-submit~span,
form.register .input-submit~span {
    margin: 10px 0 0
}

form.login .input-submit~span.pull-left,
form.register .input-submit~span.pull-left {
    margin-left: 15px
}

.rtl form.login .input-submit~span.pull-left,
.rtl form.register .input-submit~span.pull-left {
    margin-right: 15px;
    margin-left: inherit
}

form.login .input-submit~span.lost_password a,
form.register .input-submit~span.lost_password a {
    color: var(--ecosoap-theme-color)
}

form.login .user-role,
form.register .user-role {
    padding-left: 20px
}

form.login .user-role [type=radio],
form.register .user-role [type=radio] {
    margin-top: 11px
}

.login-wrapper .mfp-content {
    width: 500px !important;
    max-width: 80%;
    background-color: transparent
}

.login-wrapper .title {
    text-align: center
}

.login-wrapper .goal-mfp-close {
    font-size: 20px;
    display: inline-block;
    background: var(--ecosoap-theme-color);
    color: #fff;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: none;
    margin: -21px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .3s ease-in-out 0s;
    opacity: .9;
    filter: alpha(opacity=90)
}

.login-wrapper .goal-mfp-close:hover,
.login-wrapper .goal-mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.cart_item {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dcd7cc
}

.cart_item>.media-left {
    width: 70%
}

.cart_item img {
    width: 90px;
    max-width: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 0
}

.cart_item .content-left {
    overflow: hidden;
    padding-left: 20px
}

.rtl .cart_item .content-left {
    padding-right: 20px;
    padding-left: inherit
}

.cart_item .product-name {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px
}

.cart_item .price {
    font-size: 20px;
    color: #4c4c4c;
    font-weight: 400
}

.cart_item a.remove {
    margin: 0 0 15px;
    display: inline-block;
    font-size: 32px;
    color: var(--ecosoap-text-color) !important
}

.cart_item a.remove:hover,
.cart_item a.remove:active {
    color: #e44343 !important
}

div.cart .input-text {
    height: 53px;
    border: 2px solid #dcd7cc
}

div.cart .input-text:focus,
div.cart .input-text:active {
    border-color: var(--ecosoap-link-color)
}

div.cart label {
    font-size: 18px;
    color: #000
}

.woocommerce .order-review #order_review_heading {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    padding: 20px 0
}

.woocommerce .order-review table.shop_table {
    margin: 0
}

#order_review .shop_table {
    border: none;
    margin-bottom: 25px
}

#order_review .cart_item {
    margin: 0;
    padding: 0;
    border: none
}

#order_review .product-name {
    font-size: 14px;
    margin: 0
}

#order_review .product-name strong {
    font-weight: 400
}

#order_review .product-total {
    font-weight: 600;
    color: var(--ecosoap-theme-color)
}

#order_review>.media-left {
    width: auto
}

#order_review .woocommerce-Price-amount {
    color: var(--ecosoap-link-color);
    font-weight: 600
}

#order_review .subtotal tr>* {
    border-bottom: 1px solid #dcd7cc !important
}

#order_review .subtotal th {
    border: none;
    font-weight: 400;
    color: var(--ecosoap-link-color)
}

#order_review .subtotal td {
    text-align: right;
    padding: 10px 0;
    font-weight: 400
}

.rtl #order_review .subtotal td {
    text-align: left
}

#order_review .subtotal td label {
    font-weight: 400
}

#order_review .subtotal .order-total strong {
    font-size: 20px
}

#order_review .subtotal .amount {
    font-weight: 600
}

#order_review .order-total .amount,
#order_review .cart-subtotal .amount {
    color: var(--ecosoap-theme-color)
}

.goal-checkout-step {
    padding: 0 0 30px
}

.goal-checkout-step br {
    display: none
}

.goal-checkout-step ul {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%
}

.goal-checkout-step ul li {
    position: relative;
    text-align: center;
    float: left
}

.rtl .goal-checkout-step ul li {
    float: right
}

@media (min-width:768px) {
    .goal-checkout-step ul li {
        width: 33.33%
    }
}

.goal-checkout-step li {
    font-size: 18px;
    font-weight: 600;
    color: var(--ecosoap-link-color);
    line-height: 60px;
    overflow: hidden;
    position: relative;
    background: #fdf9f0
}

.goal-checkout-step li:first-child:before {
    display: none
}

.goal-checkout-step li:first-child:after {
    border-width: 1px 0 1px 1px
}

.goal-checkout-step li:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: -43px;
    border: 1px solid #dcd7cc;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    background-color: #fdf9f0
}

.goal-checkout-step li:after {
    position: absolute;
    content: "";
    border-width: 1px 0;
    border-style: solid;
    border-color: #dcd7cc;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0
}

.rtl .goal-checkout-step li:after {
    right: 0;
    left: auto
}

.goal-checkout-step li .inner {
    position: relative
}

.goal-checkout-step li .inner:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: -30px;
    border-style: solid;
    border-color: #fdf9f0 #fdf9f0 #fdf9f0 transparent;
    border-width: 30px;
    width: 60px;
    height: 60px;
    background-color: #fdf9f0
}

.goal-checkout-step li .inner:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 12px;
    border: 1px solid #dcd7cc;
    border-width: 1px 1px 0 0;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    background-color: #fdf9f0;
    z-index: 2
}

.goal-checkout-step li.active {
    background: var(--ecosoap-theme-color);
    color: #fff
}

.goal-checkout-step li.active:after {
    border-color: var(--ecosoap-theme-color)
}

.goal-checkout-step li.active .inner:after {
    border-color: #fdf9f0 var(--ecosoap-theme-color)
}

.goal-checkout-step li.active .inner:before {
    display: none
}

.goal-checkout-step li.active .step {
    opacity: .3;
    filter: alpha(opacity=30);
    color: #fff
}

.goal-checkout-step .inner-step {
    position: relative;
    z-index: 7
}

.goal-checkout-step .step {
    z-index: 6;
    position: absolute;
    top: -1px;
    right: 70px;
    line-height: 60px;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    color: #eae9ec
}

.rtl .goal-checkout-step .step {
    left: 70px;
    right: auto
}

.woocommerce-thankyou-order-received {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    color: var(--ecosoap-heading-color)
}

@media (min-width:768px) {
    .woocommerce-thankyou-order-received {
        font-size: 28px
    }
}

.woocommerce-thankyou-order-details {
    text-align: center
}

.woocommerce ul.order_details li {
    float: none;
    display: inline-block;
    font-size: 12px
}

.woocommerce ul.order_details li strong {
    margin-top: 5px;
    font-weight: 400;
    color: var(--ecosoap-link-color)
}

.woocommerce ul.order_details li.method strong {
    color: #e44343
}

.woo-pay-perfect {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px
}

.woocommerce .woocommerce-form-coupon p {
    margin-bottom: 15px
}

.woocommerce .woocommerce-form-coupon .form-row {
    margin-bottom: 10px;
    width: 100%
}

@media (min-width:768px) {
    .woocommerce .woocommerce-form-coupon .form-row {
        width: 50%
    }
}

.woocommerce .woocommerce-form-coupon .form-row-last {
    padding-left: 20px
}

.rtl .woocommerce .woocommerce-form-coupon .form-row-last {
    padding-right: 20px;
    padding-left: inherit
}

@media (max-width:767px) {
    .woocommerce .woocommerce-form-coupon .form-row-last {
        padding: 0;
        margin-bottom: 0
    }

    .woocommerce .woocommerce-form-coupon .form-row-last .button {
        width: 100%
    }
}

.product-top-title {
    position: relative
}

.product-top-title .view-more {
    position: absolute;
    top: 5px;
    right: 0
}

.rtl .product-top-title .view-more {
    left: 0;
    right: auto
}

.layout-detail-product #tabs-list-specifications td {
    padding: 15px;
    border-color: #eff0f2
}

.layout-detail-product #tabs-list-specifications td:first-child {
    font-weight: 500;
    text-transform: uppercase
}

.accessoriesproducts .list-accesories {
    margin-bottom: 10px
}

.accessoriesproducts .check-item {
    margin-top: 10px
}

.wcv-pro-vendorlist {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #dcd7cc;
    border-top: none;
    background: #fff;
    height: auto
}

.wcv-pro-vendorlist .name-store {
    font-size: 18px;
    margin: 10px 0
}

.wcv-pro-vendorlist:hover .avatar:before {
    opacity: .5;
    filter: alpha(opacity=50)
}

.wcv-pro-vendorlist .avatar {
    display: inline-block;
    position: relative;
    line-height: 0;
    max-width: 100%
}

.wcv-pro-vendorlist .avatar:before {
    transition: all .2s ease 0s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--ecosoap-theme-color);
    opacity: 0;
    filter: alpha(opacity=0)
}

.wcv-pro-vendorlist .metas {
    margin: 0 0 5px
}

.wcv-pro-vendorlist .metas>* {
    display: inline-block;
    font-size: 14px
}

.wcv-pro-vendorlist .metas>*+* {
    margin-left: 20px
}

.rtl .wcv-pro-vendorlist .metas>*+* {
    margin-right: 20px;
    margin-left: inherit
}

.wcv-pro-vendorlist .metas .total-value {
    font-weight: 400
}

.wcv-pro-vendorlist .store-address,
.wcv-pro-vendorlist .store-phone {
    font-size: 14px;
    margin: 0 0 7px
}

.wcv-pro-vendorlist .store-address:last-child,
.wcv-pro-vendorlist .store-phone:last-child {
    margin: 0
}

.pv_shop_description {
    padding: 0 15px 30px
}

.wcv-header-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    background: url(../../images/theme/bg-vendor.jpg) repeat rgba(255, 255, 255, .9)
}

.wcv-header-container .store-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.wcv-header-container .wcv-store-grid {
    padding: 0 0 30px
}

.wcv-header-container #inner-element {
    background: transparent none repeat scroll 0 0;
    clear: both;
    overflow: hidden;
    position: static;
    max-width: none;
    width: 100%;
    padding: 0
}

.wcv-header-container #inner-element .store-info {
    text-align: inherit
}

.store-info .title-store {
    display: inline-block
}

.store-info .wcv-verified-vendor {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    font-size: 12px;
    color: #fff;
    background: #4a90de;
    padding: 5px 18px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.store-info .social-icons {
    list-style: none;
    margin: 25px 0 0 !important;
    padding: 0
}

.store-info .social-icons li {
    display: inline-block;
    margin-right: 10px
}

.rtl .store-info .social-icons li {
    margin-left: 10px;
    margin-right: inherit
}

.store-info .social-icons li a {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #405e9c;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    text-align: center
}

.store-info .social-icons li a.facebook {
    border: 1px solid #405e9c;
    color: #405e9c !important
}

.store-info .social-icons li a.facebook:hover,
.store-info .social-icons li a.facebook:active {
    background: #405e9c
}

.store-info .social-icons li a.twitter {
    border: 1px solid #55acee;
    color: #55acee !important
}

.store-info .social-icons li a.twitter:hover,
.store-info .social-icons li a.twitter:active {
    background: #55acee
}

.store-info .social-icons li a.instagram {
    border: 1px solid #5280a5;
    color: #5280a5 !important
}

.store-info .social-icons li a.instagram:hover,
.store-info .social-icons li a.instagram:active {
    background: #5280a5
}

.store-info .social-icons li a.googleplus {
    color: #cd2129 !important;
    border: 1px solid #cd2129
}

.store-info .social-icons li a.googleplus:hover,
.store-info .social-icons li a.googleplus:active {
    background: #cd2129
}

.store-info .social-icons li a.linkedin {
    color: #318dc1 !important;
    border: 1px solid #318dc1
}

.store-info .social-icons li a.linkedin:hover,
.store-info .social-icons li a.linkedin:active {
    background: #318dc1
}

.store-info .social-icons li a.youtube {
    color: #cb312e !important;
    border: 1px solid #cb312e
}

.store-info .social-icons li a.youtube:hover,
.store-info .social-icons li a.youtube:active {
    background: #cb312e
}

.store-info .social-icons li a:hover,
.store-info .social-icons li a:active {
    color: #fff !important;
    background: #405e9c
}

.store-info .title-store {
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 1.1
}

.store-info .rating-products-wrapper {
    margin: 0 0 20px;
    font-size: 16px
}

.store-info .rating-products-wrapper>* {
    display: inline-block;
    vertical-align: top
}

.store-info .rating-products-wrapper>*>* {
    display: block
}

.store-info .store-address address {
    margin: 0
}

.store-info .store-address i,
.store-info .store-phone i {
    margin-right: 8px
}

.rtl .store-info .store-address i,
.rtl .store-info .store-phone i {
    margin-left: 8px;
    margin-right: inherit
}

.store-info .total-products {
    padding-left: 50px
}

.rtl .store-info .total-products {
    padding-right: 50px;
    padding-left: inherit
}

.store-info .total-products .total-value {
    font-size: 24px;
    color: #242424;
    font-weight: 400;
    line-height: 1.1
}

.store-info .media-body {
    max-width: 600px;
    font-size: 14px
}

.store-info .media-left {
    padding-right: 30px
}

.rtl .store-info .media-left {
    padding-left: 30px;
    padding-right: inherit
}

.store-info .favourite-wrapper {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 10px 0 0
}

.store-info .denso-favourite-vendor {
    border-color: #dcd7cc;
    font-size: 12px;
    display: block;
    font-weight: 400;
    padding: 8px 15px;
    text-transform: capitalize
}

.store-info .denso-favourite-vendor:hover,
.store-info .denso-favourite-vendor:active {
    border-color: var(--ecosoap-theme-color)
}

.store-info .denso-favourite-vendor i {
    margin-right: 3px
}

.rtl .store-info .denso-favourite-vendor i {
    margin-left: 3px;
    margin-right: inherit
}

.store-info .denso-favourite-vendor.added {
    color: #fff;
    border-color: var(--ecosoap-theme-color);
    background: var(--ecosoap-theme-color)
}

.store-aurhor-inner {
    text-align: center;
    margin-top: 30px
}

.store-aurhor-inner .avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #e8e8e8;
    overflow: hidden
}

.store-aurhor-inner .store-aurhor .name-author {
    margin: 5px 0 10px
}

.vendor-reviews-inner {
    background: #f8f8f8;
    border: 2px solid #dcd7cc;
    padding: 20px
}

.vendor-reviews-inner .title-info {
    font-size: 16px !important;
    margin: 10px 0 20px !important
}

.vendor-reviews-inner .star-rating {
    float: left;
    margin-right: 40px
}

.rtl .vendor-reviews-inner .star-rating {
    float: right
}

.rtl .vendor-reviews-inner .star-rating {
    margin-left: 40px;
    margin-right: inherit
}

.vendor-reviews-inner .special-progress>* {
    display: inline-block;
    vertical-align: top
}

.vendor-reviews-inner .special-progress .progress {
    width: 210px;
    margin: 0
}

.vendor-reviews-inner .special-progress .progress .progress-bar {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.vendor-reviews-inner .special-progress .value {
    margin: 0 8px;
    line-height: 1
}

.vendor-reviews-inner .average-value {
    font-size: 30px;
    font-weight: 400;
    color: #242424;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #dcd7cc;
    padding: 20px 5px
}

.vendor-reviews-inner .average-value span {
    font-size: 12px;
    font-weight: 400;
    display: block
}

.special-progress {
    margin: 5px 0 0;
    font-size: 14px
}

.special-progress .claimed {
    margin-bottom: 2px
}

.special-progress .claimed strong {
    color: var(--ecosoap-link-color)
}

.special-progress .progress {
    background: #dcd7cc;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 8px;
    margin: 10px 0 5px
}

.special-progress .progress .progress-bar {
    background: var(--ecosoap-theme-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    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: 10px 10px
}

.single-rating {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dcd7cc
}

.single-rating:last-child {
    border: none;
    padding: 0;
    margin: 0
}

.single-rating .avatar {
    max-width: none;
    min-width: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.single-rating .media-left {
    padding-right: 20px
}

.rtl .single-rating .media-left {
    padding-left: 20px;
    padding-right: inherit
}

.single-rating .stars-value {
    float: right
}

.rtl .single-rating .stars-value {
    float: left
}

.single-rating .stars-value .fa-star {
    color: #fednormal
}

.single-rating h4 {
    font-weight: 400;
    font-size: 10px;
    margin: 0 0 15px;
    color: var(--ecosoap-text-color)
}

.single-rating h4 .name {
    font-weight: 400;
    font-size: 12px;
    color: #464646;
    text-transform: uppercase
}

.single-rating h6 {
    margin: 0 0 15px
}

.btn-showserach-dokan {
    cursor: pointer
}

.wrapper-dokan .btn-showserach-dokan {
    padding: 6px 9px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-width: 2px
}

.wrapper-dokan .dokan-seller-search-form {
    font-size: 14px;
    margin: 0;
    width: 0;
    overflow: hidden;
    transition: all .2s ease-in-out 0s
}

.wrapper-dokan .dokan-seller-search-form input {
    width: 100% !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

.wrapper-dokan .dokan-seller-search-form.active {
    width: 220px
}

.wrapper-dokan>* {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.rtl .wrapper-dokan>* {
    margin-left: 10px;
    margin-right: inherit
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    margin-bottom: 30px
}

.dokan-widget-area #cat-drop-stack>ul,
.dokan-store-menu #cat-drop-stack>ul {
    list-style: none;
    padding: 0
}

.dokan-widget-area #cat-drop-stack>ul li,
.dokan-store-menu #cat-drop-stack>ul li {
    margin-bottom: 5px
}

.dokan-widget-area #cat-drop-stack>ul li:last-child,
.dokan-store-menu #cat-drop-stack>ul li:last-child {
    margin-bottom: 0
}

.dokan-widget-area #cat-drop-stack>ul a:hover,
.dokan-widget-area #cat-drop-stack>ul:focus,
.dokan-store-menu #cat-drop-stack>ul a:hover,
.dokan-store-menu #cat-drop-stack>ul:focus {
    color: var(--ecosoap-theme-color)
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    font-weight: 500
}

.dokan-single-store .profile-info .dokan-store-info {
    list-style: none;
    font-size: 14px
}

.dokan-single-store .profile-info .dokan-store-info li {
    float: none !important
}

.dokan-single-store .profile-info .dokan-store-info li:before {
    display: none
}

.dokan-store-location,
.dokan-store-contact {
    list-style: none
}

.dokan-store-location ul,
.dokan-store-contact ul {
    list-style: none;
    padding: 0
}

.dokan-store-tabss {
    margin-bottom: 20px
}

.dokan-store-tabss .dokan-right {
    margin: 0;
    margin-top: 10px
}

@media (min-width:768px) {
    .dokan-store-tabss {
        margin-bottom: 30px
    }
}

.dokan-store-sidebar #dokan-store-location {
    height: 200px;
    width: 100%
}

.wfg-popup {
    border: none !important
}

.wfg-popup h2.wfg-title {
    background: var(--ecosoap-theme-color);
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none
}

.wfg-gifts .wfg-gift-item h3 {
    background: #fff;
    color: var(--ecosoap-link-color);
    border-top: 1px solid #dcd7cc
}

.wfg-gifts .wfg-gift-item {
    border: 1px solid #dcd7cc
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
    margin: 0
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap .btn,
#dokan-seller-listing-wrap ul.dokan-seller-wrap #add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout #dokan-seller-listing-wrap ul.dokan-seller-wrap a.checkout-button,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout #dokan-seller-listing-wrap ul.dokan-seller-wrap a.checkout-button,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout #dokan-seller-listing-wrap ul.dokan-seller-wrap a.checkout-button,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount #dokan-seller-listing-wrap ul.dokan-seller-wrap .button,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .viewmore-products-btn,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce .wishlist_table .product-add-to-cart a,
.woocommerce .wishlist_table .product-add-to-cart #dokan-seller-listing-wrap ul.dokan-seller-wrap a,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .add-cart [class*=product_type_],
.add-cart #dokan-seller-listing-wrap ul.dokan-seller-wrap [class*=product_type_],
#dokan-seller-listing-wrap ul.dokan-seller-wrap .add-cart .add_to_cart_button,
.add-cart #dokan-seller-listing-wrap ul.dokan-seller-wrap .add_to_cart_button,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .add-cart .added_to_cart,
.add-cart #dokan-seller-listing-wrap ul.dokan-seller-wrap .added_to_cart,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce #respond input#submit,
.woocommerce #respond #dokan-seller-listing-wrap ul.dokan-seller-wrap input#submit,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce a.button,
.woocommerce #dokan-seller-listing-wrap ul.dokan-seller-wrap a.button,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce button.button,
.woocommerce #dokan-seller-listing-wrap ul.dokan-seller-wrap button.button,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce input.button,
.woocommerce #dokan-seller-listing-wrap ul.dokan-seller-wrap input.button,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart #dokan-seller-listing-wrap ul.dokan-seller-wrap .button,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce div.product form.cart .added_to_cart,
.woocommerce div.product form.cart #dokan-seller-listing-wrap ul.dokan-seller-wrap .added_to_cart,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce .details-product .information .stock.out-of-stock,
.woocommerce .details-product .information #dokan-seller-listing-wrap ul.dokan-seller-wrap .stock.out-of-stock,
#dokan-seller-listing-wrap ul.dokan-seller-wrap .wfg-button {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-width: 2px;
    padding: 8px 30px
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
    transition: all .3s ease-in-out 0s
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2)
}

.product-block .wcvendors_sold_by_in_loop {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px
}

.rtl .product-block .wcvendors_sold_by_in_loop {
    right: 0;
    left: auto
}

.product-block .wcvendors_sold_by_in_loop img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.seller-info-social {
    list-style: none
}

.seller-info-social li {
    display: inline-block;
    margin-right: 20px
}

.rtl .seller-info-social li {
    margin-left: 20px;
    margin-right: inherit
}

.seller-info-top {
    margin-bottom: 20px
}

.seller-info-top .store-brand img {
    max-width: none
}

#woocommerce-accordion .panel {
    margin: 0;
    border: none;
    border-bottom: 1px solid #dcd7cc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

#woocommerce-accordion .panel>.panel-heading {
    text-transform: uppercase;
    border: none;
    padding: 18px 0;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #f2f2f2 !important
}

#woocommerce-accordion .panel>.panel-heading:hover a,
#woocommerce-accordion .panel>.panel-heading:active a {
    color: var(--ecosoap-theme-color)
}

#woocommerce-accordion .panel .panel-title {
    font-size: 16px;
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    font-weight: 600
}

#woocommerce-accordion .panel .panel-title>:not(.collapsed) {
    color: var(--ecosoap-theme-color)
}

#woocommerce-accordion .panel .panel-body {
    padding: 0;
    border: none
}

#woocommerce-accordion .title {
    margin: 0 0 10px;
    font-size: 24px
}

.wrapper-filter {
    min-height: 73px;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #dcd7cc
}

.shop-top-sidebar-wrapper {
    background: #fff;
    padding: 20px 0 0;
    display: block;
    overflow: hidden;
    width: 100% !important
}

@media (min-width:992px) {
    .shop-top-sidebar-wrapper {
        padding: 40px 0 0
    }
}

.shop-top-sidebar-wrapper .dropdown>span {
    color: #252525;
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase
}

.shop-top-sidebar-wrapper .widget {
    margin-bottom: 0
}

@media (max-width:767px) {
    .shop-top-sidebar-wrapper {
        margin-bottom: 15px
    }
}

.shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner {
    margin-left: -15px;
    margin-right: -15px
}

.shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner>* {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%
}

.rtl .shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner>* {
    float: right
}

@media (min-width:768px) {
    .shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner>* {
        width: 20%
    }
}

.shop-top-sidebar-wrapper .wrapper-limit {
    padding: 10px
}

.shop-top-sidebar-wrapper .wrapper-limit .goal-product-sorting,
.shop-top-sidebar-wrapper .wrapper-limit .goal-price-filter {
    padding: 0;
    margin: 0;
    list-style: none
}

.shop-top-sidebar-wrapper .wrapper-limit .goal-product-sorting li,
.shop-top-sidebar-wrapper .wrapper-limit .goal-price-filter li {
    margin-bottom: 8px
}

.shop-top-sidebar-wrapper .wrapper-limit .goal-product-sorting li:last-child,
.shop-top-sidebar-wrapper .wrapper-limit .goal-price-filter li:last-child {
    margin: 0
}

.shop-top-sidebar-wrapper .wrapper-limit .goal-product-sorting a,
.shop-top-sidebar-wrapper .wrapper-limit .goal-price-filter a {
    white-space: nowrap
}

.shop-top-sidebar-wrapper .wrapper-limit .goal-product-sorting .active,
.shop-top-sidebar-wrapper .wrapper-limit .goal-product-sorting .current,
.shop-top-sidebar-wrapper .wrapper-limit .goal-price-filter .active,
.shop-top-sidebar-wrapper .wrapper-limit .goal-price-filter .current {
    color: var(--ecosoap-theme-color)
}

.shop-top-sidebar-wrapper .wrapper-limit .goal-product-sorting,
.shop-top-sidebar-wrapper .wrapper-limit .goal-price-filter,
.shop-top-sidebar-wrapper .wrapper-limit .woocommerce-widget-layered-nav-list {
    height: 200px
}

.shop-top-sidebar-wrapper .tagcloud {
    height: 200px
}

#woocommerce-accordion {
    margin: 15px 0 0
}

@media (min-width:1200px) {
    #woocommerce-accordion {
        margin-top: 35px
    }
}

#woocommerce-accordion .panel {
    margin: 0 0 15px;
    border: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

#woocommerce-accordion .panel>.panel-heading {
    text-transform: uppercase;
    border: none;
    padding: 9px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #fff
}

#woocommerce-accordion .panel .panel-title {
    font-weight: 600;
    font-size: 14px
}

#woocommerce-accordion .panel .panel-title a {
    display: block;
    position: relative;
    color: var(--ecosoap-link-color)
}

#woocommerce-accordion .panel .panel-title a:before {
    color: var(--ecosoap-link-color);
    content: "\e61a";
    font-family: "themify";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.rtl #woocommerce-accordion .panel .panel-title a:before {
    left: 0;
    right: auto
}

#woocommerce-accordion .panel .panel-title a:not(.collapsed) {
    color: var(--ecosoap-link-color)
}

#woocommerce-accordion .panel .panel-title a:not(.collapsed):before {
    content: "\e622"
}

#woocommerce-accordion .panel .panel-body {
    padding: 10px 0 0;
    border: none
}

#woocommerce-accordion .panel .panel-body p:last-child {
    margin-bottom: 0
}

#woocommerce-accordion .panel .panel-body>h2 {
    display: none
}

#woocommerce-accordion .panel .collapse.in {
    display: block;
    padding: 0 10px 5px
}

@media (min-width:1200px) {
    #woocommerce-accordion .panel .collapse.in {
        padding: 0 20px 20px
    }
}

.products-wrapper-grid-banner .cl-3 div.product.col-sm-4.first,
.products-wrapper-grid-banner .cl-2 div.product.col-sm-4.first {
    clear: none
}

@media (min-width:768px) {

    .products-wrapper-grid-banner .cl-3 div.product.col-sm-4:nth-child(3n+1),
    .products-wrapper-grid-banner .cl-2 div.product.col-sm-4:nth-child(3n+1) {
        clear: both
    }
}

.products-wrapper-grid-banner .col-md-cus-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.rtl .products-wrapper-grid-banner .col-md-cus-5 {
    float: right
}

@media (min-width:992px) {
    .products-wrapper-grid-banner .col-md-cus-5 {
        width: 20%
    }
}

.product-bundles {
    padding: 20px 0
}

.product-bundles .product-item {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px
}

.product-bundles .product-item .product-image {
    float: left;
    width: 80px;
    padding-right: 10px
}

.rtl .product-bundles .product-item .product-image {
    float: right
}

.rtl .product-bundles .product-item .product-image {
    padding-left: 10px;
    padding-right: inherit
}

.product-bundles .product-item .product-content {
    overflow: hidden
}

.product-bundles .product-item .product-name {
    display: block;
    color: var(--ecosoap-link-color);
    margin: 3px 0
}

.product-bundles .total {
    padding-bottom: 10px
}

.product-bundles .total-discount {
    color: #5cb85c
}

.product-bundles .total-price {
    font-size: 18px;
    font-weight: 500;
    color: var(--ecosoap-link-color)
}

.product-category h3 {
    margin: 15px 0 0;
    font-size: 18px
}

.product-category h3 .count {
    background: 0 0;
    padding: 0
}

.product-category .category-body {
    margin: 0 0 20px;
    text-align: center
}

@media (min-width:768px) {
    .product-category .category-body {
        margin: 0 0 30px
    }
}

.info_wrapper_alert {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative
}

.info_wrapper_alert .title {
    background-color: #f5f5f5;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    color: var(--ecosoap-link-color);
    text-transform: uppercase
}

@media (min-width:1200px) {
    .info_wrapper_alert .title {
        padding: 26px 40px
    }
}

.info_wrapper_alert .inner {
    padding: 15px 20px
}

@media (min-width:1200px) {
    .info_wrapper_alert .inner {
        padding: 35px 40px
    }
}

.info_wrapper_alert .mfp-close {
    color: var(--ecosoap-link-color);
    border: 0 !important;
    background-color: transparent !important
}

.info_wrapper_alert .mfp-close:hover,
.info_wrapper_alert .mfp-close:focus {
    color: #e44343
}

@media (min-width:1200px) {
    .info_wrapper_alert .mfp-close {
        font-size: 32px;
        margin: 16px
    }
}

.info_wrapper_alert .media-heading {
    font-weight: 500;
    font-size: 16px
}

.info_wrapper_alert .info-price {
    font-weight: 500;
    color: var(--ecosoap-link-color);
    text-transform: uppercase;
    white-space: nowrap
}

.info_wrapper_alert .free {
    color: #b9a16b
}

@media (min-width:1200px) {
    .info_wrapper_alert {
        margin-top: 25px
    }
}

.page-shop {
    margin-bottom: 0
}

.page-shop.has-elementor {
    padding-top: 20px
}

@media (min-width:1200px) {
    .page-shop.has-elementor {
        padding-top: 70px
    }
}

@media (min-width:1200px) {
    .page-shop {
        margin-bottom: 0
    }
}

.page-shop .goal-pagination {
    margin-top: 0;
    margin-bottom: 0
}

.shop-normal .hidden-icon {
    display: block !important
}

.shop-normal .woo-breadcrumb {
    padding: 0;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .shop-normal .woo-breadcrumb {
        margin-bottom: 60px
    }
}

.shop-normal .woo-breadcrumb .wrapper-breads {
    margin-left: auto;
    margin-right: auto
}

.shop-normal .woo-breadcrumb .wrapper-breads .breadcrumb {
    margin: 0
}

.shop-normal .woo-breadcrumb .bread-title {
    text-transform: capitalize;
    font-size: 32px;
    margin: 0;
    font-weight: 700
}

@media (min-width:1200px) {
    .shop-normal .woo-breadcrumb .bread-title {
        font-size: 48px
    }
}

.shop-normal+.page-shop.has-elementor {
    padding-top: 0
}

.woo-breadcrumb {
    margin: 0
}

.woo-breadcrumb .wrapper-breads {
    padding: 0;
    border: 0
}

.breadcrumb-navigation-wrapper {
    margin-bottom: 10px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1200px) {
    .breadcrumb-navigation-wrapper {
        margin-bottom: 35px
    }
}

.breadcrumb-navigation-wrapper .woo-breadcrumb {
    background: 0 0 !important
}

@media (min-width:768px) {
    .breadcrumb-navigation-wrapper .woo-breadcrumb {
        padding-right: 10px
    }

    .rtl .breadcrumb-navigation-wrapper .woo-breadcrumb {
        padding-left: 10px;
        padding-right: inherit
    }
}

.breadcrumb-navigation-wrapper .product-navs {
    text-transform: capitalize;
    margin-left: auto
}

.rtl .breadcrumb-navigation-wrapper .product-navs {
    margin-right: auto;
    margin-left: inherit
}

@media (max-width:767px) {
    .breadcrumb-navigation-wrapper .product-navs {
        margin-top: 0
    }
}

.breadcrumb-navigation-wrapper .post-navigation .nav-links {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-navigation-wrapper .post-navigation .nav-links>* {
    width: auto;
    float: none
}

.breadcrumb-navigation-wrapper .post-navigation .nav-links>*+.nav-next {
    padding-left: 10px
}

.rtl .breadcrumb-navigation-wrapper .post-navigation .nav-links>*+.nav-next {
    padding-right: 10px;
    padding-left: inherit
}

.info_wrapper_alert {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative
}

.info_wrapper_alert .title {
    background-color: #f5f5f5;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    color: var(--ecosoap-link-color);
    text-transform: uppercase
}

@media (min-width:1200px) {
    .info_wrapper_alert .title {
        padding: 20px 40px
    }
}

.info_wrapper_alert .inner {
    padding: 15px 20px
}

@media (min-width:1200px) {
    .info_wrapper_alert .inner {
        padding: 30px 40px
    }
}

.info_wrapper_alert .mfp-close {
    color: var(--ecosoap-link-color);
    border: 0 !important;
    background-color: transparent !important
}

.info_wrapper_alert .mfp-close:hover,
.info_wrapper_alert .mfp-close:focus {
    color: #e44343
}

@media (min-width:1200px) {
    .info_wrapper_alert .mfp-close {
        font-size: 32px;
        margin: 12px
    }
}

.info_wrapper_alert .media-heading {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.info_wrapper_alert .info-price {
    font-weight: 700;
    color: var(--ecosoap-link-color);
    text-transform: uppercase;
    white-space: nowrap
}

.info_wrapper_alert .free {
    color: var(--ecosoap-theme-color)
}

@media (min-width:1200px) {
    .info_wrapper_alert {
        margin-top: 25px
    }
}

.shop-top-categories {
    position: relative;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 0
}

@media (min-width:768px) {
    .shop-top-categories {
        margin-bottom: 30px;
        padding: 90px 0
    }
}

.shop-top-categories .shop-page-title {
    transition: all .3s ease-in-out 0s;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1;
    text-transform: none;
    font-size: 26px;
    color: #fff
}

@media (min-width:1200px) {
    .shop-top-categories .shop-page-title {
        font-size: 36px
    }
}

.shop-top-categories .inner {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto
}

.shop-top-categories+.page-shop.has-elementor {
    padding-top: 0
}

@media (min-width:1200px) {
    .shop-top-categories+.page-shop.has-elementor {
        padding-top: 20px
    }
}

.shop-top-categories.style1 .list-category-products {
    text-align: center
}

@media (min-width:767px) {
    .shop-top-categories.style1 .list-category-products {
        text-align: inherit;
        display: inline-block
    }
}

.shop-top-categories.style2 .shop-page-title,
.shop-top-categories.style2 .list-category-products {
    text-align: left;
    padding: 0 15px
}

.rtl .shop-top-categories.style2 .shop-page-title,
.rtl .shop-top-categories.style2 .list-category-products {
    text-align: right
}

@media (min-width:767px) {

    .shop-top-categories.style2 .shop-page-title,
    .shop-top-categories.style2 .list-category-products {
        padding: 0
    }
}

.shop-top-categories .icon-wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    width: 68px;
    height: 68px;
    font-size: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    transition: all .15s ease-in-out 0s
}

@media (min-width:1200px) {
    .shop-top-categories .icon-wrapper {
        width: 98px;
        height: 98px;
        font-size: 40px
    }
}

.shop-top-categories .icon-image-wrapper {
    overflow: hidden;
    width: 80px;
    height: 80px
}

@media (min-width:1200px) {
    .shop-top-categories .icon-image-wrapper {
        width: 120px;
        height: 120px
    }
}

.shop-top-categories .icon-image-wrapper img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .2s ease-in-out 0s
}

.shop-top-categories .icon-image-wrapper:hover img,
.shop-top-categories .icon-image-wrapper:focus img {
    transform: scale(1.1)
}

.shop-top-categories h5 {
    margin: 10px 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff !important
}

@media (min-width:1200px) {
    .shop-top-categories h5 {
        font-size: 16px
    }
}

.shop-top-categories.style3 {
    padding: 0 15px
}

@media (min-width:1200px) {
    .shop-top-categories.style3 {
        padding: 20px 0;
        margin-top: 30px
    }
}

.shop-top-categories.style3 .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1410px
}

.shop-top-categories.style3 .shop-page-title {
    font-size: 25px
}

@media (min-width:1200px) {
    .shop-top-categories.style3 .shop-page-title {
        font-size: 35px
    }
}

.shop-top-categories.style3 .list-category-products {
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-justify-content: start;
    -o-justify-content: start
}

.shop-top-categories.style3+.page-shop .goal-shop-products-wrapper {
    margin: 30px 0 0
}

.shop-top-categories.style4 {
    padding: 30px 0;
    text-align: center;
    background-color: #fcf3eb
}

@media (min-width:1200px) {
    .shop-top-categories.style4 {
        padding: 85px 0
    }
}

@media (min-width:1200px) {
    .shop-top-categories.style4 .shop-page-title {
        margin-bottom: 30px
    }
}

.shop-top-categories.style4 .list-category-products li {
    width: 80px;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (min-width:767px) {
    .shop-top-categories.style4 .list-category-products li {
        display: inline-block
    }
}

@media (min-width:1200px) {
    .shop-top-categories.style4 .list-category-products li {
        margin-right: 30px;
        width: 120px
    }

    .rtl .shop-top-categories.style4 .list-category-products li {
        margin-left: 30px;
        margin-right: inherit
    }
}

.shop-top-categories.style4 .list-category-products li a {
    padding: 0
}

.shop-top-categories.style4 .list-category-products li a:before {
    display: none
}

.shop-top-categories.style5 {
    padding: 30px 0
}

@media (min-width:1400px) {
    .shop-top-categories.style5 {
        padding: 90px 0
    }
}

.shop-top-categories.style5 .shop-page-title {
    margin: 0 0 15px
}

@media (min-width:1200px) {
    .shop-top-categories.style5 .shop-page-title {
        margin: 0 0 30px
    }
}

.shop-top-categories.style5 .list-category-products li {
    width: 68px;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (min-width:767px) {
    .shop-top-categories.style5 .list-category-products li {
        display: inline-block
    }
}

@media (min-width:1200px) {
    .shop-top-categories.style5 .list-category-products li {
        margin-right: 45px;
        width: 98px
    }

    .rtl .shop-top-categories.style5 .list-category-products li {
        margin-left: 45px;
        margin-right: inherit
    }
}

.shop-top-categories.style5 .list-category-products li a {
    color: var(--ecosoap-text-color);
    padding: 0
}

.shop-top-categories.style5 .list-category-products li a:before {
    display: none
}

.shop-top-categories.style5 .list-category-products li a:hover,
.shop-top-categories.style5 .list-category-products li a:focus {
    color: var(--ecosoap-link-color)
}

.list-category-products {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-align: center
}

.list-category-products li {
    display: block;
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 0
}

.rtl .list-category-products li {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:767px) {
    .list-category-products li {
        display: inline-block;
        padding-bottom: 8px
    }
}

@media (min-width:1200px) {
    .list-category-products li {
        margin-right: 25px
    }

    .rtl .list-category-products li {
        margin-left: 25px;
        margin-right: inherit
    }
}

.list-category-products li:last-child {
    margin-right: 0 !important
}

.rtl .list-category-products li:last-child {
    margin-left: 0 !important;
    margin-right: inherit
}

.list-category-products li a {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding: 0 0 3px;
    color: #fff
}

@media (min-width:767px) {
    .list-category-products li a {
        font-size: 16px
    }
}

.list-category-products li a.active,
.list-category-products li a:hover {
    color: var(--ecosoap-theme-color)
}

.list-category-products li a.active h5,
.list-category-products li a:hover h5 {
    color: var(--ecosoap-theme-color)
}

.list-category-products li.current-cat a,
.list-category-products li.current-cat h5 {
    color: var(--ecosoap-theme-color)
}

.category-description .elementor-section-wrap {
    margin-bottom: 15
}

@media (min-width:768px) {
    .category-description .elementor-section-wrap {
        margin-bottom: 30px
    }
}

.goal-salespopup-wrapper {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    bottom: 20px;
    left: 20px;
    font-size: 15px
}

.rtl .goal-salespopup-wrapper {
    right: 20px;
    left: auto
}

.goal-salespopup-wrapper .inner {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15px;
    vertical-align: middle;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.goal-salespopup-wrapper .inner:after {
    clear: both;
    display: table;
    content: ""
}

.goal-salespopup-wrapper .inner .close {
    text-shadow: none;
    font-size: 9px;
    line-height: 24px
}

.goal-salespopup-wrapper .inner .close:focus,
.goal-salespopup-wrapper .inner .close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.goal-salespopup-wrapper .thumb {
    float: left;
    display: block;
    margin: 0;
    padding-right: 15px
}

.rtl .goal-salespopup-wrapper .thumb {
    float: right
}

.rtl .goal-salespopup-wrapper .thumb {
    padding-left: 15px;
    padding-right: inherit
}

.goal-salespopup-wrapper .thumb img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.goal-salespopup-wrapper h4.product-name {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize
}

.goal-salespopup-wrapper h4.product-name+small {
    color: var(--ecosoap-theme-color)
}

.zoom-sizeguides.mfp-bg {
    background-color: rgba(34, 34, 34, .4)
}

.zoom-sizeguides .mfp-content {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto
}

.goal-sizeguides {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden
}

.goal-sizeguides .mfp-close {
    margin: 4px
}

@media (min-width:1200px) {
    .goal-sizeguides .mfp-close {
        font-size: 35px;
        margin: 18px 25px
    }
}

.goal-sizeguides .title {
    font-size: 16px;
    margin: 0;
    padding: 15px 20px;
    background-color: #faf9f8
}

@media (min-width:1200px) {
    .goal-sizeguides .title {
        padding: 30px 40px
    }
}

.goal-sizeguides .content-sizeguides {
    padding: 15px
}

@media (min-width:1200px) {
    .goal-sizeguides .content-sizeguides {
        padding: 40px
    }
}

.goal-sizeguides .inner .image-inner {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .goal-sizeguides .inner {
        margin-left: -20px;
        margin-right: -20px
    }

    .goal-sizeguides .inner>div {
        padding-left: 20px;
        padding-right: 20px;
        float: left
    }

    .rtl .goal-sizeguides .inner>div {
        float: right
    }

    .goal-sizeguides .inner .image-inner {
        margin-bottom: 0;
        width: 45%
    }

    .goal-sizeguides .inner .inner-content {
        width: 55%
    }
}

.goal-sizeguides .header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--ecosoap-link-color);
    text-transform: uppercase
}

.sizeguides-table {
    border: 0;
    margin: 0;
    text-transform: uppercase;
    color: var(--ecosoap-link-color)
}

.sizeguides-table td {
    border: 0 !important;
    padding: 6px 8px
}

.sizeguides-table th {
    color: var(--ecosoap-text-color)
}

.sizeguides-table td,
.sizeguides-table th {
    font-weight: 700;
    border: 0
}

.sizeguides-table td:first-child,
.sizeguides-table th:first-child {
    padding-left: 0
}

.rtl .sizeguides-table td:first-child,
.rtl .sizeguides-table th:first-child {
    padding-right: 0;
    padding-left: inherit
}

.sizeguides-btn {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--ecosoap-link-color) !important
}

.sizeguides-btn:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--ecosoap-link-color);
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all .2s ease-in-out 0s
}

.rtl .sizeguides-btn:before {
    right: 0;
    left: auto
}

.sizeguides-btn:hover:before {
    width: 50%
}

.sizeguides-section {
    margin-bottom: 30px;
    max-height: 195px;
    overflow: auto
}

.sizeguides-section:last-child {
    margin-bottom: 0
}

.widget-product-full .goal-woocommerce-product-gallery-thumbs {
    padding: 10px 0 15px;
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important
}

@media (min-width:1200px) {
    .widget-product-full .goal-woocommerce-product-gallery-thumbs {
        max-width: 660px;
        padding: 10px 20px 0
    }
}

.widget-product-full .goal-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.widget-product-full .woocommerce-product-rating {
    margin-bottom: 5px !important
}

.widget-product-full div.product .product_title {
    margin-bottom: 15px
}

.widget-product-full .woocommerce-product-details__short-description {
    margin-top: 15px
}

.widget-product-full .woocommerce-variation-add-to-cart {
    padding-top: 10px
}

.widget.widget-products {
    margin: 0
}

.widget.widget-products.inner-v4 .product-block {
    margin-bottom: -1px
}

.widget.widget-products .tab-content .ajax-loading {
    background: url(../../images/theme/loading-quick.gif) center 100px no-repeat #fff
}

.widget.widget-products.column1 .shop-list-small {
    margin-top: -1px
}

.link-readmore {
    position: relative;
    padding: 30px 0
}

.link-readmore:before {
    content: "";
    background: #dcd7cc;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 2
}

.link-readmore .link-inner {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    position: relative;
    z-index: 3
}

.widget-categories-box .layout-special {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0
}

@media (min-width:1200px) {
    .widget-categories-box .layout-special {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.widget-categories-box .layout-special .categories-item {
    transition: all 1.2s cubic-bezier(.23, 1, .32, 1);
    width: 100%;
    padding: 0
}

@media (min-width:1200px) {
    .widget-categories-box .layout-special .categories-item {
        width: 20%
    }
}

.widget-categories-box .layout-special .categories-item .categories-inner {
    position: relative
}

.widget-categories-box .layout-special .categories-item .categories-inner .cate-image {
    position: relative;
    width: 100%;
    height: 350px
}

@media (min-width:1200px) {
    .widget-categories-box .layout-special .categories-item .categories-inner .cate-image {
        height: 600px
    }
}

.widget-categories-box .layout-special .categories-item .categories-inner .cate-image a {
    position: static
}

.widget-categories-box .layout-special .categories-item .categories-inner .cate-image img {
    filter: brightness(.4);
    -webkit-filter: brightness(.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1.2s cubic-bezier(.23, 1, .32, 1)
}

.widget-categories-box .layout-special .categories-item:hover {
    width: 100%
}

@media (min-width:1200px) {
    .widget-categories-box .layout-special .categories-item:hover {
        width: 45vw
    }
}

.widget-categories-box .layout-special .categories-item .cate-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    padding: 0 30px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    transition: all 1.2s cubic-bezier(.23, 1, .32, 1)
}

.widget-categories-box .categories-item {
    text-align: center;
    transition: all .5s ease-out;
    position: relative
}

.widget-categories-box .categories-item .cate-image-top {
    position: relative
}

.widget-categories-box .categories-item .cate-image-top-inner {
    overflow: hidden;
    position: relative;
    background: var(--ecosoap-link-color)
}

.widget-categories-box .categories-item .cate-image {
    margin-bottom: 0;
    border: 0;
    position: relative;
    transition: all .4s ease
}

@media (min-width:1200px) {
    .widget-categories-box .categories-item .cate-image {
        margin-bottom: 0
    }
}

.widget-categories-box .categories-item .cate-image img {
    transform: scale(1.01);
    transition: all .5s ease-out;
    overflow: hidden;
    display: inline-block;
    width: 100%
}

.widget-categories-box .categories-item .cate-content {
    transition: all .4s;
    padding: 10px 0 0
}

.widget-categories-box .categories-item .cate-content.icon {
    margin-top: 5px
}

@media (min-width:1200px) {
    .widget-categories-box .categories-item .cate-content.icon {
        margin-top: 10px
    }
}

.widget-categories-box .categories-item .cate-content.icon .product-nb {
    line-height: 22px;
    display: block
}

.widget-categories-box .categories-item .cat-title {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--ecosoap-heading-color);
    letter-spacing: 0;
    text-transform: none;
    transition: all .4s;
    position: relative
}

@media (min-width:1200px) {
    .widget-categories-box .categories-item .cat-title {
        font-size: 20px
    }
}

.widget-categories-box .categories-item .product-nb {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: var(--ecosoap-text-color);
    opacity: 1;
    transition: all .3s ease
}

.widget-categories-box .categories-item .categories-inner:hover .cate-image img {
    transform: scale(1.1)
}

.widget-categories-box .categories-item .categories-inner:hover .btn-more {
    background-color: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.widget-categories-box.style1 .categories-item .cate-image a {
    position: relative;
    display: block;
    z-index: 1
}

.widget-categories-box.style1 .categories-item:hover .cate-image a:before {
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.widget-categories-box.style2 {
    text-align: center
}

.widget-categories-box.style2 .categories-item .categories-inner {
    float: none;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all .5s ease-in-out 0s
}

.widget-categories-box.style2 .categories-item .categories-inner:hover {
    box-shadow: none
}

.widget-categories-box.style2 .categories-item .categories-inner:hover .cate-image:before {
    height: 100%
}

.widget-categories-box.style2 .categories-item .categories-inner:hover .product-nb {
    opacity: 1;
    transition: all .4s ease;
    transition-duration: .4s
}

.widget-categories-box.style2 .categories-item .categories-inner .cat-title {
    margin-bottom: 0
}

.widget-categories-box.style2 .categories-inner .cate-content.image {
    position: absolute;
    left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    z-index: 1;
    top: 0;
    transform: translateY(30%)
}

.rtl .widget-categories-box.style2 .categories-inner .cate-content.image {
    right: 20px;
    left: auto
}

.rtl .widget-categories-box.style2 .categories-inner .cate-content.image {
    text-align: right
}

@media (min-width:1200px) {
    .widget-categories-box.style2 .categories-inner .cate-content.image {
        transform: translateY(35%);
        left: 30px
    }

    .rtl .widget-categories-box.style2 .categories-inner .cate-content.image {
        right: 30px;
        left: auto
    }
}

.widget-categories-box.style2 .cate-image img {
    display: inline-block;
    transition: all .4s ease-in-out 0s;
    width: 100%
}

.widget-categories-box.style2:hover .category-box-image a,
.widget-categories-box.style2:focus .category-box-image a {
    color: var(--ecosoap-link-color)
}

.colection_gutter .categories-item.slick-slide {
    padding: 0
}

.colection_gutter .categories-item.slick-slide .cate-image img {
    width: 100%
}

.item-inner-categories {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .item-inner-categories {
        margin-bottom: 30px
    }
}

.item-inner-categories .title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    transition: all .2s ease-in-out 0s
}

.item-inner-categories .product-nb {
    transition: all .2s ease-in-out 0s
}

.item-inner-categories .category-box-content {
    margin-top: 20px
}

.item-inner-categories div.img {
    overflow: hidden
}

.item-inner-categories div.img img {
    display: inline-block;
    transition: all .4s ease-in-out 0s
}

.item-inner-categories:hover div.img img {
    transform: scale(1.05)
}

.item-inner-categories:hover .title {
    color: var(--ecosoap-theme-color)
}

.item-inner-categories.style1 {
    text-align: center
}

.item-inner-categories.style1 .product-nb {
    transform: translateY(10px);
    opacity: 0;
    filter: alpha(opacity=0)
}

.item-inner-categories.style1:hover .product-nb {
    transform: translateY(5px);
    opacity: 1;
    filter: alpha(opacity=100)
}

.item-inner-categories.style2 {
    text-align: center
}

.item-inner-categories.style2 .category-box-image {
    background-color: #fff;
    transition: all .2s ease-in-out 0s;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    font-size: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: auto;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center
}

@media (min-width:1200px) {
    .item-inner-categories.style2 .category-box-image {
        font-size: 45px;
        width: 120px;
        height: 120px
    }
}

@media (min-width:1200px) {
    .item-inner-categories.style2 .category-box-image.img+.category-box-content {
        margin-top: 22px
    }
}

.item-inner-categories.style2 .category-box-image a {
    color: var(--ecosoap-text-color)
}

.item-inner-categories.style2:hover .category-box-image a,
.item-inner-categories.style2:focus .category-box-image a {
    color: var(--ecosoap-link-color)
}

.item-inner-categories.style3 {
    text-align: center
}

.item-inner-categories.style3 .category-box-image {
    background-color: #fff;
    transition: all .2s ease-in-out 0s;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    font-size: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: auto;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center
}

@media (min-width:1200px) {
    .item-inner-categories.style3 .category-box-image {
        font-size: 45px;
        width: 140px;
        height: 140px
    }
}

.item-inner-categories.style4 {
    text-align: center
}

.item-inner-categories.style4 .title {
    font-weight: 600;
    padding: 10px 0 0;
    font-size: 16px;
    border-top: 1px solid #dcd7cc
}

@media (min-width:1200px) {
    .item-inner-categories.style4 .title {
        padding: 20px 0 0
    }
}

.item-inner-categories.style5 {
    text-align: center
}

.item-inner-categories.style5 .category-box-image {
    transition: all .2s ease-in-out 0s;
    border: 1px solid #dcd7cc
}

.item-inner-categories.style5:hover .category-box-image {
    border-color: var(--ecosoap-theme-color)
}

.item-inner-categories.style6 {
    text-align: center
}

.item-inner-categories.style6:hover div.img img {
    transform: scale(1)
}

.widget-category-banner {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-webkit-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.widget-category-banner .title {
    margin: 0 0 10px;
    font-size: 16px
}

@media (min-width:1200px) {
    .widget-category-banner .title {
        margin-bottom: 15px
    }
}

.widget-category-banner .subcategories {
    transition: all .2s ease-in-out 0s;
    padding: 0;
    list-style: none;
    margin: 0
}

.widget-category-banner .subcategories li {
    margin-bottom: 5px
}

@media (min-width:1200px) {
    .widget-category-banner .subcategories li {
        margin-bottom: 10px
    }
}

.widget-category-banner .subcategories li a {
    padding-left: 17px;
    display: inline-block;
    position: relative;
    color: var(--ecosoap-text-color)
}

.rtl .widget-category-banner .subcategories li a {
    padding-right: 17px;
    padding-left: inherit
}

.widget-category-banner .subcategories li a:hover,
.widget-category-banner .subcategories li a:focus {
    color: var(--ecosoap-theme-color)
}

.widget-category-banner .subcategories li a:hover:before,
.widget-category-banner .subcategories li a:focus:before {
    background-color: var(--ecosoap-theme-color)
}

.widget-category-banner .subcategories li a:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--ecosoap-text-color);
    transition: all .2s ease-in-out 0s
}

.rtl .widget-category-banner .subcategories li a:before {
    right: 0;
    left: auto
}

.widget-category-banner .subcategories li.active>a {
    color: var(--ecosoap-theme-color)
}

.widget-category-banner .subcategories li.active>a:before {
    background-color: var(--ecosoap-theme-color)
}

.widget-category-banner .more-categories {
    margin-top: auto
}

@media (min-width:1200px) {
    .widget-category-banner .more-categories {
        padding-top: 5px
    }
}

.widget-category-banner .more-categories .btn-banner {
    padding: 5px 15px
}

.widget-category-banner.style1 {
    padding: 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px
}

@media (min-width:1200px) {
    .widget-category-banner.style1 {
        padding: 30px
    }
}

.section-hero {
    position: relative
}

.section-hero .elementor-text-editor {
    display: block;
    color: #fff;
    font-weight: 500
}

.section-hero h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width:768px) {
    .section-hero h3 {
        font-size: 24px
    }
}

.section-hero h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0
}

@media (min-width:768px) {
    .section-hero h2 {
        font-size: 70px;
        margin-top: 30px
    }
}

.section-hero .mega-subtitle {
    width: 100%;
    margin: 0 auto
}

@media (min-width:768px) {
    .section-hero .mega-subtitle {
        width: 70%
    }
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--ecosoap-theme-color)
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ebebeb;
    height: 3px;
    margin: 12px 10px
}

.widget_price_filter .price_slider_wrapper {
    overflow: hidden
}

.widget_price_filter .price_slider_amount .price_label {
    display: inline-block;
    text-transform: capitalize;
    float: left;
    margin-right: 10px
}

.rtl .widget_price_filter .price_slider_amount .price_label {
    float: right
}

.rtl .widget_price_filter .price_slider_amount .price_label {
    margin-left: 10px;
    margin-right: inherit
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.rtl .widget_price_filter .ui-slider {
    text-align: right
}

.widget_price_filter .ui-slider .ui-slider-range {
    top: 0;
    height: 100%;
    background: #ddd
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e9e9e9;
    height: 4px;
    margin: 5px 10px 20px
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    float: right;
    border-color: var(--ecosoap-link-color);
    background-color: var(--ecosoap-link-color);
    background-size: 0
}

.rtl .woocommerce .widget_price_filter .price_slider_amount .button {
    float: left
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: #fff;
    border-color: var(--ecosoap-link-hover-color);
    background: var(--ecosoap-link-hover-color)
}

.woocommerce .widget_price_filter .price_slider_amount .button:before,
.woocommerce .widget_price_filter .price_slider_amount .button:after {
    display: none
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    z-index: 2;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    cursor: pointer;
    background: var(--ecosoap-theme-color);
    top: -6px
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    margin-top: 22px
}

.rtl .woocommerce .widget_price_filter .price_slider_amount {
    text-align: right
}

.woocommerce .widget_price_filter .price_slider_amount>input {
    width: 48%;
    margin-bottom: 5px;
    border: 2px solid #dcd7cc
}

.woocommerce .widget_price_filter .price_slider_amount>input:focus {
    border-color: #000
}

.woocommerce .wc-block-components-price-slider {
    margin: 0
}

.woocommerce .wc-block-components-price-slider__range-input-wrapper {
    margin: 15px 2px
}

.woocommerce .wc-block-components-price-slider__range-text {
    margin: 15px 0
}

.woocommerce ul.product_list_widget {
    list-style: none
}

.woocommerce ul.product_list_widget li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #dcd7cc
}

.woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.woocommerce ul.product_list_widget li .review {
    clear: left
}

.rtl .woocommerce ul.product_list_widget li .review {
    clear: right
}

.woocommerce ul.product_list_widget li img {
    width: 100%;
    margin: 0;
    float: none
}

.woocommerce ul.product_list_widget .star-rating {
    display: none
}

.woocommerce ul.product_list_widget .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 900;
    color: var(--ecosoap-theme-color)
}

.woocommerce ul.product_list_widget del .woocommerce-Price-amount {
    font-size: 13px;
    color: var(--ecosoap-text-color)
}

.woocommerce ul.product_list_widget .product-title {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin: 0 0 5px;
    text-transform: capitalize;
    line-height: 1.3
}

.woocommerce ul.product_list_widget .product-title a:hover,
.woocommerce ul.product_list_widget .product-title a:focus {
    color: var(--ecosoap-link-hover-color)
}

.woocommerce ul.product_list_widget .left-content {
    border: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 35%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden
}

.woocommerce ul.product_list_widget .right-content {
    padding-left: 14px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.rtl .woocommerce ul.product_list_widget .right-content {
    padding-right: 14px;
    padding-left: inherit
}

.product_list_v1_widget .product-block {
    padding: 25px 15px;
    border-bottom: 1px solid #dcd7cc;
    margin-top: 0
}

.product_list_v1_widget .product-block:last-child {
    border-bottom: none
}

.product_list_v1_widget .product-block .image {
    padding: 0
}

@media (min-width:1199px) {
    .product_list_v1_widget .product-block .image {
        width: 150px;
        height: auto
    }
}

@media (max-width:1199px) {
    .product_list_v1_widget .product-block .image {
        width: 100px;
        height: auto
    }
}

.product_list_v1_widget .product-block .caption .price {
    margin-bottom: 10px;
    text-align: left
}

.rtl .product_list_v1_widget .product-block .caption .price {
    text-align: right
}

.product_list_v1_widget .product-block .caption .action-bottom {
    min-height: 40px
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart {
    display: inline-block;
    background-color: var(--ecosoap-theme-color);
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart a {
    min-width: 135px;
    padding: 5px;
    display: block;
    text-align: left
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart:hover {
    background-color: var(--ecosoap-link-hover-color)
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    margin-right: 5px
}

.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
    margin-left: 5px;
    margin-right: inherit
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 10px
}

.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
    padding-left: 10px;
    padding-right: inherit
}

@media (max-width:991px) {
    .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
        display: none !important
    }

    .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
        display: block !important;
        line-height: 32px;
        padding-right: 0;
        text-align: center
    }

    .rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
        padding-left: 0;
        padding-right: inherit
    }
}

.product_list_v1_widget .name {
    font-weight: 400;
    margin-top: 0;
    height: 42px;
    overflow: hidden
}

.product_special_widget .widget-product {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #fff
}

.product_special_widget .widget-product:first-child {
    padding: 0
}

.product_special_widget .widget-product:first-child .image {
    max-width: 60%;
    position: relative;
    margin: 0;
    margin-right: 10px
}

.rtl .product_special_widget .widget-product:first-child .image {
    margin-left: 10px;
    margin-right: inherit
}

.product_special_widget .widget-product:first-child .image .first-order {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--ecosoap-theme-color);
    padding: 5px 11px;
    z-index: 99;
    color: #fff;
    font-weight: 900
}

.product_special_widget .widget-product:first-child .media-body {
    max-width: 40%;
    float: none;
    padding: 0
}

.product_special_widget .widget-product .media-body {
    padding: 0 10px 10px 40px
}

.product_special_widget .widget-product .order {
    width: 32px;
    background: #dadada;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #6a6a6a;
    font-weight: 900;
    padding: 0 10px
}

.product_special_widget .widget-product .order span {
    position: relative;
    top: 50%;
    margin-top: -10px;
    display: block
}

.product_special_widget .widget-product .review {
    clear: left
}

.rtl .product_special_widget .widget-product .review {
    clear: right
}

.product_special_widget .widget-product .rating {
    margin-bottom: 25px
}

.product_special_widget .widget-product .star-rating {
    margin: 0
}

.product_special_widget .widget-product .name {
    font-size: 14px;
    font-weight: 400
}

.product_special_widget .widget-product .price {
    text-align: left
}

.rtl .product_special_widget .widget-product .price {
    text-align: right
}

.product_special_widget .widget-product .price>* {
    color: #000
}

.product_special_widget .widget-product.last {
    background: #f5f5f5
}

.goal-sidebar .product_list_widget .image {
    margin-right: 10px;
    width: 80px;
    height: auto
}

.rtl .goal-sidebar .product_list_widget .image {
    margin-left: 10px;
    margin-right: inherit
}

.woo-deals.widget-content {
    padding-bottom: 0 !important
}

.woo-deals .pts-countdown {
    padding: 5px 0;
    font-size: 10px
}

.woo-deals .time {
    padding: 18px 0;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .64)
}

.woo-deals .countdown-times {
    transform: translate(0px, 0px);
    transition: all .4s ease;
    text-align: center
}

.woo-deals .countdown-times>.time-details {
    display: inline-block;
    background: #555857;
    padding: 10px 8px;
    color: #fff;
    margin: 0 2.5px;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: 0;
    box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, .3) inset;
    -o-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, .3) inset;
    -moz-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, .3) inset;
    -ms-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, .3) inset
}

.woo-deals .countdown-times>.time-details:before {
    display: block;
    width: 100%;
    height: 1px;
    background: #1e1f1f;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px
}

.woo-deals .countdown-times>.time-details>b {
    display: block;
    font-size: 18px;
    font-weight: 600
}

.vertical-menu .product-block.product-list .image {
    width: 70px;
    height: auto
}

.widget-productcats.style2 .widget-heading {
    background: #fff;
    text-align: left
}

.rtl .widget-productcats.style2 .widget-heading {
    text-align: right
}

.widget-productcats.style2 .widget-heading .widget-title {
    border-bottom: 1px solid #dcd7cc;
    font-size: 24px
}

.widget-productcats.style2 .widget-heading .nav-tabs {
    float: right;
    margin: -44px 0 0
}

.rtl .widget-productcats.style2 .widget-heading .nav-tabs {
    float: left
}

.widget.widget-compare-device .widget-title {
    font-size: 30px;
    margin: 0 0 30px;
    font-weight: 400
}

.widget.widget-compare-device table {
    border: none;
    color: #757575
}

.widget.widget-compare-device thead td {
    background: #fff !important;
    text-align: center !important
}

.widget.widget-compare-device thead .name-title {
    font-size: 16px;
    color: var(--ecosoap-heading-color);
    margin: 10px 0
}

.widget.widget-compare-device table td {
    border: none
}

.widget.widget-compare-device table tr>td:first-child {
    color: var(--ecosoap-link-color);
    text-align: left
}

.rtl .widget.widget-compare-device table tr>td:first-child {
    text-align: right
}

.widget.widget-compare-device table tr td {
    padding: 12px;
    text-align: center
}

.widget.widget-compare-device table tr:nth-child(2n+1) {
    background: #fafafa
}

.goal-products-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.goal-products-list .product-block {
    padding: 10px 0;
    background: #fff
}

.goal-products-list .media-left {
    padding: 0
}

.goal-products-list .media-body {
    padding-left: 20px
}

.rtl .goal-products-list .media-body {
    padding-right: 20px;
    padding-left: inherit
}

.goal-products-list .rating {
    display: none
}

.goal-products-list .name {
    margin: 0
}

.goal-products-list .name a {
    color: var(--ecosoap-text-color);
    font-size: 14px;
    text-transform: capitalize
}

.goal-products-list .product-block:hover .name a {
    color: var(--ecosoap-theme-color)
}

.goal-products-list .groups-button * i {
    color: var(--ecosoap-text-color)
}

.goal-products-list .groups-button * i:hover {
    color: var(--ecosoap-theme-color)
}

.goal-products-list .groups-button .addcart,
.goal-products-list .groups-button .yith-wcwl-add-to-wishlist,
.goal-products-list .groups-button .quick-view {
    display: inline-block;
    padding-right: 26px
}

.rtl .goal-products-list .groups-button .addcart,
.rtl .goal-products-list .groups-button .yith-wcwl-add-to-wishlist,
.rtl .goal-products-list .groups-button .quick-view {
    padding-left: 26px;
    padding-right: inherit
}

.goal-products-list .groups-button .addcart .add-cart a {
    background: 0 0;
    padding: 0
}

.goal-products-list .groups-button .addcart .add-cart a .title-cart {
    display: none
}

.goal-products-list .groups-button .yith-wcwl-add-to-wishlist {
    vertical-align: bottom
}

.goal-products-list .groups-button .yith-wcwl-add-to-wishlist .sub-title {
    display: none
}

.goal-products-list .groups-button .yith-wcwl-add-to-wishlist .feedback {
    display: none
}

.goal-products-list .groups-button .quick-view {
    padding-right: 0;
    vertical-align: middle
}

.rtl .goal-products-list .groups-button .quick-view {
    padding-left: 0;
    padding-right: inherit
}

.goal-products-list .groups-button .quick-view a.quickview {
    background: 0 0;
    border: none;
    padding: 0
}

.goal-products-list .price {
    margin-bottom: 10px
}

.goal-products-list .price span.woocs_price_code del span.woocommerce-Price-amount {
    font-size: 20px;
    color: #888625
}

.goal-products-list .price span.woocs_price_code ins span.woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 400;
    color: #888625
}

.goal-products-list .price span.woocs_price_code span.woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 400;
    color: #888625
}

.sub-categories .sub-title {
    font-size: 15px;
    color: #fff;
    background: #282828;
    padding: 14px 40px;
    margin: 0;
    text-transform: uppercase
}

.sub-categories .sub-title .icon {
    margin-right: 20px
}

.rtl .sub-categories .sub-title .icon {
    margin-left: 20px;
    margin-right: inherit
}

.sub-categories .sub-title .pull-right {
    margin-top: 3px
}

.sub-categories>.list-square {
    padding: 15px 40px;
    background: #f5f5f5
}

.sub-categories>.list-square>li>a {
    color: var(--ecosoap-text-color)
}

.sub-categories>.list-square>li>a:before {
    background: var(--ecosoap-text-color)
}

.sub-categories>.list-square>li:hover>a,
.sub-categories>.list-square>li.active>a {
    color: var(--ecosoap-link-color)
}

.sub-categories>.list-square>li:hover>a:before,
.sub-categories>.list-square>li.active>a:before {
    background: var(--ecosoap-link-color)
}

.widget_deals_products .widget-title-wrapper {
    position: relative;
    margin: 0 0 50px
}

.widget_deals_products .widget-title-wrapper .widget-title {
    margin: 0;
    font-size: 20px
}

.widget_deals_products .widget-title-wrapper .widget-title>span {
    padding: 0 0 17px
}

@media (min-width:992px) {
    .widget_deals_products .widget-title-wrapper .widget-title+.goal-countdown {
        position: absolute;
        top: 0;
        background: #fff;
        right: 0
    }

    .rtl .widget_deals_products .widget-title-wrapper .widget-title+.goal-countdown {
        left: 0;
        right: auto
    }

    .widget_deals_products .widget-title-wrapper .widget-title+.goal-countdown .times>div:last-child {
        margin-right: 0
    }

    .rtl .widget_deals_products .widget-title-wrapper .widget-title+.goal-countdown .times>div:last-child {
        margin-left: 0;
        margin-right: inherit
    }
}

.list-banner-category .category-wrapper {
    position: relative
}

.list-banner-category .category-wrapper .category-meta {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1
}

.rtl .list-banner-category .category-wrapper .category-meta {
    right: 0;
    left: auto
}

.list-banner-category .title {
    margin: 0;
    font-size: 36px;
    letter-spacing: .5px
}

.list-banner-category .title a:hover,
.list-banner-category .title a:active {
    text-decoration: underline
}

.all-products {
    font-size: 36px;
    color: var(--ecosoap-link-color);
    text-align: right
}

.rtl .all-products {
    text-align: left
}

.all-products a:hover,
.all-products a:active {
    text-decoration: underline
}

.grid-banner-category.style1 .link-action {
    display: block;
    position: relative
}

.grid-banner-category.style1 .link-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-in-out 0s
}

.grid-banner-category.style1 .link-action .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    padding: 10px 35px;
    background: #fff;
    letter-spacing: 1px
}

.grid-banner-category.style1 .link-action .info {
    text-align: center;
    top: 50%;
    margin-top: -19px;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-in-out 0s
}

.grid-banner-category.style1 .link-action:hover:before,
.grid-banner-category.style1 .link-action:hover .info,
.grid-banner-category.style1 .link-action:active:before,
.grid-banner-category.style1 .link-action:active .info {
    opacity: 1;
    filter: alpha(opacity=100)
}

.grid-banner-category.style1 .link-action:hover .info,
.grid-banner-category.style1 .link-action:active .info {
    animation: zoomInDown .5s linear 1
}

.grid-banner-category.style2 .link-action {
    display: block;
    position: relative;
    overflow: hidden
}

.grid-banner-category.style2 .link-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, .2);
    border-radius: 0 0 100%;
    -webkit-border-radius: 0 0 100%;
    -moz-border-radius: 0 0 100%;
    -ms-border-radius: 0 0 100%;
    -o-border-radius: 0 0 100%;
    transform: scale(0);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-origin: 0 0;
    transition: all .4s ease-in-out 0s
}

.grid-banner-category.style2 .link-action .title {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    padding: 10px 35px;
    background: #fff;
    letter-spacing: 1px;
    border: 1px solid #ebebeb
}

.grid-banner-category.style2 .link-action .info {
    text-align: center;
    top: 10px;
    position: absolute;
    left: 10px
}

.rtl .grid-banner-category.style2 .link-action .info {
    right: 10px;
    left: auto
}

@media (min-width:1200px) {
    .grid-banner-category.style2 .link-action .info {
        top: 40px;
        left: 40px
    }

    .rtl .grid-banner-category.style2 .link-action .info {
        right: 40px;
        left: auto
    }
}

.grid-banner-category.style2 .link-action:hover:before,
.grid-banner-category.style2 .link-action:active:before {
    transform: scale(1)
}

table>thead>tr>th,
table>thead>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border: 0
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border-bottom: 0;
    border-right: 0
}

#add_payment_method table.cart td.actions .coupon,
.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-checkout table.cart td.actions .coupon {
    border: 2px solid #dcd7cc;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

#add_payment_method table.cart td.actions .coupon label,
.woocommerce-cart table.cart td.actions .coupon label,
.woocommerce-checkout table.cart td.actions .coupon label {
    padding-left: 8px;
    margin: 0
}

.rtl #add_payment_method table.cart td.actions .coupon label,
.rtl .woocommerce-cart table.cart td.actions .coupon label,
.rtl .woocommerce-checkout table.cart td.actions .coupon label {
    padding-right: 8px;
    padding-left: inherit
}

#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 {
    color: var(--ecosoap-text-color);
    border-color: #fff !important;
    background: 0 0;
    margin: 0;
    float: none;
    min-width: 150px;
    padding: 5px 20px
}

.woocommerce-order-details,
.woocommerce-checkout {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single {
    border: none
}

.woocommerce-customer-details>h2,
.woocommerce-order-details__title {
    font-size: 28px
}

.woocommerce form .form-row .input-checkbox {
    position: static;
    float: none;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: inherit
}

.rtl .woocommerce form .form-row .input-checkbox {
    margin: 0 0 0 5px
}

.woocommerce form .form-row .input-checkbox+label {
    display: inline-block
}

.widget-categoriestabs .nav-tabs {
    margin: 40px 0;
    border: none;
    text-align: center
}

.widget-categoriestabs .nav-tabs>li {
    margin: 0 12px;
    display: inline-block;
    float: none
}

.widget-categoriestabs .nav-tabs>li.active>a {
    text-decoration: underline;
    color: #000
}

.widget-categoriestabs .nav-tabs>li>a {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    border: none !important
}

.widget-categoriestabs .nav-tabs>li>a .product-count {
    font-size: 14px;
    color: var(--ecosoap-text-color);
    display: inline-block;
    vertical-align: top
}

.woocommerce-widget-layered-nav .view-more-list {
    font-size: 14px;
    text-decoration: underline;
    color: #5cb85c
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
    overflow: hidden
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.hideContent {
    margin-bottom: 10px;
    height: 260px
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.showContent {
    height: auto;
    margin-bottom: 10px
}

.woocommerce-widget-layered-nav-list {
    -moz-column-count: 1;
    column-count: 1;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    margin: 0 0 5px;
    width: 100%;
    white-space: nowrap
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
    margin: 0
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select {
    width: auto;
    position: relative;
    font-size: 14px;
    line-height: 1.375;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 7px;
    transition: all .3s ease
}

.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label,
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select {
    margin-left: 7px;
    margin-right: inherit
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label a,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px !important;
    text-align: center;
    min-width: 45px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #dcd7cc;
    color: var(--ecosoap-link-color);
    background-color: #fff
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label a span.count,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select a span.count {
    display: none
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a {
    color: var(--ecosoap-text-color);
    padding: 1px !important
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a:hover,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a:active {
    color: var(--ecosoap-link-hover-color)
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a .swatch-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: baseline;
    margin-right: 10px;
    border: 1px solid #ddd
}

.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a .swatch-color {
    margin-left: 10px;
    margin-right: inherit
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a .swatch-label {
    display: none
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a .count,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a+.count {
    padding: 0
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a {
    color: var(--ecosoap-theme-color)
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a .swatch-color {
    display: none
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a:before {
    vertical-align: baseline;
    color: var(--ecosoap-theme-color);
    content: "\e64c";
    font-family: "themify"
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a:hover:before,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a:active:before {
    color: #e44343;
    font-family: "themify";
    content: "\e646"
}

.woocommerce .widget_rating_filter {
    -moz-column-count: 1;
    column-count: 1
}

.woocommerce .widget_rating_filter ul li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important
}

.woocommerce .widget_rating_filter ul li>a .star-rating {
    -moz-margin-end: 10px;
    margin-inline-end: 10px
}

.goal-price-filter,
.goal-product-sorting {
    list-style: none;
    padding: 0;
    margin: 0
}

.goal-price-filter li,
.goal-product-sorting li {
    margin-bottom: 5px
}

.goal-price-filter li:last-child,
.goal-product-sorting li:last-child {
    margin-bottom: 0
}

.goal-price-filter li a,
.goal-product-sorting li a {
    color: var(--ecosoap-text-color)
}

.goal-price-filter li a:hover,
.goal-price-filter li a:active,
.goal-product-sorting li a:hover,
.goal-product-sorting li a:active {
    color: var(--ecosoap-theme-color)
}

.goal-price-filter li.current,
.goal-price-filter li.active,
.goal-product-sorting li.current,
.goal-product-sorting li.active {
    color: var(--ecosoap-theme-color)
}

.widget.widget-products-tabs .widget-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600
}

@media (min-width:1200px) {
    .widget.widget-products-tabs .widget-title {
        font-size: 30px
    }
}

.widget.widget-products-tabs .top-info-tabs {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .widget.widget-products-tabs .top-info-tabs {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .widget.widget-products-tabs .top-info-tabs .widget-title {
        text-align: center;
        margin-bottom: 10px
    }
}

.widget.widget-products-tabs .top-info-tabs.center {
    text-align: center
}

@media (min-width:768px) {
    .widget.widget-products-tabs .top-info-tabs.center .tabs-product {
        margin: 20px 0 0
    }
}

@media (min-width:768px) {
    .widget.widget-products-tabs .top-info-tabs.left {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center
    }

    .widget.widget-products-tabs .top-info-tabs.left .nav-tabs {
        margin-left: 45px
    }

    .rtl .widget.widget-products-tabs .top-info-tabs.left .nav-tabs {
        margin-right: 45px;
        margin-left: inherit
    }
}

.widget.widget-products-tabs .top-info-tabs.right {
    padding: 0;
    border-bottom: 0
}

@media (min-width:768px) {
    .widget.widget-products-tabs .top-info-tabs.right {
        padding: 0;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center
    }

    .widget.widget-products-tabs .top-info-tabs.right .nav-tabs {
        margin-left: auto
    }

    .rtl .widget.widget-products-tabs .top-info-tabs.right .nav-tabs {
        margin-right: auto;
        margin-left: inherit
    }
}

.widget.widget-products-tabs .top-info-tabs.right+.widget-inner {
    padding: 0
}

.nav.tabs-product {
    border: 0
}

@media (max-width:767px) {
    .nav.tabs-product {
        border-bottom: 1px solid #dcd7cc;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 2px
    }
}

.nav.tabs-product.st_1>li {
    float: none;
    display: inline-block;
    margin-right: 7px
}

.rtl .nav.tabs-product.st_1>li {
    margin-left: 7px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .nav.tabs-product.st_1>li {
        margin-right: 20px
    }

    .rtl .nav.tabs-product.st_1>li {
        margin-left: 20px;
        margin-right: inherit
    }
}

.nav.tabs-product.st_1>li:last-child {
    margin-right: 0
}

.rtl .nav.tabs-product.st_1>li:last-child {
    margin-left: 0;
    margin-right: inherit
}

.nav.tabs-product.st_1>li>a {
    display: inline-block;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #dcd7cc;
    margin: 0;
    font-size: 14px;
    color: var(--ecosoap-text-color);
    padding: 5px 22px;
    background-color: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .3s ease-in-out 0s
}

.nav.tabs-product.st_1>li>a i {
    line-height: 1;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 5px
}

@media (min-width:1200px) {
    .nav.tabs-product.st_1>li>a i {
        font-size: 21px
    }
}

.rtl .nav.tabs-product.st_1>li>a i {
    margin-left: 5px;
    margin-right: inherit
}

.nav.tabs-product.st_1>li.active>a,
.nav.tabs-product.st_1>li.active>a:hover,
.nav.tabs-product.st_1>li.active>a:focus,
.nav.tabs-product.st_1>li:hover>a,
.nav.tabs-product.st_1>li:hover>a:hover,
.nav.tabs-product.st_1>li:hover>a:focus {
    color: #fff;
    background-color: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.nav.tabs-product.st_2>li {
    float: none;
    display: inline-block;
    margin-right: 10px
}

.rtl .nav.tabs-product.st_2>li {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .nav.tabs-product.st_2>li {
        margin-right: 30px
    }

    .rtl .nav.tabs-product.st_2>li {
        margin-left: 30px;
        margin-right: inherit
    }
}

.nav.tabs-product.st_2>li:last-child {
    margin-right: 0
}

.rtl .nav.tabs-product.st_2>li:last-child {
    margin-left: 0;
    margin-right: inherit
}

.nav.tabs-product.st_2>li>a {
    display: inline-block;
    position: relative;
    font-weight: 700;
    border: 0 !important;
    margin: 0;
    font-size: 16px;
    color: var(--ecosoap-text-color);
    padding: 15px 0;
    background-color: transparent !important;
    transition: all .3s ease-in-out 0s
}

@media (min-width:1200px) {
    .nav.tabs-product.st_2>li>a {
        padding: 22px 0
    }
}

@media (max-width:767px) {
    .nav.tabs-product.st_2>li>a {
        padding: 0 0 15px
    }
}

.nav.tabs-product.st_2>li>a i {
    line-height: 1;
    font-weight: 400;
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
    margin-right: 5px
}

@media (min-width:1200px) {
    .nav.tabs-product.st_2>li>a i {
        font-size: 21px
    }
}

.rtl .nav.tabs-product.st_2>li>a i {
    margin-left: 5px;
    margin-right: inherit
}

.nav.tabs-product.st_2>li>a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--ecosoap-theme-color);
    transition: all .3s ease-in-out 0s
}

.rtl .nav.tabs-product.st_2>li>a:before {
    right: 0;
    left: auto
}

.nav.tabs-product.st_2>li.active>a,
.nav.tabs-product.st_2>li.active>a:hover,
.nav.tabs-product.st_2>li.active>a:focus,
.nav.tabs-product.st_2>li:hover>a,
.nav.tabs-product.st_2>li:hover>a:hover,
.nav.tabs-product.st_2>li:hover>a:focus {
    color: var(--ecosoap-theme-color)
}

.nav.tabs-product.st_2>li.active>a:before,
.nav.tabs-product.st_2>li.active>a:hover:before,
.nav.tabs-product.st_2>li.active>a:focus:before,
.nav.tabs-product.st_2>li:hover>a:before,
.nav.tabs-product.st_2>li:hover>a:hover:before,
.nav.tabs-product.st_2>li:hover>a:focus:before {
    width: 100%
}

.nav.tabs-product.st_3 {
    border-bottom: 1px solid #dcd7cc;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 2px
}

.nav.tabs-product.st_3>li {
    float: none;
    display: inline-block;
    margin: 0
}

.nav.tabs-product.st_3>li>a {
    display: inline-block;
    position: relative;
    font-weight: 700;
    border: 0 !important;
    margin: 0;
    font-size: 16px;
    color: var(--ecosoap-text-color);
    padding: 0 15px 15px;
    background-color: transparent !important;
    transition: all .3s ease-in-out 0s
}

@media (min-width:1200px) {
    .nav.tabs-product.st_3>li>a {
        padding: 0 50px 22px
    }
}

.nav.tabs-product.st_3>li>a i {
    transition: all .3s ease-in-out 0s;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: var(--ecosoap-theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block
}

@media (min-width:1200px) {
    .nav.tabs-product.st_3>li>a i {
        font-size: 35px;
        width: 80px;
        height: 80px;
        line-height: 80px
    }
}

.nav.tabs-product.st_3>li>a span {
    display: block;
    margin-top: 10px
}

@media (min-width:1200px) {
    .nav.tabs-product.st_3>li>a span {
        margin-top: 15px
    }
}

.nav.tabs-product.st_3>li>a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    background-color: var(--ecosoap-theme-color);
    transition: all .3s ease-in-out 0s
}

.rtl .nav.tabs-product.st_3>li>a:before {
    right: 0;
    left: auto
}

.nav.tabs-product.st_3>li.active>a,
.nav.tabs-product.st_3>li.active>a:hover,
.nav.tabs-product.st_3>li.active>a:focus,
.nav.tabs-product.st_3>li:hover>a,
.nav.tabs-product.st_3>li:hover>a:hover,
.nav.tabs-product.st_3>li:hover>a:focus {
    color: var(--ecosoap-link-color)
}

.nav.tabs-product.st_3>li.active>a i,
.nav.tabs-product.st_3>li.active>a:hover i,
.nav.tabs-product.st_3>li.active>a:focus i,
.nav.tabs-product.st_3>li:hover>a i,
.nav.tabs-product.st_3>li:hover>a:hover i,
.nav.tabs-product.st_3>li:hover>a:focus i {
    background-color: var(--ecosoap-theme-color);
    color: #fff
}

.nav.tabs-product.st_3>li.active>a:before,
.nav.tabs-product.st_3>li.active>a:hover:before,
.nav.tabs-product.st_3>li.active>a:focus:before,
.nav.tabs-product.st_3>li:hover>a:before,
.nav.tabs-product.st_3>li:hover>a:hover:before,
.nav.tabs-product.st_3>li:hover>a:focus:before {
    transform: scale(1, 1)
}

.widget-products-tabs .tab-content>.colection_gutter.show-banner {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
    margin: 0;
    overflow: hidden
}

.widget-products-tabs .tab-content>.colection_gutter.show-banner:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #dcd7cc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    z-index: 4;
    pointer-events: none
}

.widget-products-tabs .tab-content>.colection_gutter.show-banner .tab-content-products-wrapper .row {
    margin: 0
}

.widget-products-tabs .tab-content>.colection_gutter.show-banner .product-block.grid .grid-inner {
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.widget-products-tabs .tab-content>.colection_gutter.show-banner .banner-wrapper,
.widget-products-tabs .tab-content>.colection_gutter.show-banner .second {
    padding: 0
}

.widget-products-tabs .tab-content>.colection_gutter.show-banner .products-grid.products-slide.colection_gutter .row-products-wrapper:after {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.widget-products-tabs .tab-content>.colection_gutter.show-banner .slick-carousel .slick-prev {
    left: 3px
}

.widget-products-tabs .tab-content>.colection_gutter.show-banner .slick-carousel .slick-next {
    right: 20px
}

.widget-products-tabs-special .tab-content>.colection_gutter {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
    margin: 0;
    overflow: hidden
}

.widget-products-tabs-special .tab-content>.colection_gutter:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    border: 1px solid #dcd7cc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    z-index: 4;
    pointer-events: none
}

.widget-products-tabs-special .tab-content>.colection_gutter .product-block.grid .grid-inner {
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.widget-products-tabs-special .tab-content>.colection_gutter .primary,
.widget-products-tabs-special .tab-content>.colection_gutter .second,
.widget-products-tabs-special .tab-content>.colection_gutter .col-md-7 {
    padding: 0
}

.widget-products-tabs-special .tab-content>.colection_gutter .row {
    margin: 0
}

.widget-products-tabs-special .tab-content>.colection_gutter .products-grid.products-slide.colection_gutter .row-products-wrapper:after {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

@media (min-width:1024px) {
    .widget-products-tabs-special .tab-content>.colection_gutter .product-block.grid-deal .grid-inner {
        -moz-border-end: none;
        border-inline-end: none
    }
}

.widget-products-tabs-special .tab-content>.colection_gutter .slick-carousel .slick-prev {
    left: 3px
}

.widget-products-tabs-special .tab-content>.colection_gutter .slick-carousel .slick-next {
    right: 3px
}

.widget-products-tabs-special .primary .product-block.grid.grid-v1 .metas .title-wrapper {
    margin: 0;
    padding: 0
}

.widget-products-tabs-special .primary .product-block.grid.grid-v1:hover .metas .title-wrapper {
    margin: 0
}

.widget-products-tabs-special .goal-countdown-dark {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    text-align: center;
    z-index: 3
}

.widget-products-tabs-special .goal-countdown {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3
}

.widget-products-tabs-special .goal-countdown .times {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.widget-products-tabs-special .goal-countdown .times>div {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: var(--ecosoap-heading-color);
    margin-right: 6px
}

.rtl .widget-products-tabs-special .goal-countdown .times>div {
    margin-left: 6px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .widget-products-tabs-special .goal-countdown .times>div {
        margin-right: 12px
    }

    .rtl .widget-products-tabs-special .goal-countdown .times>div {
        margin-left: 12px;
        margin-right: inherit
    }
}

.widget-products-tabs-special .goal-countdown .times>div:last-child {
    margin-right: 0
}

.rtl .widget-products-tabs-special .goal-countdown .times>div:last-child {
    margin-left: 0;
    margin-right: inherit
}

.widget-products-tabs-special .goal-countdown .times>div:before {
    display: none
}

.widget-products-tabs-special .goal-countdown .times>div span {
    font-size: 16px;
    color: var(--ecosoap-theme-color);
    line-height: 48px;
    border: 1px solid var(--ecosoap-theme-color);
    min-width: 50px;
    padding: 0 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-bottom: 5px
}

.widget.widget-products {
    margin: 0
}

.widget.widget-products .top-info .goal-countdown-v2 {
    margin-left: 0
}

.rtl .widget.widget-products .top-info .goal-countdown-v2 {
    margin-right: 0;
    margin-left: inherit
}

@media (max-width:767px) {
    .widget.widget-products .top-info .goal-countdown-v2 {
        margin-left: 0
    }

    .rtl .widget.widget-products .top-info .goal-countdown-v2 {
        margin-right: 0;
        margin-left: inherit
    }
}

.widget.widget-products.special .slick-carousel .slick-list {
    overflow: visible
}

.widget.widget-products.special .slick-carousel .slick-dots {
    position: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    margin-right: 0
}

.widget.widget-products.special .slick-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0
}

.widget.widget-products.special .slick-carousel .slick-dots li button {
    width: 100%;
    height: 3px;
    background-color: #dcd7cc;
    position: relative;
    border-radius: 0;
    display: unset
}

.widget.widget-products.special .slick-carousel .slick-dots li.slick-active button {
    background-color: var(--ecosoap-theme-color)
}

.widget.widget-products .slick-carousel-top .slick-arrow {
    top: -60px
}

.widget.widget-products .goal-countdown-dark .times>div>span {
    color: var(--ecosoap-link-color)
}

.tab-content.loading {
    min-height: 850px;
    position: relative
}

.tab-content.loading:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    content: "";
    background: url(../../images/theme/loading-quick.gif) center 100px no-repeat rgba(255, 255, 255, .9)
}

.widget.widget-tab-style_center .widget-title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 10px;
    color: #252525;
    padding: 0;
    border: none
}

.widget.widget-tab-style_center .widget-title:before {
    display: none
}

@keyframes pulsate {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.1)
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.goal-lookbook .mapper-pin-wrapper>a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--ecosoap-theme-color);
    position: relative;
    border: 7px solid var(--ecosoap-link-color)
}

.goal-lookbook .mapper-pin-wrapper>a:before {
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(var(--ecosoap-link-color), .5);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .2s ease-in-out 0s
}

.goal-lookbook .mapper-pin-wrapper .image img {
    width: 100%
}

.goal-lookbook .mapper-pin-wrapper .mapper-popup {
    width: 210px;
    color: var(--ecosoap-link-color);
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0 8px 15px 0 rgba(140, 152, 164, .1);
    display: block;
    transition: all .2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

@media (min-width:1200px) {
    .goal-lookbook .mapper-pin-wrapper .mapper-popup {
        padding: 20px 20px 15px
    }
}

.goal-lookbook .mapper-pin-wrapper .mapper-popup h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: capitalize;
    line-height: 1.3
}

.goal-lookbook .mapper-pin-wrapper .mapper-popup .price {
    font-size: 16px;
    font-weight: 900;
    color: var(--ecosoap-theme-color)
}

.goal-lookbook .mapper-pin-wrapper .mapper-popup .rating {
    display: none
}

.goal-lookbook .mapper-pin-wrapper .mapper-popup:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%)
}

.goal-lookbook .mapper-pin-wrapper .mapper-popup:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

.goal-lookbook .mapper-pin-wrapper:hover .mapper-popup {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.goal-lookbook.style1 .mapper-pin-wrapper>a:before {
    transform: scale(.1);
    opacity: 0;
    filter: alpha(opacity=0);
    animation: 1s ease-out 0s normal none infinite running pulsate;
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate
}

.goal-lookbook.style2 .mapper-pin-wrapper>a {
    width: 30px;
    height: 30px;
    border: 0;
    background-color: #fff;
    border-color: #fff
}

@media (min-width:1200px) {
    .goal-lookbook.style2 .mapper-pin-wrapper>a {
        width: 38px;
        height: 38px
    }
}

.goal-lookbook.style2 .mapper-pin-wrapper>a:before {
    width: 40px;
    height: 40px;
    margin-top: -5px;
    margin-left: -5px;
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (min-width:1200px) {
    .goal-lookbook.style2 .mapper-pin-wrapper>a:before {
        width: 56px;
        height: 56px;
        margin-top: -9px;
        margin-left: -9px
    }
}

.goal-lookbook.style2 .mapper-pin-wrapper>a:after {
    z-index: 2;
    content: "+";
    color: var(--ecosoap-theme-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    display: inline-block;
    font-size: 25px
}

.goal-lookbook.style2 .mapper-pin-wrapper>a:hover:before,
.goal-lookbook.style2 .mapper-pin-wrapper>a:focus:before {
    transform: scale(1.1)
}

.goal-lookbook.style3 .mapper-pin-wrapper>a {
    background-color: #fff;
    width: 28px;
    height: 28px;
    border: 0
}

.goal-lookbook.style3 .mapper-pin-wrapper>a:before {
    width: 40px;
    height: 40px;
    margin-top: -6px;
    margin-left: -6px
}

.goal-lookbook.style3 .mapper-pin-wrapper>a:hover:before {
    transform: scale(1.15)
}

.widget.widget-recent_viewed .slick-carousel,
.widget.upsells .slick-carousel,
.widget.related .slick-carousel {
    margin-bottom: -35px
}

.widget.widget-recent_viewed .slick-list,
.widget.upsells .slick-list,
.widget.related .slick-list {
    padding-bottom: 0
}

.cross-sells {
    margin-top: 30px
}

.cross-sells>h2 {
    margin: 0 0 20px;
    font-size: 22px
}

@media (min-width:992px) {
    .cross-sells>h2 {
        margin: 0 0 30px
    }
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
    -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
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
    font-family: 'Font Awesome 6 Free'
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands'
}

.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(-1 * var(--fa-li-width, 2em));
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, .1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, .08em);
    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 {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    animation-name: fa-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    animation-name: fa-shake;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin {
    animation-name: fa-spin;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-bounce,
    .fa-fade,
    .fa-beat-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {

    0%,
    90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1, 1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        transform: scale(1, 1) translateY(0)
    }

    100% {
        transform: scale(1, 1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-beat-fade {

    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, .4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,
    24% {
        transform: rotate(-18deg)
    }

    12%,
    28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,
    100% {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, 0))
}

.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-fill-drip:before {
    content: "\f576"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

.fa-circle-chevron-right:before {
    content: "\f138"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-at:before {
    content: "\40"
}

.fa-trash-can:before {
    content: "\f2ed"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-user-xmark:before {
    content: "\f235"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-message:before {
    content: "\f27a"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-info:before {
    content: "\f129"
}

.fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-explosion:before {
    content: "\e4e9"
}

.fa-file-lines:before {
    content: "\f15c"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-calendar-days:before {
    content: "\f073"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-anchor-circle-check:before {
    content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1"
}

.fa-volleyball:before {
    content: "\f45f"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-circle-minus:before {
    content: "\f056"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-right-from-bracket:before {
    content: "\f2f5"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-heart-music-camera-bolt:before {
    content: "\f86d"
}

.fa-microphone-lines-slash:before {
    content: "\f539"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-bridge-circle-check:before {
    content: "\e4c9"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-magnifying-glass-location:before {
    content: "\f689"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-forward-step:before {
    content: "\f051"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-face-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-football:before {
    content: "\f44e"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-school-circle-exclamation:before {
    content: "\e56c"
}

.fa-crop:before {
    content: "\f125"
}

.fa-angles-down:before {
    content: "\f103"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-line:before {
    content: "\e534"
}

.fa-beer-mug-empty:before {
    content: "\f0fc"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-diagram-predecessor:before {
    content: "\e477"
}

.fa-arrow-up-long:before {
    content: "\f176"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-fire-flame-simple:before {
    content: "\f46a"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-person:before {
    content: "\f183"
}

.fa-male:before {
    content: "\f183"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-face-grin-stars:before {
    content: "\f587"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-spoon:before {
    content: "\f2e5"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-envelopes-bulk:before {
    content: "\f674"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-file-circle-exclamation:before {
    content: "\e4eb"
}

.fa-circle-h:before {
    content: "\f47e"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-pager:before {
    content: "\f815"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-contact-book:before {
    content: "\f2b9"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-k:before {
    content: "\4b"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-pencil:before {
    content: "\f303"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-comments:before {
    content: "\f086"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-file-clipboard:before {
    content: "\f0ea"
}

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-blog:before {
    content: "\f781"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-scroll-torah:before {
    content: "\f6a0"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-broom-ball:before {
    content: "\f458"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quidditch-broom-ball:before {
    content: "\f458"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-box-archive:before {
    content: "\f187"
}

.fa-archive:before {
    content: "\f187"
}

.fa-person-drowning:before {
    content: "\e545"
}

.fa-arrow-down-9-1:before {
    content: "\f886"
}

.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-face-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-w:before {
    content: "\57"
}

.fa-earth-africa:before {
    content: "\f57c"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-tablet-screen-button:before {
    content: "\f3fa"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-face-flushed:before {
    content: "\f579"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-legal:before {
    content: "\f0e3"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-bell-concierge:before {
    content: "\f562"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-pen-ruler:before {
    content: "\f5ae"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-arrows-left-right:before {
    content: "\e068"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

.fa-square-caret-right:before {
    content: "\f152"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-scissors:before {
    content: "\f0c4"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-tachograph-digital:before {
    content: "\f566"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-clover:before {
    content: "\e139"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-mail-reply:before {
    content: "\f3e5"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-house-fire:before {
    content: "\e50c"
}

.fa-square-minus:before {
    content: "\f146"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-square-caret-down:before {
    content: "\f150"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-file-circle-question:before {
    content: "\e4ef"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-navicon:before {
    content: "\f0c9"
}

.fa-people-group:before {
    content: "\e533"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-3:before {
    content: "\f253"
}

.fa-heart-crack:before {
    content: "\f7a9"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-square-up-right:before {
    content: "\f360"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-face-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-film:before {
    content: "\f008"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-people-robbery:before {
    content: "\e536"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-circle-exclamation:before {
    content: "\f06a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket:before {
    content: "\f08b"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-circle-chevron-down:before {
    content: "\f13a"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-unlock-keyhole:before {
    content: "\f13e"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-headphones-simple:before {
    content: "\f58f"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-circle-dollar-to-slot:before {
    content: "\f4b9"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-memory:before {
    content: "\f538"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-volume-low:before {
    content: "\f027"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-compress:before {
    content: "\f066"
}

.fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-wheat-alt:before {
    content: "\e2cd"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-asterisk:before {
    content: "\2a"
}

.fa-square-check:before {
    content: "\f14a"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-peseta-sign:before {
    content: "\e221"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-squares:before {
    content: "\f03a"
}

.fa-square-phone-flip:before {
    content: "\f87b"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-circle-dot:before {
    content: "\f192"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-face-dizzy:before {
    content: "\f567"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-futbol-ball:before {
    content: "\f1e3"
}

.fa-soccer-ball:before {
    content: "\f1e3"
}

.fa-paintbrush:before {
    content: "\f1fc"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-lock:before {
    content: "\f023"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-hot-tub-person:before {
    content: "\f593"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-map-location:before {
    content: "\f59f"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-pen-to-square:before {
    content: "\f044"
}

.fa-edit:before {
    content: "\f044"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-share-nodes:before {
    content: "\f1e0"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-heart-circle-minus:before {
    content: "\e4ff"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-2:before {
    content: "\f252"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-bag-shopping:before {
    content: "\f290"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-arrow-down-z-a:before {
    content: "\f881"
}

.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-person-rays:before {
    content: "\e54d"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-hand:before {
    content: "\f256"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-om:before {
    content: "\f679"
}

.fa-worm:before {
    content: "\e599"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-face-kiss:before {
    content: "\f596"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-face-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-face-grin-wink:before {
    content: "\f58c"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-ear-deaf:before {
    content: "\f2a4"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deafness:before {
    content: "\f2a4"
}

.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-road-circle-check:before {
    content: "\e564"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-square-rss:before {
    content: "\f143"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-i:before {
    content: "\49"
}

.fa-hryvnia-sign:before {
    content: "\f6f2"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-pills:before {
    content: "\f484"
}

.fa-face-grin-wide:before {
    content: "\f581"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-v:before {
    content: "\56"
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-staff-snake:before {
    content: "\e579"
}

.fa-rod-asclepius:before {
    content: "\e579"
}

.fa-rod-snake:before {
    content: "\e579"
}

.fa-staff-aesculapius:before {
    content: "\e579"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-truck-medical:before {
    content: "\f0f9"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-school:before {
    content: "\f549"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-joint:before {
    content: "\f595"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-q:before {
    content: "\51"
}

.fa-g:before {
    content: "\47"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-temperature-half:before {
    content: "\f2c9"
}

.fa-temperature-2:before {
    content: "\f2c9"
}

.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poo-bolt:before {
    content: "\f75a"
}

.fa-face-frown-open:before {
    content: "\f57a"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-helmet-un:before {
    content: "\e503"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-blank:before {
    content: "\f07b"
}

.fa-file-waveform:before {
    content: "\f478"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-chart-simple:before {
    content: "\e473"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-vial:before {
    content: "\f492"
}

.fa-gauge:before {
    content: "\f624"
}

.fa-dashboard:before {
    content: "\f624"
}

.fa-gauge-med:before {
    content: "\f624"
}

.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-magic-wand-sparkles:before {
    content: "\e2ca"
}

.fa-e:before {
    content: "\45"
}

.fa-pen-clip:before {
    content: "\f305"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca"
}

.fa-user:before {
    content: "\f007"
}

.fa-school-circle-check:before {
    content: "\e56b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-building-user:before {
    content: "\e4da"
}

.fa-square-caret-left:before {
    content: "\f191"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-key:before {
    content: "\f084"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-road-bridge:before {
    content: "\e563"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-c:before {
    content: "\43"
}

.fa-tablet-button:before {
    content: "\f10a"
}

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-house-flag:before {
    content: "\e50d"
}

.fa-person-circle-minus:before {
    content: "\e540"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-cancel:before {
    content: "\f05e"
}

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-spray-can-sparkles:before {
    content: "\f5d0"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-star:before {
    content: "\f005"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-cross:before {
    content: "\f654"
}

.fa-box:before {
    content: "\f466"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-arrow-pointer:before {
    content: "\f245"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-maximize:before {
    content: "\f31e"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-triangle-circle-square:before {
    content: "\f61f"
}

.fa-shuffle:before {
    content: "\f074"
}

.fa-random:before {
    content: "\f074"
}

.fa-person-running:before {
    content: "\f70c"
}

.fa-running:before {
    content: "\f70c"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-spider:before {
    content: "\f717"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-plane-circle-exclamation:before {
    content: "\e556"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-slash:before {
    content: "\f715"
}

.fa-computer-mouse:before {
    content: "\f8cc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket:before {
    content: "\f090"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-shop-slash:before {
    content: "\e070"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-server:before {
    content: "\f233"
}

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-1:before {
    content: "\f251"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-right-to-bracket:before {
    content: "\f2f6"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-venus:before {
    content: "\f221"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-thumbtack-slash:before {
    content: "\e68f"
}

.fa-thumb-tack-slash:before {
    content: "\e68f"
}

.fa-heart-pulse:before {
    content: "\f21e"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-people-carry-box:before {
    content: "\f4ce"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-crown:before {
    content: "\f521"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-weight-scale:before {
    content: "\f496"
}

.fa-weight:before {
    content: "\f496"
}

.fa-user-group:before {
    content: "\f500"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-arrow-up-a-z:before {
    content: "\f15e"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-face-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-circle-arrow-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-person-walking:before {
    content: "\f554"
}

.fa-walking:before {
    content: "\f554"
}

.fa-l:before {
    content: "\4c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-bed-pulse:before {
    content: "\f487"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-shuttle-space:before {
    content: "\f197"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-face-laugh:before {
    content: "\f599"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-heart-circle-plus:before {
    content: "\e500"
}

.fa-code-fork:before {
    content: "\e13b"
}

.fa-city:before {
    content: "\f64f"
}

.fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-colon-sign:before {
    content: "\e140"
}

.fa-headset:before {
    content: "\f590"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-mars-stroke-up:before {
    content: "\f22a"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-champagne-glasses:before {
    content: "\f79f"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-house-circle-exclamation:before {
    content: "\e50a"
}

.fa-file-arrow-up:before {
    content: "\f574"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wifi-3:before {
    content: "\f1eb"
}

.fa-wifi-strong:before {
    content: "\f1eb"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-bathtub:before {
    content: "\f2cd"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-user-pen:before {
    content: "\f4ff"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-bold:before {
    content: "\f032"
}

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-border-top-left:before {
    content: "\f853"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-map-location-dot:before {
    content: "\f5a0"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-poll:before {
    content: "\f681"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-battery-car:before {
    content: "\f5df"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-building-circle-check:before {
    content: "\e4d2"
}

.fa-person-chalkboard:before {
    content: "\e53d"
}

.fa-mars-stroke-right:before {
    content: "\f22b"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-hand-back-fist:before {
    content: "\f255"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-square-caret-up:before {
    content: "\f151"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-bar-chart:before {
    content: "\f080"
}

.fa-hands-bubbles:before {
    content: "\e05e"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-train:before {
    content: "\f238"
}

.fa-eye-low-vision:before {
    content: "\f2a8"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-crow:before {
    content: "\f520"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-square-plus:before {
    content: "\f0fe"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-image:before {
    content: "\f03e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-martini-glass:before {
    content: "\f57b"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-rotate-left:before {
    content: "\f2ea"
}

.fa-rotate-back:before {
    content: "\f2ea"
}

.fa-rotate-backward:before {
    content: "\f2ea"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-table-columns:before {
    content: "\f0db"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-box:before {
    content: "\f472"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-minimize:before {
    content: "\f78c"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-angles-right:before {
    content: "\f101"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-circle-play:before {
    content: "\f144"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-eur:before {
    content: "\f153"
}

.fa-euro:before {
    content: "\f153"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-circle-check:before {
    content: "\f058"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-circle-stop:before {
    content: "\f28d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-compass-drafting:before {
    content: "\f568"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-person-shelter:before {
    content: "\e54f"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-face-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-circle-chevron-up:before {
    content: "\f139"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-sterling-sign:before {
    content: "\f154"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-arrow-down-long:before {
    content: "\f175"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-mail-reply-all:before {
    content: "\f122"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-person-skating:before {
    content: "\f7c5"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-filter-circle-dollar:before {
    content: "\f662"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-circle-arrow-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-arrow-right-to-file:before {
    content: "\f56f"
}

.fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-temperature-empty:before {
    content: "\f2cb"
}

.fa-temperature-0:before {
    content: "\f2cb"
}

.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-contact-card:before {
    content: "\f2bb"
}

.fa-vcard:before {
    content: "\f2bb"
}

.fa-scale-unbalanced-flip:before {
    content: "\f516"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-diamond-turn-right:before {
    content: "\f5eb"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-house-laptop:before {
    content: "\e066"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-face-tired:before {
    content: "\f5c8"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-cloud-arrow-up:before {
    content: "\f0ee"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-cloud-upload-alt:before {
    content: "\f0ee"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-vest:before {
    content: "\e085"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sprout:before {
    content: "\f4d8"
}

.fa-left-right:before {
    content: "\f337"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

.fa-circle-arrow-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-arrow-down-wide-short:before {
    content: "\f160"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-cloud-bolt:before {
    content: "\f76c"
}

.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-text-slash:before {
    content: "\f87d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-face-smile-wink:before {
    content: "\f4da"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-arrows-left-right:before {
    content: "\f07e"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-house-lock:before {
    content: "\e510"
}

.fa-cloud-arrow-down:before {
    content: "\f0ed"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-download-alt:before {
    content: "\f0ed"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-blackboard:before {
    content: "\f51b"
}

.fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-arrows-rotate:before {
    content: "\f021"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-sync:before {
    content: "\f021"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-shield-halved:before {
    content: "\f3ed"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-book-atlas:before {
    content: "\f558"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-virus:before {
    content: "\e074"
}

.fa-envelope-circle-check:before {
    content: "\e4e8"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-archway:before {
    content: "\f557"
}

.fa-heart-circle-check:before {
    content: "\e4fd"
}

.fa-house-chimney-crack:before {
    content: "\f6f1"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-file-zipper:before {
    content: "\f1c6"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-martini-glass-empty:before {
    content: "\f000"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

.fa-italic:before {
    content: "\f033"
}

.fa-table-cells-column-lock:before {
    content: "\e678"
}

.fa-church:before {
    content: "\f51d"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-z:before {
    content: "\5a"
}

.fa-person-skiing:before {
    content: "\f7c9"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-a:before {
    content: "\41"
}

.fa-temperature-arrow-down:before {
    content: "\e03f"
}

.fa-temperature-down:before {
    content: "\e03f"
}

.fa-feather-pointed:before {
    content: "\f56b"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-p:before {
    content: "\50"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-rectangle-ad:before {
    content: "\f641"
}

.fa-ad:before {
    content: "\f641"
}

.fa-circle-arrow-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-locust:before {
    content: "\e520"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-unsorted:before {
    content: "\f0dc"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-1-2:before {
    content: "\f0cb"
}

.fa-list-numeric:before {
    content: "\f0cb"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-face-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-question:before {
    content: "\3f"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-star-half-stroke:before {
    content: "\f5c0"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-code:before {
    content: "\f121"
}

.fa-whiskey-glass:before {
    content: "\f7a0"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-building-circle-exclamation:before {
    content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-arrow-up-right-from-square:before {
    content: "\f08e"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-krw:before {
    content: "\f159"
}

.fa-won:before {
    content: "\f159"
}

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-f:before {
    content: "\46"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-road:before {
    content: "\f018"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-cab:before {
    content: "\f1ba"
}

.fa-person-circle-plus:before {
    content: "\e541"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-face-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-poop:before {
    content: "\f619"
}

.fa-location-pin:before {
    content: "\f041"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-helmet-safety:before {
    content: "\f807"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hat-hard:before {
    content: "\f807"
}

.fa-eject:before {
    content: "\f052"
}

.fa-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-plane-circle-check:before {
    content: "\e555"
}

.fa-face-rolling-eyes:before {
    content: "\f5a5"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-mask-ventilator:before {
    content: "\e524"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-signs-post:before {
    content: "\f277"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-person-circle-question:before {
    content: "\e542"
}

.fa-h:before {
    content: "\48"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-screwdriver-wrench:before {
    content: "\f7d9"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

.fa-heart:before {
    content: "\f004"
}

.fa-mars-and-venus:before {
    content: "\f224"
}

.fa-house-user:before {
    content: "\e1b0"
}

.fa-home-user:before {
    content: "\e1b0"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-face-surprise:before {
    content: "\f5c2"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-circle-pause:before {
    content: "\f28b"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-apple-whole:before {
    content: "\f5d1"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-r:before {
    content: "\52"
}

.fa-temperature-quarter:before {
    content: "\f2ca"
}

.fa-temperature-1:before {
    content: "\f2ca"
}

.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-square-poll-horizontal:before {
    content: "\f682"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-circle:before {
    content: "\f111"
}

.fa-backward-fast:before {
    content: "\f049"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-basketball:before {
    content: "\f434"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-circle-up:before {
    content: "\f35b"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-mobile-screen-button:before {
    content: "\f3cd"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-volume-high:before {
    content: "\f028"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-users-rays:before {
    content: "\e593"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-burger:before {
    content: "\f805"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-bugs:before {
    content: "\e4d0"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rupee:before {
    content: "\f156"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-circle-question:before {
    content: "\f059"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-phone-flip:before {
    content: "\f879"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab"
}

.fa-truck-field:before {
    content: "\e58d"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-file-circle-minus:before {
    content: "\e4ed"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-forward-fast:before {
    content: "\f050"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-face-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-square-parking:before {
    content: "\f540"
}

.fa-parking:before {
    content: "\f540"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-bars-progress:before {
    content: "\f828"
}

.fa-tasks-alt:before {
    content: "\f828"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-cart-flatbed:before {
    content: "\f474"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-ban-smoking:before {
    content: "\f54d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-mobile-button:before {
    content: "\f10b"
}

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-basket-shopping:before {
    content: "\f291"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-bus-simple:before {
    content: "\f55e"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-face-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-pen:before {
    content: "\f304"
}

.fa-tower-observation:before {
    content: "\e586"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signal-5:before {
    content: "\f012"
}

.fa-signal-perfect:before {
    content: "\f012"
}

.fa-bus:before {
    content: "\f207"
}

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-house-chimney:before {
    content: "\e3af"
}

.fa-home-lg:before {
    content: "\e3af"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-face-frown:before {
    content: "\f119"
}

.fa-frown:before {
    content: "\f119"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-shop:before {
    content: "\f54f"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-floppy-disk:before {
    content: "\f0c7"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-scale-unbalanced:before {
    content: "\f515"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-sort-asc:before {
    content: "\f0de"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-commenting:before {
    content: "\f4ad"
}

.fa-plant-wilt:before {
    content: "\e5aa"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-face-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-hand-holding-dollar:before {
    content: "\f4c0"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hands-praying:before {
    content: "\f684"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-arrow-rotate-right:before {
    content: "\f01e"
}

.fa-arrow-right-rotate:before {
    content: "\f01e"
}

.fa-arrow-rotate-forward:before {
    content: "\f01e"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-location-crosshairs:before {
    content: "\f601"
}

.fa-location:before {
    content: "\f601"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-child-dress:before {
    content: "\e59c"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-face-grin-tears:before {
    content: "\f588"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-phone:before {
    content: "\f095"
}

.fa-calendar-xmark:before {
    content: "\f273"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-user-gear:before {
    content: "\f4fe"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-arrow-up-1-9:before {
    content: "\f163"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-person-digging:before {
    content: "\f85e"
}

.fa-digging:before {
    content: "\f85e"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-gauge-simple:before {
    content: "\f629"
}

.fa-gauge-simple-med:before {
    content: "\f629"
}

.fa-tachometer-average:before {
    content: "\f629"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quote-right-alt:before {
    content: "\f10e"
}

.fa-shirt:before {
    content: "\f553"
}

.fa-t-shirt:before {
    content: "\f553"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-divide:before {
    content: "\f529"
}

.fa-tenge-sign:before {
    content: "\f7d7"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-j:before {
    content: "\4a"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-up-right-from-square:before {
    content: "\f35d"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-table-cells:before {
    content: "\f00a"
}

.fa-th:before {
    content: "\f00a"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-book-bible:before {
    content: "\f647"
}

.fa-bible:before {
    content: "\f647"
}

.fa-o:before {
    content: "\4f"
}

.fa-suitcase-medical:before {
    content: "\f0fa"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-otter:before {
    content: "\f700"
}

.fa-person-dress:before {
    content: "\f182"
}

.fa-female:before {
    content: "\f182"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-briefcase-clock:before {
    content: "\f64a"
}

.fa-table-cells-large:before {
    content: "\f009"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-book-tanakh:before {
    content: "\f827"
}

.fa-tanakh:before {
    content: "\f827"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-plane-lock:before {
    content: "\e558"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-comment:before {
    content: "\f075"
}

.fa-cake-candles:before {
    content: "\f1fd"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-cake:before {
    content: "\f1fd"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angles-up:before {
    content: "\f102"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-arrow-up-9-1:before {
    content: "\f887"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-empty:before {
    content: "\f254"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-user-doctor:before {
    content: "\f0f0"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-circle-info:before {
    content: "\f05a"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-alt:before {
    content: "\f030"
}

.fa-square-virus:before {
    content: "\e578"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-arrow-down-1-9:before {
    content: "\f162"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-hand-holding-droplet:before {
    content: "\f4c1"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-water:before {
    content: "\f773"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-person-cane:before {
    content: "\e53c"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-arrow-down-a-z:before {
    content: "\f15d"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-arrow-rotate-left:before {
    content: "\f0e2"
}

.fa-arrow-left-rotate:before {
    content: "\f0e2"
}

.fa-arrow-rotate-back:before {
    content: "\f0e2"
}

.fa-arrow-rotate-backward:before {
    content: "\f0e2"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-hard-drive:before {
    content: "\f0a0"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-rectangle-list:before {
    content: "\f022"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-person-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-train-subway:before {
    content: "\f239"
}

.fa-subway:before {
    content: "\f239"
}

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-indian-rupee-sign:before {
    content: "\e1bc"
}

.fa-indian-rupee:before {
    content: "\e1bc"
}

.fa-inr:before {
    content: "\e1bc"
}

.fa-crop-simple:before {
    content: "\f565"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-money-bill-1:before {
    content: "\f3d1"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-left-long:before {
    content: "\f30a"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-dna:before {
    content: "\f471"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-minus:before {
    content: "\f068"
}

.fa-subtract:before {
    content: "\f068"
}

.fa-chess:before {
    content: "\f439"
}

.fa-arrow-left-long:before {
    content: "\f177"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-plug-circle-check:before {
    content: "\e55c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-franc-sign:before {
    content: "\e18f"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-hands-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-gear:before {
    content: "\f013"
}

.fa-cog:before {
    content: "\f013"
}

.fa-droplet-slash:before {
    content: "\f5c7"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

.fa-cart-shopping:before {
    content: "\f07a"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-vials:before {
    content: "\f493"
}

.fa-plug-circle-plus:before {
    content: "\e55f"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-arrow-turn-up:before {
    content: "\f148"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-u:before {
    content: "\55"
}

.fa-square-root-variable:before {
    content: "\f698"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clock-four:before {
    content: "\f017"
}

.fa-backward-step:before {
    content: "\f048"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-s:before {
    content: "\53"
}

.fa-timeline:before {
    content: "\e29c"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-temperature-three-quarters:before {
    content: "\f2c8"
}

.fa-temperature-3:before {
    content: "\f2c8"
}

.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-3:before {
    content: "\f242"
}

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

.fa-ellipsis-vertical:before {
    content: "\f142"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-right-long:before {
    content: "\f30b"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-laptop-file:before {
    content: "\e51d"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-teletype:before {
    content: "\f1e4"
}

.fa-diagram-next:before {
    content: "\e476"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-person-hiking:before {
    content: "\f6ec"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-images:before {
    content: "\f302"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-people-pulling:before {
    content: "\e535"
}

.fa-n:before {
    content: "\4e"
}

.fa-cable-car:before {
    content: "\f7da"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

.fa-download:before {
    content: "\f019"
}

.fa-face-grin:before {
    content: "\f580"
}

.fa-grin:before {
    content: "\f580"
}

.fa-delete-left:before {
    content: "\f55a"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-dropper-empty:before {
    content: "\f1fb"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-file-circle-check:before {
    content: "\e5a0"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-mobile:before {
    content: "\f3ce"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-phone:before {
    content: "\f3ce"
}

.fa-face-meh:before {
    content: "\f11a"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-book-skull:before {
    content: "\f6b7"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license:before {
    content: "\f2c2"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-dedent:before {
    content: "\f03b"
}

.fa-heart-circle-exclamation:before {
    content: "\e4fe"
}

.fa-house:before {
    content: "\f015"
}

.fa-home:before {
    content: "\f015"
}

.fa-home-alt:before {
    content: "\f015"
}

.fa-home-lg-alt:before {
    content: "\f015"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-b:before {
    content: "\42"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-arrow-right-arrow-left:before {
    content: "\f0ec"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-rotate-right:before {
    content: "\f2f9"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-rotate-forward:before {
    content: "\f2f9"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-cutlery:before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short:before {
    content: "\f161"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-tower-broadcast:before {
    content: "\f519"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-up-long:before {
    content: "\f30c"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-upload:before {
    content: "\f093"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-file-arrow-down:before {
    content: "\f56d"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-shield-cat:before {
    content: "\e572"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-zap:before {
    content: "\f0e7"
}

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-vault:before {
    content: "\e2c5"
}

.fa-mars:before {
    content: "\f222"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-cny:before {
    content: "\f157"
}

.fa-jpy:before {
    content: "\f157"
}

.fa-rmb:before {
    content: "\f157"
}

.fa-yen:before {
    content: "\f157"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rouble:before {
    content: "\f158"
}

.fa-rub:before {
    content: "\f158"
}

.fa-ruble:before {
    content: "\f158"
}

.fa-sun:before {
    content: "\f185"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-face-laugh-wink:before {
    content: "\f59c"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-industry:before {
    content: "\f275"
}

.fa-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-arrow-down-short-wide:before {
    content: "\f884"
}

.fa-sort-amount-desc:before {
    content: "\f884"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-less-than:before {
    content: "\3c"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-arrow-right-long:before {
    content: "\f178"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

.fa-ellipsis:before {
    content: "\f141"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-kit-medical:before {
    content: "\f479"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-person-through-window:before {
    content: "\e5a9"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

.fa-bug:before {
    content: "\f188"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-automobile:before {
    content: "\f1b9"
}

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-book-open-reader:before {
    content: "\f5da"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-file-circle-xmark:before {
    content: "\e5a1"
}

.fa-temperature-arrow-up:before {
    content: "\e040"
}

.fa-temperature-up:before {
    content: "\e040"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-bed:before {
    content: "\f236"
}

.fa-square-h:before {
    content: "\f0fd"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-temperature-full:before {
    content: "\f2c7"
}

.fa-temperature-4:before {
    content: "\f2c7"
}

.fa-thermometer-4:before {
    content: "\f2c7"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-location-dot:before {
    content: "\f3c5"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-file:before {
    content: "\f15b"
}

.fa-greater-than:before {
    content: "\3e"
}

.fa-person-swimming:before {
    content: "\f5c4"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-droplet:before {
    content: "\f043"
}

.fa-tint:before {
    content: "\f043"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-earth-americas:before {
    content: "\f57d"
}

.fa-earth:before {
    content: "\f57d"
}

.fa-earth-america:before {
    content: "\f57d"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-0:before {
    content: "\f244"
}

.fa-socks:before {
    content: "\f696"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-section:before {
    content: "\e447"
}

.fa-gauge-high:before {
    content: "\f625"
}

.fa-tachometer-alt:before {
    content: "\f625"
}

.fa-tachometer-alt-fast:before {
    content: "\f625"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f0f8"
}

.fa-hospital-wide:before {
    content: "\f0f8"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-bars-staggered:before {
    content: "\f550"
}

.fa-reorder:before {
    content: "\f550"
}

.fa-stream:before {
    content: "\f550"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-drum:before {
    content: "\f569"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-check-to-slot:before {
    content: "\f772"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-boxes-stacked:before {
    content: "\f468"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-boxes-alt:before {
    content: "\f468"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-chain:before {
    content: "\f0c1"
}

.fa-ear-listen:before {
    content: "\f2a2"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-tree-city:before {
    content: "\e587"
}

.fa-play:before {
    content: "\f04b"
}

.fa-font:before {
    content: "\f031"
}

.fa-table-cells-row-lock:before {
    content: "\e67a"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

.fa-magnifying-glass:before {
    content: "\f002"
}

.fa-search:before {
    content: "\f002"
}

.fa-table-tennis-paddle-ball:before {
    content: "\f45d"
}

.fa-ping-pong-paddle-ball:before {
    content: "\f45d"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-trash-can-arrow-up:before {
    content: "\f82a"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-file-pen:before {
    content: "\f31c"
}

.fa-file-edit:before {
    content: "\f31c"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-square-pen:before {
    content: "\f14b"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-person-circle-exclamation:before {
    content: "\e53f"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery:before {
    content: "\f240"
}

.fa-battery-5:before {
    content: "\f240"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-code-compare:before {
    content: "\e13a"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-dots:before {
    content: "\f0ca"
}

.fa-school-lock:before {
    content: "\e56f"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-down-long:before {
    content: "\f309"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-landmark-dome:before {
    content: "\f752"
}

.fa-landmark-alt:before {
    content: "\f752"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-television:before {
    content: "\f26c"
}

.fa-tv-alt:before {
    content: "\f26c"
}

.fa-shrimp:before {
    content: "\e448"
}

.fa-list-check:before {
    content: "\f0ae"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-circle-user:before {
    content: "\f2bd"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-car-burst:before {
    content: "\f5e1"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-y:before {
    content: "\59"
}

.fa-person-snowboarding:before {
    content: "\f7ce"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-truck-fast:before {
    content: "\f48b"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-fish:before {
    content: "\f578"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-circle-radiation:before {
    content: "\f7ba"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-baseball:before {
    content: "\f433"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-jet-fighter-up:before {
    content: "\e518"
}

.fa-diagram-project:before {
    content: "\f542"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-times:before {
    content: "\f6a9"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-grip:before {
    content: "\f58d"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-share-from-square:before {
    content: "\f14d"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-child-combatant:before {
    content: "\e4e0"
}

.fa-child-rifle:before {
    content: "\e4e0"
}

.fa-gun:before {
    content: "\e19b"
}

.fa-square-phone:before {
    content: "\f098"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-plus:before {
    content: "\2b"
}

.fa-add:before {
    content: "\2b"
}

.fa-expand:before {
    content: "\f065"
}

.fa-computer:before {
    content: "\e4e5"
}

.fa-xmark:before {
    content: "\f00d"
}

.fa-close:before {
    content: "\f00d"
}

.fa-multiply:before {
    content: "\f00d"
}

.fa-remove:before {
    content: "\f00d"
}

.fa-times:before {
    content: "\f00d"
}

.fa-arrows-up-down-left-right:before {
    content: "\f047"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-users-line:before {
    content: "\e592"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-left-alt:before {
    content: "\f10d"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trash-arrow-up:before {
    content: "\f829"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-equals:before {
    content: "\3d"
}

.fa-blender:before {
    content: "\f517"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-ils:before {
    content: "\f20b"
}

.fa-shekel:before {
    content: "\f20b"
}

.fa-sheqel:before {
    content: "\f20b"
}

.fa-sheqel-sign:before {
    content: "\f20b"
}

.fa-map:before {
    content: "\f279"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-photo-film:before {
    content: "\f87c"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-store:before {
    content: "\f54e"
}

.fa-arrow-trend-up:before {
    content: "\e098"
}

.fa-plug-circle-minus:before {
    content: "\e55e"
}

.fa-sign-hanging:before {
    content: "\f4d9"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-tablet:before {
    content: "\f3fb"
}

.fa-tablet-android:before {
    content: "\f3fb"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-fill:before {
    content: "\f575"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-notdef:before {
    content: "\e1fe"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-car-rear:before {
    content: "\f5de"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-2:before {
    content: "\f243"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-carriage-baby:before {
    content: "\f77d"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-percent:before {
    content: "\25"
}

.fa-percentage:before {
    content: "\25"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-display:before {
    content: "\e163"
}

.fa-face-smile:before {
    content: "\f118"
}

.fa-smile:before {
    content: "\f118"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-person-praying:before {
    content: "\f683"
}

.fa-pray:before {
    content: "\f683"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-rotate:before {
    content: "\f2f1"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-robot:before {
    content: "\f544"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-gears:before {
    content: "\f085"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-face-grin-hearts:before {
    content: "\f584"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-transgender:before {
    content: "\f225"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-arrow-turn-down:before {
    content: "\f149"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-award:before {
    content: "\f559"
}

.fa-ticket-simple:before {
    content: "\f3ff"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-angles-left:before {
    content: "\f100"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-clock-rotate-left:before {
    content: "\f1da"
}

.fa-history:before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-arrow-right-from-file:before {
    content: "\f56e"
}

.fa-shield:before {
    content: "\f132"
}

.fa-shield-blank:before {
    content: "\f132"
}

.fa-arrow-up-short-wide:before {
    content: "\f885"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-golf-ball-tee:before {
    content: "\f450"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-circle-chevron-left:before {
    content: "\f137"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tents:before {
    content: "\e582"
}

.fa-wand-magic:before {
    content: "\f0d0"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-moon:before {
    content: "\f186"
}

.fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-music:before {
    content: "\f001"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-person-biking:before {
    content: "\f84a"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-earth-oceania:before {
    content: "\e47b"
}

.fa-globe-oceania:before {
    content: "\e47b"
}

.fa-square-xmark:before {
    content: "\f2d3"
}

.fa-times-square:before {
    content: "\f2d3"
}

.fa-xmark-square:before {
    content: "\f2d3"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-t:before {
    content: "\54"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-vial-circle-check:before {
    content: "\e596"
}

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-fan:before {
    content: "\f863"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-up-down:before {
    content: "\f338"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-circle-plus:before {
    content: "\f055"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-face-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
    content: "\e55d"
}

.fa-link-slash:before {
    content: "\f127"
}

.fa-chain-broken:before {
    content: "\f127"
}

.fa-chain-slash:before {
    content: "\f127"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-arrow-up-z-a:before {
    content: "\f882"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-file-circle-plus:before {
    content: "\e494"
}

.fa-book-quran:before {
    content: "\f687"
}

.fa-quran:before {
    content: "\f687"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-face-angry:before {
    content: "\f556"
}

.fa-angry:before {
    content: "\f556"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-arrow-trend-down:before {
    content: "\e097"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-feed:before {
    content: "\f09e"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-scale-balanced:before {
    content: "\f24e"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-gauge-simple-high:before {
    content: "\f62a"
}

.fa-tachometer:before {
    content: "\f62a"
}

.fa-tachometer-fast:before {
    content: "\f62a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-desktop:before {
    content: "\f390"
}

.fa-desktop-alt:before {
    content: "\f390"
}

.fa-m:before {
    content: "\4d"
}

.fa-table-list:before {
    content: "\f00b"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-comment-sms:before {
    content: "\f7cd"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-book:before {
    content: "\f02d"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-check:before {
    content: "\f00c"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-4:before {
    content: "\f241"
}

.fa-house-circle-check:before {
    content: "\e509"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-diagram-successor:before {
    content: "\e47a"
}

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-hand-fist:before {
    content: "\f6de"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-person-falling:before {
    content: "\e546"
}

.fa-image-portrait:before {
    content: "\f3e0"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-rug:before {
    content: "\e569"
}

.fa-earth-europe:before {
    content: "\f7a2"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before {
    content: "\f59d"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-rectangle-xmark:before {
    content: "\f410"
}

.fa-rectangle-times:before {
    content: "\f410"
}

.fa-times-rectangle:before {
    content: "\f410"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-journal-whills:before {
    content: "\f66a"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

.fa-triangle-exclamation:before {
    content: "\f071"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-warning:before {
    content: "\f071"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-share:before {
    content: "\f064"
}

.fa-mail-forward:before {
    content: "\f064"
}

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-right-left:before {
    content: "\f362"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-road-circle-exclamation:before {
    content: "\e565"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-money-bill-1-wave:before {
    content: "\f53b"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-hands:before {
    content: "\f2a7"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-signing:before {
    content: "\f2a7"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-water-ladder:before {
    content: "\f5c5"
}

.fa-ladder-water:before {
    content: "\f5c5"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-arrows-up-down:before {
    content: "\f07d"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-face-grimace:before {
    content: "\f57f"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-wheelchair-alt:before {
    content: "\e2ce"
}

.fa-turn-down:before {
    content: "\f3be"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

.fa-square-envelope:before {
    content: "\f199"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-dice:before {
    content: "\f522"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bandage:before {
    content: "\f462"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-circle-xmark:before {
    content: "\f057"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-xmark-circle:before {
    content: "\f057"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-earth-asia:before {
    content: "\f57e"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-id-card-clip:before {
    content: "\f47f"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-magnifying-glass-plus:before {
    content: "\f00e"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-hand-dots:before {
    content: "\f461"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-mug-saucer:before {
    content: "\f0f4"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-magnifying-glass-minus:before {
    content: "\f010"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-user-large:before {
    content: "\f406"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-train-tram:before {
    content: "\e5b4"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-jar:before {
    content: "\e516"
}

.fa-note-sticky:before {
    content: "\f249"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-table-cells-row-unlock:before {
    content: "\e691"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-face-sad-tear:before {
    content: "\f5b4"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-plane:before {
    content: "\f072"
}

.fa-tent-arrows-down:before {
    content: "\e581"
}

.fa-exclamation:before {
    content: "\21"
}

.fa-arrows-spin:before {
    content: "\e4bb"
}

.fa-print:before {
    content: "\f02f"
}

.fa-turkish-lira-sign:before {
    content: "\e2bb"
}

.fa-try:before {
    content: "\e2bb"
}

.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa-dollar-sign:before {
    content: "\24"
}

.fa-dollar:before {
    content: "\24"
}

.fa-usd:before {
    content: "\24"
}

.fa-x:before {
    content: "\58"
}

.fa-magnifying-glass-dollar:before {
    content: "\f688"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-users-gear:before {
    content: "\f509"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-person-military-pointing:before {
    content: "\e54a"
}

.fa-building-columns:before {
    content: "\f19c"
}

.fa-bank:before {
    content: "\f19c"
}

.fa-institution:before {
    content: "\f19c"
}

.fa-museum:before {
    content: "\f19c"
}

.fa-university:before {
    content: "\f19c"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-trowel:before {
    content: "\e589"
}

.fa-d:before {
    content: "\44"
}

.fa-stapler:before {
    content: "\e5af"
}

.fa-masks-theater:before {
    content: "\f630"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-handshake-simple:before {
    content: "\f4c6"
}

.fa-handshake-alt:before {
    content: "\f4c6"
}

.fa-jet-fighter:before {
    content: "\f0fb"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-square-share-nodes:before {
    content: "\f1e1"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-plus-minus:before {
    content: "\e43c"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-mortar-board:before {
    content: "\f19d"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-person-circle-check:before {
    content: "\e53e"
}

.fa-turn-up:before {
    content: "\f3bf"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.sr-only,
.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.sr-only-focusable:not(:focus),
.fa-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
}

:root,
:host {
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'
}

@font-face {
    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")
}

.fab,
.fa-brands {
    font-weight: 400
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-pixiv:before {
    content: "\e640"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-square-js:before {
    content: "\f3b9"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-jxl:before {
    content: "\e67b"
}

.fa-dart-lang:before {
    content: "\e693"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-brave:before {
    content: "\e63c"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-square-instagram:before {
    content: "\e055"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-threads:before {
    content: "\e618"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before {
    content: "\f2aa"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-opensuse:before {
    content: "\e62b"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-square-dribbble:before {
    content: "\f397"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-debian:before {
    content: "\e60b"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before {
    content: "\f081"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-square-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before {
    content: "\f431"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-square-letterboxd:before {
    content: "\e62e"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-shoelace:before {
    content: "\e60c"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before {
    content: "\f1b7"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before {
    content: "\f194"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-flag:before {
    content: "\f2b4"
}

.fa-font-awesome-logo-full:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-square-github:before {
    content: "\f092"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-square-threads:before {
    content: "\e619"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-google-scholar:before {
    content: "\e63b"
}

.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-gitlab-square:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-signal-messenger:before {
    content: "\e663"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-mintbit:before {
    content: "\e62f"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-brave-reverse:before {
    content: "\e63d"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-web-awesome:before {
    content: "\e682"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before {
    content: "\f169"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-letterboxd:before {
    content: "\e62d"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before {
    content: "\e080"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-square-web-awesome-stroke:before {
    content: "\e684"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-square-facebook:before {
    content: "\f082"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-flutter:before {
    content: "\e694"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-square-lastfm:before {
    content: "\f203"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-upwork:before {
    content: "\e641"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-square-upwork:before {
    content: "\e67c"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-square-web-awesome:before {
    content: "\e683"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before {
    content: "\e2d0"
}

.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-bluesky:before {
    content: "\e671"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-square-behance:before {
    content: "\f1b5"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-webflow:before {
    content: "\e65c"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-square-git:before {
    content: "\f1d2"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-square-tumblr:before {
    content: "\f174"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before {
    content: "\f40c"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-square-x-twitter:before {
    content: "\e61a"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

:root,
:host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

.far,
.fa-regular {
    font-weight: 400
}

:root,
:host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.fas,
.fa-solid {
    font-weight: 900
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-display: block;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: block;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: block;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
    unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC
}

@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url(../fonts/fa-v4compatibility.woff2) format("woff2"), url(../fonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A
}

@font-face {
    font-family: 'ecosoap';
    src: url(../fonts/ecosoap.eot?jlovyf);
    src: url(../fonts/ecosoap.eot?jlovyf#iefix) format('embedded-opentype'), url(../fonts/ecosoap.ttf?jlovyf) format('truetype'), url(../fonts/ecosoap.woff?jlovyf) format('woff'), url(../fonts/ecosoap.svg?jlovyf#ecosoap) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=icon-],
[class*=" icon-"] {
    font-family: 'ecosoap' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-Non-GMO:before {
    content: "\e91a"
}

.icon-animal-cruelty:before {
    content: "\e900"
}

.icon-arrow-left:before {
    content: "\e901"
}

.icon-arrow-left-2:before {
    content: "\e902"
}

.icon-arrow-right:before {
    content: "\e903"
}

.icon-arrow-right-2:before {
    content: "\e904"
}

.icon-arrow-right-3:before {
    content: "\e905"
}

.icon-essential-oils:before {
    content: "\e906"
}

.icon-free-shipping:before {
    content: "\e907"
}

.icon-harvest:before {
    content: "\e908"
}

.icon-heart:before {
    content: "\e909"
}

.icon-leaf:before {
    content: "\e90a"
}

.icon-message:before {
    content: "\e90b"
}

.icon-natural-ingredients:before {
    content: "\e90c"
}

.icon-phone:before {
    content: "\e90d"
}

.icon-play:before {
    content: "\e90e"
}

.icon-quote:before {
    content: "\e90f"
}

.icon-return:before {
    content: "\e910"
}

.icon-search:before {
    content: "\e911"
}

.icon-shopping-bag:before {
    content: "\e912"
}

.icon-shopping-cart:before {
    content: "\e913"
}

.icon-star:before {
    content: "\e914"
}

.icon-support:before {
    content: "\e915"
}

.icon-twitter:before {
    content: "\e916"
}

.icon-twitter-2:before {
    content: "\e917"
}

.icon-user:before {
    content: "\e918"
}

.icon-warranty:before {
    content: "\e919"
}

@font-face {
    font-family: 'themify';
    src: url(../fonts/themify.eot);
    src: url(../fonts/themify.eot) format('embedded-opentype'), url(../fonts/themify.woff) format('woff'), url(../fonts/themify.ttf) format('truetype'), url(../fonts/themify.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=ti-],
[class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

@font-face {
    font-family: 'ElegantIcons';
    src: url(../fonts/ElegantIcons.eot);
    src: url(../fonts/ElegantIcons.eot) format('embedded-opentype'), url(../fonts/ElegantIcons.woff) format('woff'), url(../fonts/ElegantIcons.ttf) format('truetype'), url(../fonts/ElegantIcons.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-display: swap;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.arrow_up,
.arrow_down,
.arrow_left,
.arrow_right,
.arrow_left-up,
.arrow_right-up,
.arrow_right-down,
.arrow_left-down,
.arrow-up-down,
.arrow_up-down_alt,
.arrow_left-right_alt,
.arrow_left-right,
.arrow_expand_alt2,
.arrow_expand_alt,
.arrow_condense,
.arrow_expand,
.arrow_move,
.arrow_carrot-up,
.arrow_carrot-down,
.arrow_carrot-left,
.arrow_carrot-right,
.arrow_carrot-2up,
.arrow_carrot-2down,
.arrow_carrot-2left,
.arrow_carrot-2right,
.arrow_carrot-up_alt2,
.arrow_carrot-down_alt2,
.arrow_carrot-left_alt2,
.arrow_carrot-right_alt2,
.arrow_carrot-2up_alt2,
.arrow_carrot-2down_alt2,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right_alt2,
.arrow_triangle-up,
.arrow_triangle-down,
.arrow_triangle-left,
.arrow_triangle-right,
.arrow_triangle-up_alt2,
.arrow_triangle-down_alt2,
.arrow_triangle-left_alt2,
.arrow_triangle-right_alt2,
.arrow_back,
.icon_minus-06,
.icon_plus,
.icon_close,
.icon_check,
.icon_minus_alt2,
.icon_plus_alt2,
.icon_close_alt2,
.icon_check_alt2,
.icon_zoom-out_alt,
.icon_zoom-in_alt,
.icon_search,
.icon_box-empty,
.icon_box-selected,
.icon_minus-box,
.icon_plus-box,
.icon_box-checked,
.icon_circle-empty,
.icon_circle-slelected,
.icon_stop_alt2,
.icon_stop,
.icon_pause_alt2,
.icon_pause,
.icon_menu,
.icon_menu-square_alt2,
.icon_menu-circle_alt2,
.icon_ul,
.icon_ol,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_document_alt,
.icon_documents_alt,
.icon_pencil,
.icon_pencil-edit_alt,
.icon_pencil-edit,
.icon_folder-alt,
.icon_folder-open_alt,
.icon_folder-add_alt,
.icon_info_alt,
.icon_error-oct_alt,
.icon_error-circle_alt,
.icon_error-triangle_alt,
.icon_question_alt2,
.icon_question,
.icon_comment_alt,
.icon_chat_alt,
.icon_vol-mute_alt,
.icon_volume-low_alt,
.icon_volume-high_alt,
.icon_quotations,
.icon_quotations_alt2,
.icon_clock_alt,
.icon_lock_alt,
.icon_lock-open_alt,
.icon_key_alt,
.icon_cloud_alt,
.icon_cloud-upload_alt,
.icon_cloud-download_alt,
.icon_image,
.icon_images,
.icon_lightbulb_alt,
.icon_gift_alt,
.icon_house_alt,
.icon_genius,
.icon_mobile,
.icon_tablet,
.icon_laptop,
.icon_desktop,
.icon_camera_alt,
.icon_mail_alt,
.icon_cone_alt,
.icon_ribbon_alt,
.icon_bag_alt,
.icon_creditcard,
.icon_cart_alt,
.icon_paperclip,
.icon_tag_alt,
.icon_tags_alt,
.icon_trash_alt,
.icon_cursor_alt,
.icon_mic_alt,
.icon_compass_alt,
.icon_pin_alt,
.icon_pushpin_alt,
.icon_map_alt,
.icon_drawer_alt,
.icon_toolbox_alt,
.icon_book_alt,
.icon_calendar,
.icon_film,
.icon_table,
.icon_contacts_alt,
.icon_headphones,
.icon_lifesaver,
.icon_piechart,
.icon_refresh,
.icon_link_alt,
.icon_link,
.icon_loading,
.icon_blocked,
.icon_archive_alt,
.icon_heart_alt,
.icon_star_alt,
.icon_star-half_alt,
.icon_star,
.icon_star-half,
.icon_tools,
.icon_tool,
.icon_cog,
.icon_cogs,
.arrow_up_alt,
.arrow_down_alt,
.arrow_left_alt,
.arrow_right_alt,
.arrow_left-up_alt,
.arrow_right-up_alt,
.arrow_right-down_alt,
.arrow_left-down_alt,
.arrow_condense_alt,
.arrow_expand_alt3,
.arrow_carrot_up_alt,
.arrow_carrot-down_alt,
.arrow_carrot-left_alt,
.arrow_carrot-right_alt,
.arrow_carrot-2up_alt,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left_alt,
.arrow_carrot-2right_alt,
.arrow_triangle-up_alt,
.arrow_triangle-down_alt,
.arrow_triangle-left_alt,
.arrow_triangle-right_alt,
.icon_minus_alt,
.icon_plus_alt,
.icon_close_alt,
.icon_check_alt,
.icon_zoom-out,
.icon_zoom-in,
.icon_stop_alt,
.icon_menu-square_alt,
.icon_menu-circle_alt,
.icon_document,
.icon_documents,
.icon_pencil_alt,
.icon_folder,
.icon_folder-open,
.icon_folder-add,
.icon_folder_upload,
.icon_folder_download,
.icon_info,
.icon_error-circle,
.icon_error-oct,
.icon_error-triangle,
.icon_question_alt,
.icon_comment,
.icon_chat,
.icon_vol-mute,
.icon_volume-low,
.icon_volume-high,
.icon_quotations_alt,
.icon_clock,
.icon_lock,
.icon_lock-open,
.icon_key,
.icon_cloud,
.icon_cloud-upload,
.icon_cloud-download,
.icon_lightbulb,
.icon_gift,
.icon_house,
.icon_camera,
.icon_mail,
.icon_cone,
.icon_ribbon,
.icon_bag,
.icon_cart,
.icon_tag,
.icon_tags,
.icon_trash,
.icon_cursor,
.icon_mic,
.icon_compass,
.icon_pin,
.icon_pushpin,
.icon_map,
.icon_drawer,
.icon_toolbox,
.icon_book,
.icon_contacts,
.icon_archive,
.icon_heart,
.icon_profile,
.icon_group,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_music,
.icon_pause_alt,
.icon_phone,
.icon_upload,
.icon_download,
.social_facebook,
.social_twitter,
.social_pinterest,
.social_googleplus,
.social_tumblr,
.social_tumbleupon,
.social_wordpress,
.social_instagram,
.social_dribbble,
.social_vimeo,
.social_linkedin,
.social_rss,
.social_deviantart,
.social_share,
.social_myspace,
.social_skype,
.social_youtube,
.social_picassa,
.social_googledrive,
.social_flickr,
.social_blogger,
.social_spotify,
.social_delicious,
.social_facebook_circle,
.social_twitter_circle,
.social_pinterest_circle,
.social_googleplus_circle,
.social_tumblr_circle,
.social_stumbleupon_circle,
.social_wordpress_circle,
.social_instagram_circle,
.social_dribbble_circle,
.social_vimeo_circle,
.social_linkedin_circle,
.social_rss_circle,
.social_deviantart_circle,
.social_share_circle,
.social_myspace_circle,
.social_skype_circle,
.social_youtube_circle,
.social_picassa_circle,
.social_googledrive_alt2,
.social_flickr_circle,
.social_blogger_circle,
.social_spotify_circle,
.social_delicious_circle,
.social_facebook_square,
.social_twitter_square,
.social_pinterest_square,
.social_googleplus_square,
.social_tumblr_square,
.social_stumbleupon_square,
.social_wordpress_square,
.social_instagram_square,
.social_dribbble_square,
.social_vimeo_square,
.social_linkedin_square,
.social_rss_square,
.social_deviantart_square,
.social_share_square,
.social_myspace_square,
.social_skype_square,
.social_youtube_square,
.social_picassa_square,
.social_googledrive_square,
.social_flickr_square,
.social_blogger_square,
.social_spotify_square,
.social_delicious_square,
.icon_printer,
.icon_calulator,
.icon_building,
.icon_floppy,
.icon_drive,
.icon_search-2,
.icon_id,
.icon_id-2,
.icon_puzzle,
.icon_like,
.icon_dislike,
.icon_mug,
.icon_currency,
.icon_wallet,
.icon_pens,
.icon_easel,
.icon_flowchart,
.icon_datareport,
.icon_briefcase,
.icon_shield,
.icon_percent,
.icon_globe,
.icon_globe-2,
.icon_target,
.icon_hourglass,
.icon_balance,
.icon_rook,
.icon_printer-alt,
.icon_calculator_alt,
.icon_building_alt,
.icon_floppy_alt,
.icon_drive_alt,
.icon_search_alt,
.icon_id_alt,
.icon_id-2_alt,
.icon_puzzle_alt,
.icon_like_alt,
.icon_dislike_alt,
.icon_mug_alt,
.icon_currency_alt,
.icon_wallet_alt,
.icon_pens_alt,
.icon_easel_alt,
.icon_flowchart_alt,
.icon_datareport_alt,
.icon_briefcase_alt,
.icon_shield_alt,
.icon_percent_alt,
.icon_globe_alt,
.icon_clipboard {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.arrow_up:before {
    content: "\21"
}

.arrow_down:before {
    content: "\22"
}

.arrow_left:before {
    content: "\23"
}

.arrow_right:before {
    content: "\24"
}

.arrow_left-up:before {
    content: "\25"
}

.arrow_right-up:before {
    content: "\26"
}

.arrow_right-down:before {
    content: "\27"
}

.arrow_left-down:before {
    content: "\28"
}

.arrow-up-down:before {
    content: "\29"
}

.arrow_up-down_alt:before {
    content: "\2a"
}

.arrow_left-right_alt:before {
    content: "\2b"
}

.arrow_left-right:before {
    content: "\2c"
}

.arrow_expand_alt2:before {
    content: "\2d"
}

.arrow_expand_alt:before {
    content: "\2e"
}

.arrow_condense:before {
    content: "\2f"
}

.arrow_expand:before {
    content: "\30"
}

.arrow_move:before {
    content: "\31"
}

.arrow_carrot-up:before {
    content: "\32"
}

.arrow_carrot-down:before {
    content: "\33"
}

.arrow_carrot-left:before {
    content: "\34"
}

.arrow_carrot-right:before {
    content: "\35"
}

.arrow_carrot-2up:before {
    content: "\36"
}

.arrow_carrot-2down:before {
    content: "\37"
}

.arrow_carrot-2left:before {
    content: "\38"
}

.arrow_carrot-2right:before {
    content: "\39"
}

.arrow_carrot-up_alt2:before {
    content: "\3a"
}

.arrow_carrot-down_alt2:before {
    content: "\3b"
}

.arrow_carrot-left_alt2:before {
    content: "\3c"
}

.arrow_carrot-right_alt2:before {
    content: "\3d"
}

.arrow_carrot-2up_alt2:before {
    content: "\3e"
}

.arrow_carrot-2down_alt2:before {
    content: "\3f"
}

.arrow_carrot-2left_alt2:before {
    content: "\40"
}

.arrow_carrot-2right_alt2:before {
    content: "\41"
}

.arrow_triangle-up:before {
    content: "\42"
}

.arrow_triangle-down:before {
    content: "\43"
}

.arrow_triangle-left:before {
    content: "\44"
}

.arrow_triangle-right:before {
    content: "\45"
}

.arrow_triangle-up_alt2:before {
    content: "\46"
}

.arrow_triangle-down_alt2:before {
    content: "\47"
}

.arrow_triangle-left_alt2:before {
    content: "\48"
}

.arrow_triangle-right_alt2:before {
    content: "\49"
}

.arrow_back:before {
    content: "\4a"
}

.icon_minus-06:before {
    content: "\4b"
}

.icon_plus:before {
    content: "\4c"
}

.icon_close:before {
    content: "\4d"
}

.icon_check:before {
    content: "\4e"
}

.icon_minus_alt2:before {
    content: "\4f"
}

.icon_plus_alt2:before {
    content: "\50"
}

.icon_close_alt2:before {
    content: "\51"
}

.icon_check_alt2:before {
    content: "\52"
}

.icon_zoom-out_alt:before {
    content: "\53"
}

.icon_zoom-in_alt:before {
    content: "\54"
}

.icon_search:before {
    content: "\55"
}

.icon_box-empty:before {
    content: "\56"
}

.icon_box-selected:before {
    content: "\57"
}

.icon_minus-box:before {
    content: "\58"
}

.icon_plus-box:before {
    content: "\59"
}

.icon_box-checked:before {
    content: "\5a"
}

.icon_circle-empty:before {
    content: "\5b"
}

.icon_circle-slelected:before {
    content: "\5c"
}

.icon_stop_alt2:before {
    content: "\5d"
}

.icon_stop:before {
    content: "\5e"
}

.icon_pause_alt2:before {
    content: "\5f"
}

.icon_pause:before {
    content: "\60"
}

.icon_menu:before {
    content: "\61"
}

.icon_menu-square_alt2:before {
    content: "\62"
}

.icon_menu-circle_alt2:before {
    content: "\63"
}

.icon_ul:before {
    content: "\64"
}

.icon_ol:before {
    content: "\65"
}

.icon_adjust-horiz:before {
    content: "\66"
}

.icon_adjust-vert:before {
    content: "\67"
}

.icon_document_alt:before {
    content: "\68"
}

.icon_documents_alt:before {
    content: "\69"
}

.icon_pencil:before {
    content: "\6a"
}

.icon_pencil-edit_alt:before {
    content: "\6b"
}

.icon_pencil-edit:before {
    content: "\6c"
}

.icon_folder-alt:before {
    content: "\6d"
}

.icon_folder-open_alt:before {
    content: "\6e"
}

.icon_folder-add_alt:before {
    content: "\6f"
}

.icon_info_alt:before {
    content: "\70"
}

.icon_error-oct_alt:before {
    content: "\71"
}

.icon_error-circle_alt:before {
    content: "\72"
}

.icon_error-triangle_alt:before {
    content: "\73"
}

.icon_question_alt2:before {
    content: "\74"
}

.icon_question:before {
    content: "\75"
}

.icon_comment_alt:before {
    content: "\76"
}

.icon_chat_alt:before {
    content: "\77"
}

.icon_vol-mute_alt:before {
    content: "\78"
}

.icon_volume-low_alt:before {
    content: "\79"
}

.icon_volume-high_alt:before {
    content: "\7a"
}

.icon_quotations:before {
    content: "\7b"
}

.icon_quotations_alt2:before {
    content: "\7c"
}

.icon_clock_alt:before {
    content: "\7d"
}

.icon_lock_alt:before {
    content: "\7e"
}

.icon_lock-open_alt:before {
    content: "\e000"
}

.icon_key_alt:before {
    content: "\e001"
}

.icon_cloud_alt:before {
    content: "\e002"
}

.icon_cloud-upload_alt:before {
    content: "\e003"
}

.icon_cloud-download_alt:before {
    content: "\e004"
}

.icon_image:before {
    content: "\e005"
}

.icon_images:before {
    content: "\e006"
}

.icon_lightbulb_alt:before {
    content: "\e007"
}

.icon_gift_alt:before {
    content: "\e008"
}

.icon_house_alt:before {
    content: "\e009"
}

.icon_genius:before {
    content: "\e00a"
}

.icon_mobile:before {
    content: "\e00b"
}

.icon_tablet:before {
    content: "\e00c"
}

.icon_laptop:before {
    content: "\e00d"
}

.icon_desktop:before {
    content: "\e00e"
}

.icon_camera_alt:before {
    content: "\e00f"
}

.icon_mail_alt:before {
    content: "\e010"
}

.icon_cone_alt:before {
    content: "\e011"
}

.icon_ribbon_alt:before {
    content: "\e012"
}

.icon_bag_alt:before {
    content: "\e013"
}

.icon_creditcard:before {
    content: "\e014"
}

.icon_cart_alt:before {
    content: "\e015"
}

.icon_paperclip:before {
    content: "\e016"
}

.icon_tag_alt:before {
    content: "\e017"
}

.icon_tags_alt:before {
    content: "\e018"
}

.icon_trash_alt:before {
    content: "\e019"
}

.icon_cursor_alt:before {
    content: "\e01a"
}

.icon_mic_alt:before {
    content: "\e01b"
}

.icon_compass_alt:before {
    content: "\e01c"
}

.icon_pin_alt:before {
    content: "\e01d"
}

.icon_pushpin_alt:before {
    content: "\e01e"
}

.icon_map_alt:before {
    content: "\e01f"
}

.icon_drawer_alt:before {
    content: "\e020"
}

.icon_toolbox_alt:before {
    content: "\e021"
}

.icon_book_alt:before {
    content: "\e022"
}

.icon_calendar:before {
    content: "\e023"
}

.icon_film:before {
    content: "\e024"
}

.icon_table:before {
    content: "\e025"
}

.icon_contacts_alt:before {
    content: "\e026"
}

.icon_headphones:before {
    content: "\e027"
}

.icon_lifesaver:before {
    content: "\e028"
}

.icon_piechart:before {
    content: "\e029"
}

.icon_refresh:before {
    content: "\e02a"
}

.icon_link_alt:before {
    content: "\e02b"
}

.icon_link:before {
    content: "\e02c"
}

.icon_loading:before {
    content: "\e02d"
}

.icon_blocked:before {
    content: "\e02e"
}

.icon_archive_alt:before {
    content: "\e02f"
}

.icon_heart_alt:before {
    content: "\e030"
}

.icon_star_alt:before {
    content: "\e031"
}

.icon_star-half_alt:before {
    content: "\e032"
}

.icon_star:before {
    content: "\e033"
}

.icon_star-half:before {
    content: "\e034"
}

.icon_tools:before {
    content: "\e035"
}

.icon_tool:before {
    content: "\e036"
}

.icon_cog:before {
    content: "\e037"
}

.icon_cogs:before {
    content: "\e038"
}

.arrow_up_alt:before {
    content: "\e039"
}

.arrow_down_alt:before {
    content: "\e03a"
}

.arrow_left_alt:before {
    content: "\e03b"
}

.arrow_right_alt:before {
    content: "\e03c"
}

.arrow_left-up_alt:before {
    content: "\e03d"
}

.arrow_right-up_alt:before {
    content: "\e03e"
}

.arrow_right-down_alt:before {
    content: "\e03f"
}

.arrow_left-down_alt:before {
    content: "\e040"
}

.arrow_condense_alt:before {
    content: "\e041"
}

.arrow_expand_alt3:before {
    content: "\e042"
}

.arrow_carrot_up_alt:before {
    content: "\e043"
}

.arrow_carrot-down_alt:before {
    content: "\e044"
}

.arrow_carrot-left_alt:before {
    content: "\e045"
}

.arrow_carrot-right_alt:before {
    content: "\e046"
}

.arrow_carrot-2up_alt:before {
    content: "\e047"
}

.arrow_carrot-2dwnn_alt:before {
    content: "\e048"
}

.arrow_carrot-2left_alt:before {
    content: "\e049"
}

.arrow_carrot-2right_alt:before {
    content: "\e04a"
}

.arrow_triangle-up_alt:before {
    content: "\e04b"
}

.arrow_triangle-down_alt:before {
    content: "\e04c"
}

.arrow_triangle-left_alt:before {
    content: "\e04d"
}

.arrow_triangle-right_alt:before {
    content: "\e04e"
}

.icon_minus_alt:before {
    content: "\e04f"
}

.icon_plus_alt:before {
    content: "\e050"
}

.icon_close_alt:before {
    content: "\e051"
}

.icon_check_alt:before {
    content: "\e052"
}

.icon_zoom-out:before {
    content: "\e053"
}

.icon_zoom-in:before {
    content: "\e054"
}

.icon_stop_alt:before {
    content: "\e055"
}

.icon_menu-square_alt:before {
    content: "\e056"
}

.icon_menu-circle_alt:before {
    content: "\e057"
}

.icon_document:before {
    content: "\e058"
}

.icon_documents:before {
    content: "\e059"
}

.icon_pencil_alt:before {
    content: "\e05a"
}

.icon_folder:before {
    content: "\e05b"
}

.icon_folder-open:before {
    content: "\e05c"
}

.icon_folder-add:before {
    content: "\e05d"
}

.icon_folder_upload:before {
    content: "\e05e"
}

.icon_folder_download:before {
    content: "\e05f"
}

.icon_info:before {
    content: "\e060"
}

.icon_error-circle:before {
    content: "\e061"
}

.icon_error-oct:before {
    content: "\e062"
}

.icon_error-triangle:before {
    content: "\e063"
}

.icon_question_alt:before {
    content: "\e064"
}

.icon_comment:before {
    content: "\e065"
}

.icon_chat:before {
    content: "\e066"
}

.icon_vol-mute:before {
    content: "\e067"
}

.icon_volume-low:before {
    content: "\e068"
}

.icon_volume-high:before {
    content: "\e069"
}

.icon_quotations_alt:before {
    content: "\e06a"
}

.icon_clock:before {
    content: "\e06b"
}

.icon_lock:before {
    content: "\e06c"
}

.icon_lock-open:before {
    content: "\e06d"
}

.icon_key:before {
    content: "\e06e"
}

.icon_cloud:before {
    content: "\e06f"
}

.icon_cloud-upload:before {
    content: "\e070"
}

.icon_cloud-download:before {
    content: "\e071"
}

.icon_lightbulb:before {
    content: "\e072"
}

.icon_gift:before {
    content: "\e073"
}

.icon_house:before {
    content: "\e074"
}

.icon_camera:before {
    content: "\e075"
}

.icon_mail:before {
    content: "\e076"
}

.icon_cone:before {
    content: "\e077"
}

.icon_ribbon:before {
    content: "\e078"
}

.icon_bag:before {
    content: "\e079"
}

.icon_cart:before {
    content: "\e07a"
}

.icon_tag:before {
    content: "\e07b"
}

.icon_tags:before {
    content: "\e07c"
}

.icon_trash:before {
    content: "\e07d"
}

.icon_cursor:before {
    content: "\e07e"
}

.icon_mic:before {
    content: "\e07f"
}

.icon_compass:before {
    content: "\e080"
}

.icon_pin:before {
    content: "\e081"
}

.icon_pushpin:before {
    content: "\e082"
}

.icon_map:before {
    content: "\e083"
}

.icon_drawer:before {
    content: "\e084"
}

.icon_toolbox:before {
    content: "\e085"
}

.icon_book:before {
    content: "\e086"
}

.icon_contacts:before {
    content: "\e087"
}

.icon_archive:before {
    content: "\e088"
}

.icon_heart:before {
    content: "\e089"
}

.icon_profile:before {
    content: "\e08a"
}

.icon_group:before {
    content: "\e08b"
}

.icon_grid-2x2:before {
    content: "\e08c"
}

.icon_grid-3x3:before {
    content: "\e08d"
}

.icon_music:before {
    content: "\e08e"
}

.icon_pause_alt:before {
    content: "\e08f"
}

.icon_phone:before {
    content: "\e090"
}

.icon_upload:before {
    content: "\e091"
}

.icon_download:before {
    content: "\e092"
}

.social_facebook:before {
    content: "\e093"
}

.social_twitter:before {
    content: "\e094"
}

.social_pinterest:before {
    content: "\e095"
}

.social_googleplus:before {
    content: "\e096"
}

.social_tumblr:before {
    content: "\e097"
}

.social_tumbleupon:before {
    content: "\e098"
}

.social_wordpress:before {
    content: "\e099"
}

.social_instagram:before {
    content: "\e09a"
}

.social_dribbble:before {
    content: "\e09b"
}

.social_vimeo:before {
    content: "\e09c"
}

.social_linkedin:before {
    content: "\e09d"
}

.social_rss:before {
    content: "\e09e"
}

.social_deviantart:before {
    content: "\e09f"
}

.social_share:before {
    content: "\e0a0"
}

.social_myspace:before {
    content: "\e0a1"
}

.social_skype:before {
    content: "\e0a2"
}

.social_youtube:before {
    content: "\e0a3"
}

.social_picassa:before {
    content: "\e0a4"
}

.social_googledrive:before {
    content: "\e0a5"
}

.social_flickr:before {
    content: "\e0a6"
}

.social_blogger:before {
    content: "\e0a7"
}

.social_spotify:before {
    content: "\e0a8"
}

.social_delicious:before {
    content: "\e0a9"
}

.social_facebook_circle:before {
    content: "\e0aa"
}

.social_twitter_circle:before {
    content: "\e0ab"
}

.social_pinterest_circle:before {
    content: "\e0ac"
}

.social_googleplus_circle:before {
    content: "\e0ad"
}

.social_tumblr_circle:before {
    content: "\e0ae"
}

.social_stumbleupon_circle:before {
    content: "\e0af"
}

.social_wordpress_circle:before {
    content: "\e0b0"
}

.social_instagram_circle:before {
    content: "\e0b1"
}

.social_dribbble_circle:before {
    content: "\e0b2"
}

.social_vimeo_circle:before {
    content: "\e0b3"
}

.social_linkedin_circle:before {
    content: "\e0b4"
}

.social_rss_circle:before {
    content: "\e0b5"
}

.social_deviantart_circle:before {
    content: "\e0b6"
}

.social_share_circle:before {
    content: "\e0b7"
}

.social_myspace_circle:before {
    content: "\e0b8"
}

.social_skype_circle:before {
    content: "\e0b9"
}

.social_youtube_circle:before {
    content: "\e0ba"
}

.social_picassa_circle:before {
    content: "\e0bb"
}

.social_googledrive_alt2:before {
    content: "\e0bc"
}

.social_flickr_circle:before {
    content: "\e0bd"
}

.social_blogger_circle:before {
    content: "\e0be"
}

.social_spotify_circle:before {
    content: "\e0bf"
}

.social_delicious_circle:before {
    content: "\e0c0"
}

.social_facebook_square:before {
    content: "\e0c1"
}

.social_twitter_square:before {
    content: "\e0c2"
}

.social_pinterest_square:before {
    content: "\e0c3"
}

.social_googleplus_square:before {
    content: "\e0c4"
}

.social_tumblr_square:before {
    content: "\e0c5"
}

.social_stumbleupon_square:before {
    content: "\e0c6"
}

.social_wordpress_square:before {
    content: "\e0c7"
}

.social_instagram_square:before {
    content: "\e0c8"
}

.social_dribbble_square:before {
    content: "\e0c9"
}

.social_vimeo_square:before {
    content: "\e0ca"
}

.social_linkedin_square:before {
    content: "\e0cb"
}

.social_rss_square:before {
    content: "\e0cc"
}

.social_deviantart_square:before {
    content: "\e0cd"
}

.social_share_square:before {
    content: "\e0ce"
}

.social_myspace_square:before {
    content: "\e0cf"
}

.social_skype_square:before {
    content: "\e0d0"
}

.social_youtube_square:before {
    content: "\e0d1"
}

.social_picassa_square:before {
    content: "\e0d2"
}

.social_googledrive_square:before {
    content: "\e0d3"
}

.social_flickr_square:before {
    content: "\e0d4"
}

.social_blogger_square:before {
    content: "\e0d5"
}

.social_spotify_square:before {
    content: "\e0d6"
}

.social_delicious_square:before {
    content: "\e0d7"
}

.icon_printer:before {
    content: "\e103"
}

.icon_calulator:before {
    content: "\e0ee"
}

.icon_building:before {
    content: "\e0ef"
}

.icon_floppy:before {
    content: "\e0e8"
}

.icon_drive:before {
    content: "\e0ea"
}

.icon_search-2:before {
    content: "\e101"
}

.icon_id:before {
    content: "\e107"
}

.icon_id-2:before {
    content: "\e108"
}

.icon_puzzle:before {
    content: "\e102"
}

.icon_like:before {
    content: "\e106"
}

.icon_dislike:before {
    content: "\e0eb"
}

.icon_mug:before {
    content: "\e105"
}

.icon_currency:before {
    content: "\e0ed"
}

.icon_wallet:before {
    content: "\e100"
}

.icon_pens:before {
    content: "\e104"
}

.icon_easel:before {
    content: "\e0e9"
}

.icon_flowchart:before {
    content: "\e109"
}

.icon_datareport:before {
    content: "\e0ec"
}

.icon_briefcase:before {
    content: "\e0fe"
}

.icon_shield:before {
    content: "\e0f6"
}

.icon_percent:before {
    content: "\e0fb"
}

.icon_globe:before {
    content: "\e0e2"
}

.icon_globe-2:before {
    content: "\e0e3"
}

.icon_target:before {
    content: "\e0f5"
}

.icon_hourglass:before {
    content: "\e0e1"
}

.icon_balance:before {
    content: "\e0ff"
}

.icon_rook:before {
    content: "\e0f8"
}

.icon_printer-alt:before {
    content: "\e0fa"
}

.icon_calculator_alt:before {
    content: "\e0e7"
}

.icon_building_alt:before {
    content: "\e0fd"
}

.icon_floppy_alt:before {
    content: "\e0e4"
}

.icon_drive_alt:before {
    content: "\e0e5"
}

.icon_search_alt:before {
    content: "\e0f7"
}

.icon_id_alt:before {
    content: "\e0e0"
}

.icon_id-2_alt:before {
    content: "\e0fc"
}

.icon_puzzle_alt:before {
    content: "\e0f9"
}

.icon_like_alt:before {
    content: "\e0dd"
}

.icon_dislike_alt:before {
    content: "\e0f1"
}

.icon_mug_alt:before {
    content: "\e0dc"
}

.icon_currency_alt:before {
    content: "\e0f3"
}

.icon_wallet_alt:before {
    content: "\e0d8"
}

.icon_pens_alt:before {
    content: "\e0db"
}

.icon_easel_alt:before {
    content: "\e0f0"
}

.icon_flowchart_alt:before {
    content: "\e0df"
}

.icon_datareport_alt:before {
    content: "\e0f2"
}

.icon_briefcase_alt:before {
    content: "\e0f4"
}

.icon_shield_alt:before {
    content: "\e0d9"
}

.icon_percent_alt:before {
    content: "\e0da"
}

.icon_globe_alt:before {
    content: "\e0de"
}

.icon_clipboard:before {
    content: "\e0e6"
}

.glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none
}

.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right: 20px
}

.glyph div {
    padding-bottom: 10px
}

.glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.centered {
    margin-left: auto;
    margin-right: auto
}

.glyph .fs1 {
    font-size: 2em
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@charset "UTF-8";

/*!
 * Bootstrap v3.2.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.margin-top-1 {
    margin-top: 1px !important
}

.margin-left-1 {
    margin-left: 1px !important
}

.margin-bottom-1 {
    margin-bottom: 1px !important
}

.margin-right-1 {
    margin-right: 1px !important
}

.margin-top-2 {
    margin-top: 2px !important
}

.margin-left-2 {
    margin-left: 2px !important
}

.margin-bottom-2 {
    margin-bottom: 2px !important
}

.margin-right-2 {
    margin-right: 2px !important
}

.margin-top-3 {
    margin-top: 3px !important
}

.margin-left-3 {
    margin-left: 3px !important
}

.margin-bottom-3 {
    margin-bottom: 3px !important
}

.margin-right-3 {
    margin-right: 3px !important
}

.margin-top-4 {
    margin-top: 4px !important
}

.margin-left-4 {
    margin-left: 4px !important
}

.margin-bottom-4 {
    margin-bottom: 4px !important
}

.margin-right-4 {
    margin-right: 4px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-top-6 {
    margin-top: 6px !important
}

.margin-left-6 {
    margin-left: 6px !important
}

.margin-bottom-6 {
    margin-bottom: 6px !important
}

.margin-right-6 {
    margin-right: 6px !important
}

.margin-top-7 {
    margin-top: 7px !important
}

.margin-left-7 {
    margin-left: 7px !important
}

.margin-bottom-7 {
    margin-bottom: 7px !important
}

.margin-right-7 {
    margin-right: 7px !important
}

.margin-top-8 {
    margin-top: 8px !important
}

.margin-left-8 {
    margin-left: 8px !important
}

.margin-bottom-8 {
    margin-bottom: 8px !important
}

.margin-right-8 {
    margin-right: 8px !important
}

.margin-top-9 {
    margin-top: 9px !important
}

.margin-left-9 {
    margin-left: 9px !important
}

.margin-bottom-9 {
    margin-bottom: 9px !important
}

.margin-right-9 {
    margin-right: 9px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-top-11 {
    margin-top: 11px !important
}

.margin-left-11 {
    margin-left: 11px !important
}

.margin-bottom-11 {
    margin-bottom: 11px !important
}

.margin-right-11 {
    margin-right: 11px !important
}

.margin-top-12 {
    margin-top: 12px !important
}

.margin-left-12 {
    margin-left: 12px !important
}

.margin-bottom-12 {
    margin-bottom: 12px !important
}

.margin-right-12 {
    margin-right: 12px !important
}

.margin-top-13 {
    margin-top: 13px !important
}

.margin-left-13 {
    margin-left: 13px !important
}

.margin-bottom-13 {
    margin-bottom: 13px !important
}

.margin-right-13 {
    margin-right: 13px !important
}

.margin-top-14 {
    margin-top: 14px !important
}

.margin-left-14 {
    margin-left: 14px !important
}

.margin-bottom-14 {
    margin-bottom: 14px !important
}

.margin-right-14 {
    margin-right: 14px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.margin-top-16 {
    margin-top: 16px !important
}

.margin-left-16 {
    margin-left: 16px !important
}

.margin-bottom-16 {
    margin-bottom: 16px !important
}

.margin-right-16 {
    margin-right: 16px !important
}

.margin-top-17 {
    margin-top: 17px !important
}

.margin-left-17 {
    margin-left: 17px !important
}

.margin-bottom-17 {
    margin-bottom: 17px !important
}

.margin-right-17 {
    margin-right: 17px !important
}

.margin-top-18 {
    margin-top: 18px !important
}

.margin-left-18 {
    margin-left: 18px !important
}

.margin-bottom-18 {
    margin-bottom: 18px !important
}

.margin-right-18 {
    margin-right: 18px !important
}

.margin-top-19 {
    margin-top: 19px !important
}

.margin-left-19 {
    margin-left: 19px !important
}

.margin-bottom-19 {
    margin-bottom: 19px !important
}

.margin-right-19 {
    margin-right: 19px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-top-21 {
    margin-top: 21px !important
}

.margin-left-21 {
    margin-left: 21px !important
}

.margin-bottom-21 {
    margin-bottom: 21px !important
}

.margin-right-21 {
    margin-right: 21px !important
}

.margin-top-22 {
    margin-top: 22px !important
}

.margin-left-22 {
    margin-left: 22px !important
}

.margin-bottom-22 {
    margin-bottom: 22px !important
}

.margin-right-22 {
    margin-right: 22px !important
}

.margin-top-23 {
    margin-top: 23px !important
}

.margin-left-23 {
    margin-left: 23px !important
}

.margin-bottom-23 {
    margin-bottom: 23px !important
}

.margin-right-23 {
    margin-right: 23px !important
}

.margin-top-24 {
    margin-top: 24px !important
}

.margin-left-24 {
    margin-left: 24px !important
}

.margin-bottom-24 {
    margin-bottom: 24px !important
}

.margin-right-24 {
    margin-right: 24px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.margin-top-26 {
    margin-top: 26px !important
}

.margin-left-26 {
    margin-left: 26px !important
}

.margin-bottom-26 {
    margin-bottom: 26px !important
}

.margin-right-26 {
    margin-right: 26px !important
}

.margin-top-27 {
    margin-top: 27px !important
}

.margin-left-27 {
    margin-left: 27px !important
}

.margin-bottom-27 {
    margin-bottom: 27px !important
}

.margin-right-27 {
    margin-right: 27px !important
}

.margin-top-28 {
    margin-top: 28px !important
}

.margin-left-28 {
    margin-left: 28px !important
}

.margin-bottom-28 {
    margin-bottom: 28px !important
}

.margin-right-28 {
    margin-right: 28px !important
}

.margin-top-29 {
    margin-top: 29px !important
}

.margin-left-29 {
    margin-left: 29px !important
}

.margin-bottom-29 {
    margin-bottom: 29px !important
}

.margin-right-29 {
    margin-right: 29px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.margin-top-31 {
    margin-top: 31px !important
}

.margin-left-31 {
    margin-left: 31px !important
}

.margin-bottom-31 {
    margin-bottom: 31px !important
}

.margin-right-31 {
    margin-right: 31px !important
}

.margin-top-32 {
    margin-top: 32px !important
}

.margin-left-32 {
    margin-left: 32px !important
}

.margin-bottom-32 {
    margin-bottom: 32px !important
}

.margin-right-32 {
    margin-right: 32px !important
}

.margin-top-33 {
    margin-top: 33px !important
}

.margin-left-33 {
    margin-left: 33px !important
}

.margin-bottom-33 {
    margin-bottom: 33px !important
}

.margin-right-33 {
    margin-right: 33px !important
}

.margin-top-34 {
    margin-top: 34px !important
}

.margin-left-34 {
    margin-left: 34px !important
}

.margin-bottom-34 {
    margin-bottom: 34px !important
}

.margin-right-34 {
    margin-right: 34px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.margin-top-36 {
    margin-top: 36px !important
}

.margin-left-36 {
    margin-left: 36px !important
}

.margin-bottom-36 {
    margin-bottom: 36px !important
}

.margin-right-36 {
    margin-right: 36px !important
}

.margin-top-37 {
    margin-top: 37px !important
}

.margin-left-37 {
    margin-left: 37px !important
}

.margin-bottom-37 {
    margin-bottom: 37px !important
}

.margin-right-37 {
    margin-right: 37px !important
}

.margin-top-38 {
    margin-top: 38px !important
}

.margin-left-38 {
    margin-left: 38px !important
}

.margin-bottom-38 {
    margin-bottom: 38px !important
}

.margin-right-38 {
    margin-right: 38px !important
}

.margin-top-39 {
    margin-top: 39px !important
}

.margin-left-39 {
    margin-left: 39px !important
}

.margin-bottom-39 {
    margin-bottom: 39px !important
}

.margin-right-39 {
    margin-right: 39px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.margin-top-41 {
    margin-top: 41px !important
}

.margin-left-41 {
    margin-left: 41px !important
}

.margin-bottom-41 {
    margin-bottom: 41px !important
}

.margin-right-41 {
    margin-right: 41px !important
}

.margin-top-42 {
    margin-top: 42px !important
}

.margin-left-42 {
    margin-left: 42px !important
}

.margin-bottom-42 {
    margin-bottom: 42px !important
}

.margin-right-42 {
    margin-right: 42px !important
}

.margin-top-43 {
    margin-top: 43px !important
}

.margin-left-43 {
    margin-left: 43px !important
}

.margin-bottom-43 {
    margin-bottom: 43px !important
}

.margin-right-43 {
    margin-right: 43px !important
}

.margin-top-44 {
    margin-top: 44px !important
}

.margin-left-44 {
    margin-left: 44px !important
}

.margin-bottom-44 {
    margin-bottom: 44px !important
}

.margin-right-44 {
    margin-right: 44px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.margin-top-46 {
    margin-top: 46px !important
}

.margin-left-46 {
    margin-left: 46px !important
}

.margin-bottom-46 {
    margin-bottom: 46px !important
}

.margin-right-46 {
    margin-right: 46px !important
}

.margin-top-47 {
    margin-top: 47px !important
}

.margin-left-47 {
    margin-left: 47px !important
}

.margin-bottom-47 {
    margin-bottom: 47px !important
}

.margin-right-47 {
    margin-right: 47px !important
}

.margin-top-48 {
    margin-top: 48px !important
}

.margin-left-48 {
    margin-left: 48px !important
}

.margin-bottom-48 {
    margin-bottom: 48px !important
}

.margin-right-48 {
    margin-right: 48px !important
}

.margin-top-49 {
    margin-top: 49px !important
}

.margin-left-49 {
    margin-left: 49px !important
}

.margin-bottom-49 {
    margin-bottom: 49px !important
}

.margin-right-49 {
    margin-right: 49px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.margin-top-51 {
    margin-top: 51px !important
}

.margin-left-51 {
    margin-left: 51px !important
}

.margin-bottom-51 {
    margin-bottom: 51px !important
}

.margin-right-51 {
    margin-right: 51px !important
}

.margin-top-52 {
    margin-top: 52px !important
}

.margin-left-52 {
    margin-left: 52px !important
}

.margin-bottom-52 {
    margin-bottom: 52px !important
}

.margin-right-52 {
    margin-right: 52px !important
}

.margin-top-53 {
    margin-top: 53px !important
}

.margin-left-53 {
    margin-left: 53px !important
}

.margin-bottom-53 {
    margin-bottom: 53px !important
}

.margin-right-53 {
    margin-right: 53px !important
}

.margin-top-54 {
    margin-top: 54px !important
}

.margin-left-54 {
    margin-left: 54px !important
}

.margin-bottom-54 {
    margin-bottom: 54px !important
}

.margin-right-54 {
    margin-right: 54px !important
}

.margin-top-55 {
    margin-top: 55px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.margin-top-56 {
    margin-top: 56px !important
}

.margin-left-56 {
    margin-left: 56px !important
}

.margin-bottom-56 {
    margin-bottom: 56px !important
}

.margin-right-56 {
    margin-right: 56px !important
}

.margin-top-57 {
    margin-top: 57px !important
}

.margin-left-57 {
    margin-left: 57px !important
}

.margin-bottom-57 {
    margin-bottom: 57px !important
}

.margin-right-57 {
    margin-right: 57px !important
}

.margin-top-58 {
    margin-top: 58px !important
}

.margin-left-58 {
    margin-left: 58px !important
}

.margin-bottom-58 {
    margin-bottom: 58px !important
}

.margin-right-58 {
    margin-right: 58px !important
}

.margin-top-59 {
    margin-top: 59px !important
}

.margin-left-59 {
    margin-left: 59px !important
}

.margin-bottom-59 {
    margin-bottom: 59px !important
}

.margin-right-59 {
    margin-right: 59px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.margin-top-61 {
    margin-top: 61px !important
}

.margin-left-61 {
    margin-left: 61px !important
}

.margin-bottom-61 {
    margin-bottom: 61px !important
}

.margin-right-61 {
    margin-right: 61px !important
}

.margin-top-62 {
    margin-top: 62px !important
}

.margin-left-62 {
    margin-left: 62px !important
}

.margin-bottom-62 {
    margin-bottom: 62px !important
}

.margin-right-62 {
    margin-right: 62px !important
}

.margin-top-63 {
    margin-top: 63px !important
}

.margin-left-63 {
    margin-left: 63px !important
}

.margin-bottom-63 {
    margin-bottom: 63px !important
}

.margin-right-63 {
    margin-right: 63px !important
}

.margin-top-64 {
    margin-top: 64px !important
}

.margin-left-64 {
    margin-left: 64px !important
}

.margin-bottom-64 {
    margin-bottom: 64px !important
}

.margin-right-64 {
    margin-right: 64px !important
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-left-65 {
    margin-left: 65px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-right-65 {
    margin-right: 65px !important
}

.margin-top-66 {
    margin-top: 66px !important
}

.margin-left-66 {
    margin-left: 66px !important
}

.margin-bottom-66 {
    margin-bottom: 66px !important
}

.margin-right-66 {
    margin-right: 66px !important
}

.margin-top-67 {
    margin-top: 67px !important
}

.margin-left-67 {
    margin-left: 67px !important
}

.margin-bottom-67 {
    margin-bottom: 67px !important
}

.margin-right-67 {
    margin-right: 67px !important
}

.margin-top-68 {
    margin-top: 68px !important
}

.margin-left-68 {
    margin-left: 68px !important
}

.margin-bottom-68 {
    margin-bottom: 68px !important
}

.margin-right-68 {
    margin-right: 68px !important
}

.margin-top-69 {
    margin-top: 69px !important
}

.margin-left-69 {
    margin-left: 69px !important
}

.margin-bottom-69 {
    margin-bottom: 69px !important
}

.margin-right-69 {
    margin-right: 69px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-left-70 {
    margin-left: 70px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-right-70 {
    margin-right: 70px !important
}

.margin-top-71 {
    margin-top: 71px !important
}

.margin-left-71 {
    margin-left: 71px !important
}

.margin-bottom-71 {
    margin-bottom: 71px !important
}

.margin-right-71 {
    margin-right: 71px !important
}

.margin-top-72 {
    margin-top: 72px !important
}

.margin-left-72 {
    margin-left: 72px !important
}

.margin-bottom-72 {
    margin-bottom: 72px !important
}

.margin-right-72 {
    margin-right: 72px !important
}

.margin-top-73 {
    margin-top: 73px !important
}

.margin-left-73 {
    margin-left: 73px !important
}

.margin-bottom-73 {
    margin-bottom: 73px !important
}

.margin-right-73 {
    margin-right: 73px !important
}

.margin-top-74 {
    margin-top: 74px !important
}

.margin-left-74 {
    margin-left: 74px !important
}

.margin-bottom-74 {
    margin-bottom: 74px !important
}

.margin-right-74 {
    margin-right: 74px !important
}

.margin-top-75 {
    margin-top: 75px !important
}

.margin-left-75 {
    margin-left: 75px !important
}

.margin-bottom-75 {
    margin-bottom: 75px !important
}

.margin-right-75 {
    margin-right: 75px !important
}

.margin-top-76 {
    margin-top: 76px !important
}

.margin-left-76 {
    margin-left: 76px !important
}

.margin-bottom-76 {
    margin-bottom: 76px !important
}

.margin-right-76 {
    margin-right: 76px !important
}

.margin-top-77 {
    margin-top: 77px !important
}

.margin-left-77 {
    margin-left: 77px !important
}

.margin-bottom-77 {
    margin-bottom: 77px !important
}

.margin-right-77 {
    margin-right: 77px !important
}

.margin-top-78 {
    margin-top: 78px !important
}

.margin-left-78 {
    margin-left: 78px !important
}

.margin-bottom-78 {
    margin-bottom: 78px !important
}

.margin-right-78 {
    margin-right: 78px !important
}

.margin-top-79 {
    margin-top: 79px !important
}

.margin-left-79 {
    margin-left: 79px !important
}

.margin-bottom-79 {
    margin-bottom: 79px !important
}

.margin-right-79 {
    margin-right: 79px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-right-80 {
    margin-right: 80px !important
}

.padding-top-1 {
    padding-top: 1px !important
}

.padding-left-1 {
    padding-left: 1px !important
}

.padding-bottom-1 {
    padding-bottom: 1px !important
}

.padding-right-1 {
    padding-right: 1px !important
}

.padding-top-2 {
    padding-top: 2px !important
}

.padding-left-2 {
    padding-left: 2px !important
}

.padding-bottom-2 {
    padding-bottom: 2px !important
}

.padding-right-2 {
    padding-right: 2px !important
}

.padding-top-3 {
    padding-top: 3px !important
}

.padding-left-3 {
    padding-left: 3px !important
}

.padding-bottom-3 {
    padding-bottom: 3px !important
}

.padding-right-3 {
    padding-right: 3px !important
}

.padding-top-4 {
    padding-top: 4px !important
}

.padding-left-4 {
    padding-left: 4px !important
}

.padding-bottom-4 {
    padding-bottom: 4px !important
}

.padding-right-4 {
    padding-right: 4px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-top-6 {
    padding-top: 6px !important
}

.padding-left-6 {
    padding-left: 6px !important
}

.padding-bottom-6 {
    padding-bottom: 6px !important
}

.padding-right-6 {
    padding-right: 6px !important
}

.padding-top-7 {
    padding-top: 7px !important
}

.padding-left-7 {
    padding-left: 7px !important
}

.padding-bottom-7 {
    padding-bottom: 7px !important
}

.padding-right-7 {
    padding-right: 7px !important
}

.padding-top-8 {
    padding-top: 8px !important
}

.padding-left-8 {
    padding-left: 8px !important
}

.padding-bottom-8 {
    padding-bottom: 8px !important
}

.padding-right-8 {
    padding-right: 8px !important
}

.padding-top-9 {
    padding-top: 9px !important
}

.padding-left-9 {
    padding-left: 9px !important
}

.padding-bottom-9 {
    padding-bottom: 9px !important
}

.padding-right-9 {
    padding-right: 9px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-top-11 {
    padding-top: 11px !important
}

.padding-left-11 {
    padding-left: 11px !important
}

.padding-bottom-11 {
    padding-bottom: 11px !important
}

.padding-right-11 {
    padding-right: 11px !important
}

.padding-top-12 {
    padding-top: 12px !important
}

.padding-left-12 {
    padding-left: 12px !important
}

.padding-bottom-12 {
    padding-bottom: 12px !important
}

.padding-right-12 {
    padding-right: 12px !important
}

.padding-top-13 {
    padding-top: 13px !important
}

.padding-left-13 {
    padding-left: 13px !important
}

.padding-bottom-13 {
    padding-bottom: 13px !important
}

.padding-right-13 {
    padding-right: 13px !important
}

.padding-top-14 {
    padding-top: 14px !important
}

.padding-left-14 {
    padding-left: 14px !important
}

.padding-bottom-14 {
    padding-bottom: 14px !important
}

.padding-right-14 {
    padding-right: 14px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-top-16 {
    padding-top: 16px !important
}

.padding-left-16 {
    padding-left: 16px !important
}

.padding-bottom-16 {
    padding-bottom: 16px !important
}

.padding-right-16 {
    padding-right: 16px !important
}

.padding-top-17 {
    padding-top: 17px !important
}

.padding-left-17 {
    padding-left: 17px !important
}

.padding-bottom-17 {
    padding-bottom: 17px !important
}

.padding-right-17 {
    padding-right: 17px !important
}

.padding-top-18 {
    padding-top: 18px !important
}

.padding-left-18 {
    padding-left: 18px !important
}

.padding-bottom-18 {
    padding-bottom: 18px !important
}

.padding-right-18 {
    padding-right: 18px !important
}

.padding-top-19 {
    padding-top: 19px !important
}

.padding-left-19 {
    padding-left: 19px !important
}

.padding-bottom-19 {
    padding-bottom: 19px !important
}

.padding-right-19 {
    padding-right: 19px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.padding-top-21 {
    padding-top: 21px !important
}

.padding-left-21 {
    padding-left: 21px !important
}

.padding-bottom-21 {
    padding-bottom: 21px !important
}

.padding-right-21 {
    padding-right: 21px !important
}

.padding-top-22 {
    padding-top: 22px !important
}

.padding-left-22 {
    padding-left: 22px !important
}

.padding-bottom-22 {
    padding-bottom: 22px !important
}

.padding-right-22 {
    padding-right: 22px !important
}

.padding-top-23 {
    padding-top: 23px !important
}

.padding-left-23 {
    padding-left: 23px !important
}

.padding-bottom-23 {
    padding-bottom: 23px !important
}

.padding-right-23 {
    padding-right: 23px !important
}

.padding-top-24 {
    padding-top: 24px !important
}

.padding-left-24 {
    padding-left: 24px !important
}

.padding-bottom-24 {
    padding-bottom: 24px !important
}

.padding-right-24 {
    padding-right: 24px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.padding-top-26 {
    padding-top: 26px !important
}

.padding-left-26 {
    padding-left: 26px !important
}

.padding-bottom-26 {
    padding-bottom: 26px !important
}

.padding-right-26 {
    padding-right: 26px !important
}

.padding-top-27 {
    padding-top: 27px !important
}

.padding-left-27 {
    padding-left: 27px !important
}

.padding-bottom-27 {
    padding-bottom: 27px !important
}

.padding-right-27 {
    padding-right: 27px !important
}

.padding-top-28 {
    padding-top: 28px !important
}

.padding-left-28 {
    padding-left: 28px !important
}

.padding-bottom-28 {
    padding-bottom: 28px !important
}

.padding-right-28 {
    padding-right: 28px !important
}

.padding-top-29 {
    padding-top: 29px !important
}

.padding-left-29 {
    padding-left: 29px !important
}

.padding-bottom-29 {
    padding-bottom: 29px !important
}

.padding-right-29 {
    padding-right: 29px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-top-31 {
    padding-top: 31px !important
}

.padding-left-31 {
    padding-left: 31px !important
}

.padding-bottom-31 {
    padding-bottom: 31px !important
}

.padding-right-31 {
    padding-right: 31px !important
}

.padding-top-32 {
    padding-top: 32px !important
}

.padding-left-32 {
    padding-left: 32px !important
}

.padding-bottom-32 {
    padding-bottom: 32px !important
}

.padding-right-32 {
    padding-right: 32px !important
}

.padding-top-33 {
    padding-top: 33px !important
}

.padding-left-33 {
    padding-left: 33px !important
}

.padding-bottom-33 {
    padding-bottom: 33px !important
}

.padding-right-33 {
    padding-right: 33px !important
}

.padding-top-34 {
    padding-top: 34px !important
}

.padding-left-34 {
    padding-left: 34px !important
}

.padding-bottom-34 {
    padding-bottom: 34px !important
}

.padding-right-34 {
    padding-right: 34px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.padding-top-36 {
    padding-top: 36px !important
}

.padding-left-36 {
    padding-left: 36px !important
}

.padding-bottom-36 {
    padding-bottom: 36px !important
}

.padding-right-36 {
    padding-right: 36px !important
}

.padding-top-37 {
    padding-top: 37px !important
}

.padding-left-37 {
    padding-left: 37px !important
}

.padding-bottom-37 {
    padding-bottom: 37px !important
}

.padding-right-37 {
    padding-right: 37px !important
}

.padding-top-38 {
    padding-top: 38px !important
}

.padding-left-38 {
    padding-left: 38px !important
}

.padding-bottom-38 {
    padding-bottom: 38px !important
}

.padding-right-38 {
    padding-right: 38px !important
}

.padding-top-39 {
    padding-top: 39px !important
}

.padding-left-39 {
    padding-left: 39px !important
}

.padding-bottom-39 {
    padding-bottom: 39px !important
}

.padding-right-39 {
    padding-right: 39px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.padding-top-41 {
    padding-top: 41px !important
}

.padding-left-41 {
    padding-left: 41px !important
}

.padding-bottom-41 {
    padding-bottom: 41px !important
}

.padding-right-41 {
    padding-right: 41px !important
}

.padding-top-42 {
    padding-top: 42px !important
}

.padding-left-42 {
    padding-left: 42px !important
}

.padding-bottom-42 {
    padding-bottom: 42px !important
}

.padding-right-42 {
    padding-right: 42px !important
}

.padding-top-43 {
    padding-top: 43px !important
}

.padding-left-43 {
    padding-left: 43px !important
}

.padding-bottom-43 {
    padding-bottom: 43px !important
}

.padding-right-43 {
    padding-right: 43px !important
}

.padding-top-44 {
    padding-top: 44px !important
}

.padding-left-44 {
    padding-left: 44px !important
}

.padding-bottom-44 {
    padding-bottom: 44px !important
}

.padding-right-44 {
    padding-right: 44px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.padding-top-46 {
    padding-top: 46px !important
}

.padding-left-46 {
    padding-left: 46px !important
}

.padding-bottom-46 {
    padding-bottom: 46px !important
}

.padding-right-46 {
    padding-right: 46px !important
}

.padding-top-47 {
    padding-top: 47px !important
}

.padding-left-47 {
    padding-left: 47px !important
}

.padding-bottom-47 {
    padding-bottom: 47px !important
}

.padding-right-47 {
    padding-right: 47px !important
}

.padding-top-48 {
    padding-top: 48px !important
}

.padding-left-48 {
    padding-left: 48px !important
}

.padding-bottom-48 {
    padding-bottom: 48px !important
}

.padding-right-48 {
    padding-right: 48px !important
}

.padding-top-49 {
    padding-top: 49px !important
}

.padding-left-49 {
    padding-left: 49px !important
}

.padding-bottom-49 {
    padding-bottom: 49px !important
}

.padding-right-49 {
    padding-right: 49px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.padding-top-51 {
    padding-top: 51px !important
}

.padding-left-51 {
    padding-left: 51px !important
}

.padding-bottom-51 {
    padding-bottom: 51px !important
}

.padding-right-51 {
    padding-right: 51px !important
}

.padding-top-52 {
    padding-top: 52px !important
}

.padding-left-52 {
    padding-left: 52px !important
}

.padding-bottom-52 {
    padding-bottom: 52px !important
}

.padding-right-52 {
    padding-right: 52px !important
}

.padding-top-53 {
    padding-top: 53px !important
}

.padding-left-53 {
    padding-left: 53px !important
}

.padding-bottom-53 {
    padding-bottom: 53px !important
}

.padding-right-53 {
    padding-right: 53px !important
}

.padding-top-54 {
    padding-top: 54px !important
}

.padding-left-54 {
    padding-left: 54px !important
}

.padding-bottom-54 {
    padding-bottom: 54px !important
}

.padding-right-54 {
    padding-right: 54px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.padding-top-56 {
    padding-top: 56px !important
}

.padding-left-56 {
    padding-left: 56px !important
}

.padding-bottom-56 {
    padding-bottom: 56px !important
}

.padding-right-56 {
    padding-right: 56px !important
}

.padding-top-57 {
    padding-top: 57px !important
}

.padding-left-57 {
    padding-left: 57px !important
}

.padding-bottom-57 {
    padding-bottom: 57px !important
}

.padding-right-57 {
    padding-right: 57px !important
}

.padding-top-58 {
    padding-top: 58px !important
}

.padding-left-58 {
    padding-left: 58px !important
}

.padding-bottom-58 {
    padding-bottom: 58px !important
}

.padding-right-58 {
    padding-right: 58px !important
}

.padding-top-59 {
    padding-top: 59px !important
}

.padding-left-59 {
    padding-left: 59px !important
}

.padding-bottom-59 {
    padding-bottom: 59px !important
}

.padding-right-59 {
    padding-right: 59px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.padding-top-61 {
    padding-top: 61px !important
}

.padding-left-61 {
    padding-left: 61px !important
}

.padding-bottom-61 {
    padding-bottom: 61px !important
}

.padding-right-61 {
    padding-right: 61px !important
}

.padding-top-62 {
    padding-top: 62px !important
}

.padding-left-62 {
    padding-left: 62px !important
}

.padding-bottom-62 {
    padding-bottom: 62px !important
}

.padding-right-62 {
    padding-right: 62px !important
}

.padding-top-63 {
    padding-top: 63px !important
}

.padding-left-63 {
    padding-left: 63px !important
}

.padding-bottom-63 {
    padding-bottom: 63px !important
}

.padding-right-63 {
    padding-right: 63px !important
}

.padding-top-64 {
    padding-top: 64px !important
}

.padding-left-64 {
    padding-left: 64px !important
}

.padding-bottom-64 {
    padding-bottom: 64px !important
}

.padding-right-64 {
    padding-right: 64px !important
}

.padding-top-65 {
    padding-top: 65px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-bottom-65 {
    padding-bottom: 65px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

.padding-top-66 {
    padding-top: 66px !important
}

.padding-left-66 {
    padding-left: 66px !important
}

.padding-bottom-66 {
    padding-bottom: 66px !important
}

.padding-right-66 {
    padding-right: 66px !important
}

.padding-top-67 {
    padding-top: 67px !important
}

.padding-left-67 {
    padding-left: 67px !important
}

.padding-bottom-67 {
    padding-bottom: 67px !important
}

.padding-right-67 {
    padding-right: 67px !important
}

.padding-top-68 {
    padding-top: 68px !important
}

.padding-left-68 {
    padding-left: 68px !important
}

.padding-bottom-68 {
    padding-bottom: 68px !important
}

.padding-right-68 {
    padding-right: 68px !important
}

.padding-top-69 {
    padding-top: 69px !important
}

.padding-left-69 {
    padding-left: 69px !important
}

.padding-bottom-69 {
    padding-bottom: 69px !important
}

.padding-right-69 {
    padding-right: 69px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

.padding-top-71 {
    padding-top: 71px !important
}

.padding-left-71 {
    padding-left: 71px !important
}

.padding-bottom-71 {
    padding-bottom: 71px !important
}

.padding-right-71 {
    padding-right: 71px !important
}

.padding-top-72 {
    padding-top: 72px !important
}

.padding-left-72 {
    padding-left: 72px !important
}

.padding-bottom-72 {
    padding-bottom: 72px !important
}

.padding-right-72 {
    padding-right: 72px !important
}

.padding-top-73 {
    padding-top: 73px !important
}

.padding-left-73 {
    padding-left: 73px !important
}

.padding-bottom-73 {
    padding-bottom: 73px !important
}

.padding-right-73 {
    padding-right: 73px !important
}

.padding-top-74 {
    padding-top: 74px !important
}

.padding-left-74 {
    padding-left: 74px !important
}

.padding-bottom-74 {
    padding-bottom: 74px !important
}

.padding-right-74 {
    padding-right: 74px !important
}

.padding-top-75 {
    padding-top: 75px !important
}

.padding-left-75 {
    padding-left: 75px !important
}

.padding-bottom-75 {
    padding-bottom: 75px !important
}

.padding-right-75 {
    padding-right: 75px !important
}

.padding-top-76 {
    padding-top: 76px !important
}

.padding-left-76 {
    padding-left: 76px !important
}

.padding-bottom-76 {
    padding-bottom: 76px !important
}

.padding-right-76 {
    padding-right: 76px !important
}

.padding-top-77 {
    padding-top: 77px !important
}

.padding-left-77 {
    padding-left: 77px !important
}

.padding-bottom-77 {
    padding-bottom: 77px !important
}

.padding-right-77 {
    padding-right: 77px !important
}

.padding-top-78 {
    padding-top: 78px !important
}

.padding-left-78 {
    padding-left: 78px !important
}

.padding-bottom-78 {
    padding-bottom: 78px !important
}

.padding-right-78 {
    padding-right: 78px !important
}

.padding-top-79 {
    padding-top: 79px !important
}

.padding-left-79 {
    padding-left: 79px !important
}

.padding-bottom-79 {
    padding-bottom: 79px !important
}

.padding-right-79 {
    padding-right: 79px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro:before {
    content: "â‚¬"
}

.glyphicon-minus:before {
    content: "âˆ’"
}

.glyphicon-cloud:before {
    content: "â˜"
}

.glyphicon-envelope:before {
    content: "âœ‰"
}

.glyphicon-pencil:before {
    content: "âœ"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--ecosoap-text-color);
    background: #fdf9f0;
    overflow-x: hidden
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: var(--ecosoap-link-color);
    text-decoration: none;
    transition: color .3s ease
}

a:hover,
a:focus {
    color: var(--ecosoap-link-hover-color);
    outline: 0
}

a:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 10px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.7;
    background-color: #fdf9f0;
    border: 1px solid #ddd;
    border-radius: 25px;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: var(--ecosoap-heading-color)
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 24px
    }
}

small,
.small {
    font-size: 75%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.rtl .text-left {
    text-align: right
}

.text-right {
    text-align: right
}

.rtl .text-right {
    text-align: left
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #282828
}

a.text-primary:hover {
    color: #0e0e0e
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2a542b
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #235269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66502b
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843533
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #282828
}

a.bg-primary:hover {
    background-color: #0e0e0e
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c0e1b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #aed9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb4
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e3b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.7
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 20px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.7;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "â€”Â "
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "Â â€”"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.7
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 25px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.7;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

th {
    text-align: left
}

table,
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.7;
    vertical-align: top;
    border-top: 1px solid #ddd
}

table>thead>tr>th,
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

table>caption+thead>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

table>tbody+tbody,
.table>tbody+tbody {
    border-top: 2px solid #ddd
}

table .table,
.table .table {
    background-color: #fdf9f0
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

table,
.table-bordered {
    border: 1px solid #ddd
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

table>thead>tr>th,
table>thead>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #cfe8c5
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c3e3f2
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #f9f2cb
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #eacbcb
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 11px;
    font-size: 16px;
    line-height: 1.7;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    transition: all .3s ease-in-out
}

.form-control:focus {
    border-color: #884d1b;
    outline: 0;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 38px;
    line-height: 1.7 \0
}

input[type=date].input-sm,
.input-group-sm>input[type=date].form-control,
.input-group-sm>input[type=date].input-group-addon,
.input-group-sm>.input-group-btn>input[type=date].btn,
.form-horizontal .form-group-sm input[type=date].form-control,
input[type=time].input-sm,
.input-group-sm>input[type=time].form-control,
.input-group-sm>input[type=time].input-group-addon,
.input-group-sm>.input-group-btn>input[type=time].btn,
.form-horizontal .form-group-sm input[type=time].form-control,
input[type=datetime-local].input-sm,
.input-group-sm>input[type=datetime-local].form-control,
.input-group-sm>input[type=datetime-local].input-group-addon,
.input-group-sm>.input-group-btn>input[type=datetime-local].btn,
.form-horizontal .form-group-sm input[type=datetime-local].form-control,
input[type=month].input-sm,
.input-group-sm>input[type=month].form-control,
.input-group-sm>input[type=month].input-group-addon,
.input-group-sm>.input-group-btn>input[type=month].btn,
.form-horizontal .form-group-sm input[type=month].form-control {
    line-height: 44px
}

input[type=date].input-lg,
.input-group-lg>input[type=date].form-control,
.input-group-lg>input[type=date].input-group-addon,
.input-group-lg>.input-group-btn>input[type=date].btn,
.form-horizontal .form-group-lg input[type=date].form-control,
input[type=time].input-lg,
.input-group-lg>input[type=time].form-control,
.input-group-lg>input[type=time].input-group-addon,
.input-group-lg>.input-group-btn>input[type=time].btn,
.form-horizontal .form-group-lg input[type=time].form-control,
input[type=datetime-local].input-lg,
.input-group-lg>input[type=datetime-local].form-control,
.input-group-lg>input[type=datetime-local].input-group-addon,
.input-group-lg>.input-group-btn>input[type=datetime-local].btn,
.form-horizontal .form-group-lg input[type=datetime-local].form-control,
input[type=month].input-lg,
.input-group-lg>input[type=month].form-control,
.input-group-lg>input[type=month].input-group-addon,
.input-group-lg>.input-group-btn>input[type=month].btn,
.form-horizontal .form-group-lg input[type=month].form-control {
    line-height: 54px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 7px;
    margin-top: 7px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-horizontal .form-group-lg .form-control-static.form-control,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-horizontal .form-group-sm .form-control-static.form-control {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.form-horizontal .form-group-sm .form-control {
    height: 44px;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.form-horizontal .form-group-sm select.form-control {
    height: 44px;
    line-height: 44px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.form-horizontal .form-group-sm select[multiple].form-control {
    height: auto
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.form-horizontal .form-group-lg .form-control {
    height: 54px;
    padding: 14px 35px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 10px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.form-horizontal .form-group-lg select.form-control {
    height: 54px;
    line-height: 54px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.form-horizontal .form-group-lg select[multiple].form-control {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 47.5px
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.form-horizontal .form-group-lg .form-control+.form-control-feedback {
    width: 54px;
    height: 54px;
    line-height: 54px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.form-horizontal .form-group-sm .form-control+.form-control-feedback {
    width: 44px;
    height: 44px;
    line-height: 44px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: none
}

.has-success .form-control:focus {
    border-color: #2a542b
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: none
}

.has-warning .form-control:focus {
    border-color: #66502b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: none
}

.has-error .form-control:focus {
    border-color: #843533
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--ecosoap-text-color)
}

@media (min-width:768px) {

    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group,
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control,
    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio],
    .navbar-form .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 11px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 19.6666662px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 13px
    }
}

.btn {
    cursor: pointer;
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: .7rem;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: var(--ecosoap-theme-color);
    border: 1px solid var(--ecosoap-theme-color);
    white-space: nowrap;
    letter-spacing: .05em;
    transition: all .5s ease;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    overflow: hidden;
    position: relative
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: var(--ecosoap-link-color);
    border-color: var(--ecosoap-link-color);
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #282828;
    border-color: #1b1b1b
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #1b1b1b
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #282828;
    border-color: #1b1b1b
}

.btn-primary .badge {
    color: #282828;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #45b7d9
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #45b7d9
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #45b7d9
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #e44343;
    border-color: #e02c2c
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e44343;
    border-color: #e02c2c
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #e44343;
    border-color: #e02c2c
}

.btn-danger .badge {
    color: #e44343;
    background-color: #fff
}

.btn-link {
    color: var(--ecosoap-link-color);
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: var(--ecosoap-link-hover-color);
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 14px 35px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 10px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 12px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #282828
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.7;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group.btn-group-lg>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn>input[type=radio],
[data-toggle=buttons]>.btn>input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #e5e5e5;
    border-radius: 25px
}

.input-group-addon.input-sm,
.form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 0
}

.input-group-addon.input-lg,
.form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 14px 35px;
    font-size: 18px;
    border-radius: 10px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: var(--ecosoap-link-color)
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.7;
    border: 1px solid transparent;
    border-radius: 25px 25px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fdf9f0;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 25px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #282828
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 25px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 25px 25px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fdf9f0
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 25px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    transform: translate3d(0, 0, 0)
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 25px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 6px;
    margin-bottom: 6px
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 3px;
    margin-bottom: 3px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5d5d5d;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 25px
}

.breadcrumb a {
    color: #000
}

.breadcrumb a:hover {
    color: var(--ecosoap-theme-color)
}

.breadcrumb a,
.breadcrumb>li {
    display: inline-block
}

.breadcrumb a+a:before,
.breadcrumb a+li:before,
.breadcrumb>li+a:before,
.breadcrumb>li+li:before {
    content: " > ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 30px;
    line-height: 1.7;
    text-decoration: none;
    color: var(--ecosoap-link-color);
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    transition: color .4s, background-color .4s
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: var(--ecosoap-link-hover-color);
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #282828;
    border-color: #282828;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 14px 35px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 12px 20px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5d5d5d
}

.label-primary {
    background-color: #282828
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #0e0e0e
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449c44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #30afd5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971e
}

.label-danger {
    background-color: #e44343
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #d51e1e
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: var(--ecosoap-link-color);
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d4d4d4
}

.container .jumbotron {
    border-radius: 10px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.7;
    background-color: #fdf9f0;
    border: 1px solid #ddd;
    border-radius: 25px
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: var(--ecosoap-text-color)
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: var(--ecosoap-link-color)
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 25px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d5e8c5;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #d5e8c5
}

.alert-success .alert-link {
    color: #3c763d
}

.alert-success .close {
    color: #3c763d
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bbe7f0;
    color: #31708f
}

.alert-info hr {
    border-top-color: #bbe7f0
}

.alert-info .alert-link {
    color: #31708f
}

.alert-info .close {
    color: #31708f
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f9eacb;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f9eacb
}

.alert-warning .alert-link {
    color: #8a6d3b
}

.alert-warning .close {
    color: #8a6d3b
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eacbd0;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #eacbd0
}

.alert-danger .alert-link {
    color: #a94442
}

.alert-danger .close {
    color: #a94442
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    border-radius: 0
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #282828;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.progress-striped .progress-bar,
.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: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    color: #777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    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)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    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)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    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)
}

.progress-bar-danger {
    background-color: #e44343
}

.progress-striped .progress-bar-danger {
    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)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-right,
.media>.pull-right {
    padding-left: 15px
}

.media-left,
.media>.pull-left {
    padding-right: 15px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #8e8e8e
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #cfe8c5
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c3e3f2
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #f9f2cb
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #eacbcb
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-shadow: none
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 24px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 24px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 24px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 24px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 25px
}

.panel-group .panel+.panel {
    margin-top: 8px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #282828
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #282828
}

.panel-primary>.panel-heading .badge {
    color: #282828;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #282828
}

.panel-success {
    border-color: #d5e8c5
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d5e8c5
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d5e8c5
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d5e8c5
}

.panel-info {
    border-color: #bbe7f0
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bbe7f0
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bbe7f0
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bbe7f0
}

.panel-warning {
    border-color: #f9eacb
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9eacb
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f9eacb
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f9eacb
}

.panel-danger {
    border-color: #eacbd0
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #eacbd0
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eacbd0
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #eacbd0
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 60px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 0 solid #e3e3e3;
    border-radius: 0;
    box-shadow: none
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translate3d(0, -25%, 0);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate3d(0, 0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.7px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.7
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    border-radius: 9px 9px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel-wrapper {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.right {
    left: auto;
    right: 0
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "â€¹"
}

.carousel-control .icon-next:before {
    content: "â€º"
}

.carousel-control>* {
    display: table-cell !important;
    vertical-align: middle
}

.carousel-control:hover {
    border-color: var(--ecosoap-link-color);
    color: var(--ecosoap-link-color)
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #282828
}

.carousel-indicators .active {
    margin: 2px;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed;
    transform: translate3d(0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-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-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: 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: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

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;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-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-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium 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-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    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
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@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 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-bottom-bar:empty {
        padding: 0
    }

    .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
    }
}

/*! =========================================================
 * Sliding Menu v0.3.0
 * http://github.danielcardoso.net/sliding-menu/
 * ==========================================================
 * Copyright (c) 2014-2019 DanielCardoso.net.
 * Licensed under MIT.
 * ======================================================== */
.sliding-menu {
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 21px
}

.sliding-menu__panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%
}

.sliding-menu li {
    padding: 0;
    margin: 0;
    list-style: none
}

.sliding-menu li a,
.sliding-menu li .sliding-menu__nav {
    display: block;
    padding: .8em 1em;
    text-align: left;
    font-size: 21px;
    line-height: 1.4em;
    color: #333;
    text-decoration: none;
    border-width: 0;
    width: 100%;
    background-color: transparent;
    -webkit-transition: color 250ms ease, background-color 250ms ease;
    -moz-transition: color 250ms ease, background-color 250ms ease;
    -o-transition: color 250ms ease, background-color 250ms ease;
    transition: color 250ms ease, background-color 250ms ease
}

.sliding-menu li a:hover,
.sliding-menu li .sliding-menu__nav:hover {
    color: #fff;
    background-color: #333
}

.sliding-menu .active a {
    color: #fff;
    background-color: #333
}

.sliding-menu .sliding-menu__nav:before {
    float: right;
    margin-left: 1em;
    content: "\3009"
}

.sliding-menu .sliding-menu__back {
    color: #fff;
    background-color: #555;
    font-weight: bold
}

.sliding-menu .sliding-menu__back:before {
    float: left;
    margin-right: 1em;
    content: "\3008"
}

.sliding-menu .sliding-menu__icon {
    margin-right: .4em
}

.sliding-menu .sliding-menu__separator {
    margin: .4em 1em;
    border-top: 2px solid #555
}

@media(max-width:768px) {
    :root {
        --woocommerce: $woocommerce;
        --wc-green: $green;
        --wc-red: $red;
        --wc-orange: $orange;
        --wc-blue: $blue;
        --wc-primary: $primary;
        --wc-primary-text: $primarytext;
        --wc-secondary: $secondary;
        --wc-secondary-text: $secondarytext;
        --wc-highlight: $highlight;
        --wc-highligh-text: $highlightext;
        --wc-content-bg: $contentbg;
        --wc-subtext: $subtext
    }

    .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: right !important
    }

    .woocommerce table.shop_table_responsive tr td.order-actions,
    .woocommerce-page table.shop_table_responsive tr td.order-actions {
        text-align: left !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: left
    }

    .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: left
    }

    .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 .25em .125em 0
    }

    .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: left;
        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: right;
        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: left
    }

    .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: right
    }

    .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: left
    }

    .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: left;
        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-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%
    }

    .single-product .twentythirteen .panel {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.margin-top-1 {
    margin-top: 1px !important
}

.margin-left-1 {
    margin-left: 1px !important
}

.margin-bottom-1 {
    margin-bottom: 1px !important
}

.margin-right-1 {
    margin-right: 1px !important
}

.margin-top-2 {
    margin-top: 2px !important
}

.margin-left-2 {
    margin-left: 2px !important
}

.margin-bottom-2 {
    margin-bottom: 2px !important
}

.margin-right-2 {
    margin-right: 2px !important
}

.margin-top-3 {
    margin-top: 3px !important
}

.margin-left-3 {
    margin-left: 3px !important
}

.margin-bottom-3 {
    margin-bottom: 3px !important
}

.margin-right-3 {
    margin-right: 3px !important
}

.margin-top-4 {
    margin-top: 4px !important
}

.margin-left-4 {
    margin-left: 4px !important
}

.margin-bottom-4 {
    margin-bottom: 4px !important
}

.margin-right-4 {
    margin-right: 4px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-top-6 {
    margin-top: 6px !important
}

.margin-left-6 {
    margin-left: 6px !important
}

.margin-bottom-6 {
    margin-bottom: 6px !important
}

.margin-right-6 {
    margin-right: 6px !important
}

.margin-top-7 {
    margin-top: 7px !important
}

.margin-left-7 {
    margin-left: 7px !important
}

.margin-bottom-7 {
    margin-bottom: 7px !important
}

.margin-right-7 {
    margin-right: 7px !important
}

.margin-top-8 {
    margin-top: 8px !important
}

.margin-left-8 {
    margin-left: 8px !important
}

.margin-bottom-8 {
    margin-bottom: 8px !important
}

.margin-right-8 {
    margin-right: 8px !important
}

.margin-top-9 {
    margin-top: 9px !important
}

.margin-left-9 {
    margin-left: 9px !important
}

.margin-bottom-9 {
    margin-bottom: 9px !important
}

.margin-right-9 {
    margin-right: 9px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-top-11 {
    margin-top: 11px !important
}

.margin-left-11 {
    margin-left: 11px !important
}

.margin-bottom-11 {
    margin-bottom: 11px !important
}

.margin-right-11 {
    margin-right: 11px !important
}

.margin-top-12 {
    margin-top: 12px !important
}

.margin-left-12 {
    margin-left: 12px !important
}

.margin-bottom-12 {
    margin-bottom: 12px !important
}

.margin-right-12 {
    margin-right: 12px !important
}

.margin-top-13 {
    margin-top: 13px !important
}

.margin-left-13 {
    margin-left: 13px !important
}

.margin-bottom-13 {
    margin-bottom: 13px !important
}

.margin-right-13 {
    margin-right: 13px !important
}

.margin-top-14 {
    margin-top: 14px !important
}

.margin-left-14 {
    margin-left: 14px !important
}

.margin-bottom-14 {
    margin-bottom: 14px !important
}

.margin-right-14 {
    margin-right: 14px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.margin-top-16 {
    margin-top: 16px !important
}

.margin-left-16 {
    margin-left: 16px !important
}

.margin-bottom-16 {
    margin-bottom: 16px !important
}

.margin-right-16 {
    margin-right: 16px !important
}

.margin-top-17 {
    margin-top: 17px !important
}

.margin-left-17 {
    margin-left: 17px !important
}

.margin-bottom-17 {
    margin-bottom: 17px !important
}

.margin-right-17 {
    margin-right: 17px !important
}

.margin-top-18 {
    margin-top: 18px !important
}

.margin-left-18 {
    margin-left: 18px !important
}

.margin-bottom-18 {
    margin-bottom: 18px !important
}

.margin-right-18 {
    margin-right: 18px !important
}

.margin-top-19 {
    margin-top: 19px !important
}

.margin-left-19 {
    margin-left: 19px !important
}

.margin-bottom-19 {
    margin-bottom: 19px !important
}

.margin-right-19 {
    margin-right: 19px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-top-21 {
    margin-top: 21px !important
}

.margin-left-21 {
    margin-left: 21px !important
}

.margin-bottom-21 {
    margin-bottom: 21px !important
}

.margin-right-21 {
    margin-right: 21px !important
}

.margin-top-22 {
    margin-top: 22px !important
}

.margin-left-22 {
    margin-left: 22px !important
}

.margin-bottom-22 {
    margin-bottom: 22px !important
}

.margin-right-22 {
    margin-right: 22px !important
}

.margin-top-23 {
    margin-top: 23px !important
}

.margin-left-23 {
    margin-left: 23px !important
}

.margin-bottom-23 {
    margin-bottom: 23px !important
}

.margin-right-23 {
    margin-right: 23px !important
}

.margin-top-24 {
    margin-top: 24px !important
}

.margin-left-24 {
    margin-left: 24px !important
}

.margin-bottom-24 {
    margin-bottom: 24px !important
}

.margin-right-24 {
    margin-right: 24px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.margin-top-26 {
    margin-top: 26px !important
}

.margin-left-26 {
    margin-left: 26px !important
}

.margin-bottom-26 {
    margin-bottom: 26px !important
}

.margin-right-26 {
    margin-right: 26px !important
}

.margin-top-27 {
    margin-top: 27px !important
}

.margin-left-27 {
    margin-left: 27px !important
}

.margin-bottom-27 {
    margin-bottom: 27px !important
}

.margin-right-27 {
    margin-right: 27px !important
}

.margin-top-28 {
    margin-top: 28px !important
}

.margin-left-28 {
    margin-left: 28px !important
}

.margin-bottom-28 {
    margin-bottom: 28px !important
}

.margin-right-28 {
    margin-right: 28px !important
}

.margin-top-29 {
    margin-top: 29px !important
}

.margin-left-29 {
    margin-left: 29px !important
}

.margin-bottom-29 {
    margin-bottom: 29px !important
}

.margin-right-29 {
    margin-right: 29px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.margin-top-31 {
    margin-top: 31px !important
}

.margin-left-31 {
    margin-left: 31px !important
}

.margin-bottom-31 {
    margin-bottom: 31px !important
}

.margin-right-31 {
    margin-right: 31px !important
}

.margin-top-32 {
    margin-top: 32px !important
}

.margin-left-32 {
    margin-left: 32px !important
}

.margin-bottom-32 {
    margin-bottom: 32px !important
}

.margin-right-32 {
    margin-right: 32px !important
}

.margin-top-33 {
    margin-top: 33px !important
}

.margin-left-33 {
    margin-left: 33px !important
}

.margin-bottom-33 {
    margin-bottom: 33px !important
}

.margin-right-33 {
    margin-right: 33px !important
}

.margin-top-34 {
    margin-top: 34px !important
}

.margin-left-34 {
    margin-left: 34px !important
}

.margin-bottom-34 {
    margin-bottom: 34px !important
}

.margin-right-34 {
    margin-right: 34px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.margin-top-36 {
    margin-top: 36px !important
}

.margin-left-36 {
    margin-left: 36px !important
}

.margin-bottom-36 {
    margin-bottom: 36px !important
}

.margin-right-36 {
    margin-right: 36px !important
}

.margin-top-37 {
    margin-top: 37px !important
}

.margin-left-37 {
    margin-left: 37px !important
}

.margin-bottom-37 {
    margin-bottom: 37px !important
}

.margin-right-37 {
    margin-right: 37px !important
}

.margin-top-38 {
    margin-top: 38px !important
}

.margin-left-38 {
    margin-left: 38px !important
}

.margin-bottom-38 {
    margin-bottom: 38px !important
}

.margin-right-38 {
    margin-right: 38px !important
}

.margin-top-39 {
    margin-top: 39px !important
}

.margin-left-39 {
    margin-left: 39px !important
}

.margin-bottom-39 {
    margin-bottom: 39px !important
}

.margin-right-39 {
    margin-right: 39px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.margin-top-41 {
    margin-top: 41px !important
}

.margin-left-41 {
    margin-left: 41px !important
}

.margin-bottom-41 {
    margin-bottom: 41px !important
}

.margin-right-41 {
    margin-right: 41px !important
}

.margin-top-42 {
    margin-top: 42px !important
}

.margin-left-42 {
    margin-left: 42px !important
}

.margin-bottom-42 {
    margin-bottom: 42px !important
}

.margin-right-42 {
    margin-right: 42px !important
}

.margin-top-43 {
    margin-top: 43px !important
}

.margin-left-43 {
    margin-left: 43px !important
}

.margin-bottom-43 {
    margin-bottom: 43px !important
}

.margin-right-43 {
    margin-right: 43px !important
}

.margin-top-44 {
    margin-top: 44px !important
}

.margin-left-44 {
    margin-left: 44px !important
}

.margin-bottom-44 {
    margin-bottom: 44px !important
}

.margin-right-44 {
    margin-right: 44px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.margin-top-46 {
    margin-top: 46px !important
}

.margin-left-46 {
    margin-left: 46px !important
}

.margin-bottom-46 {
    margin-bottom: 46px !important
}

.margin-right-46 {
    margin-right: 46px !important
}

.margin-top-47 {
    margin-top: 47px !important
}

.margin-left-47 {
    margin-left: 47px !important
}

.margin-bottom-47 {
    margin-bottom: 47px !important
}

.margin-right-47 {
    margin-right: 47px !important
}

.margin-top-48 {
    margin-top: 48px !important
}

.margin-left-48 {
    margin-left: 48px !important
}

.margin-bottom-48 {
    margin-bottom: 48px !important
}

.margin-right-48 {
    margin-right: 48px !important
}

.margin-top-49 {
    margin-top: 49px !important
}

.margin-left-49 {
    margin-left: 49px !important
}

.margin-bottom-49 {
    margin-bottom: 49px !important
}

.margin-right-49 {
    margin-right: 49px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.margin-top-51 {
    margin-top: 51px !important
}

.margin-left-51 {
    margin-left: 51px !important
}

.margin-bottom-51 {
    margin-bottom: 51px !important
}

.margin-right-51 {
    margin-right: 51px !important
}

.margin-top-52 {
    margin-top: 52px !important
}

.margin-left-52 {
    margin-left: 52px !important
}

.margin-bottom-52 {
    margin-bottom: 52px !important
}

.margin-right-52 {
    margin-right: 52px !important
}

.margin-top-53 {
    margin-top: 53px !important
}

.margin-left-53 {
    margin-left: 53px !important
}

.margin-bottom-53 {
    margin-bottom: 53px !important
}

.margin-right-53 {
    margin-right: 53px !important
}

.margin-top-54 {
    margin-top: 54px !important
}

.margin-left-54 {
    margin-left: 54px !important
}

.margin-bottom-54 {
    margin-bottom: 54px !important
}

.margin-right-54 {
    margin-right: 54px !important
}

.margin-top-55 {
    margin-top: 55px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.margin-top-56 {
    margin-top: 56px !important
}

.margin-left-56 {
    margin-left: 56px !important
}

.margin-bottom-56 {
    margin-bottom: 56px !important
}

.margin-right-56 {
    margin-right: 56px !important
}

.margin-top-57 {
    margin-top: 57px !important
}

.margin-left-57 {
    margin-left: 57px !important
}

.margin-bottom-57 {
    margin-bottom: 57px !important
}

.margin-right-57 {
    margin-right: 57px !important
}

.margin-top-58 {
    margin-top: 58px !important
}

.margin-left-58 {
    margin-left: 58px !important
}

.margin-bottom-58 {
    margin-bottom: 58px !important
}

.margin-right-58 {
    margin-right: 58px !important
}

.margin-top-59 {
    margin-top: 59px !important
}

.margin-left-59 {
    margin-left: 59px !important
}

.margin-bottom-59 {
    margin-bottom: 59px !important
}

.margin-right-59 {
    margin-right: 59px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.margin-top-61 {
    margin-top: 61px !important
}

.margin-left-61 {
    margin-left: 61px !important
}

.margin-bottom-61 {
    margin-bottom: 61px !important
}

.margin-right-61 {
    margin-right: 61px !important
}

.margin-top-62 {
    margin-top: 62px !important
}

.margin-left-62 {
    margin-left: 62px !important
}

.margin-bottom-62 {
    margin-bottom: 62px !important
}

.margin-right-62 {
    margin-right: 62px !important
}

.margin-top-63 {
    margin-top: 63px !important
}

.margin-left-63 {
    margin-left: 63px !important
}

.margin-bottom-63 {
    margin-bottom: 63px !important
}

.margin-right-63 {
    margin-right: 63px !important
}

.margin-top-64 {
    margin-top: 64px !important
}

.margin-left-64 {
    margin-left: 64px !important
}

.margin-bottom-64 {
    margin-bottom: 64px !important
}

.margin-right-64 {
    margin-right: 64px !important
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-left-65 {
    margin-left: 65px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-right-65 {
    margin-right: 65px !important
}

.margin-top-66 {
    margin-top: 66px !important
}

.margin-left-66 {
    margin-left: 66px !important
}

.margin-bottom-66 {
    margin-bottom: 66px !important
}

.margin-right-66 {
    margin-right: 66px !important
}

.margin-top-67 {
    margin-top: 67px !important
}

.margin-left-67 {
    margin-left: 67px !important
}

.margin-bottom-67 {
    margin-bottom: 67px !important
}

.margin-right-67 {
    margin-right: 67px !important
}

.margin-top-68 {
    margin-top: 68px !important
}

.margin-left-68 {
    margin-left: 68px !important
}

.margin-bottom-68 {
    margin-bottom: 68px !important
}

.margin-right-68 {
    margin-right: 68px !important
}

.margin-top-69 {
    margin-top: 69px !important
}

.margin-left-69 {
    margin-left: 69px !important
}

.margin-bottom-69 {
    margin-bottom: 69px !important
}

.margin-right-69 {
    margin-right: 69px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-left-70 {
    margin-left: 70px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-right-70 {
    margin-right: 70px !important
}

.margin-top-71 {
    margin-top: 71px !important
}

.margin-left-71 {
    margin-left: 71px !important
}

.margin-bottom-71 {
    margin-bottom: 71px !important
}

.margin-right-71 {
    margin-right: 71px !important
}

.margin-top-72 {
    margin-top: 72px !important
}

.margin-left-72 {
    margin-left: 72px !important
}

.margin-bottom-72 {
    margin-bottom: 72px !important
}

.margin-right-72 {
    margin-right: 72px !important
}

.margin-top-73 {
    margin-top: 73px !important
}

.margin-left-73 {
    margin-left: 73px !important
}

.margin-bottom-73 {
    margin-bottom: 73px !important
}

.margin-right-73 {
    margin-right: 73px !important
}

.margin-top-74 {
    margin-top: 74px !important
}

.margin-left-74 {
    margin-left: 74px !important
}

.margin-bottom-74 {
    margin-bottom: 74px !important
}

.margin-right-74 {
    margin-right: 74px !important
}

.margin-top-75 {
    margin-top: 75px !important
}

.margin-left-75 {
    margin-left: 75px !important
}

.margin-bottom-75 {
    margin-bottom: 75px !important
}

.margin-right-75 {
    margin-right: 75px !important
}

.margin-top-76 {
    margin-top: 76px !important
}

.margin-left-76 {
    margin-left: 76px !important
}

.margin-bottom-76 {
    margin-bottom: 76px !important
}

.margin-right-76 {
    margin-right: 76px !important
}

.margin-top-77 {
    margin-top: 77px !important
}

.margin-left-77 {
    margin-left: 77px !important
}

.margin-bottom-77 {
    margin-bottom: 77px !important
}

.margin-right-77 {
    margin-right: 77px !important
}

.margin-top-78 {
    margin-top: 78px !important
}

.margin-left-78 {
    margin-left: 78px !important
}

.margin-bottom-78 {
    margin-bottom: 78px !important
}

.margin-right-78 {
    margin-right: 78px !important
}

.margin-top-79 {
    margin-top: 79px !important
}

.margin-left-79 {
    margin-left: 79px !important
}

.margin-bottom-79 {
    margin-bottom: 79px !important
}

.margin-right-79 {
    margin-right: 79px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-right-80 {
    margin-right: 80px !important
}

.padding-top-1 {
    padding-top: 1px !important
}

.padding-left-1 {
    padding-left: 1px !important
}

.padding-bottom-1 {
    padding-bottom: 1px !important
}

.padding-right-1 {
    padding-right: 1px !important
}

.padding-top-2 {
    padding-top: 2px !important
}

.padding-left-2 {
    padding-left: 2px !important
}

.padding-bottom-2 {
    padding-bottom: 2px !important
}

.padding-right-2 {
    padding-right: 2px !important
}

.padding-top-3 {
    padding-top: 3px !important
}

.padding-left-3 {
    padding-left: 3px !important
}

.padding-bottom-3 {
    padding-bottom: 3px !important
}

.padding-right-3 {
    padding-right: 3px !important
}

.padding-top-4 {
    padding-top: 4px !important
}

.padding-left-4 {
    padding-left: 4px !important
}

.padding-bottom-4 {
    padding-bottom: 4px !important
}

.padding-right-4 {
    padding-right: 4px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-top-6 {
    padding-top: 6px !important
}

.padding-left-6 {
    padding-left: 6px !important
}

.padding-bottom-6 {
    padding-bottom: 6px !important
}

.padding-right-6 {
    padding-right: 6px !important
}

.padding-top-7 {
    padding-top: 7px !important
}

.padding-left-7 {
    padding-left: 7px !important
}

.padding-bottom-7 {
    padding-bottom: 7px !important
}

.padding-right-7 {
    padding-right: 7px !important
}

.padding-top-8 {
    padding-top: 8px !important
}

.padding-left-8 {
    padding-left: 8px !important
}

.padding-bottom-8 {
    padding-bottom: 8px !important
}

.padding-right-8 {
    padding-right: 8px !important
}

.padding-top-9 {
    padding-top: 9px !important
}

.padding-left-9 {
    padding-left: 9px !important
}

.padding-bottom-9 {
    padding-bottom: 9px !important
}

.padding-right-9 {
    padding-right: 9px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-top-11 {
    padding-top: 11px !important
}

.padding-left-11 {
    padding-left: 11px !important
}

.padding-bottom-11 {
    padding-bottom: 11px !important
}

.padding-right-11 {
    padding-right: 11px !important
}

.padding-top-12 {
    padding-top: 12px !important
}

.padding-left-12 {
    padding-left: 12px !important
}

.padding-bottom-12 {
    padding-bottom: 12px !important
}

.padding-right-12 {
    padding-right: 12px !important
}

.padding-top-13 {
    padding-top: 13px !important
}

.padding-left-13 {
    padding-left: 13px !important
}

.padding-bottom-13 {
    padding-bottom: 13px !important
}

.padding-right-13 {
    padding-right: 13px !important
}

.padding-top-14 {
    padding-top: 14px !important
}

.padding-left-14 {
    padding-left: 14px !important
}

.padding-bottom-14 {
    padding-bottom: 14px !important
}

.padding-right-14 {
    padding-right: 14px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-top-16 {
    padding-top: 16px !important
}

.padding-left-16 {
    padding-left: 16px !important
}

.padding-bottom-16 {
    padding-bottom: 16px !important
}

.padding-right-16 {
    padding-right: 16px !important
}

.padding-top-17 {
    padding-top: 17px !important
}

.padding-left-17 {
    padding-left: 17px !important
}

.padding-bottom-17 {
    padding-bottom: 17px !important
}

.padding-right-17 {
    padding-right: 17px !important
}

.padding-top-18 {
    padding-top: 18px !important
}

.padding-left-18 {
    padding-left: 18px !important
}

.padding-bottom-18 {
    padding-bottom: 18px !important
}

.padding-right-18 {
    padding-right: 18px !important
}

.padding-top-19 {
    padding-top: 19px !important
}

.padding-left-19 {
    padding-left: 19px !important
}

.padding-bottom-19 {
    padding-bottom: 19px !important
}

.padding-right-19 {
    padding-right: 19px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.padding-top-21 {
    padding-top: 21px !important
}

.padding-left-21 {
    padding-left: 21px !important
}

.padding-bottom-21 {
    padding-bottom: 21px !important
}

.padding-right-21 {
    padding-right: 21px !important
}

.padding-top-22 {
    padding-top: 22px !important
}

.padding-left-22 {
    padding-left: 22px !important
}

.padding-bottom-22 {
    padding-bottom: 22px !important
}

.padding-right-22 {
    padding-right: 22px !important
}

.padding-top-23 {
    padding-top: 23px !important
}

.padding-left-23 {
    padding-left: 23px !important
}

.padding-bottom-23 {
    padding-bottom: 23px !important
}

.padding-right-23 {
    padding-right: 23px !important
}

.padding-top-24 {
    padding-top: 24px !important
}

.padding-left-24 {
    padding-left: 24px !important
}

.padding-bottom-24 {
    padding-bottom: 24px !important
}

.padding-right-24 {
    padding-right: 24px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.padding-top-26 {
    padding-top: 26px !important
}

.padding-left-26 {
    padding-left: 26px !important
}

.padding-bottom-26 {
    padding-bottom: 26px !important
}

.padding-right-26 {
    padding-right: 26px !important
}

.padding-top-27 {
    padding-top: 27px !important
}

.padding-left-27 {
    padding-left: 27px !important
}

.padding-bottom-27 {
    padding-bottom: 27px !important
}

.padding-right-27 {
    padding-right: 27px !important
}

.padding-top-28 {
    padding-top: 28px !important
}

.padding-left-28 {
    padding-left: 28px !important
}

.padding-bottom-28 {
    padding-bottom: 28px !important
}

.padding-right-28 {
    padding-right: 28px !important
}

.padding-top-29 {
    padding-top: 29px !important
}

.padding-left-29 {
    padding-left: 29px !important
}

.padding-bottom-29 {
    padding-bottom: 29px !important
}

.padding-right-29 {
    padding-right: 29px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-top-31 {
    padding-top: 31px !important
}

.padding-left-31 {
    padding-left: 31px !important
}

.padding-bottom-31 {
    padding-bottom: 31px !important
}

.padding-right-31 {
    padding-right: 31px !important
}

.padding-top-32 {
    padding-top: 32px !important
}

.padding-left-32 {
    padding-left: 32px !important
}

.padding-bottom-32 {
    padding-bottom: 32px !important
}

.padding-right-32 {
    padding-right: 32px !important
}

.padding-top-33 {
    padding-top: 33px !important
}

.padding-left-33 {
    padding-left: 33px !important
}

.padding-bottom-33 {
    padding-bottom: 33px !important
}

.padding-right-33 {
    padding-right: 33px !important
}

.padding-top-34 {
    padding-top: 34px !important
}

.padding-left-34 {
    padding-left: 34px !important
}

.padding-bottom-34 {
    padding-bottom: 34px !important
}

.padding-right-34 {
    padding-right: 34px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.padding-top-36 {
    padding-top: 36px !important
}

.padding-left-36 {
    padding-left: 36px !important
}

.padding-bottom-36 {
    padding-bottom: 36px !important
}

.padding-right-36 {
    padding-right: 36px !important
}

.padding-top-37 {
    padding-top: 37px !important
}

.padding-left-37 {
    padding-left: 37px !important
}

.padding-bottom-37 {
    padding-bottom: 37px !important
}

.padding-right-37 {
    padding-right: 37px !important
}

.padding-top-38 {
    padding-top: 38px !important
}

.padding-left-38 {
    padding-left: 38px !important
}

.padding-bottom-38 {
    padding-bottom: 38px !important
}

.padding-right-38 {
    padding-right: 38px !important
}

.padding-top-39 {
    padding-top: 39px !important
}

.padding-left-39 {
    padding-left: 39px !important
}

.padding-bottom-39 {
    padding-bottom: 39px !important
}

.padding-right-39 {
    padding-right: 39px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.padding-top-41 {
    padding-top: 41px !important
}

.padding-left-41 {
    padding-left: 41px !important
}

.padding-bottom-41 {
    padding-bottom: 41px !important
}

.padding-right-41 {
    padding-right: 41px !important
}

.padding-top-42 {
    padding-top: 42px !important
}

.padding-left-42 {
    padding-left: 42px !important
}

.padding-bottom-42 {
    padding-bottom: 42px !important
}

.padding-right-42 {
    padding-right: 42px !important
}

.padding-top-43 {
    padding-top: 43px !important
}

.padding-left-43 {
    padding-left: 43px !important
}

.padding-bottom-43 {
    padding-bottom: 43px !important
}

.padding-right-43 {
    padding-right: 43px !important
}

.padding-top-44 {
    padding-top: 44px !important
}

.padding-left-44 {
    padding-left: 44px !important
}

.padding-bottom-44 {
    padding-bottom: 44px !important
}

.padding-right-44 {
    padding-right: 44px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.padding-top-46 {
    padding-top: 46px !important
}

.padding-left-46 {
    padding-left: 46px !important
}

.padding-bottom-46 {
    padding-bottom: 46px !important
}

.padding-right-46 {
    padding-right: 46px !important
}

.padding-top-47 {
    padding-top: 47px !important
}

.padding-left-47 {
    padding-left: 47px !important
}

.padding-bottom-47 {
    padding-bottom: 47px !important
}

.padding-right-47 {
    padding-right: 47px !important
}

.padding-top-48 {
    padding-top: 48px !important
}

.padding-left-48 {
    padding-left: 48px !important
}

.padding-bottom-48 {
    padding-bottom: 48px !important
}

.padding-right-48 {
    padding-right: 48px !important
}

.padding-top-49 {
    padding-top: 49px !important
}

.padding-left-49 {
    padding-left: 49px !important
}

.padding-bottom-49 {
    padding-bottom: 49px !important
}

.padding-right-49 {
    padding-right: 49px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.padding-top-51 {
    padding-top: 51px !important
}

.padding-left-51 {
    padding-left: 51px !important
}

.padding-bottom-51 {
    padding-bottom: 51px !important
}

.padding-right-51 {
    padding-right: 51px !important
}

.padding-top-52 {
    padding-top: 52px !important
}

.padding-left-52 {
    padding-left: 52px !important
}

.padding-bottom-52 {
    padding-bottom: 52px !important
}

.padding-right-52 {
    padding-right: 52px !important
}

.padding-top-53 {
    padding-top: 53px !important
}

.padding-left-53 {
    padding-left: 53px !important
}

.padding-bottom-53 {
    padding-bottom: 53px !important
}

.padding-right-53 {
    padding-right: 53px !important
}

.padding-top-54 {
    padding-top: 54px !important
}

.padding-left-54 {
    padding-left: 54px !important
}

.padding-bottom-54 {
    padding-bottom: 54px !important
}

.padding-right-54 {
    padding-right: 54px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.padding-top-56 {
    padding-top: 56px !important
}

.padding-left-56 {
    padding-left: 56px !important
}

.padding-bottom-56 {
    padding-bottom: 56px !important
}

.padding-right-56 {
    padding-right: 56px !important
}

.padding-top-57 {
    padding-top: 57px !important
}

.padding-left-57 {
    padding-left: 57px !important
}

.padding-bottom-57 {
    padding-bottom: 57px !important
}

.padding-right-57 {
    padding-right: 57px !important
}

.padding-top-58 {
    padding-top: 58px !important
}

.padding-left-58 {
    padding-left: 58px !important
}

.padding-bottom-58 {
    padding-bottom: 58px !important
}

.padding-right-58 {
    padding-right: 58px !important
}

.padding-top-59 {
    padding-top: 59px !important
}

.padding-left-59 {
    padding-left: 59px !important
}

.padding-bottom-59 {
    padding-bottom: 59px !important
}

.padding-right-59 {
    padding-right: 59px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.padding-top-61 {
    padding-top: 61px !important
}

.padding-left-61 {
    padding-left: 61px !important
}

.padding-bottom-61 {
    padding-bottom: 61px !important
}

.padding-right-61 {
    padding-right: 61px !important
}

.padding-top-62 {
    padding-top: 62px !important
}

.padding-left-62 {
    padding-left: 62px !important
}

.padding-bottom-62 {
    padding-bottom: 62px !important
}

.padding-right-62 {
    padding-right: 62px !important
}

.padding-top-63 {
    padding-top: 63px !important
}

.padding-left-63 {
    padding-left: 63px !important
}

.padding-bottom-63 {
    padding-bottom: 63px !important
}

.padding-right-63 {
    padding-right: 63px !important
}

.padding-top-64 {
    padding-top: 64px !important
}

.padding-left-64 {
    padding-left: 64px !important
}

.padding-bottom-64 {
    padding-bottom: 64px !important
}

.padding-right-64 {
    padding-right: 64px !important
}

.padding-top-65 {
    padding-top: 65px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-bottom-65 {
    padding-bottom: 65px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

.padding-top-66 {
    padding-top: 66px !important
}

.padding-left-66 {
    padding-left: 66px !important
}

.padding-bottom-66 {
    padding-bottom: 66px !important
}

.padding-right-66 {
    padding-right: 66px !important
}

.padding-top-67 {
    padding-top: 67px !important
}

.padding-left-67 {
    padding-left: 67px !important
}

.padding-bottom-67 {
    padding-bottom: 67px !important
}

.padding-right-67 {
    padding-right: 67px !important
}

.padding-top-68 {
    padding-top: 68px !important
}

.padding-left-68 {
    padding-left: 68px !important
}

.padding-bottom-68 {
    padding-bottom: 68px !important
}

.padding-right-68 {
    padding-right: 68px !important
}

.padding-top-69 {
    padding-top: 69px !important
}

.padding-left-69 {
    padding-left: 69px !important
}

.padding-bottom-69 {
    padding-bottom: 69px !important
}

.padding-right-69 {
    padding-right: 69px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

.padding-top-71 {
    padding-top: 71px !important
}

.padding-left-71 {
    padding-left: 71px !important
}

.padding-bottom-71 {
    padding-bottom: 71px !important
}

.padding-right-71 {
    padding-right: 71px !important
}

.padding-top-72 {
    padding-top: 72px !important
}

.padding-left-72 {
    padding-left: 72px !important
}

.padding-bottom-72 {
    padding-bottom: 72px !important
}

.padding-right-72 {
    padding-right: 72px !important
}

.padding-top-73 {
    padding-top: 73px !important
}

.padding-left-73 {
    padding-left: 73px !important
}

.padding-bottom-73 {
    padding-bottom: 73px !important
}

.padding-right-73 {
    padding-right: 73px !important
}

.padding-top-74 {
    padding-top: 74px !important
}

.padding-left-74 {
    padding-left: 74px !important
}

.padding-bottom-74 {
    padding-bottom: 74px !important
}

.padding-right-74 {
    padding-right: 74px !important
}

.padding-top-75 {
    padding-top: 75px !important
}

.padding-left-75 {
    padding-left: 75px !important
}

.padding-bottom-75 {
    padding-bottom: 75px !important
}

.padding-right-75 {
    padding-right: 75px !important
}

.padding-top-76 {
    padding-top: 76px !important
}

.padding-left-76 {
    padding-left: 76px !important
}

.padding-bottom-76 {
    padding-bottom: 76px !important
}

.padding-right-76 {
    padding-right: 76px !important
}

.padding-top-77 {
    padding-top: 77px !important
}

.padding-left-77 {
    padding-left: 77px !important
}

.padding-bottom-77 {
    padding-bottom: 77px !important
}

.padding-right-77 {
    padding-right: 77px !important
}

.padding-top-78 {
    padding-top: 78px !important
}

.padding-left-78 {
    padding-left: 78px !important
}

.padding-bottom-78 {
    padding-bottom: 78px !important
}

.padding-right-78 {
    padding-right: 78px !important
}

.padding-top-79 {
    padding-top: 79px !important
}

.padding-left-79 {
    padding-left: 79px !important
}

.padding-bottom-79 {
    padding-bottom: 79px !important
}

.padding-right-79 {
    padding-right: 79px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

.mfp-container {
    overflow-x: hidden;
    padding: 0
}

fieldset {
    clear: both;
    overflow: hidden
}

ol,
ul {
    padding: 0;
    list-style-position: inside
}

ol ol,
ol ul,
ul ol,
ul ul {
    padding-left: 30px
}

.rtl ol ol,
.rtl ol ul,
.rtl ul ol,
.rtl ul ul {
    padding-right: 30px;
    padding-left: inherit
}

@media (max-width:1024px) {
    .order-first {
        -ms-flex-order: 2;
        order: 1
    }

    .order-last {
        -ms-flex-order: 1;
        order: 0
    }
}

.woocommerce input.button {
    background: #5cb85c;
    color: #fff;
    padding: 15px 20px;
    border: none
}

.woocommerce input.button:hover,
.woocommerce input.button:active {
    color: #fff;
    background: #5cb85c
}

.site-logo {
    display: inline-block;
    line-height: 1;
    font-size: 33px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.site-logo a {
    display: inline-block;
    color: #000 !important;
    line-height: 1
}

.post-password-form input {
    height: 43px;
    padding: 5px 10px
}

.post-password-form input[type=submit] {
    background: var(--ecosoap-theme-color);
    color: #fff;
    border: none;
    padding: 5px 25px
}

.post-password-form input[type=submit]:hover,
.post-password-form input[type=submit]:active {
    color: #fff;
    background: var(--ecosoap-theme-color)
}

.btn-search-top {
    cursor: pointer;
    display: inline-block
}

.input-group .btn,
.input-group .viewmore-products-btn {
    border-width: 1px
}

a:focus,
.btn:focus,
.viewmore-products-btn:focus {
    outline: none !important
}

.list,
.list-no {
    list-style: none;
    padding: 0;
    margin: 0
}

.media-body {
    width: 10000px
}

.btn,
.viewmore-products-btn,
button {
    outline: none !important
}

::-moz-selection {
    color: #fff;
    background: var(--ecosoap-theme-color)
}

::selection {
    color: #fff;
    background: var(--ecosoap-theme-color)
}

.pswp__item {
    cursor: move
}

.no-border {
    border: none !important
}

.no-border:before {
    display: none !important
}

.wpb_widgetised_column {
    margin: 0
}

.topmenu-menu-line {
    list-style: none;
    padding: 0;
    margin: 0
}

.topmenu-menu-line li {
    display: inline-block;
    vertical-align: middle
}

.topmenu-menu-line li .space {
    margin: 0 3px
}

body.show-header-static .goal-header .elementor-section .elementor-container,
body.show-header-static .goal-header .elementor-container,
body.show-header-static .goal-header .elementor-widget-wrap,
body.show-header-static .goal-header .elementor-widget,
body.show-header-static .goal-header .elementor-column,
body.show-header-static .goal-header .elementor-column-wrap,
body.show-header-static .goal-header .elementor-section {
    position: static
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: 30px
}

@media (min-width:1200px) {

    .e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
    .e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
        height: 90px
    }
}

#main-container.container-fluid>.row>* {
    padding-left: 0;
    padding-right: 0
}

.about-page .container-fluid,
.contact-page .container-fluid {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:991px) {

    .about-page .container-fluid,
    .contact-page .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.top-menu-mobile .title {
    font-size: 20px;
    padding: 0 15px;
    margin: 0 0 15px
}

.top-menu-mobile .navbar-nav>li>a {
    padding: 2px 15px
}

.goal-mfp-zoom-in .mfp-content {
    transform: scale(1.4);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s ease-in-out 0s
}

.goal-mfp-zoom-in.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

.goal-quickview .mfp-inline-holder .mfp-content {
    position: relative;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    background: #fff
}

@media (min-width:1200px) {
    .goal-quickview .mfp-inline-holder .mfp-content {
        width: 1200px;
        min-height: 400px
    }
}

.goal-quickview .mfp-inline-holder .mfp-content .details-product {
    padding: 35px 20px 20px;
    overflow: hidden;
    margin: 0 !important
}

@media (min-width:992px) {
    .goal-quickview .mfp-inline-holder .mfp-content .details-product {
        padding: 0
    }
}

.goal-quickview .mfp-inline-holder .mfp-content .woocommerce-product-details__short-description-wrapper {
    overflow: auto
}

.goal-quickview .mfp-inline-holder .mfp-content .information-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden
}

.goal-quickview .mfp-inline-holder .mfp-content .information-wrapper .woocommerce-variation-price,
.goal-quickview .mfp-inline-holder .mfp-content .information-wrapper .woocommerce-variation-availability,
.goal-quickview .mfp-inline-holder .mfp-content .information-wrapper .woocommerce-variation-add-to-cart .quantity {
    display: block !important;
    visibility: visible !important
}

@media (min-width:992px) {
    .goal-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
        padding: 30px 0 30px 30px
    }

    .rtl .goal-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
        padding: 30px 30px 30px 0
    }

    .goal-quickview .mfp-inline-holder .mfp-content .information {
        padding: 0 30px 0 0
    }

    .rtl .goal-quickview .mfp-inline-holder .mfp-content .information {
        padding: 0 0 0 30px
    }
}

@media (max-width:767px) {
    .goal-quickview .mfp-inline-holder .mfp-content .details-product .information {
        padding-top: 10px
    }
}

.goal-quickview .mfp-inline-holder .mfp-content .mfp-close {
    background: 0 0 !important;
    color: var(--ecosoap-text-color);
    font-size: 30px;
    transition: all .2s ease-in-out 0s
}

.goal-quickview .mfp-inline-holder .mfp-content .mfp-close:hover,
.goal-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
    color: #e44343
}

.goal-quickview .mfp-inline-holder .mfp-content .wrapper-thumbs {
    margin-top: 16px
}

.goal-quickview .mfp-inline-holder .mfp-content .slick-carousel {
    margin-left: -8px;
    margin-right: -8px
}

.goal-quickview .mfp-inline-holder .mfp-content .slick-carousel .slick-slide {
    padding-left: 8px;
    padding-right: 8px
}

.action .caret {
    width: 8px;
    height: 8px;
    position: relative
}

.action[aria-expanded=true] b {
    border: none
}

.action[aria-expanded=true] b:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px
}

ins {
    text-decoration: none
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto
}

.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.audio-responsive iframe {
    width: 100%;
    height: 126px
}

ul.list-square {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.list-square>li {
    line-height: 35px;
    font-size: 14px;
    margin: 0
}

ul.list-square>li.active>a,
ul.list-square>li:hover>a {
    color: var(--ecosoap-theme-color)
}

ul.list-square>li.active>a:before,
ul.list-square>li:hover>a:before {
    background: var(--ecosoap-theme-color)
}

ul.list-square>li>a {
    display: block;
    padding-left: 21px;
    position: relative
}

.rtl ul.list-square>li>a {
    padding-right: 21px;
    padding-left: inherit
}

ul.list-square>li>a:before {
    content: "";
    background: var(--ecosoap-link-color);
    width: 8px;
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.rtl ul.list-square>li>a:before {
    right: 0;
    left: auto
}

.breadcrumb>a+li:before,
.breadcrumb>li+a:before,
.breadcrumb>li+li:before {
    color: #fff;
    display: inline-block;
    content: "\e649";
    font-family: "themify";
    padding: 0 8px;
    font-size: 8px
}

.goal-breadscrumb {
    background-color: #884d1b;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 20px;
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
    z-index: 1
}

@media (min-width:1200px) {
    .goal-breadscrumb {
        border-radius: 0 0 90px 90px;
        -webkit-border-radius: 0 0 90px 90px;
        -moz-border-radius: 0 0 90px 90px;
        -ms-border-radius: 0 0 90px 90px;
        -o-border-radius: 0 0 90px 90px
    }
}

.goal-breadscrumb.has_bg {
    background-position: 50%;
    background-size: cover
}

@media (min-width:992px) {
    .goal-breadscrumb {
        margin: 0 0 60px
    }
}

.goal-breadscrumb i {
    margin-right: 5px
}

.rtl .goal-breadscrumb i {
    margin-left: 5px;
    margin-right: inherit
}

.goal-breadscrumb .breadcrumb {
    background: 0 0;
    margin: 7px 0 0;
    padding: 0;
    color: var(--ecosoap-text-color)
}

.goal-breadscrumb .breadcrumb .active {
    color: var(--ecosoap-link-hover-color);
    font-weight: 600
}

.goal-breadscrumb .breadcrumb a {
    color: #fff;
    font-weight: 600
}

.goal-breadscrumb .breadcrumb a:hover,
.goal-breadscrumb .breadcrumb a:active {
    color: var(--ecosoap-link-hover-color)
}

.goal-breadscrumb .wrapper-breads {
    position: relative;
    padding: 30px 0;
    text-align: center
}

@media (min-width:992px) {
    .goal-breadscrumb .wrapper-breads {
        padding: 200px 0 150px
    }
}

@media (min-width:1200px) {
    .goal-breadscrumb.no-title .wrapper-breads {
        padding: 30px 0
    }
}

.goal-breadscrumb .bread-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 32px;
    margin: 0;
    word-break: break-word;
    -ms-word-wrap: break-word
}

@media (min-width:1200px) {
    .goal-breadscrumb .bread-title {
        font-size: 48px
    }
}

.search-form input,
.search-form .btn,
.search-form .viewmore-products-btn {
    background: #ebedee;
    border-color: #ebedee;
    color: var(--ecosoap-link-color)
}

.search-form .btn,
.search-form .viewmore-products-btn {
    padding: 10px 15px
}

.ui-autocomplete.ui-widget-content {
    padding: 15px;
    margin: 0;
    list-style: none;
    width: 293px !important;
    background: #fff
}

.ui-autocomplete.ui-widget-content li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcd7cc
}

.ui-autocomplete.ui-widget-content li:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.ui-autocomplete.ui-widget-content li img {
    width: 60px
}

.main-content {
    display: block;
    padding-bottom: 30px
}

.bg-dark {
    background: #272727;
    color: #fff
}

.text-purple {
    color: #6c58bd !important
}

.text-red {
    color: #c32322 !important
}

.text-red-1 {
    color: red !important
}

.text-orange {
    color: #f66000 !important
}

.text-theme {
    color: var(--ecosoap-theme-color) !important
}

.text-yellow {
    color: #e2d951 !important
}

.text-black {
    color: #000 !important
}

.text-white,
.text-light {
    color: #fff !important
}

.text-darker {
    color: #666 !important
}

.text-uppercase {
    text-transform: uppercase
}

.radius-0 {
    border-radius: 0 !important
}

.radius-x {
    border-radius: 50% !important
}

.radius-1x {
    border-radius: 10px !important
}

.radius-2x {
    border-radius: 20px !important
}

.radius-3x {
    border-radius: 30px !important
}

.radius-4x {
    border-radius: 40px !important
}

.radius-5x {
    border-radius: 50px !important
}

.radius-6x {
    border-radius: 60px !important
}

.radius-2 {
    border-radius: 2px !important
}

.radius-3 {
    border-radius: 3px !important
}

.radius-4 {
    border-radius: 4px !important
}

.radius-5 {
    border-radius: 5px !important
}

.radius-6 {
    border-radius: 6px !important
}

.owl-carousel-play {
    position: relative
}

.owl-carousel-play .owl-item:last-child .product-wrapper {
    border: none
}

.carousel-md {
    width: 44px;
    height: 44px;
    line-height: 44px
}

.carousel-sm {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px
}

.carousel-xs {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px
}

.add-fix-top {
    transition: all .2s ease-in-out 0s;
    position: fixed;
    z-index: 9;
    bottom: 50px;
    right: 10px;
    transform: translateX(100%);
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border: 0;
    text-align: center;
    background: var(--ecosoap-theme-color);
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff
}

.rtl .add-fix-top {
    left: 10px;
    right: auto
}

@media (min-width:1200px) {
    .add-fix-top {
        right: 30px
    }

    .rtl .add-fix-top {
        left: 30px;
        right: auto
    }
}

.add-fix-top i {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

.add-fix-top.active {
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100)
}

.add-fix-top.active:focus,
.add-fix-top.active:active,
.add-fix-top.active:hover {
    color: #fff !important;
    opacity: 1;
    filter: alpha(opacity=100)
}

.quick-links-wrapper .menu li {
    line-height: 1.2
}

.menu {
    padding: 0;
    margin: 0
}

.menu li {
    list-style: none;
    margin-bottom: 8px
}

.menu li:last-child {
    margin-bottom: 0
}

.menu ul {
    padding-left: 15px;
    margin: 0
}

.rtl .menu ul {
    padding-right: 15px;
    padding-left: inherit
}

.goal-body-loading {
    overflow: hidden
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes -webkit-spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.goal-page-loading {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.goal-loader-inner {
    margin: 0 auto;
    width: 82px;
    height: 82px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-size: cover;
    background-repeat: no-repeat
}

.goal-loader-inner>div {
    width: 8px;
    height: 100%;
    display: inline-block;
    float: left;
    margin-left: 2px;
    animation: delay .8s infinite ease-in-out
}

.goal-loader-inner .loader1 {
    background-color: #e39505
}

.goal-loader-inner .loader2 {
    background-color: #ff5395;
    animation-delay: -.7s
}

.goal-loader-inner .loader3 {
    background-color: #84b813;
    animation-delay: -.6s
}

.goal-loader-inner .loader4 {
    background-color: #f38ca3;
    animation-delay: -.5s
}

.goal-loader-inner .loader5 {
    background-color: #da5800;
    animation-delay: -.4s
}

@keyframes delay {

    0%,
    40%,
    100% {
        transform: scaleY(.05);
        -webkit-transform: scaleY(.05)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.tab-v1 .tabs-list {
    border: none;
    text-align: center;
    padding: 30px 0 50px
}

.tab-v1 .tabs-list li {
    padding: 0 22px;
    margin: 0;
    display: inline-block;
    float: none
}

.tab-v1 .tabs-list li a {
    padding: 5px 0;
    color: #777;
    border-width: 0 0 1px !important;
    border-color: #ccc;
    border-style: dashed;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    background: 0 0
}

.tab-v1 .tabs-list li.active>a:active,
.tab-v1 .tabs-list li.active>a:focus,
.tab-v1 .tabs-list li.active>a,
.tab-v1 .tabs-list li:hover>a:active,
.tab-v1 .tabs-list li:hover>a:focus,
.tab-v1 .tabs-list li:hover>a {
    border-color: transparent;
    color: var(--ecosoap-theme-color);
    background: 0 0
}

.tab-v1.style1 .tabs-list {
    padding: 10px 0 70px;
    text-align: right
}

.rtl .tab-v1.style1 .tabs-list {
    text-align: left
}

.tab-v1.style1 .tabs-list li.active,
.tab-v1.style1 .tabs-list li:hover {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1)
}

.tab-v1.style1 .tabs-list li.active>a:active,
.tab-v1.style1 .tabs-list li.active>a:focus,
.tab-v1.style1 .tabs-list li.active>a,
.tab-v1.style1 .tabs-list li:hover>a:active,
.tab-v1.style1 .tabs-list li:hover>a:focus,
.tab-v1.style1 .tabs-list li:hover>a {
    color: var(--ecosoap-link-color)
}

@media (min-width:992px) {
    .tab-v1.style1 {
        padding: 0 70px
    }
}

.tab-product-center .nav-tabs {
    border: none;
    margin: 0 0 30px;
    text-align: center
}

.tab-product-center .nav-tabs>li {
    display: inline-block;
    float: none;
    margin: 0 !important
}

.tab-product-center .nav-tabs>li>a {
    border: none !important;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px;
    color: var(--ecosoap-link-color);
    outline: none !important
}

.tab-product-center .nav-tabs>li:hover a,
.tab-product-center .nav-tabs>li.active a {
    color: var(--ecosoap-theme-color)
}

.tab-product-center .tab-content {
    position: relative
}

.tab-product-center .tab-content.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9) url(../../images/theme/loading-quick.gif) no-repeat scroll center 100px/50px auto
}

.page-links {
    overflow: hidden;
    margin: 0 0 30px
}

.page-links .page-links-title {
    font-weight: 400;
    color: var(--ecosoap-heading-color)
}

.page-links>span:not(.page-links-title),
.page-links>a {
    display: inline-block;
    line-height: 1;
    margin: 0 2px;
    padding: 9px 15px;
    border: 1px solid #dcd7cc;
    color: var(--ecosoap-link-color)
}

.page-links>span:not(.page-links-title):hover,
.page-links>span:not(.page-links-title):active,
.page-links>a:hover,
.page-links>a:active {
    color: #fff;
    background: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.page-links>span:not(.page-links-title) {
    color: #fff;
    background: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

option {
    padding: 5px
}

@media (min-width:992px) {
    .space-padding-left-30 {
        padding-left: 30px !important
    }
}

.woocommerce-MyAccount-navigation>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent {
    position: relative
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 5px;
    color: #fff;
    background: #e44343;
    text-transform: capitalize;
    font-size: 14px;
    width: 80px;
    height: 36px;
    text-indent: 0;
    transition: all .2s ease-in-out 0s
}

.rtl .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
    left: -5px;
    right: auto
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover,
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
    background: #e44343
}

.image-lazy-loading .image-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    max-height: 100%
}

.image-lazy-loading .image-wrapper img {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-in-out 0s
}

.image-lazy-loading .image-wrapper.image-loaded {
    background: 0 0
}

.image-lazy-loading .image-wrapper.image-loaded img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.scrollbar {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    display: inline-block;
    border: 6px solid #fff;
    transform: translateY(55px);
    position: relative;
    z-index: 9
}

.scrollbar:hover,
.scrollbar:active {
    color: #fff
}

.rtl .navbar-nav {
    float: right
}

.rtl .goal-topcart .dropdown-menu-right {
    right: auto;
    left: 0
}

.rtl .dropdown-menu {
    text-align: right
}

.rtl .widget-mailchimp .btn,
.rtl .widget-mailchimp .viewmore-products-btn {
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px
}

.rtl .widget-mailchimp .form-control {
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0
}

.rtl .main-search .media-left,
.rtl .main-search .media>.pull-left {
    padding: 0 0 0 15px
}

.rtl .widget-process .proces-item .line-space {
    left: inherit;
    right: 100%;
    transform: translateX(50%)
}

.rtl .form-ecosoap-ppp select,
.rtl .goal-filter select {
    background-position: left 10px center
}

.show-search {
    cursor: pointer;
    line-height: 1;
    font-size: 16px
}

.show-search:hover,
.show-search:active,
.show-search:focus {
    color: var(--ecosoap-theme-color)
}

.search-header {
    position: fixed;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #f7f7f7;
    transition: all .2s ease-in-out 0s
}

.search-header.active {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 100%;
    visibility: visible
}

.social-top {
    list-style: none;
    padding: 0;
    margin: 0
}

.social-top li {
    display: inline-block;
    margin-right: 10px
}

.rtl .social-top li {
    margin-left: 10px;
    margin-right: inherit
}

.social-top li:last-child {
    margin: 0
}

.select2-container {
    outline: none !important
}

.select2-search--dropdown {
    padding: 10px 15px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dcd7cc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 33px;
    font-size: 14px;
    padding: 5px 10px
}

.select2-results__option {
    padding: 5px 10px;
    font-size: 14px;
    outline: none !important
}

.select2-dropdown {
    border: none;
    margin-top: 1px;
    top: 0
}

.select2-results {
    padding: 0 15px 15px
}

.woosw-list .woosw-copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em
}

.woosw-list .woosw-copy .woosw-copy-url [type=url] {
    height: 40px;
    padding: 5px 15px;
    outline: none !important;
    border: 1px solid var(--ecosoap-link-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

@media (max-width:767px) {
    .woosw-list table.woosw-items .woosw-item .woosw-item--name a {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .woosw-list table.woosw-items .woosw-item .woosw-item--image {
        width: 85px;
        display: inline-block
    }
}

@media (max-width:767px) {
    .woosw-list .add-cart .add_to_cart_button {
        padding: 5px 10px;
        font-size: 11px
    }
}

.woosw-list .woosw-actions {
    margin: 30px 0
}

@media (min-width:1200px) {
    .woosw-list .woosw-actions {
        margin: 30px 0 60px
    }
}

.woosw-list .woosw-actions #woosw_copy_btn {
    background-color: var(--ecosoap-theme-color);
    border: 1px solid #dcd7cc;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 18px
}

.woosw-list .woosw-actions #woosw_copy_btn:hover,
.woosw-list .woosw-actions #woosw_copy_btn:focus {
    background-color: var(--ecosoap-link-color);
    color: #fff
}

.yith-wcwl-share ul li {
    display: inline-block
}

.wishlist-title.wishlist-title-with-form {
    margin-bottom: 20px
}

.wishlist-title.wishlist-title-with-form>* {
    display: inline-block;
    vertical-align: middle
}

.wishlist-title.wishlist-title-with-form h2 {
    margin: 0;
    font-size: 25px
}

.wishlist-title.wishlist-title-with-form .button {
    margin-left: 5px;
    border: 0 !important;
    background: #e44343;
    color: #fff;
    transition: all .3s ease-in-out 0s;
    font-weight: 400
}

.rtl .wishlist-title.wishlist-title-with-form .button {
    margin-right: 5px;
    margin-left: inherit
}

.wishlist-title.wishlist-title-with-form .button:hover,
.wishlist-title.wishlist-title-with-form .button:focus {
    color: #fff;
    background: #e44343
}

.yith-wcwl-form .hidden-title-form {
    display: none
}

.yith-wcwl-form .hidden-title-form [name=wishlist_name] {
    height: 38px;
    padding: 5px 20px;
    border: 1px solid #dcd7cc;
    transition: all .3s ease-in-out 0s
}

.yith-wcwl-form .hidden-title-form [name=wishlist_name]:focus {
    border-color: #dcd7cc
}

.yith-wcwl-form .hidden-title-form [type=submit] {
    height: 38px;
    border: 0;
    background: #5cb85c;
    color: #fff;
    padding: 5px 20px
}

.yith-wcwl-form .hidden-title-form [type=submit]:hover,
.yith-wcwl-form .hidden-title-form [type=submit]:focus {
    color: #fff;
    background: #5cb85c
}

.yith-wcwl-form .hidden-title-form .button {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    padding: 0 20px;
    height: 38px;
    margin-left: 5px;
    border: 0 !important;
    background: #e44343;
    color: #fff;
    transition: all .3s ease-in-out 0s;
    font-weight: 400
}

.rtl .yith-wcwl-form .hidden-title-form .button {
    margin-right: 5px;
    margin-left: inherit
}

.yith-wcwl-form .hidden-title-form .button:hover,
.yith-wcwl-form .hidden-title-form .button:focus {
    color: #fff;
    background: #e44343
}

.wishlist_view.mobile {
    list-style: none;
    padding: 0;
    margin: 0
}

.wishlist_view.mobile .label {
    color: var(--ecosoap-text-color)
}

.wishlist_view.mobile .product-name h3 {
    margin: 0 0 5px;
    font-size: 18px
}

.wishlist_view.mobile .additional-info-wrapper,
.wishlist_view.mobile .item-details {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    font-family: "Cera Pro Medium"
}

.wishlist_view.mobile .additional-info-wrapper table,
.wishlist_view.mobile .item-details table {
    border: none !important
}

.wishlist_view.mobile .additional-info-wrapper table td,
.wishlist_view.mobile .item-details table td {
    line-height: 1.5;
    border: none !important;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    text-align: left
}

.rtl .wishlist_view.mobile .additional-info-wrapper table td,
.rtl .wishlist_view.mobile .item-details table td {
    text-align: right
}

.wishlist_view.mobile .additional-info-wrapper table .label,
.wishlist_view.mobile .item-details table .label {
    width: 30%
}

.wishlist_view.mobile .additional-info-wrapper table .value,
.wishlist_view.mobile .item-details table .value {
    width: 80%
}

.wishlist_view.mobile .additional-info-wrapper .item-details-table,
.wishlist_view.mobile .item-details .item-details-table {
    margin-bottom: 0
}

.wishlist_view.mobile .additional-info-wrapper .additional-info,
.wishlist_view.mobile .item-details .additional-info {
    margin-bottom: 10px
}

.wishlist_view.mobile .remove_from_wishlist {
    float: right;
    transform: translateY(-35px);
    display: inline-block;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #e44343;
    background: #e44343;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #fff !important;
    transition: all .2s ease-in-out 0s
}

.rtl .wishlist_view.mobile .remove_from_wishlist {
    float: left
}

.wishlist_view.mobile .remove_from_wishlist i:before {
    content: "\e646";
    font-family: "themify";
    font-style: normal;
    font-weight: 400
}

.wishlist_view.mobile .product-add-to-cart .button {
    padding: 8px 20px;
    font-size: 12px
}

.wishlist_view.mobile>li {
    margin-bottom: 25px;
    border-bottom: 1px solid #dcd7cc
}

.wishlist_view.mobile>li:last-child {
    margin-bottom: 0;
    border: 0
}

.wishlist_view.mobile .product-thumbnail img {
    max-width: 100px
}

.wishlist_view.mobile .item-wrapper {
    overflow: hidden;
    clear: both
}

.wishlist_view.mobile .item-wrapper .product-thumbnail {
    width: 100px;
    float: left
}

.rtl .wishlist_view.mobile .item-wrapper .product-thumbnail {
    float: right
}

.wishlist_view.mobile .item-wrapper .right-inner {
    overflow: hidden;
    padding-left: 15px
}

.rtl .wishlist_view.mobile .item-wrapper .right-inner {
    padding-right: 15px;
    padding-left: inherit
}

.widget {
    margin-bottom: 0;
    position: relative;
    padding: 0;
    background: 0 0;
    border: 0
}

@media (min-width:768px) {
    .widget {
        margin-bottom: 30px
    }
}

.widget .widget-title,
.widget .widgettitle,
.widget .widget-heading {
    margin: 0 0 20px
}

@media (min-width:1200px) {

    .widget .widget-title,
    .widget .widgettitle,
    .widget .widget-heading {
        margin: 0 0 45px
    }
}

.widget .widget-title.widget-title-left,
.widget .widgettitle.widget-title-left,
.widget .widget-heading.widget-title-left {
    margin: 0;
    text-align: left
}

.rtl .widget .widget-title.widget-title-left,
.rtl .widget .widgettitle.widget-title-left,
.rtl .widget .widget-heading.widget-title-left {
    text-align: right
}

.widget .widget-title.widget-title-left .sub-widget-title:after,
.widget .widgettitle.widget-title-left .sub-widget-title:after,
.widget .widget-heading.widget-title-left .sub-widget-title:after {
    display: none
}

.widget .widget-title h3,
.widget .widgettitle h3,
.widget .widget-heading h3 {
    color: var(--ecosoap-heading-color);
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    padding: 0;
    margin: 0;
    position: relative;
    letter-spacing: 0;
    text-transform: capitalize
}

@media (min-width:991px) {

    .widget .widget-title h3,
    .widget .widgettitle h3,
    .widget .widget-heading h3 {
        font-size: 36px;
        padding: 0;
        margin: 0;
        line-height: 1
    }
}

.widget .widget-title h3.products-deal-title,
.widget .widgettitle h3.products-deal-title,
.widget .widget-heading h3.products-deal-title {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--ecosoap-heading-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .05)
}

@media (min-width:991px) {

    .widget .widget-title h3.products-deal-title,
    .widget .widgettitle h3.products-deal-title,
    .widget .widget-heading h3.products-deal-title {
        font-size: 26px;
        padding: 15px 35px
    }
}

.widget .widget-title h3.products-deal-title i,
.widget .widgettitle h3.products-deal-title i,
.widget .widget-heading h3.products-deal-title i {
    animation: fading 1s infinite;
    -webkit-animation: fading 1s infinite;
    color: var(--ecosoap-theme-color);
    margin-right: 10px;
    font-size: 26px
}

.rtl .widget .widget-title h3.products-deal-title i,
.rtl .widget .widgettitle h3.products-deal-title i,
.rtl .widget .widget-heading h3.products-deal-title i {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:1200px) {

    .widget .widget-title h3.products-deal-title i,
    .widget .widgettitle h3.products-deal-title i,
    .widget .widget-heading h3.products-deal-title i {
        font-size: 32px
    }
}

.widget .widget-title .sub-widget-title,
.widget .widgettitle .sub-widget-title,
.widget .widget-heading .sub-widget-title {
    color: var(--ecosoap-theme-color);
    font-weight: 600;
    font-style: normal;
    width: 100%;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.widget .widget-title p.sub-text,
.widget .widget-title p,
.widget .widgettitle p.sub-text,
.widget .widgettitle p,
.widget .widget-heading p.sub-text,
.widget .widget-heading p {
    font-weight: 400;
    font-style: normal;
    width: 100%;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    font-size: 16px
}

@media (min-width:1200px) {

    .widget .widget-title p.sub-text,
    .widget .widget-title p,
    .widget .widgettitle p.sub-text,
    .widget .widgettitle p,
    .widget .widget-heading p.sub-text,
    .widget .widget-heading p {
        font-size: 18px;
        line-height: 26px
    }
}

.widget .top-info.flex-middle-sm .widget-title h3.products-tabs-title,
.widget .top-info.flex-middle-sm .widgettitle h3.products-tabs-title,
.widget .top-info.flex-middle-sm .widget-heading h3.products-tabs-title {
    margin: 0
}

.widget.widget-woocommerce-currency-switcher {
    margin-bottom: 0
}

.widget.widget-lookbook,
.widget.widget-products-tabs,
.widget.widget-blogs {
    margin: 0
}

.widget.widget-testimonials {
    margin-bottom: 0
}

@media (max-width:767px) {
    .widget.widget-testimonials .widget-title {
        text-align: center
    }
}

.widget.related {
    position: relative;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .widget.related {
        margin-bottom: 40px
    }
}

.widget.widget-recent_viewed .widget-title {
    margin: 0 0 30px
}

.widget.widget-about {
    margin: 0
}

.widget.widget-about h3 {
    margin: 10px 0 20px
}

.widget.widget-recent_viewed .widget-title h3,
.widget.widget-recent_viewed .widgettitle h3,
.widget.widget-recent_viewed .widget-heading h3 {
    font-size: 18px;
    text-align: left
}

.rtl .widget.widget-recent_viewed .widget-title h3,
.rtl .widget.widget-recent_viewed .widgettitle h3,
.rtl .widget.widget-recent_viewed .widget-heading h3 {
    text-align: right
}

@media (min-width:768px) {

    .widget.widget-recent_viewed .widget-title h3,
    .widget.widget-recent_viewed .widgettitle h3,
    .widget.widget-recent_viewed .widget-heading h3 {
        font-size: 24px
    }
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.sidebar>.widget,
.goal-sidebar>.widget {
    background-color: transparent;
    margin: 0 0 25px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px
}

@media (min-width:768px) {

    .sidebar>.widget,
    .goal-sidebar>.widget {
        padding: 0;
        margin: 0 0 50px;
        text-align: left
    }

    .rtl .sidebar>.widget,
    .rtl .goal-sidebar>.widget {
        text-align: right
    }

    .sidebar>.widget:last-child,
    .goal-sidebar>.widget:last-child {
        border-bottom: 0
    }
}

.sidebar>.widget.widget_goal_elementor_template,
.goal-sidebar>.widget.widget_goal_elementor_template {
    border: 0;
    padding: 0
}

.sidebar>.widget.widget_goal_elementor_template .top-info,
.goal-sidebar>.widget.widget_goal_elementor_template .top-info {
    display: block
}

.sidebar>.widget.widget_goal_elementor_template .widget-title h3,
.goal-sidebar>.widget.widget_goal_elementor_template .widget-title h3 {
    margin: 0
}

.sidebar>.widget.widget_goal_elementor_template .shop-list-small .image-left,
.goal-sidebar>.widget.widget_goal_elementor_template .shop-list-small .image-left {
    width: 100px
}

.sidebar>.widget.widget_goal_elementor_template .shop-list-small .info-right,
.goal-sidebar>.widget.widget_goal_elementor_template .shop-list-small .info-right {
    width: calc(100% - 100px);
    padding-left: 10px
}

.rtl .sidebar>.widget.widget_goal_elementor_template .shop-list-small .info-right,
.rtl .goal-sidebar>.widget.widget_goal_elementor_template .shop-list-small .info-right {
    padding-right: 10px;
    padding-left: inherit
}

@media (min-width:1200px) {

    .sidebar>.widget.widget_goal_elementor_template .shop-list-small .info-right,
    .goal-sidebar>.widget.widget_goal_elementor_template .shop-list-small .info-right {
        padding-left: 15px
    }

    .rtl .sidebar>.widget.widget_goal_elementor_template .shop-list-small .info-right,
    .rtl .goal-sidebar>.widget.widget_goal_elementor_template .shop-list-small .info-right {
        padding-right: 15px;
        padding-left: inherit
    }
}

.sidebar>.widget.widget_block :where(.wc-block-product-filters),
.goal-sidebar>.widget.widget_block :where(.wc-block-product-filters) {
    z-index: 1;
    position: relative
}

.sidebar>.widget.widget_block .wp-block-heading,
.goal-sidebar>.widget.widget_block .wp-block-heading {
    margin: 0 0 25px !important
}

.sidebar>.widget.widget_block .wc-block-product-filter-price-slider__range,
.goal-sidebar>.widget.widget_block .wc-block-product-filter-price-slider__range {
    margin: 15px 2px
}

.sidebar>.widget.widget_block h1,
.sidebar>.widget.widget_block h2,
.sidebar>.widget.widget_block h3,
.sidebar>.widget.widget_block h4,
.sidebar>.widget.widget_block h5,
.sidebar>.widget.widget_block h6,
.sidebar>.widget.widget_block .h1,
.sidebar>.widget.widget_block .h2,
.sidebar>.widget.widget_block .h3,
.sidebar>.widget.widget_block .h4,
.sidebar>.widget.widget_block .h5,
.sidebar>.widget.widget_block .h6,
.goal-sidebar>.widget.widget_block h1,
.goal-sidebar>.widget.widget_block h2,
.goal-sidebar>.widget.widget_block h3,
.goal-sidebar>.widget.widget_block h4,
.goal-sidebar>.widget.widget_block h5,
.goal-sidebar>.widget.widget_block h6,
.goal-sidebar>.widget.widget_block .h1,
.goal-sidebar>.widget.widget_block .h2,
.goal-sidebar>.widget.widget_block .h3,
.goal-sidebar>.widget.widget_block .h4,
.goal-sidebar>.widget.widget_block .h5,
.goal-sidebar>.widget.widget_block .h6 {
    color: var(--ecosoap-heading-color);
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 800;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    margin: 0 0 25px;
    padding-block-end: 10px;
    border-bottom: 1px solid #dcd7cc;
    padding-block-start: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: left
}

.rtl .sidebar>.widget.widget_block h1,
.rtl .sidebar>.widget.widget_block h2,
.rtl .sidebar>.widget.widget_block h3,
.rtl .sidebar>.widget.widget_block h4,
.rtl .sidebar>.widget.widget_block h5,
.rtl .sidebar>.widget.widget_block h6,
.rtl .sidebar>.widget.widget_block .h1,
.rtl .sidebar>.widget.widget_block .h2,
.rtl .sidebar>.widget.widget_block .h3,
.rtl .sidebar>.widget.widget_block .h4,
.rtl .sidebar>.widget.widget_block .h5,
.rtl .sidebar>.widget.widget_block .h6,
.rtl .goal-sidebar>.widget.widget_block h1,
.rtl .goal-sidebar>.widget.widget_block h2,
.rtl .goal-sidebar>.widget.widget_block h3,
.rtl .goal-sidebar>.widget.widget_block h4,
.rtl .goal-sidebar>.widget.widget_block h5,
.rtl .goal-sidebar>.widget.widget_block h6,
.rtl .goal-sidebar>.widget.widget_block .h1,
.rtl .goal-sidebar>.widget.widget_block .h2,
.rtl .goal-sidebar>.widget.widget_block .h3,
.rtl .goal-sidebar>.widget.widget_block .h4,
.rtl .goal-sidebar>.widget.widget_block .h5,
.rtl .goal-sidebar>.widget.widget_block .h6 {
    text-align: right
}

@media (min-width:1200px) {

    .sidebar>.widget.widget_block h1,
    .sidebar>.widget.widget_block h2,
    .sidebar>.widget.widget_block h3,
    .sidebar>.widget.widget_block h4,
    .sidebar>.widget.widget_block h5,
    .sidebar>.widget.widget_block h6,
    .sidebar>.widget.widget_block .h1,
    .sidebar>.widget.widget_block .h2,
    .sidebar>.widget.widget_block .h3,
    .sidebar>.widget.widget_block .h4,
    .sidebar>.widget.widget_block .h5,
    .sidebar>.widget.widget_block .h6,
    .goal-sidebar>.widget.widget_block h1,
    .goal-sidebar>.widget.widget_block h2,
    .goal-sidebar>.widget.widget_block h3,
    .goal-sidebar>.widget.widget_block h4,
    .goal-sidebar>.widget.widget_block h5,
    .goal-sidebar>.widget.widget_block h6,
    .goal-sidebar>.widget.widget_block .h1,
    .goal-sidebar>.widget.widget_block .h2,
    .goal-sidebar>.widget.widget_block .h3,
    .goal-sidebar>.widget.widget_block .h4,
    .goal-sidebar>.widget.widget_block .h5,
    .goal-sidebar>.widget.widget_block .h6 {
        font-size: 22px
    }
}

.sidebar>.widget.widget_block .wp-block-latest-comments,
.goal-sidebar>.widget.widget_block .wp-block-latest-comments {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar>.widget .widget-title,
.sidebar>.widget .widgettitle,
.sidebar>.widget .widget-heading,
.goal-sidebar>.widget .widget-title,
.goal-sidebar>.widget .widgettitle,
.goal-sidebar>.widget .widget-heading {
    color: var(--ecosoap-heading-color);
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 800;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    margin: 0 0 25px;
    padding-block-end: 10px;
    border-bottom: 1px solid #dcd7cc;
    padding-block-start: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: left
}

.rtl .sidebar>.widget .widget-title,
.rtl .sidebar>.widget .widgettitle,
.rtl .sidebar>.widget .widget-heading,
.rtl .goal-sidebar>.widget .widget-title,
.rtl .goal-sidebar>.widget .widgettitle,
.rtl .goal-sidebar>.widget .widget-heading {
    text-align: right
}

@media (min-width:1200px) {

    .sidebar>.widget .widget-title,
    .sidebar>.widget .widgettitle,
    .sidebar>.widget .widget-heading,
    .goal-sidebar>.widget .widget-title,
    .goal-sidebar>.widget .widgettitle,
    .goal-sidebar>.widget .widget-heading {
        font-size: 22px
    }
}

.sidebar>.widget .widget-content,
.goal-sidebar>.widget .widget-content {
    list-style: none;
    margin: 0;
    text-align: left;
    display: inline-block;
    width: 100%
}

.rtl .sidebar>.widget .widget-content,
.rtl .goal-sidebar>.widget .widget-content {
    text-align: right
}

.sidebar>.widget .widget-content.widget-search .input-group,
.goal-sidebar>.widget .widget-content.widget-search .input-group {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden
}

.sidebar>.widget .wc-block-product-categories,
.goal-sidebar>.widget .wc-block-product-categories {
    margin-bottom: 0
}

.sidebar .goal-products-list,
.goal-sidebar .goal-products-list {
    border-style: solid;
    border-color: #dcd7cc;
    border-width: 0 1px 1px
}

.sidebar .goal-products-list .product-block,
.goal-sidebar .goal-products-list .product-block {
    padding: 20px;
    margin: 0
}

.sidebar .row.instagram-pics,
.goal-sidebar .row.instagram-pics {
    margin-left: -6px;
    margin-right: -6px
}

.sidebar .row.instagram-pics>[class*=col-md],
.goal-sidebar .row.instagram-pics>[class*=col-md] {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px
}

.sidebar .widget_goal_single_image,
.goal-sidebar .widget_goal_single_image {
    margin-bottom: 30px
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding: 20px 0 0
}

#goal-topbar .info-topbar .textwidget>span {
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    border-right: 1px solid #dcd7cc
}

.rtl #goal-topbar .info-topbar .textwidget>span {
    padding-left: 10px;
    padding-right: inherit
}

.rtl #goal-topbar .info-topbar .textwidget>span {
    margin-left: 10px;
    margin-right: inherit
}

.rtl #goal-topbar .info-topbar .textwidget>span {
    float: right
}

.rtl #goal-topbar .info-topbar .textwidget>span {
    border-left: 1px solid #dcd7cc;
    border-right: inherit
}

#goal-topbar .info-topbar .textwidget>span:last-child {
    border: 0
}

#goal-topbar .info-topbar .fa {
    margin-right: 8px
}

.rtl #goal-topbar .info-topbar .fa {
    margin-left: 8px;
    margin-right: inherit
}

.goal-footer {
    line-height: 30px
}

.goal-footer .widget-title,
.goal-footer .widgettitle,
.goal-footer .widget-heading {
    color: #fff
}

.goal-footer .widget-features-box.style3 .title {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    margin: 0
}

.goal-footer .widget-features-box.style3 .description {
    color: var(--ecosoap-theme-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px
}

@media (min-width:991px) {
    .goal-footer .widget-features-box.style3 .description {
        font-size: 22px
    }
}

.goal-footer .widget-features-box.style3 .features-box-image {
    width: 60px;
    padding-right: 15px
}

.goal-footer .widget-features-box.style3 .features-box-content {
    width: calc(100% - 60px)
}

.goal-footer .widget-features-box.style3 .item .item-inner {
    background-color: transparent;
    border: 0;
    padding: 0
}

.goal-footer .widget-nav-menu .menu li {
    margin: 0 0 5px;
    position: relative
}

.goal-footer .widget-social.st_small .social a {
    color: #707070
}

.goal-footer ul,
.goal-footer li {
    list-style: none;
    padding: 0;
    margin: 0
}

.goal-footer p {
    margin: 0
}

.goal-footer .wpb_button,
.goal-footer .wpb_content_element,
.goal-footer ul.wpb_thumbnails-fluid>li {
    margin-bottom: 20px
}

.goal-footer .widget-mailchimp .title {
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .01em
}

.goal-footer.dark {
    background: #000;
    color: #999
}

.goal-footer.dark .widget-title,
.goal-footer.dark .widgettitle,
.goal-footer.dark .widget-heading {
    color: #fff
}

.goal-footer.dark a {
    color: #999
}

.goal-footer.dark a:hover,
.goal-footer.dark a:focus {
    color: #fff
}

.goal-copyright .wpb_content_element,
.goal-copyright .widget {
    margin-bottom: 0 !important
}

.goal-copyright .menu li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0
}

.rtl .goal-copyright .menu li {
    margin-left: 10px;
    margin-right: inherit
}

.goal-copyright .menu li:last-child {
    margin: 0
}

.btn,
.viewmore-products-btn {
    outline: none !important
}

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
    color: #282828;
    background-color: #fff;
    border-color: #282828
}

.open .btn-outline-light.dropdown-toggle {
    color: #282828;
    background-color: #fff;
    border-color: #282828
}

.btn-outline-light:active,
.btn-outline-light.active {
    background-image: none
}

.open .btn-outline-light.dropdown-toggle {
    background-image: none
}

.btn-outline-light.disabled,
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:active,
.btn-outline-light.disabled.active,
.btn-outline-light[disabled],
.btn-outline-light[disabled]:hover,
.btn-outline-light[disabled]:focus,
.btn-outline-light[disabled]:active,
.btn-outline-light[disabled].active,
fieldset[disabled] .btn-outline-light,
fieldset[disabled] .btn-outline-light:hover,
fieldset[disabled] .btn-outline-light:focus,
fieldset[disabled] .btn-outline-light:active,
fieldset[disabled] .btn-outline-light.active {
    background-color: transparent;
    border-color: #fff
}

.btn-outline-light .badge {
    color: transparent;
    background-color: #fff
}

.btn-outline.btn-default {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.btn-outline.btn-default:hover {
    color: var(--ecosoap-theme-color);
    border-color: #fff;
    background: #fff
}

.btn-outline.btn-primary {
    background: 0 0;
    border-color: #282828;
    color: #282828
}

.btn-outline.btn-primary:hover {
    color: #fff;
    border-color: #282828;
    background: #282828
}

.btn-outline.btn-success {
    background: 0 0;
    border-color: #5cb85c;
    color: #5cb85c
}

.btn-outline.btn-success:hover {
    color: #fff;
    border-color: #5cb85c;
    background: #5cb85c
}

.btn-outline.btn-info {
    background: 0 0;
    border-color: #5bc0de;
    color: #5bc0de
}

.btn-outline.btn-info:hover {
    color: #fff;
    border-color: #5bc0de;
    background: #5bc0de
}

.btn-outline.btn-danger {
    background: 0 0;
    border-color: #e44343;
    color: #e44343
}

.btn-outline.btn-danger:hover {
    color: #fff;
    border-color: #e44343;
    background: #e44343
}

.btn-outline.btn-warning {
    background: 0 0;
    border-color: #f0ad4e;
    color: #f0ad4e
}

.btn-outline.btn-warning:hover {
    color: #fff;
    border-color: #f0ad4e;
    background: #f0ad4e
}

.btn-inverse.btn-primary:hover {
    color: #282828;
    background: #fff
}

.btn-inverse.btn-success:hover {
    color: #5cb85c;
    background: #fff
}

.btn-inverse.btn-info:hover {
    color: #5bc0de;
    background: #fff
}

.btn-inverse.btn-danger:hover {
    color: #e44343;
    background: #fff
}

.btn-inverse.btn-warning:hover {
    color: #f0ad4e;
    background: #fff
}

.btn-inverse.btn-theme:hover,
.btn-inverse.viewmore-products-btn:hover {
    color: var(--ecosoap-theme-color);
    background: #fff
}

.btn-compare.btn-outline {
    color: #4c4c4c;
    background: #fff;
    border: 1px solid #e9e9e9;
    height: 38px
}

.btn-compare.btn-outline:hover,
.btn-compare.btn-outline:active {
    color: #fff;
    background: #4c4c4c;
    border-color: #4c4c4c
}

.reamore {
    font-size: 14px;
    font-weight: 500;
    color: var(--ecosoap-theme-color) !important;
    text-transform: none;
    padding: 0 0 4px;
    border-bottom: 2px solid var(--ecosoap-theme-color)
}

.reamore i {
    margin-left: 8px
}

.rtl .reamore i {
    margin-right: 8px;
    margin-left: inherit
}

.goal-loadmore-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    background: var(--ecosoap-theme-color);
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    transition: all .2s ease-in-out 0s;
    padding: 10px 30px;
    transition: all .2s ease-in-out 0s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 0
}

.goal-loadmore-btn:hover,
.goal-loadmore-btn:active {
    color: #fff;
    background: #282828
}

.viewmore-products-btn {
    position: relative
}

.viewmore-products-btn:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(255, 255, 255, .9) url(../../images/theme/loading-quick.gif) no-repeat scroll center center/20px auto
}

.viewmore-products-btn.loading:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

button:focus,
.btn:focus,
.viewmore-products-btn:focus {
    outline: none !important;
    box-shadow: none !important
}

.btn-link {
    color: var(--ecosoap-theme-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: none
}

.btn-link:hover,
.btn-link:active {
    text-decoration: underline
}

.radius-0 {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important
}

.radius-circle {
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important
}

.btn-3d {
    box-shadow: 0 0 10px 0 rgba(var(--ecosoap-theme-color), .8)
}

.read-more {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    color: var(--ecosoap-theme-color)
}

.btn-white {
    background: #fff;
    color: var(--ecosoap-link-color);
    border-color: #fff
}

.btn-white:active,
.btn-white:hover {
    color: var(--ecosoap-theme-color);
    background: #fff;
    border-color: #fff
}

.btn-white.btn-br-white {
    background: #fff;
    color: var(--ecosoap-link-color);
    border-color: #fff
}

.btn-white.btn-br-white:active,
.btn-white.btn-br-white:hover {
    color: var(--ecosoap-link-color);
    background: #fff;
    border-color: #fff
}

.btn-readmore {
    color: var(--ecosoap-link-color);
    font-family: var(--ecosoap-heading-font), Arial, sans-serif !important;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
    padding-left: 0;
    border: 0
}

.rtl .btn-readmore {
    padding-left: 40px;
    padding-right: inherit
}

.rtl .btn-readmore {
    padding-right: 0;
    padding-left: inherit
}

.btn-readmore:hover,
.btn-readmore:focus,
.btn-readmore:active {
    background-color: transparent;
    color: var(--ecosoap-link-color)
}

.btn-lighten {
    border-color: #fff;
    color: #fff;
    background: 0 0
}

.btn-lighten:hover {
    color: #fff;
    background: 0 0;
    border-color: #fff
}

.btn-outline.btn-white {
    background: 0 0;
    color: var(--ecosoap-link-color);
    border-color: var(--ecosoap-theme-color)
}

.btn-outline.btn-white:active,
.btn-outline.btn-white:hover {
    color: #fff;
    background: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.btn-pink {
    color: #fff;
    background-color: #e3a3a2;
    border-color: #e3a3a2
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #e3a3a2;
    border-color: #e3a3a2
}

.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
    background-image: none
}

.btn-pink.disabled,
.btn-pink.disabled:hover,
.btn-pink.disabled:focus,
.btn-pink.disabled:active,
.btn-pink.disabled.active,
.btn-pink[disabled],
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
    background-color: #e3a3a2;
    border-color: #e3a3a2
}

.btn-pink .badge {
    color: #e3a3a2;
    background-color: #fff
}

.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse:hover {
    background: #fff !important;
    color: #282828 !important;
    border-color: #282828 !important
}

.btn-shop {
    border: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 40px;
    padding-left: 20px
}

.rtl .btn-shop {
    padding-left: 40px;
    padding-right: inherit
}

.rtl .btn-shop {
    padding-right: 20px;
    padding-left: inherit
}

.btn-shop:before,
.btn-shop:after {
    right: 15px;
    top: 5px;
    padding-right: 1px
}

.rtl .btn-shop:before,
.rtl .btn-shop:after {
    left: 15px;
    right: auto
}

.btn-shop:before {
    right: 20px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.rtl .btn-shop:before {
    left: 20px;
    right: auto
}

.btn-shop:hover:before {
    right: 15px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.rtl .btn-shop:hover:before {
    left: 15px;
    right: auto
}

.btn-shop:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
    right: -20px
}

.rtl .btn-shop:hover:after {
    left: -20px;
    right: auto
}

.rev-btn,
.rs-layer.btn,
.rs-layer.viewmore-products-btn {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

a.elementor-button .elementor-button-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-left: 0;
    font-size: 14px
}

.btn-theme,
.viewmore-products-btn,
a.btn-theme,
.rev-btn {
    overflow: hidden;
    border: 1px solid var(--ecosoap-link-hover-color);
    position: relative;
    color: #fff;
    background-color: var(--ecosoap-link-hover-color)
}

.btn-theme i,
.viewmore-products-btn i,
a.btn-theme i,
.rev-btn i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-left: 0;
    font-size: 18px
}

.btn-theme:hover,
.viewmore-products-btn:hover,
.btn-theme:focus,
.viewmore-products-btn:focus,
.btn-theme:active,
.viewmore-products-btn:active,
a.btn-theme:hover,
a.btn-theme:focus,
a.btn-theme:active,
.rev-btn:hover,
.rev-btn:focus,
.rev-btn:active {
    background-color: var(--ecosoap-link-color);
    border-color: var(--ecosoap-link-color)
}

.btn-theme-second,
a.btn-theme-second {
    overflow: hidden;
    border: 1px solid var(--ecosoap-link-color);
    position: relative;
    color: #fff;
    background-color: var(--ecosoap-link-color)
}

.btn-theme-second i,
a.btn-theme-second i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-left: 0
}

.btn-theme-second:hover,
.btn-theme-second:focus,
.btn-theme-second:active,
a.btn-theme-second:hover,
a.btn-theme-second:focus,
a.btn-theme-second:active {
    color: #fff;
    background-color: var(--ecosoap-link-hover-color);
    border-color: var(--ecosoap-link-hover-color)
}

.btn-dark {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
    background-image: none
}

.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
    background-color: #282828;
    border-color: #282828
}

.btn-dark .badge {
    color: #282828;
    background-color: #fff
}

.btn-dark:focus,
.btn-dark:hover {
    color: #fff !important
}

.btn-block {
    background-color: var(--ecosoap-link-color);
    border-color: var(--ecosoap-link-color);
    overflow: hidden;
    color: #fff
}

.btn-block:focus,
.btn-block:hover {
    background-color: var(--ecosoap-theme-color)
}

.btn-theme.btn-outline,
.btn-outline.viewmore-products-btn {
    color: #fff;
    border-color: #fff;
    background: 0 0
}

.btn-theme.btn-outline:hover,
.btn-outline.viewmore-products-btn:hover,
.btn-theme.btn-outline:active,
.btn-outline.viewmore-products-btn:active {
    color: #fff;
    background: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.more-link {
    color: var(--ecosoap-theme-color);
    display: inline-block;
    font-weight: 400;
    margin: 10px 0;
    text-transform: capitalize
}

.more-link:hover {
    text-decoration: none
}

.btn-shaded-sm {
    position: relative
}

.btn-shaded-sm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 20px 10px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, .4)
}

.search-popup .dropdown-menu {
    padding: 10px
}

.btn-action {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 10px;
    text-align: center;
    text-transform: none;
    transition: all .4s ease 0s;
    vertical-align: middle;
    white-space: nowrap
}

.searchform .input-search {
    padding: 15px;
    border-right: 0;
    line-height: 1.5
}

.rtl .searchform .input-search {
    border-left: 0;
    border-right: inherit
}

.searchform .btn-search {
    vertical-align: top;
    color: #adafac;
    padding: 12px 8px
}

.searchform .input-group-btn {
    line-height: 100%
}

.search-category .btn,
.search-category .viewmore-products-btn {
    margin-left: 10px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important
}

.rtl .search-category .btn,
.rtl .search-category .viewmore-products-btn {
    margin-right: 10px !important;
    margin-left: inherit
}

.search-category .wpo-search-inner label.form-control {
    border: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.search-category select {
    border: none;
    text-transform: capitalize;
    font-weight: 500
}

.chosen-container {
    width: 100% !important
}

.input-group-form {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: 0 0;
    margin: 0 0 5px
}

.input-group-form .form-control-reversed {
    border: 0;
    background: #222;
    color: #fff;
    font-size: 14px;
    height: 34px
}

.input-group-form .form-control-reversed:hover,
.input-group-form .form-control-reversed:focus {
    box-shadow: none
}

.input-group-form .input-group-addon {
    border: 0;
    background: #222;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-banner {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0 0 4px;
    font-weight: 500;
    text-transform: none;
    background-color: var(--ecosoap-link-color);
    line-height: 1.2
}

.btn-banner:hover,
.btn-banner:focus {
    background-color: var(--ecosoap-theme-color);
    color: #fff
}

.btn-banner.st-white {
    color: var(--ecosoap-link-color) !important;
    background-color: #fff !important
}

.btn-banner.st-white:hover,
.btn-banner.st-white:focus {
    background-color: var(--ecosoap-theme-color) !important;
    color: #fff !important
}

.btn-banner.st-theme {
    padding-bottom: 0;
    font-size: 14px;
    color: var(--ecosoap-link-color);
    background-color: transparent
}

.btn-banner.st-theme:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 0;
    height: 1px;
    background-color: var(--ecosoap-link-color);
    width: 100%;
    left: 50%;
    transition: transform .5s cubic-bezier(.28, 0, .18, 1) .2s;
    transform: translateX(-50%) scaleX(1)
}

.btn-banner.st-theme:hover,
.btn-banner.st-theme:focus {
    background-color: transparent
}

.btn-banner.st-theme:hover:before,
.btn-banner.st-theme:focus:before {
    transform: translateX(-50%) scaleX(0);
    transition: transform .5s cubic-bezier(.28, 0, .18, 1)
}

.btn-banner.st-small {
    padding-bottom: 0;
    font-size: 12px
}

.wrapper-container {
    position: relative
}

.wrapper-large {
    max-width: 1770px;
    margin: auto;
    float: none
}

.goal-topbar {
    padding: 12px 0;
    margin: 0 !important;
    background: #f2f3f5;
    color: #707070;
    font-size: 12px
}

.goal-topbar a {
    color: #707070
}

.goal-topbar a:active,
.goal-topbar a:hover {
    color: var(--ecosoap-theme-color)
}

.goal-topbar .dropdown-menu a {
    color: var(--ecosoap-link-color)
}

.goal-topbar .dropdown-menu a:active,
.goal-topbar .dropdown-menu a:hover {
    color: var(--ecosoap-link-hover-color)
}

.goal-topbar .topbar-left .item {
    display: inline-block
}

.goal-topbar .topbar-left .item+.item {
    margin-left: 40px
}

.rtl .goal-topbar .topbar-left .item+.item {
    margin-right: 40px;
    margin-left: inherit
}

.goal-topbar .topbar-right {
    margin-top: 5px;
    line-height: 1
}

.goal-topbar .topbar-right>* {
    float: right;
    padding-left: 30px;
    margin-left: 20px !important;
    border-left: 1px solid #dcdcdc
}

.rtl .goal-topbar .topbar-right>* {
    float: left
}

.rtl .goal-topbar .topbar-right>* {
    padding-right: 30px;
    padding-left: inherit
}

.rtl .goal-topbar .topbar-right>* {
    margin-right: 20px !important;
    margin-left: inherit
}

.rtl .goal-topbar .topbar-right>* {
    border-right: 1px solid #dcdcdc;
    border-left: inherit
}

.goal-topbar .topbar-right>*:last-child {
    border: none;
    padding: 0;
    margin: 0
}

.goal-topbar .topbar-right .woocommerce-currency-switcher-form .dd-selected {
    padding: 0 !important
}

.goal-topbar .wrapper-account {
    margin-right: 25px
}

.rtl .goal-topbar .wrapper-account {
    margin-left: 25px;
    margin-right: inherit
}

.goal-topbar .drop-dow {
    font-size: 16px;
    line-height: 1;
    color: var(--ecosoap-link-color)
}

.goal-topbar .drop-dow:hover,
.goal-topbar .drop-dow:active {
    color: var(--ecosoap-theme-color)
}

.goal-topbar .widget {
    margin: 0
}

.topbar-right-inner>* {
    display: inline-block;
    vertical-align: middle
}

.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
    border: none !important;
    padding-top: 0;
    padding-bottom: 2px;
    background: 0 0 !important
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: #fff;
    border: none;
    padding: 5px 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .1)
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    padding: 5px 10px
}

.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
    width: auto
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    min-width: 140px
}

.topbar-right {
    text-align: right
}

.rtl .topbar-right {
    text-align: left
}

.topbar-right .elementor-widget:not(.elementor-widget-spacer) {
    line-height: 1.4;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    padding-left: 18px;
    margin-left: 18px;
    border-left: 1px solid #dcd7cc;
    width: auto
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
    padding-right: 18px;
    padding-left: inherit
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
    margin-right: 18px;
    margin-left: inherit
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
    border-right: 1px solid #dcd7cc;
    border-left: inherit
}

.topbar-right .elementor-widget:not(.elementor-widget-spacer):first-child {
    margin: 0;
    padding: 0;
    border: 0
}

.topbar-right .top-wrapper-menu .login i,
.topbar-right .top-wrapper-menu .drop-dow i {
    font-size: 14px
}

.topbar-right .language-wrapper .dropdown-menu-right {
    right: -20px
}

.header-right {
    text-align: right
}

.rtl .header-right {
    text-align: left
}

.header-right .elementor-widget:not(.elementor-widget-spacer) {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    max-width: 75%;
    vertical-align: middle;
    width: auto
}

.rtl .header-right .elementor-widget:not(.elementor-widget-spacer) {
    margin-right: 15px;
    margin-left: inherit
}

.header-right .elementor-widget:not(.elementor-widget-spacer):first-child {
    margin: 0
}

.logo img {
    vertical-align: middle;
    width: 125px
}

@media (min-width:1200px) {
    .logo img {
        width: 145px
    }
}

.logo.logo-two img {
    vertical-align: middle;
    width: 90px
}

@media (min-width:1200px) {
    .logo.logo-two img {
        width: 90px
    }
}

.show-search-header {
    line-height: 1;
    transition: all .2s ease-in-out 0s;
    color: var(--ecosoap-link-color);
    display: inline-block;
    cursor: pointer
}

.show-search-header i {
    font-size: 24px
}

.top-wrapper-menu {
    position: relative
}

.top-wrapper-menu .login i,
.top-wrapper-menu .drop-dow i,
.top-wrapper-menu .account-icon i,
.top-wrapper-menu .show-search-header i {
    font-size: 24px;
    cursor: pointer
}

.top-wrapper-menu .login i {
    margin-right: 0
}

.rtl .top-wrapper-menu .login i {
    margin-left: 0;
    margin-right: inherit
}

.top-wrapper-menu.top-wrapper-menu-left .inner-top-menu {
    left: 0;
    right: auto
}

.rtl .top-wrapper-menu.top-wrapper-menu-left .inner-top-menu {
    right: 0;
    left: auto
}

.top-wrapper-menu .inner-top-menu {
    margin-top: 0;
    padding: 10px 25px;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    transition: all .3s ease-in-out 0s;
    transform: translateY(10px);
    text-align: left;
    min-width: 160px;
    z-index: 9
}

.rtl .top-wrapper-menu .inner-top-menu {
    left: 0;
    right: auto
}

.rtl .top-wrapper-menu .inner-top-menu {
    text-align: right
}

.top-wrapper-menu:hover .inner-top-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0px);
    background: #fff;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15)
}

.top-wrapper-menu .header_customer_login {
    margin-top: 10px;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all .3s ease-in-out 0s;
    min-width: 320px;
    z-index: 9
}

.rtl .top-wrapper-menu .header_customer_login {
    left: 0;
    right: auto
}

.top-wrapper-menu:hover .header_customer_login {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0px);
    background: #fff;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15)
}

.top-wrapper-menu.goal-search-form .inner-top-menu {
    min-width: 300px
}

.header_customer_login {
    padding: 30px
}

.header_customer_login .title {
    margin: 0 0 10px;
    font-size: 25px
}

.header_customer_login .topmenu-menu {
    margin: 0 auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header_customer_login .topmenu-menu>li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 10px
}

.header-left [class*=icon] {
    font-size: 16px
}

.header-left .btn-search-top {
    margin-top: 4px
}

.header-left .icon-menu-top [class*=icon] {
    font-size: 30px
}

.header-left>div {
    margin-right: 22px
}

.rtl .header-left>div {
    margin-left: 22px;
    margin-right: inherit
}

.header-left>div:last-child {
    margin-right: 0
}

.rtl .header-left>div:last-child {
    margin-left: 0;
    margin-right: inherit
}

.header-right .wishlist-icon i {
    font-size: 23px
}

.header-right [class*=icon] {
    font-size: 24px
}

.header-right>div {
    margin-left: 20px;
    line-height: 1
}

.rtl .header-right>div {
    margin-right: 20px;
    margin-left: inherit
}

.header-right>div:last-child {
    margin-left: 0
}

.rtl .header-right>div:last-child {
    margin-right: 0;
    margin-left: inherit
}

.header-default {
    background-color: #fff;
    padding: 0
}

.header-default .sticky-header {
    padding: 15px 0
}

@media (min-width:1200px) {
    .header-default .megamenu>li {
        margin-right: 0
    }

    .rtl .header-default .megamenu>li {
        margin-left: 0;
        margin-right: inherit
    }
}

.header-default .megamenu>li:last-child {
    margin-right: 0
}

.rtl .header-default .megamenu>li:last-child {
    margin-left: 0;
    margin-right: inherit
}

.header-default .header-right {
    margin-left: auto
}

.rtl .header-default .header-right {
    margin-right: auto;
    margin-left: inherit
}

.header-default+#goal-main-content .wrapper-breads {
    border: none
}

body.home .home-page-default {
    padding-top: 35px
}

@media (min-width:992px) {
    body.home .home-page-default {
        padding-top: 45px
    }
}

.header-mobile {
    padding: 12px 0;
    background: #fff
}

.header-mobile .btn-showmenu {
    color: var(--ecosoap-link-color);
    font-size: 20px;
    padding: 0;
    background-color: transparent;
    background-image: none;
    line-height: 1;
    border: 0;
    border-radius: 0
}

.header-mobile .btn-showmenu:before {
    display: none
}

.header-mobile>.btn-offcanvas {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1
}

.header-mobile .btn.dropdown-toggle,
.header-mobile .dropdown-toggle.viewmore-products-btn,
.header-mobile .btn.offcanvas,
.header-mobile .offcanvas.viewmore-products-btn {
    border: none;
    padding: 0;
    font-size: 18px;
    color: #000;
    background: 0 0
}

.header-mobile .btn.dropdown-toggle:hover,
.header-mobile .dropdown-toggle.viewmore-products-btn:hover,
.header-mobile .btn.dropdown-toggle:active,
.header-mobile .dropdown-toggle.viewmore-products-btn:active,
.header-mobile .btn.dropdown-toggle:focus,
.header-mobile .dropdown-toggle.viewmore-products-btn:focus,
.header-mobile .btn.offcanvas:hover,
.header-mobile .offcanvas.viewmore-products-btn:hover,
.header-mobile .btn.offcanvas:active,
.header-mobile .offcanvas.viewmore-products-btn:active,
.header-mobile .btn.offcanvas:focus,
.header-mobile .offcanvas.viewmore-products-btn:focus {
    color: var(--ecosoap-theme-color);
    background: 0 0
}

.header-mobile .goal-search-form {
    min-width: 300px
}

.header-mobile .goal-search-form .select-category {
    display: none
}

.header-mobile .goal-search-form form {
    border: none
}

.header-mobile .goal-search-form form .form-control {
    border: 1px solid #dcd7cc
}

.header-mobile .top-cart {
    margin-right: 5px
}

.rtl .header-mobile .top-cart {
    margin-left: 5px;
    margin-right: inherit
}

.header-mobile .total-minicart {
    display: none
}

.header-mobile .search-mobile {
    padding: 10px 0
}

.header-mobile .box-right {
    margin-left: 15px
}

.rtl .header-mobile .box-right {
    margin-right: 15px;
    margin-left: inherit
}

.header-mobile .goal-search-form .tt-menu a.media {
    padding: 12px
}

.table-visiable {
    display: table;
    width: 100%
}

.table-visiable>div {
    float: none;
    display: table-cell;
    vertical-align: middle
}

@media (min-width:992px) {
    .table-visiable-dk {
        display: table;
        width: 100%
    }

    .table-visiable-dk>div {
        float: none;
        display: table-cell;
        vertical-align: middle
    }
}

.sticky-header {
    position: fixed !important;
    background: var(--ecosoap-link-color);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .3s ease 0s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.sticky-header.sticky-header-hidden {
    transform: translateY(-110%)
}

.sticky-header .vertical-wrapper.show-always .content-vertical {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-in-out 0s
}

.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.header_transparent .goal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.header_transparent .goal-header.no-sticky .elementor-section,
.header_transparent .goal-header .main-sticky-header:not(.sticky-header) .elementor-section {
    background-color: transparent !important
}

.header_transparent .goal-header .elementor-element:not(.no-transparent) {
    background: 0 0 !important;
    box-shadow: none !important
}

.goal-header {
    z-index: 10;
    position: relative;
    font-size: 14px
}

.goal-header .show-main-menu {
    font-size: 30px;
    line-height: 1;
    color: var(--ecosoap-link-color)
}

.goal-header .show-main-menu:hover,
.goal-header .show-main-menu:focus,
.goal-header .show-main-menu.active {
    color: var(--ecosoap-theme-color)
}

.goal-header .custom-text strong {
    color: var(--ecosoap-theme-color)
}

.goal-header .item-inner-features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.goal-header .item-inner-features.style1 .features-box-image {
    margin-right: 5px
}

.rtl .goal-header .item-inner-features.style1 .features-box-image {
    margin-left: 5px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .goal-header .item-inner-features.style1 .features-box-image {
        margin-right: 8px
    }

    .rtl .goal-header .item-inner-features.style1 .features-box-image {
        margin-left: 8px;
        margin-right: inherit
    }
}

.header-button-woo>div {
    margin-left: 20px
}

.rtl .header-button-woo>div {
    margin-right: 20px;
    margin-left: inherit
}

.header-button-woo>div:last-child {
    margin-left: 0
}

.rtl .header-button-woo>div:last-child {
    margin-right: 0;
    margin-left: inherit
}

.header-sidebar {
    position: fixed;
    width: 100px;
    z-index: 91;
    left: 0;
    top: 0;
    min-height: 100vh;
    background: #000;
    color: #fff
}

.header-sidebar a {
    color: #fff
}

.header-sidebar a:hover,
.header-sidebar a:active {
    color: var(--ecosoap-theme-color)
}

.header-sidebar .show-main-menu {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-width: 0 0 1px;
    border-color: #dcd7cc;
    color: #fff;
    background: #000
}

.header-sidebar .goal-topcart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #333
}

.header-sidebar .goal-topcart .count {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

.header-sidebar .goal-topcart .dropdown-menu {
    bottom: 0;
    top: inherit;
    left: 100%
}

.header-sidebar .service {
    color: #999;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    z-index: 9;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    left: 50px;
    transform: rotate(-90deg);
    transform-origin: 0 11px
}

.header-sidebar .service>* {
    transform: translateX(-50%)
}

.header-sidebar .service p {
    margin: 0
}

.over-dark {
    cursor: not-allowed;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.rtl .over-dark {
    left: 0;
    right: auto
}

.over-dark.active {
    display: block
}

.menu-center .navbar-nav.megamenu {
    float: none;
    text-align: center
}

.goal-breadcrumb {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0 0 30px;
    text-align: left;
    font-size: 16px
}

.goal-breadcrumb .breadcrumb-title {
    color: #ccc;
    margin: 0;
    font-weight: 300;
    font-size: 48px
}

.goal-breadcrumb nav {
    text-align: left;
    line-height: 30px
}

.rtl .goal-breadcrumb nav {
    text-align: right
}

.goal-breadcrumb nav a {
    color: #000
}

.goal-mainbody {
    background: 0 0;
    padding-top: 0;
    padding-bottom: 0
}

.goal-content {
    background: #fff
}

.goal-content:before,
.goal-content:after {
    content: " ";
    display: table
}

.goal-content:after {
    clear: both
}

.navigation {
    display: block;
    clear: both
}

.goal-pagination {
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 16px
}

.goal-pagination .page-numbers li,
.goal-pagination .pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.goal-pagination .page-numbers li>span,
.goal-pagination .page-numbers li>a,
.goal-pagination .pagination li>span,
.goal-pagination .pagination li>a {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    color: var(--ecosoap-link-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all .2s ease-in-out 0s;
    margin-right: 5px;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #dcd7cc
}

.rtl .goal-pagination .page-numbers li>span,
.rtl .goal-pagination .page-numbers li>a,
.rtl .goal-pagination .pagination li>span,
.rtl .goal-pagination .pagination li>a {
    margin-left: 5px;
    margin-right: inherit
}

.goal-pagination .page-numbers li>span:hover,
.goal-pagination .page-numbers li>span.current,
.goal-pagination .page-numbers li>a:hover,
.goal-pagination .page-numbers li>a.current,
.goal-pagination .pagination li>span:hover,
.goal-pagination .pagination li>span.current,
.goal-pagination .pagination li>a:hover,
.goal-pagination .pagination li>a.current {
    color: #fff;
    background: var(--ecosoap-link-hover-color);
    border-color: var(--ecosoap-link-hover-color)
}

.goal-pagination>span,
.goal-pagination>a {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    color: var(--ecosoap-link-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all .2s ease-in-out 0s;
    margin-right: 5px;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #dcd7cc
}

.rtl .goal-pagination>span,
.rtl .goal-pagination>a {
    margin-left: 5px;
    margin-right: inherit
}

.goal-pagination>span:hover,
.goal-pagination>span.current,
.goal-pagination>a:hover,
.goal-pagination>a.current {
    color: #fff;
    background: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.goal-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none
}

.goal-footer-mobile {
    display: none
}

.goal-footer {
    background: 0 0;
    position: relative;
    color: var(--ecosoap-text-color);
    font-size: 16px;
    font-weight: 400
}

.goal-footer .logo img {
    vertical-align: middle;
    width: 125px
}

@media (min-width:1200px) {
    .goal-footer .logo img {
        width: 145px
    }
}

.goal-footer .logo.logo-two img {
    vertical-align: middle;
    width: 90px
}

.goal-footer a {
    color: var(--ecosoap-link-hover-color)
}

.goal-footer a:hover,
.goal-footer a:focus,
.goal-footer a:active {
    color: #aaa
}

.goal-footer .widget-social .social a {
    border-color: #aaa;
    color: #aaa
}

.goal-footer .footer-bottom .widget-nav-menu .widget-title,
.goal-footer .footer-bottom .elementor-heading-title {
    font-size: 18px;
    font-weight: 600
}

.footer-default {
    margin-top: 30px
}

.goal-footer.full-medium {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px
}

.goal-copyright {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    background: 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative
}

.goal-copyright a {
    color: #888
}

.goal-copyright a:hover,
.goal-copyright a:focus,
.goal-copyright a:active {
    color: var(--ecosoap-link-hover-color)
}

.goal-copyright .widget-social {
    text-align: right
}

.rtl .goal-copyright .widget-social {
    text-align: left
}

.goal-copyright .widget-social a {
    color: #888
}

.goal-copyright .widget-social a:hover {
    color: var(--ecosoap-theme-color)
}

.goal-offcanvas {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-100%);
    transition: all .2s ease-in-out 0s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 414px;
    max-width: 85%;
    background: #fff;
    height: 100vh;
    overflow-x: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column
}

.goal-offcanvas .goal-offcanvas-body {
    position: relative;
    height: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.goal-offcanvas .goal-offcanvas-body .header-mobile-bottom {
    margin-top: auto !important
}

.goal-offcanvas .offcanvas-bottom,
.goal-offcanvas .offcanvas-top {
    height: 20%
}

.goal-offcanvas .offcanvas-middle {
    height: 60%;
    padding: 20px 0;
    overflow-x: hidden
}

.goal-offcanvas.active {
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .15)
}

.goal-offcanvas .offcanvas-head {
    background: #e44343;
    cursor: pointer;
    transition: all .2s ease-in-out 0s
}

.goal-offcanvas .offcanvas-head:hover,
.goal-offcanvas .offcanvas-head:active {
    background: #e44343
}

.goal-offcanvas .offcanvas-head i {
    margin-right: 5px
}

.rtl .goal-offcanvas .offcanvas-head i {
    margin-left: 5px;
    margin-right: inherit
}

.goal-offcanvas .offcanvas-head a {
    color: #fff
}

.goal-offcanvas .logo-in-theme {
    margin-bottom: 30px
}

.goal-offcanvas .header-right>div {
    margin-left: 30px
}

.rtl .goal-offcanvas .header-right>div {
    margin-right: 30px;
    margin-left: inherit
}

.goal-offcanvas .header-right>div:last-child {
    margin-left: 0
}

.rtl .goal-offcanvas .header-right>div:last-child {
    margin-right: 0;
    margin-left: inherit
}

.goal-offcanvas .elementor-column {
    width: 100% !important
}

.goal-offcanvas .elementor-column .elementor-column-wrap,
.goal-offcanvas .elementor-column .elementor-widget-wrap {
    padding: 0 !important
}

.goal-offcanvas .elementor-column .widget {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .topbar-mobile {
        padding: 10px
    }

    .topbar-mobile .btn,
    .topbar-mobile .viewmore-products-btn {
        margin-right: 10px;
        padding: 6px 10px
    }

    .rtl .topbar-mobile .btn,
    .rtl .topbar-mobile .viewmore-products-btn {
        margin-left: 10px;
        margin-right: inherit
    }

    .topbar-mobile .top-cart .dropdown-menu {
        left: 0;
        right: inherit
    }

    .topbar-mobile .top-cart .dropdown-menu:after,
    .topbar-mobile .top-cart .dropdown-menu:before {
        display: none
    }
}

.open-text {
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    padding: 6px 8px;
    background: #5cb85c;
    display: inline-block;
    line-height: 1;
    transition: all .2s ease-in-out 0s
}

.open-text:hover,
.open-text:active {
    color: #fff;
    background: #5cb85c
}

#mobile-offcanvas-sidebar {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 270px;
    height: 100%;
    max-width: 80%;
    background: #fff
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left {
    left: 0;
    transform: translateX(-100%)
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left>.mobile-sidebar-btn {
    left: 100%
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right {
    right: 0;
    transform: translateX(100%)
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right>.mobile-sidebar-btn {
    right: 100%
}

#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
    display: none;
    height: 100%;
    width: 100%;
    padding: 0 15px
}

#mobile-offcanvas-sidebar.active>.mobile-sidebar-wrapper {
    display: block
}

#mobile-offcanvas-sidebar>.mobile-sidebar-btn {
    position: absolute;
    top: 100px
}

.mobile-sidebar-panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s ease-in-out 0s
}

.mobile-sidebar-panel-overlay.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 998;
    cursor: not-allowed
}

.goal-footer-mobile {
    position: fixed;
    z-index: 8;
    background-color: #fff;
    padding: 10px 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2)
}

.goal-footer-mobile .footer-search-mobile {
    position: absolute;
    z-index: 999;
    left: 0;
    top: -60px;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all .2s ease-in-out 0s
}

.goal-footer-mobile .footer-search-mobile.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.goal-footer-mobile>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.goal-footer-mobile>ul>li {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    position: relative
}

.goal-footer-mobile>ul>li i {
    font-size: 18px
}

.goal-footer-mobile>ul>li span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1
}

.goal-footer-mobile>ul>li .wishlist-icon,
.goal-footer-mobile>ul>li .mini-cart {
    line-height: 1.7
}

.goal-footer-mobile>ul>li .wrapper-morelink {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 40px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1)
}

.goal-footer-mobile>ul>li .wrapper-morelink .footer-morelink {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10px
}

.goal-footer-mobile>ul>li .wrapper-morelink li {
    padding: 3px 0;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-align: left
}

.rtl .goal-footer-mobile>ul>li .wrapper-morelink li {
    text-align: right
}

.goal-footer-mobile>ul>li .wrapper-morelink.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.goal-footer-mobile .mini-cart i {
    font-size: 16px
}

.goal-footer-mobile .mini-cart .count {
    bottom: auto;
    top: 0;
    left: 20px
}

.rtl .goal-footer-mobile .mini-cart .count {
    right: 20px;
    left: auto
}

.goal-footer-mobile .goal-search-form {
    min-width: 300px;
    padding: 10px 30px;
    background: rgba(255, 255, 255, .9)
}

.goal-footer-mobile .goal-search-form .select-category {
    display: none
}

.goal-footer-mobile .goal-search-form form {
    border: none;
    margin: 0
}

.goal-footer-mobile .goal-search-form form .form-control {
    border: 1px solid var(--ecosoap-link-color);
    height: 44px
}

.close-sidebar-btn,
.mobile-sidebar-btn {
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block
}

.mobile-sidebar-btn {
    margin: 0 0 10px;
    color: var(--ecosoap-theme-color);
    position: fixed;
    left: -1px;
    z-index: 99;
    font-size: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    top: 50%
}

.mobile-sidebar-btn:hover {
    text-decoration: underline
}

.mobile-sidebar-btn i {
    font-size: 20px
}

.close-sidebar-btn:active,
.close-sidebar-btn:hover {
    color: #e44343
}

.close-sidebar-btn {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcd7cc;
    width: 100%;
    text-align: center
}

@media (max-width:991px) {
    .sidebar {
        transition: all .2s ease-in-out 0s;
        z-index: 999;
        top: 0;
        width: 300px;
        height: 100%;
        max-width: 80%;
        background: #fff;
        position: fixed;
        padding: 15px
    }

    .sidebar.sidebar-left {
        left: 0;
        transform: translateX(-100%)
    }

    .sidebar.sidebar-left.active {
        transform: translateX(0)
    }

    .sidebar.sidebar-right {
        right: 0;
        transform: translateX(100%)
    }

    .sidebar.sidebar-right.active {
        transform: translateX(0)
    }
}

.goal-header .header-topbar,
.goal-header .header-3 {
    line-height: 30px;
    font-weight: 400
}

.goal-header .header-topbar p,
.goal-header .header-3 p {
    margin: 0
}

.goal-header .header-topbar .top-info,
.goal-header .header-3 .top-info {
    line-height: inherit
}

.goal-header .header-topbar .widget-features-box .list-vertical .item,
.goal-header .header-3 .widget-features-box .list-vertical .item {
    padding: 0
}

.goal-header .header-topbar .widget-features-box .item-inner-features,
.goal-header .header-3 .widget-features-box .item-inner-features {
    padding: 0
}

.goal-header .header-topbar .widget-features-box .item-inner-features .features-box-image,
.goal-header .header-3 .widget-features-box .item-inner-features .features-box-image {
    width: auto;
    padding-right: 7px;
    width: auto;
    height: auto;
    line-height: 1;
    background-color: transparent;
    margin: 0
}

.rtl .goal-header .header-topbar .widget-features-box .item-inner-features .features-box-image,
.rtl .goal-header .header-3 .widget-features-box .item-inner-features .features-box-image {
    padding-left: 7px;
    padding-right: inherit
}

.goal-header .header-topbar .widget-features-box .item-inner-features .title,
.goal-header .header-3 .widget-features-box .item-inner-features .title {
    font-weight: 400;
    margin: 0;
    text-transform: none
}

.goal-header .main-header {
    padding: 0
}

.goal-header .header-bottom {
    line-height: 35px
}

.goal-header .header-bottom p {
    margin: 0
}

.goal-header .header-bottom strong {
    font-size: 16px
}

.goal-header .header-bottom .phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.goal-header .header-bottom .phone .content {
    position: relative;
    line-height: 1.2
}

.goal-header .header-bottom .phone .content:before {
    position: absolute;
    content: "\e69d";
    font-family: "themify";
    font-size: 30px;
    left: -40px;
    top: 0;
    background: -webkit-linear-gradient(45deg, var(--ecosoap-theme-color), var(--ecosoap-link-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%
}

.goal-header .header-bottom .phone .content .text {
    font-size: 12px
}

.goal-header .wrapper-topmenu:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background: 0 0;
    z-index: 9
}

.goal-header .wrapper-topmenu .dropdown-menu-right {
    top: calc(100% + 10px)
}

.goal-topbar .wrapper-topmenu:hover>a {
    color: #fff
}

.wrapper-top-cart .overlay-dropdown-menu-right {
    position: fixed;
    transition: all .2s ease-in-out 0s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 98
}

.wrapper-top-cart .overlay-dropdown-menu-right.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.wrapper-top-cart>.dropdown-menu-right {
    max-width: 70%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: fixed;
    z-index: 999;
    transition: all .2s ease-in-out 0s;
    top: 0;
    right: 0;
    background: #fff;
    width: 420px;
    height: 100%;
    padding: 30px;
    transform: translateX(100%)
}

.wrapper-top-cart>.dropdown-menu-right .widget_shopping_cart_heading {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto
}

.wrapper-top-cart>.dropdown-menu-right .widget_shopping_cart_heading>h3 {
    margin: 0 0 20px;
    font-size: 22px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dcd7cc;
    width: 100%;
    cursor: pointer;
    color: #e44343
}

.wrapper-top-cart>.dropdown-menu-right .widget_shopping_cart_content_wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto
}

.wrapper-top-cart>.dropdown-menu-right .shopping_cart_content {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%
}

.wrapper-top-cart>.dropdown-menu-right .shopping_cart_content .cart_list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column
}

.wrapper-top-cart>.dropdown-menu-right .shopping_cart_content .cart-bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.wrapper-top-cart>.dropdown-menu-right.active {
    transform: translateX(0)
}

.wrapper-top-cart .cart_list .variation {
    margin: 0
}

.wrapper-top-cart .cart_list .variation>* {
    display: inline-block;
    vertical-align: middle
}

.wrapper-top-cart .cart_list .variation>* p {
    margin: 0
}

.wrapper-top-cart .buttons .btn-block {
    margin-bottom: 10px
}

.rtl .wrapper-top-cart>.dropdown-menu-right {
    right: inherit;
    left: 0;
    transform: translateX(-100%)
}

.rtl .wrapper-top-cart>.dropdown-menu-right.active {
    transform: translateX(0)
}

.navbar.goal-megamenu {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-height: 0;
    margin: 0
}

.megamenu {
    padding: 0
}

.megamenu .menu-item-description {
    font-size: 12px;
    text-transform: capitalize
}

.megamenu#primary-menu-right>li {
    padding: 0
}

.megamenu#primary-menu-right>li:first-child {
    padding-left: 20px
}

.rtl .megamenu#primary-menu-right>li:first-child {
    padding-right: 20px;
    padding-left: inherit
}

.megamenu>li {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    float: none;
    padding: 15px 7px
}

@media (min-width:1200px) {
    .megamenu>li {
        padding: 35px 20px
    }
}

.megamenu>li:first-child {
    padding-left: 0
}

.rtl .megamenu>li:first-child {
    padding-right: 0;
    padding-left: inherit
}

.megamenu>li>a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    line-height: 30px;
    padding: 0;
    text-transform: uppercase;
    background-color: transparent !important;
    transition: all .2s ease-in-out 0s;
    position: relative
}

.megamenu>li>a i.down,
.megamenu>li>a img {
    max-width: 50px;
    margin-left: 5px;
    font-size: 9px
}

.rtl .megamenu>li>a i.down,
.rtl .megamenu>li>a img {
    margin-right: 5px;
    margin-left: inherit
}

.megamenu>li>a i:not(.down) {
    font-size: 24px;
    color: var(--ecosoap-theme-color);
    margin-right: 10px
}

.rtl .megamenu>li>a i:not(.down) {
    margin-left: 10px;
    margin-right: inherit
}

.megamenu>li>a:hover,
.megamenu>li>a:active,
.megamenu>li>a:focus {
    color: var(--ecosoap-theme-color)
}

.megamenu>li:hover>a,
.megamenu>li.active>a {
    color: var(--ecosoap-theme-color)
}

.megamenu>li.aligned-right>.dropdown-menu {
    left: auto;
    right: 0
}

.megamenu .aligned-fullwidth>.dropdown-menu {
    padding: 50px 30px 30px
}

.megamenu .dropdown-menu {
    line-height: 26px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px
}

.megamenu .dropdown-menu .text-label {
    font-size: 12px;
    vertical-align: super;
    margin-left: 5px;
    color: var(--ecosoap-theme-color)
}

.rtl .megamenu .dropdown-menu .text-label {
    margin-right: 5px;
    margin-left: inherit
}

.megamenu .dropdown-menu .text-label.label-hot {
    color: #e44343
}

.megamenu .dropdown-menu .text-label.label-new {
    color: #5cb85c
}

.megamenu .dropdown-menu .goal_custom_menu .widget {
    text-align: left
}

.rtl .megamenu .dropdown-menu .goal_custom_menu .widget {
    text-align: right
}

.megamenu .dropdown-menu .current-menu-item>a {
    color: #fff
}

.megamenu .dropdown-menu li {
    margin: 0 0 8px;
    line-height: inherit
}

.megamenu .dropdown-menu li>a {
    background: 0 0 !important;
    position: relative;
    color: var(--ecosoap-text-color);
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    width: 100%;
    display: inline-block;
    transition: all .2s ease-in-out 0s
}

.megamenu .dropdown-menu li>a:hover,
.megamenu .dropdown-menu li>a:active {
    color: var(--ecosoap-theme-color)
}

.megamenu .dropdown-menu li>a .caret {
    position: absolute;
    top: 15px;
    right: 15px
}

.rtl .megamenu .dropdown-menu li>a .caret {
    left: 15px;
    right: auto
}

.megamenu .dropdown-menu li>a>i {
    font-size: 10px
}

.megamenu .dropdown-menu li.current-menu-item>a,
.megamenu .dropdown-menu li.open>a,
.megamenu .dropdown-menu li.active>a {
    color: var(--ecosoap-theme-color)
}

.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
    margin: 0 0 10px;
    font-size: 14px;
    padding: 0;
    text-transform: none;
    text-align: left;
    letter-spacing: 0
}

.rtl .megamenu .dropdown-menu .widget-title,
.rtl .megamenu .dropdown-menu .widgettitle {
    text-align: right
}

.megamenu .dropdown-menu .widget-title:before,
.megamenu .dropdown-menu .widget-title:after,
.megamenu .dropdown-menu .widgettitle:before,
.megamenu .dropdown-menu .widgettitle:after {
    display: none
}

.megamenu .dropdown-menu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 0 0;
    transition: all .2s ease-in-out 0s;
    transform: rotateX(-90deg);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    padding: 20px 30px;
    border: none;
    position: absolute;
    display: block;
    left: 100%;
    top: -20px;
    background: #fff;
    min-width: 200px
}

.megamenu .dropdown-menu li:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateX(0deg)
}

.megamenu .goal-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.megamenu li.aligned-fullwidth {
    position: static
}

.megamenu li.aligned-fullwidth>.dropdown-menu {
    width: 100%;
    left: 0 !important
}

.megamenu>li>a>.text-label {
    font-size: 10px;
    padding: 0 5px;
    background: #5bc0de;
    color: #fff;
    position: absolute;
    right: -15px;
    top: -15px;
    line-height: 1.7;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.rtl .megamenu>li>a>.text-label {
    left: -15px;
    right: auto
}

.megamenu>li>a>.text-label.label-hot {
    background: #e44343
}

.megamenu>li>a>.text-label.label-hot:before {
    border-color: #e44343 transparent transparent #e44343
}

.megamenu>li>a>.text-label.label-new {
    background: #5cb85c
}

.megamenu>li>a>.text-label.label-new:before {
    border-color: #5cb85c transparent transparent #5cb85c
}

.megamenu>li>a>.text-label:before {
    content: "";
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 7px;
    border-width: 3px;
    border-style: solid;
    border-color: #5bc0de transparent transparent #5bc0de
}

.rtl .megamenu>li>a>.text-label:before {
    right: 7px;
    left: auto
}

.left-menu .megamenu li.aligned-fullwidth>.dropdown-menu {
    width: calc(100% - 20px);
    left: 0 !important
}

.megamenu.effect1>li>.dropdown-menu {
    display: block;
    min-width: 200px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 0 0;
    transition: all .2s ease-in-out 0s;
    transform: rotateX(-90deg);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    padding: 20px 30px;
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99
}

.megamenu.effect1>li:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateX(0deg)
}

.megamenu.effect2>li>.dropdown-menu {
    display: block;
    min-width: 200px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 0 0;
    transition: all .2s ease-in-out 0s;
    transform: rotateX(-90deg);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    padding: 20px 30px;
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    z-index: 99
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+1) {
    transition-delay: .1s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+2) {
    transition-delay: .2s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+3) {
    transition-delay: .3s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+4) {
    transition-delay: .4s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+5) {
    transition-delay: .5s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+6) {
    transition-delay: .6s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+7) {
    transition-delay: .7s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+8) {
    transition-delay: .8s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+9) {
    transition-delay: .9s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+10) {
    transition-delay: 1s
}

.megamenu.effect2>li>.dropdown-menu>li {
    transition: all .2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(5px)
}

.megamenu.effect2>li:hover>.dropdown-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateX(0deg)
}

.megamenu.effect2>li:hover>.dropdown-menu>li {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0px)
}

.megamenu.effect3>li>.dropdown-menu {
    display: block;
    min-width: 200px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .5s ease 0s;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    padding: 20px 30px;
    border: none;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 99
}

.megamenu.effect3>li:hover>.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 100%
}

.navbar-offcanvas .navbar-nav {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none
}

.navbar-offcanvas .navbar-nav li {
    position: relative;
    display: block;
    float: none;
    margin: 0
}

.navbar-offcanvas .navbar-nav li>.icon-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 11px;
    z-index: 2;
    cursor: pointer
}

.rtl .navbar-offcanvas .navbar-nav li>.icon-toggle {
    left: 0;
    right: auto
}

.navbar-offcanvas .navbar-nav li>a {
    background: 0 0 !important;
    line-height: 28px;
    display: block
}

.navbar-offcanvas .navbar-nav li.open>a,
.navbar-offcanvas .navbar-nav li.open>a:focus,
.navbar-offcanvas .navbar-nav li.open>a:hover,
.navbar-offcanvas .navbar-nav li.active>a,
.navbar-offcanvas .navbar-nav li.active>a:focus,
.navbar-offcanvas .navbar-nav li.active>a:hover {
    color: var(--ecosoap-theme-color);
    background: 0 0
}

.navbar-offcanvas .dropdown-menu {
    margin: 0
}

.navbar-offcanvas .dropdown-menu>li a {
    background: 0 0 !important
}

.navbar-offcanvas .dropdown-menu>li.active>a,
.navbar-offcanvas .dropdown-menu>li>a:hover,
.navbar-offcanvas .dropdown-menu>li>a:focus {
    color: var(--ecosoap-link-color);
    text-decoration: underline
}

.navbar-offcanvas .dropdown-menu [class*=col-sm] {
    width: 100%
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
    padding: 0 30px
}

.navbar-offcanvas .dropdown-menu .widgettitle {
    font-weight: 500;
    margin: 0 0 10px
}

.navbar-offcanvas .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0
}

.navbar-offcanvas li:hover .dropdown-menu {
    display: block
}

.navbar-offcanvas .aligned-fullwidth>.dropdown-menu {
    width: 100%
}

.mobile-vertical-menu .navbar-nav>li {
    border-bottom: 1px dashed #dcd7cc
}

.mobile-vertical-menu .navbar-nav>li:last-child {
    border-bottom: 0
}

.mobile-vertical-menu .navbar-nav>li>a {
    padding: 5px 0
}

.mobile-vertical-menu .text-label {
    background: #5bc0de;
    font-size: 11px;
    vertical-align: super;
    margin-left: 0;
    color: #fff;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    position: absolute;
    padding: 0 5px;
    line-height: 1.5
}

.rtl .mobile-vertical-menu .text-label {
    margin-right: 0;
    margin-left: inherit
}

.mobile-vertical-menu .text-label.label-hot {
    background: #e44343
}

.mobile-vertical-menu .text-label.label-hot:before {
    border-color: #e44343 transparent transparent #e44343
}

.mobile-vertical-menu .text-label.label-new {
    background: #5cb85c
}

.mobile-vertical-menu .text-label.label-new:before {
    border-color: #5cb85c transparent transparent #5cb85c
}

.mobile-vertical-menu .text-label:before {
    content: "";
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 7px;
    border-width: 3px;
    border-style: solid;
    border-color: #5bc0de transparent transparent #5bc0de
}

.rtl .mobile-vertical-menu .text-label:before {
    right: 7px;
    left: auto
}

.main-mobile-menu .has-submenu>.sub-menu {
    padding-left: 30px;
    list-style: none;
    display: none
}

.rtl .main-mobile-menu .has-submenu>.sub-menu {
    padding-right: 30px;
    padding-left: inherit
}

.main-mobile-menu .has-submenu>.sub-menu li>.icon-toggle {
    top: 8px
}

.main-mobile-menu .has-submenu>.sub-menu li a {
    font-size: 14px;
    padding: 2px 0
}

.main-mobile-menu .widget .widget-title,
.main-mobile-menu .widget .widgettitle,
.main-mobile-menu .widget .widget-heading {
    margin: 0 0 10px;
    font-size: 16px;
    padding: 0 0 8px;
    text-align: inherit
}

.main-mobile-menu .sub-menu {
    max-width: 100%
}

.main-mobile-menu .shop-list-small {
    margin-bottom: 10px
}

.main-mobile-menu .text-label {
    font-size: 12px;
    vertical-align: super;
    margin-left: 5px;
    color: var(--ecosoap-theme-color)
}

.rtl .main-mobile-menu .text-label {
    margin-right: 5px;
    margin-left: inherit
}

.main-mobile-menu .text-label.label-hot {
    color: #e44343
}

.main-mobile-menu .text-label.label-new {
    color: #5cb85c
}

#goal-mobile-menu .goal-search-form-inner form {
    border: 0
}

#goal-mobile-menu .header-offcanvas {
    padding: 15px 0;
    border-bottom: 1px solid #dcd7cc
}

#goal-mobile-menu .header-offcanvas .btn-toggle-canvas {
    padding: 0;
    background: 0 0 !important;
    color: var(--ecosoap-link-color);
    font-size: 16px;
    border: 0
}

#goal-mobile-menu .header-offcanvas .btn-toggle-canvas:hover,
#goal-mobile-menu .header-offcanvas .btn-toggle-canvas:active {
    color: #e44343
}

#goal-mobile-menu .header-offcanvas .btn-toggle-canvas:before {
    display: none
}

#goal-mobile-menu .middle-offcanvas {
    padding: 15px
}

#goal-mobile-menu .middle-offcanvas .inner-search {
    border: 1px solid #dcd7cc;
    margin-bottom: 20px;
    position: relative
}

#goal-mobile-menu .middle-offcanvas .inner-search .main-search,
#goal-mobile-menu .middle-offcanvas .inner-search .flex-middle {
    width: 100%
}

#goal-mobile-menu .middle-offcanvas .inner-search .goal-search {
    border: 0;
    padding: 0 15px;
    height: 40px
}

#goal-mobile-menu .middle-offcanvas .inner-search .btn,
#goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn {
    border: 0;
    background-color: transparent;
    font-size: 19px;
    line-height: 1;
    padding: 0 12px;
    color: var(--ecosoap-link-color);
    top: 10px;
    right: 0;
    position: absolute
}

.rtl #goal-mobile-menu .middle-offcanvas .inner-search .btn,
.rtl #goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn {
    left: 0;
    right: auto
}

#goal-mobile-menu .middle-offcanvas .inner-search .btn:hover,
#goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn:hover,
#goal-mobile-menu .middle-offcanvas .inner-search .btn:focus,
#goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn:focus {
    color: var(--ecosoap-theme-color)
}

#goal-mobile-menu .middle-offcanvas .inner-search .btn:after,
#goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn:after {
    display: none
}

#goal-mobile-menu .middle-offcanvas .inner-search .tt-menu {
    width: calc(100% + 2px);
    margin-left: -1px
}

#goal-mobile-menu .middle-offcanvas .my-account {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dcd7cc;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 15px
}

#goal-mobile-menu .header-mobile-bottom {
    padding: 20px 15px;
    border-top: 1px solid #dcd7cc
}

#goal-mobile-menu .header-mobile-bottom .my-account {
    font-weight: 500
}

#goal-mobile-menu .header-mobile-bottom .my-account i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px
}

.rtl #goal-mobile-menu .header-mobile-bottom .my-account i {
    margin-left: 5px;
    margin-right: inherit
}

#goal-mobile-menu .header-mobile-bottom .social-top {
    margin: 15px 0 0;
    padding: 0;
    list-style: none
}

#goal-mobile-menu .header-mobile-bottom .social-top li {
    display: inline-block;
    margin-right: 20px
}

.rtl #goal-mobile-menu .header-mobile-bottom .social-top li {
    margin-left: 20px;
    margin-right: inherit
}

#goal-mobile-menu .header-mobile-bottom aside {
    margin-top: 15px
}

#goal-mobile-menu .offcanvas-head strong {
    margin: 0 5px
}

.menu-setting-menu-container .goal-menu-top {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2
}

.menu-setting-menu-container .goal-menu-top li a {
    padding: 0 15px;
    width: 100%
}

.menu-setting-menu-container .goal-menu-top ul {
    padding-left: 15px
}

.rtl .menu-setting-menu-container .goal-menu-top ul {
    padding-right: 15px;
    padding-left: inherit
}

.wrapper-topmenu .dropdown-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.topmenu-menu {
    font-size: 18px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.topmenu-menu i {
    margin-right: 7px
}

.rtl .topmenu-menu i {
    margin-left: 7px;
    margin-right: inherit
}

.topmenu-menu>li {
    float: none;
    white-space: nowrap
}

.topmenu-menu>li>a {
    background: 0 0 !important;
    padding: 0;
    line-height: 28px;
    font-size: 16px
}

.topmenu-menu>li.active>a {
    color: var(--ecosoap-theme-color)
}

#menu-main-menu-navbar {
    border: 0
}

.sliding-menu__panel-root {
    text-transform: uppercase
}

.sliding-menu__panel-root li a {
    font-size: 16px
}

.sliding-menu__panel {
    padding: 0
}

.sliding-menu__panel li {
    border-bottom: 1px solid #dcd7cc
}

.sliding-menu__panel li .sliding-menu__nav:not(.sliding-menu__back),
.sliding-menu__panel li a {
    font-weight: 700;
    padding: 15px 20px;
    color: var(--ecosoap-link-color);
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    background-color: transparent !important;
    border-left: 2px solid #fff
}

.rtl .sliding-menu__panel li .sliding-menu__nav:not(.sliding-menu__back),
.rtl .sliding-menu__panel li a {
    border-right: 2px solid #fff;
    border-left: inherit
}

.sliding-menu__panel li.active .sliding-menu__nav,
.sliding-menu__panel li.active a {
    border-color: var(--ecosoap-theme-color);
    color: var(--ecosoap-theme-color)
}

.sliding-menu .sliding-menu__nav:before {
    content: "\e649";
    font-family: "themify"
}

.sliding-menu .sliding-menu__back:before {
    content: "\e64a";
    margin-left: 0
}

.sliding-menu .sliding-menu__back {
    padding: .8em !important;
    font-size: 16px !important;
    margin-bottom: 0
}

.top-menu>li>a {
    padding: 0 15px;
    text-transform: capitalize
}

.mm-menu.mm-offcanvas {
    z-index: 999 !important
}

.mm-menu.mm-offcanvas .social-top:after {
    display: none
}

.mm-menu.mm-offcanvas .social-top a {
    display: inline-block;
    font-size: 16px
}

.mm-menu.mm-offcanvas .social-top a:hover,
.mm-menu.mm-offcanvas .social-top a:active {
    color: var(--ecosoap-theme-color)
}

.mm-menu.mm-offcanvas .widget {
    margin: 0
}

.mm-menu.mm-offcanvas .topbar-right-wrapper {
    padding: 10px
}

.mm-menu.mm-offcanvas .topbar-right-wrapper>* {
    margin-bottom: 15px
}

.mm-menu.mm-offcanvas .topbar-right-wrapper>*:last-child {
    margin: 0
}

.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
    display: none
}

.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
    margin-top: 0
}

.mm-menu.mm-offcanvas {
    transition: all .4s ease 0s;
    transform: translateX(-100%)
}

.mm-menu.mm-offcanvas.mm-opened {
    transform: translateX(0)
}

.header-mobile .mobile-vertical-menu-title {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    transition: all .3s ease-in-out 0s
}

.header-mobile .mobile-vertical-menu-title i {
    font-size: 24px
}

.header-mobile .mobile-vertical-menu-title:hover,
.header-mobile .mobile-vertical-menu-title.active {
    color: var(--ecosoap-theme-color)
}

.header-mobile .goal-search-form .btn,
.header-mobile .goal-search-form .viewmore-products-btn {
    padding: 5px 13px;
    height: 42px
}

.header-mobile .goal-search-form form .form-control {
    height: 42px
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li>a {
    font-weight: 400
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li>a i {
    margin-right: 5px;
    min-width: 20px
}

.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li>a i {
    margin-left: 5px;
    margin-right: inherit
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
    color: var(--ecosoap-theme-color)
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
    max-width: 100%;
    display: none;
    padding: 0 15px
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
    padding: 0;
    border: none;
    margin: 0 0 10px;
    font-size: 16px
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
    display: none
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
    padding: 0;
    font-size: 14px
}

.mobile-vertical-menu .widget {
    margin-bottom: 10px
}

.dark-menu-sidebar {
    background: #fff;
    color: var(--ecosoap-text-color);
    padding: 40px;
    min-height: 100vh;
    font-size: 15px;
    box-shadow: 0 5px 10px 0 rgba(40, 52, 54, .2)
}

.dark-menu-sidebar a {
    color: var(--ecosoap-text-color)
}

.dark-menu-sidebar a:hover,
.dark-menu-sidebar a:focus {
    color: var(--ecosoap-theme-color)
}

.dark-menu-sidebar .top-wrapper-menu .inner-top-menu a {
    color: var(--ecosoap-link-color)
}

.dark-menu-sidebar .top-wrapper-menu .inner-top-menu a:hover,
.dark-menu-sidebar .top-wrapper-menu .inner-top-menu a:focus {
    color: var(--ecosoap-theme-color)
}

.dark-menu-sidebar .navbar-collapse {
    padding: 0
}

.dark-menu-sidebar .navbar-offcanvas .navbar-nav>li>a {
    padding: 12px 0
}

.dark-menu-sidebar .navbar-offcanvas .navbar-nav li .icon-toggle {
    top: 15px
}

.dark-menu-sidebar .navbar-offcanvas .navbar-nav li:hover>.icon-toggle,
.dark-menu-sidebar .navbar-offcanvas .navbar-nav li:hover>a,
.dark-menu-sidebar .navbar-offcanvas .navbar-nav li.active>.icon-toggle,
.dark-menu-sidebar .navbar-offcanvas .navbar-nav li.active>a {
    color: var(--ecosoap-theme-color)
}

.dark-menu-sidebar .sidebar-center {
    margin-top: 60px
}

.dark-menu-sidebar .wishlist-sidebar>a,
.dark-menu-sidebar .login-topbar>a {
    font-size: 14px;
    display: block;
    margin-bottom: 10px
}

.dark-menu-sidebar .wishlist-sidebar>a i,
.dark-menu-sidebar .wrapper-account i {
    margin-right: 15px
}

.rtl .dark-menu-sidebar .wishlist-sidebar>a i,
.rtl .dark-menu-sidebar .wrapper-account i {
    margin-left: 15px;
    margin-right: inherit
}

.dark-menu-sidebar .wrapper-topmenu {
    margin-bottom: 8px
}

.dark-menu-sidebar .wrapper-topmenu .dropdown-menu {
    padding: 10px;
    margin-top: 0
}

.dark-menu-sidebar .wrapper-topmenu .dropdown-menu a {
    color: #999
}

.dark-menu-sidebar .wrapper-topmenu .dropdown-menu a:hover,
.dark-menu-sidebar .wrapper-topmenu .dropdown-menu a:focus {
    color: var(--ecosoap-theme-color)
}

.dark-menu-sidebar .wrapper-topmenu .dropdown-menu .active>a {
    color: var(--ecosoap-theme-color)
}

.dark-menu-sidebar .wrapper-topmenu:hover .dropdown-menu {
    display: block
}

.dark-menu-sidebar .top-wrapper-menu .inner-top-menu,
.dark-menu-sidebar .top-wrapper-menu .header_customer_login {
    right: inherit;
    left: 0
}

@media (min-width:1501px) {
    .col-md-cl-5 {
        width: 20%
    }

    .col-md-cl-5.first {
        clear: both
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .col-md-cl-5 {
        width: 25%
    }

    .col-md-cl-5.first:nth-child(4n+1) {
        clear: both
    }

    div.product.col-md-cl-5:nth-child(4n+1) {
        clear: both
    }
}

.main-page .page-links {
    clear: both;
    overflow: hidden;
    padding: 30px 0;
    margin: 0
}

.main-page #respond .comment-reply-title {
    margin: 0 !important
}

.main-page #comments {
    margin-top: 30px
}

body.woocommerce .main-page,
body.woocommerce-page .main-page {
    padding-bottom: 0
}

@media (min-width:1200px) {

    body.woocommerce .main-page,
    body.woocommerce-page .main-page {
        padding-bottom: 0
    }
}

.wrapper-80 {
    padding-left: 50px;
    padding-right: 50px
}

@media (min-width:1200px) {
    .wrapper-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .wrapper-50 {
        padding-left: 50px;
        padding-right: 50px
    }
}

div.wpcf7-validation-errors {
    margin: 0;
    padding: 15px
}

.contact-form-content {
    padding: 30px;
    background: #fff;
    min-height: 260px
}

.contact-form-content .rounded {
    margin-right: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #fdf9f0
}

.rtl .contact-form-content .rounded {
    margin-left: 10px;
    margin-right: inherit
}

.contact-form-content .rounded .fa,
.contact-form-content .rounded .icon {
    font-size: 16px;
    margin: 13px
}

.contact-form-content small {
    color: var(--ecosoap-text-color)
}

.user {
    max-width: 570px;
    margin: auto;
    padding: 20px;
    border: 1px solid #dcd7cc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #fff
}

@media (min-width:1200px) {
    .user {
        padding: 40px
    }
}

.user>div {
    display: none
}

.user>div.active {
    display: block
}

.user .title {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0 0 15px
}

.user .create {
    margin-top: 15px
}

@media (min-width:1200px) {
    .user .create {
        margin-top: 25px
    }
}

.user .create a {
    text-decoration: underline;
    margin: 0 3px
}

form.login,
form.register {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important
}

form.login br,
form.register br {
    display: none
}

form.login .for-control,
form.register .for-control {
    color: var(--ecosoap-link-color);
    font-weight: 400
}

form.login .form-group,
form.register .form-group {
    position: relative;
    margin: 0 0 15px
}

@media (min-width:1200px) {

    form.login .form-group,
    form.register .form-group {
        margin: 0 0 25px
    }
}

form.login .form-group:last-child,
form.register .form-group:last-child {
    margin-bottom: 0
}

form.login input[type=checkbox],
form.register input[type=checkbox] {
    opacity: .5;
    filter: alpha(opacity=50);
    margin-right: 5px
}

.rtl form.login input[type=checkbox],
.rtl form.register input[type=checkbox] {
    margin-left: 5px;
    margin-right: inherit
}

form.login .lost_password,
form.register .lost_password {
    text-decoration: underline
}

form.lost_reset_password {
    max-width: 520px;
    margin: auto;
    padding: 20px;
    border: 1px solid #dcd7cc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #fff
}

@media (min-width:1200px) {
    form.lost_reset_password {
        padding: 58px
    }
}

form.lost_reset_password .for-control {
    color: var(--ecosoap-link-color);
    font-weight: 400
}

form.lost_reset_password .form-group {
    position: relative;
    margin: 0 0 15px
}

@media (min-width:1200px) {
    form.lost_reset_password .form-group {
        margin: 0 0 25px
    }
}

form.lost_reset_password .form-group:last-child {
    margin-bottom: 0
}

.wrapper-account-action {
    position: relative
}

.wrapper-account-action.dropdown_box form.lost_reset_password,
.wrapper-account-action.dropdown_box .user {
    padding: 0;
    border: 0
}

.wrapper-account-action.dropdown_box .dropdown-menu {
    border: 1px solid #dcd7cc;
    padding: 20px;
    margin: 0;
    top: 30px;
    background-color: #fff;
    width: 420px;
    box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .05)
}

@media (min-width:1200px) {
    .wrapper-account-action.dropdown_box .dropdown-menu {
        padding: 30px
    }
}

.wrapper-account-action.dropdown_box .dropdown-menu .create {
    margin-top: 15px
}

.wrapper-account-action.dropdown_box form.login .form-group,
.wrapper-account-action.dropdown_box form.register .form-group {
    margin-bottom: 20px
}

.wrapper-account-action.offcanvas form.lost_reset_password,
.wrapper-account-action.offcanvas .user {
    padding: 0;
    border: 0
}

.wrapper-account-action.offcanvas .overlay-offcanvas-content-login {
    background: rgba(34, 34, 34, .4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-in-out 0s;
    cursor: no-drop;
    visibility: hidden;
    z-index: 3
}

.wrapper-account-action.offcanvas .overlay-offcanvas-content-login.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.wrapper-account-action.offcanvas .offcanvas-content-login {
    z-index: 6;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    transition: all .35s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 420px;
    height: 100vh;
    transform: translateX(100%);
    padding: 20px
}

@media (min-width:1200px) {
    .wrapper-account-action.offcanvas .offcanvas-content-login {
        padding: 40px
    }
}

.wrapper-account-action.offcanvas .offcanvas-content-login.active {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0)
}

.wrapper-account-action.offcanvas .close-offcanvas-account {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all .2s ease-in-out 0s;
    font-size: 18px;
    cursor: pointer
}

.rtl .wrapper-account-action.offcanvas .close-offcanvas-account {
    left: 20px;
    right: auto
}

@media (min-width:1200px) {
    .wrapper-account-action.offcanvas .close-offcanvas-account {
        right: 40px;
        top: 26px
    }

    .rtl .wrapper-account-action.offcanvas .close-offcanvas-account {
        left: 40px;
        right: auto
    }
}

.wrapper-account-action.offcanvas .close-offcanvas-account:hover,
.wrapper-account-action.offcanvas .close-offcanvas-account:focus {
    color: #e44343
}

.wrapper-account-action.offcanvas .title {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 15px;
    text-transform: uppercase;
    background-color: #faf9f8;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .wrapper-account-action.offcanvas .title {
        padding: 29px 15px;
        margin-top: -40px;
        margin-right: -40px;
        margin-left: -40px;
        margin-bottom: 40px
    }
}

.wrapper-account-action.offcanvas .user {
    margin: 0
}

.page-404 {
    width: 100vw;
    height: 80vh;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center
}

.page-404 .not-found {
    padding: 0
}

.page-404 .icon-error {
    font-size: 60px
}

.page-404 .return-home {
    font-size: 16px;
    text-decoration: underline
}

.page-404 .description {
    font-size: 16px;
    max-width: 620px;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--ecosoap-link-color);
    line-height: 1.5
}

@media (min-width:1200px) {
    .page-404 .description {
        font-size: 22px;
        margin-bottom: 50px
    }
}

.page-404 .title-big {
    color: var(--ecosoap-heading-color);
    font-size: 48px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 5px
}

@media (min-width:1200px) {
    .page-404 .title-big {
        font-size: 80px;
        margin: 0 0 20px
    }
}

.page-404 .widget-search {
    max-width: 500px;
    margin: auto
}

.page-404 .slogan {
    margin-top: 0
}

.page-404 .page-content {
    margin-bottom: 0
}

@media (max-width:767px) {
    .page-404 .page-content {
        margin-bottom: 50px
    }
}

.box-relative .elementor-widget,
.box-relative .elementor-column,
.box-relative .elementor-column-wrap,
.box-relative .elementor-widget-wrap {
    position: static
}

.box-relative .header-content-right {
    display: inline-block;
    position: relative;
    text-align: right
}

.rtl .box-relative .header-content-right {
    text-align: left
}

.box-relative .header-content-right .elementor-widget-ecosoap_search_form,
.box-relative .header-content-right .elementor-widget-ecosoap_user_info,
.box-relative .header-content-right .elementor-widget-ecosoap_woo_header {
    display: inline-block;
    margin: 0
}

body.elementor-editor-active .box-relative .elementor-row .elementor-widget,
body.elementor-editor-active .box-relative .elementor-row .elementor-column,
body.elementor-editor-active .box-relative .elementor-row .elementor-column-wrap,
body.elementor-editor-active .box-relative .elementor-row .elementor-widget-wrap {
    position: relative
}

.elementor-accordion .elementor-accordion-item {
    margin: 0 0 20px
}

.post.no-results {
    text-align: center
}

.post.no-results .widget-search {
    margin-top: 30px
}

.entry-title {
    font-weight: 100;
    font-size: 24px;
    margin: 5px 0 12px;
    word-wrap: break-word
}

.entry-create {
    font-size: 13px;
    margin: 0 0 15px
}

.entry-create>* {
    margin-right: 2px
}

.rtl .entry-create>* {
    margin-left: 2px;
    margin-right: inherit
}

.entry-create .author {
    font-style: italic;
    text-transform: capitalize
}

.comment-form-cookies-consent [type=checkbox] {
    margin-right: 7px
}

.rtl .comment-form-cookies-consent [type=checkbox] {
    margin-left: 7px;
    margin-right: inherit
}

.entry-link {
    margin-top: 20px
}

.entry-link .readmore {
    color: var(--ecosoap-theme-color);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px
}

.entry-link .readmore:hover {
    color: #000
}

.entry-meta {
    margin: 0
}

.entry-meta .fa,
.entry-meta .icon {
    margin-right: 3px
}

.rtl .entry-meta .fa,
.rtl .entry-meta .icon {
    margin-left: 3px;
    margin-right: inherit
}

blockquote {
    color: var(--ecosoap-link-color);
    font-size: 18px;
    padding: 0 25px;
    border-left: 3px solid var(--ecosoap-theme-color);
    font-style: italic
}

.rtl blockquote {
    border-right: 3px solid var(--ecosoap-theme-color);
    border-left: inherit
}

.entry-vote {
    z-index: 1;
    display: table;
    text-align: center;
    top: 20px;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 44px;
    height: 44px;
    right: 20px
}

.rtl .entry-vote {
    left: 20px;
    right: auto
}

.entry-vote .entry-vote-inner {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700
}

.entry-vote.vote-perfect .entry-vote-inner {
    color: #ff003a
}

.entry-vote.vote-good .entry-vote-inner {
    color: #fdff39
}

.entry-vote.vote-average .entry-vote-inner {
    color: #91e536
}

.entry-vote.vote-bad .entry-vote-inner {
    color: #e93434
}

.entry-vote.vote-poor .entry-vote-inner {
    color: #78ae00
}

.type-post {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .type-post {
        margin: 0 0 15px
    }
}

.blog-title {
    margin-bottom: 30px
}

#commentform {
    margin-bottom: 30px
}

#commentform .logged-in-as {
    margin: 0 0 25px
}

#commentform .logged-in-as a {
    color: #666
}

#commentform .form-control {
    padding: 5px 20px;
    margin: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #dcd7cc
}

#commentform .form-control::-webkit-input-placeholder {
    color: #666
}

#commentform .form-control::-moz-placeholder {
    color: #666
}

#commentform .form-control:-ms-input-placeholder {
    color: #666
}

#commentform .form-control:-moz-placeholder {
    color: #666
}

#commentform .form-control:focus {
    border-color: #1e1e27
}

#commentform textarea.form-control {
    height: 115px;
    padding: 20px;
    resize: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

#commentform .form-group {
    margin: 0 0 20px
}

#commentform .space-comment {
    margin: 0 0 30px
}

#commentform #cancel-comment-reply-link {
    color: var(--ecosoap-theme-color)
}

#commentform #submit {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 25px
}

.post-specail .entry-title {
    font-size: 16px
}

.post-specail .entry-date {
    font-style: italic
}

.post-specail .entry-create {
    margin: 0 0 18px
}

.post-title {
    font-size: 18px
}

.post-thumb {
    position: relative
}

.blog-meta {
    top: 0;
    position: absolute;
    right: 0
}

.rtl .blog-meta {
    left: 0;
    right: auto
}

.blog.style1 .blog-date {
    top: 0;
    position: absolute;
    right: 0
}

.rtl .blog.style1 .blog-date {
    left: 0;
    right: auto
}

.blog.style2 {
    border: 1px solid #dcd7cc
}

.blog.style2 .blog-date {
    float: left;
    margin: -1px 30px 0 0
}

.rtl .blog.style2 .blog-date {
    float: right
}

.rtl .blog.style2 .blog-date {
    margin: -1px 0 0 30px
}

.blog.style2 .entry-title {
    padding-left: 65px;
    padding-right: 20px
}

.rtl .blog.style2 .entry-title {
    padding-right: 65px;
    padding-left: inherit
}

.rtl .blog.style2 .entry-title {
    padding-left: 20px;
    padding-right: inherit
}

.blog.style2 .entry-description {
    padding-left: 65px;
    padding-right: 20px
}

.rtl .blog.style2 .entry-description {
    padding-right: 65px;
    padding-left: inherit
}

.rtl .blog.style2 .entry-description {
    padding-left: 20px;
    padding-right: inherit
}

.blog.style2 .entry-content {
    border: 0;
    margin-bottom: 20px
}

.blog.style2 .entry-content:before,
.blog.style2 .entry-content:after {
    content: " ";
    display: table
}

.blog.style2 .entry-content:after {
    clear: both
}

.blog .blog-date {
    display: table;
    background: #e93434;
    text-align: center !important;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: normal
}

.blog .blog-date .blog-date-inner {
    display: table-cell;
    vertical-align: middle
}

.blog .blog-date span {
    display: block;
    margin: 2px 0 3px;
    line-height: 25px;
    font-size: 24px;
    font-weight: 400
}

.blog .blog-date--grids {
    position: absolute;
    top: 0;
    right: 15px
}

.rtl .blog .blog-date--grids {
    left: 15px;
    right: auto
}

.blog .entry-content--info {
    overflow: hidden;
    padding: 30px 0
}

.post .entry-description {
    margin: 0 0 25px;
    clear: both;
    overflow: hidden
}

.post .entry-description p {
    margin: 0 0 15px;
    line-height: 1.5
}

.post .entry-description p:last-child {
    margin: 0
}

.post .entry-description .wp-block-quote {
    background-color: #f6f0e7;
    -moz-padding-start: 30px;
    padding-inline-start: 30px;
    -moz-padding-end: 30px;
    padding-inline-end: 30px;
    padding-block: 24px;
    font-size: 14px;
    line-height: 30px;
    color: var(--ecosoap-text-color);
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-left: 5px solid var(--ecosoap-theme-color)
}

@media (min-width:768px) {
    .post .entry-description .wp-block-quote {
        font-size: 18px
    }
}

.post .entry-description .wp-block-quote a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-top: 12px
}

.post .entry-description h1,
.post .entry-description h2,
.post .entry-description h3,
.post .entry-description h4,
.post .entry-description h5,
.post .entry-description h6 {
    color: var(--ecosoap-heading-color)
}

@media (max-width:767px) {

    .post .entry-description h1,
    .post .entry-description h2,
    .post .entry-description h3,
    .post .entry-description h4,
    .post .entry-description h5,
    .post .entry-description h6 {
        font-size: 18px
    }
}

.post .wp-block-image figcaption {
    margin-top: 1em;
    margin-bottom: 1em
}

.grid-half.owl-carousel .owl-controls {
    top: 100%;
    transform: translate(50px, -80px);
    left: 50%
}

.rtl .grid-half.owl-carousel .owl-controls {
    right: 50%;
    left: auto
}

.grid-half.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
    opacity: 1;
    filter: alpha(opacity=100);
    position: static
}

.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
    margin-left: 5px
}

.rtl .grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: 5px;
    margin-left: inherit
}

.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #e1e4e6;
    border-color: #e1e4e6;
    color: var(--ecosoap-link-color)
}

.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:active {
    background: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color);
    color: #fff
}

.grid-half.style_img.owl-carousel .owl-controls {
    left: 0;
    transform: translate(0, 0)
}

.rtl .grid-half.style_img.owl-carousel .owl-controls {
    right: 0;
    left: auto
}

.layout-half {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background: var(--ecosoap-theme-color);
    color: #fff
}

.layout-half .entry-content {
    max-width: 650px;
    padding-bottom: 120px;
    padding-top: 50px
}

.layout-half .entry-content[class*="-6"] {
    padding-left: 50px;
    padding-right: 50px
}

.layout-half>div {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:1024px) {
    .layout-half .entry-content[class*="-6"] {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        max-width: none
    }
}

.layout-half .entry-title {
    font-size: 50px;
    margin: 0 0 20px;
    line-height: 1.1
}

.layout-half .entry-title a {
    color: #fff !important
}

.layout-half .entry-description {
    margin: 0 0 40px;
    font-size: 17px;
    font-weight: 400
}

.layout-dark {
    background: #eff1f2 !important;
    color: var(--ecosoap-text-color)
}

.layout-dark .meta {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 35px
}

.layout-dark .meta:before {
    content: "";
    width: 80px;
    height: 2px;
    background: var(--ecosoap-link-color);
    position: absolute;
    bottom: 0;
    left: 0
}

.rtl .layout-dark .meta:before {
    right: 0;
    left: auto
}

.layout-dark .entry-title {
    margin: 0 0 10px
}

.layout-dark .entry-title a {
    color: var(--ecosoap-link-color) !important;
    font-size: 30px
}

.layout-dark .entry-description {
    font-size: 15px;
    font-weight: 300
}

.layout-halfimg {
    position: relative;
    background: 0 0;
    margin-bottom: 60px
}

.layout-halfimg .entry-content {
    padding: 40px 40px 80px;
    background: var(--ecosoap-theme-color);
    color: #fff
}

.layout-halfimg .entry-content .entry-title {
    font-size: 35px;
    line-height: 1.1;
    margin: 0 0 10px;
    font-weight: 500
}

.layout-halfimg .entry-content .entry-title a {
    color: #fff !important
}

@media (min-width:768px) {
    .layout-halfimg .half-img {
        width: 75%
    }

    .layout-halfimg .entry-content {
        max-width: 500px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }

    .rtl .layout-halfimg .entry-content {
        left: 0;
        right: auto
    }
}

.posts-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.posts-list li {
    overflow: hidden;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcd7cc
}

@media (min-width:1200px) {
    .posts-list li {
        margin: 0 0 20px;
        padding-bottom: 20px
    }
}

.posts-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0
}

.posts-list .content-info {
    width: calc(100% - 120px)
}

.posts-list .image {
    width: 120px;
    padding-right: 15px
}

.rtl .posts-list .image {
    padding-left: 15px;
    padding-right: inherit
}

.posts-list .image img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.posts-list .entry-title {
    font-size: 13px;
    font-weight: 700;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    text-transform: capitalize;
    margin: 10px 0 0
}

@media (min-width:1200px) {
    .posts-list .entry-title {
        font-size: 16px
    }
}

.posts-list .entry-title a {
    font-family: var(--ecosoap-heading-font), Arial, sans-serif
}

.posts-list .entry-title a:hover,
.posts-list .entry-title a:focus {
    color: var(--ecosoap-link-hover-color)
}

.posts-list .top-info {
    color: var(--ecosoap-text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase
}

.posts-list .top-info a {
    color: var(--ecosoap-text-color)
}

.posts-list .top-info a:hover,
.posts-list .top-info a:focus {
    color: var(--ecosoap-link-color)
}

.post-layout {
    z-index: 0;
    position: relative
}

.post-layout .post-sticky {
    background: var(--ecosoap-link-color);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 0 15px;
    font-size: 13px;
    z-index: 10;
    top: 0;
    position: absolute;
    right: 0;
    border-radius: 0 20px;
    -webkit-border-radius: 0 20px;
    -moz-border-radius: 0 20px;
    -ms-border-radius: 0 20px;
    -o-border-radius: 0 20px
}

.rtl .post-layout .post-sticky {
    left: 0;
    right: auto
}

.post-layout .entry-title {
    margin: 10px 0;
    font-weight: 800;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    z-index: 1;
    letter-spacing: 0
}

@media (min-width:1200px) {
    .post-layout .entry-title {
        font-size: 26px
    }
}

.post-layout .entry-title a {
    font-family: var(--ecosoap-heading-font), Arial, sans-serif
}

.post-layout .entry-title a:hover,
.post-layout .entry-title a:focus {
    color: var(--ecosoap-link-hover-color)
}

.post-layout .description {
    margin-bottom: 15px;
    padding-bottom: 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width:1200px) {
    .post-layout .description {
        margin-bottom: 25px;
        padding-bottom: 0;
        line-height: 26px
    }
}

.post-layout .top-image {
    overflow: hidden;
    position: relative
}

.post-layout .top-image .entry-thumb {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden
}

.post-layout .top-image .post-image {
    overflow: hidden;
    position: relative;
    padding: 0
}

.post-layout .top-image .post-info {
    border-top: 0
}

.post-layout .top-image .date {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1
}

.rtl .post-layout .top-image .date {
    right: 15px;
    left: auto
}

@media (min-width:1200px) {
    .post-layout .top-image .date {
        left: 25px;
        top: 20px
    }

    .rtl .post-layout .top-image .date {
        right: 25px;
        left: auto
    }
}

.post-layout .no-image .top-info {
    position: static
}

.post-layout .no-image .top-info .top-info-inner {
    padding: 0
}

.post-layout .no-image .post-info {
    border: 1px solid #dcd7cc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 15px 20px
}

@media (min-width:1200px) {
    .post-layout .no-image .post-info {
        padding: 20px 30px 25px
    }
}

.post-layout .no-image .description {
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .post-layout .no-image .description {
        margin-bottom: 30px
    }
}

.post-layout .post-thumbnail {
    display: block;
    position: relative
}

.post-layout .post-thumbnail img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1000/750
}

.post-layout:hover img,
.post-layout:focus img {
    transform: scale(1.05)
}

.post-layout:hover .readmore,
.post-layout:focus .readmore {
    background-color: var(--ecosoap-link-hover-color);
    border-color: var(--ecosoap-link-hover-color)
}

.post-layout .post-info {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px 0 20px;
    background-color: transparent;
    text-align: left
}

.rtl .post-layout .post-info {
    text-align: right
}

@media (min-width:1200px) {
    .post-layout .post-info {
        padding: 20px 0 30px
    }
}

.post-layout .date {
    line-height: 1;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid var(--ecosoap-theme-color);
    background-color: var(--ecosoap-theme-color);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    z-index: 1
}

@media (min-width:1200px) {
    .post-layout .date {
        padding: 5px 15px
    }
}

.post-layout .top-info {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
    gap: 10px;
    text-transform: uppercase
}

.post-layout .top-info .date {
    color: var(--ecosoap-link-color)
}

.post-layout .top-info .list-categories {
    position: relative
}

.post-layout .top-info .list-categories:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -1px;
    background-color: var(--ecosoap-text-color);
    line-height: 1
}

.post-layout .top-info .list-categories a {
    color: var(--ecosoap-link-color);
    font-weight: 700;
    margin: 0;
    display: inline-block;
    float: none
}

.post-layout .top-info .list-categories a+a:before {
    content: ",";
    margin-right: 5px
}

.rtl .post-layout .top-info .list-categories a+a:before {
    margin-left: 5px;
    margin-right: inherit
}

.post-layout .top-info a,
.post-layout .top-info span {
    color: var(--ecosoap-text-color);
    margin: 0;
    position: relative
}

.post-layout .top-info a:hover,
.post-layout .top-info a:focus,
.post-layout .top-info span:hover,
.post-layout .top-info span:focus {
    color: var(--ecosoap-link-hover-color)
}

.post-layout .top-info i {
    color: var(--ecosoap-theme-color);
    margin-right: 5px;
    font-size: 16px
}

.rtl .post-layout .top-info i {
    margin-left: 5px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .post-layout .top-info i {
        font-size: 18px
    }
}

.post-layout .top-info>* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0
}

.rtl .post-layout .top-info>* {
    margin-left: 0;
    margin-right: inherit
}

.post-layout .top-info>*:last-child {
    margin-right: 0
}

.rtl .post-layout .top-info>*:last-child {
    margin-left: 0;
    margin-right: inherit
}

.post-layout .readmore {
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--ecosoap-link-color);
    z-index: 1;
    padding: 8px 15px
}

.post-layout .readmore i {
    font-size: 16px
}

.post-layout .readmore:hover {
    color: #fff;
    background-color: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.post-layout iframe {
    max-width: 100%;
    width: 100%
}

.post-layout .slick-slide img {
    width: 100%
}

.post-grid-v1 {
    margin-bottom: 30px;
    padding-bottom: 0;
    border: 0
}

.post-grid-v1.post-grid-home .entry-title {
    margin: 10px 0
}

@media (min-width:1200px) {
    .post-grid-v1.post-grid-home .entry-title {
        margin: 10px 0 20px
    }
}

.post-grid-v1.post-grid-home .post-info {
    padding: 10px 0 0
}

@media (min-width:1200px) {
    .post-grid-v1 {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .post-grid-v1 {
        margin-bottom: 0
    }
}

.post-grid-v1 .top-image {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #dcd7cc
}

.post-grid-v1 .top-image .post-info .entry-title a:hover {
    color: var(--ecosoap-theme-color)
}

.post-grid-v1 .top-image .post-info .top-info>div:not(:last-child):after {
    background-color: #ccc
}

.post-grid-v1 .no-image {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .post-grid-v1 .no-image {
        margin-bottom: 33px
    }
}

.post-grid-v1 .space {
    margin: 0 3px
}

.post-grid-v1 .entry-thumb {
    margin-bottom: 0
}

.post-grid-v1 .entry-thumb img {
    width: 100%
}

.post-grid-v1 .top-image,
.post-grid-v1 .no-image {
    position: relative
}

.post-grid-v2 {
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in-out 0s;
    margin: 0
}

.post-grid-v2.post-grid-home .entry-title {
    margin: 7px 0 15px
}

@media (min-width:1200px) {
    .post-grid-v2.post-grid-home .entry-title {
        margin: 10px 0 25px
    }
}

.post-grid-v2 .post-info {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding: 15px 0
}

@media (min-width:1200px) {
    .post-grid-v2 .post-info {
        padding: 25px 0
    }
}

.post-grid-v2 .entry-title {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    letter-spacing: 0
}

@media (min-width:1200px) {
    .post-grid-v2 .entry-title {
        font-size: 22px
    }
}

.post-grid-v2 .image {
    position: relative;
    overflow: visible
}

.post-grid-v2 .no-image .post-sticky {
    position: absolute;
    right: 0
}

.rtl .post-grid-v2 .no-image .post-sticky {
    left: 0;
    right: auto
}

.post-grid-v2 .top-info {
    z-index: 9;
    margin: 0;
    direction: ltr
}

.post-grid-v2 .top-info>div:not(:last-child):after {
    width: 10px
}

.post-grid-v2 .content {
    padding: 0;
    margin: 0 0 20px;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

@media (min-width:1200px) {
    .post-grid-v2 .content {
        padding: 0;
        margin: 0 0 35px
    }
}

.post-grid-v2:hover .readmore,
.post-grid-v2:focus .readmore {
    background-color: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.post-grid-v2:hover .readmore i,
.post-grid-v2:focus .readmore i {
    color: #fff
}

.post-grid-v3 {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .post-grid-v3 {
        margin-bottom: 30px
    }
}

.post-grid-v3 .post-info {
    padding: 10px 0 15px;
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.rtl .post-grid-v3 .post-info {
    text-align: right
}

@media (min-width:1200px) {
    .post-grid-v3 .post-info {
        padding: 20px 0 30px
    }
}

.post-grid-v3 .description {
    margin-bottom: 20px
}

.post-grid-v3 .entry-title {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width:1200px) {
    .post-grid-v3 .entry-title {
        margin: 10px 0 25px
    }
}

.post-grid-v3 .list-categories a {
    padding: 0
}

.post-grid-v3 .list-categories a:hover {
    background-color: transparent
}

.post-grid-v3 .top-info {
    z-index: 9;
    direction: ltr;
    bottom: 0;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative
}

.post-grid-v3 .top-info a,
.post-grid-v3 .top-info span {
    color: var(--ecosoap-text-color);
    margin: 0;
    position: relative;
    text-transform: uppercase
}

.post-grid-v3 .top-info a:hover,
.post-grid-v3 .top-info a:focus,
.post-grid-v3 .top-info span:hover,
.post-grid-v3 .top-info span:focus {
    color: var(--ecosoap-theme-color)
}

.post-grid-v3 .top-info a.post-user,
.post-grid-v3 .top-info span.post-user {
    margin-right: 0
}

.rtl .post-grid-v3 .top-info a.post-user,
.rtl .post-grid-v3 .top-info span.post-user {
    margin-left: 0;
    margin-right: inherit
}

.post-grid-v3 .top-info i {
    color: var(--ecosoap-theme-color);
    margin-right: 5px
}

.rtl .post-grid-v3 .top-info i {
    margin-left: 5px;
    margin-right: inherit
}

.post-grid-v3 .entry-thumb {
    margin-bottom: 0;
    overflow: hidden
}

.post-grid-v3 .title {
    margin: 0;
    font-size: 14px;
    text-transform: none;
    line-height: 24px
}

@media (min-width:1200px) {
    .post-grid-v3 .title {
        font-size: 16px
    }
}

.layout-blog .post-grid-v2 {
    margin: 0 0 15px
}

@media (min-width:1200px) {
    .layout-blog .post-grid-v2 {
        margin: 0 0 35px
    }
}

.single-blog .no-sidebar {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.list-small {
    overflow: hidden
}

.list-small .entry-title {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 20px;
    font-weight: 400
}

.list-small .date {
    font-size: 12px
}

.list-small .image {
    float: left;
    padding-right: 15px
}

.rtl .list-small .image {
    float: right
}

.rtl .list-small .image {
    padding-left: 15px;
    padding-right: inherit
}

.list-small .image img {
    min-width: 62px
}

.list-small .info {
    overflow: hidden
}

.blog-home .post-grid-v1 .no-image .post-info {
    padding: 30px;
    background-color: #1d1d1d
}

@media (max-width:767px) {
    .blog-home .post-grid-v1 .no-image .post-info {
        padding: 20px 15px
    }
}

.blog-home .post-list-item .description {
    display: none
}

.blog-home .slick-list {
    padding: 0 0 15px
}

.layout-blog.style-sticky {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0
}

.layout-blog.style-sticky .post-sticky {
    position: sticky;
    top: 100px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto
}

@media (max-width:767px) {
    .layout-blog.style-sticky .post-sticky {
        position: initial
    }
}

.title-sticky {
    position: sticky !important;
    top: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:1200px) {
    .title-sticky {
        top: 100px
    }
}

.post-list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcd7cc
}

@media (min-width:1200px) {
    .post-list-item {
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

.post-list-item.post-list-home {
    margin-bottom: 25px
}

@media (min-width:1200px) {
    .post-list-item.post-list-home {
        margin-bottom: 45px
    }
}

.post-list-item.post-list-home .top-image .readmore {
    width: 44px;
    height: 44px;
    line-height: 44px
}

.post-list-item.post-list-home .post-info {
    padding: 20px 15px 20px 5px
}

@media ((max-width:767px)) {
    .post-list-item.post-list-home .post-info {
        padding: 20px 30px 25px
    }
}

.post-list-item.post-list-home .list-no-image .no-image .post-info {
    padding: 20px 30px 25px
}

.post-list-item:last-child {
    border: none;
    padding: 0
}

.post-list-item .list-inner {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #f6f0e7
}

.post-list-item .list-inner .list-no-image .no-image .post-info {
    border: 0
}

.post-list-item .top-info {
    z-index: 9;
    direction: ltr;
    bottom: 0;
    margin: 0;
    padding: 0;
    position: relative
}

.post-list-item .top-info>* {
    display: inline-block;
    vertical-align: middle
}

.post-list-item .top-info>*:last-child {
    margin-right: 0
}

.rtl .post-list-item .top-info>*:last-child {
    margin-left: 0;
    margin-right: inherit
}

.post-list-item .bottom-info {
    padding-top: 0
}

.post-list-item .post-info {
    padding: 8px 10px 10px 0;
    border: 0;
    text-align: left;
    background-color: transparent
}

.rtl .post-list-item .post-info {
    text-align: right
}

@media (min-width:1024px) {
    .post-list-item .post-info {
        padding: 8px 25px 10px 0
    }
}

@media (max-width:767px) {
    .post-list-item .post-info {
        padding: 15px 0 0
    }
}

.post-list-item .top-image {
    position: relative;
    z-index: 1
}

.post-list-item .top-image .date {
    left: 30px
}

.rtl .post-list-item .top-image .date {
    right: 30px;
    left: auto
}

.post-list-item .top-image .post-sticky {
    position: absolute;
    right: 15px
}

.rtl .post-list-item .top-image .post-sticky {
    left: 15px;
    right: auto
}

.post-list-item .no-image-content .post-content .post-content-inner {
    margin: 0
}

.post-list-item .post-thumbnail {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    overflow: hidden
}

.post-list-item .post-thumbnail:before {
    display: none
}

.post-list-item .post-sticky {
    right: 15px
}

.rtl .post-list-item .post-sticky {
    left: 15px;
    right: auto
}

.post-list-item .entry-title {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width:1200px) {
    .post-list-item .entry-title {
        font-size: 22px
    }
}

.post-list-item .description {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width:1200px) {
    .post-list-item .description {
        margin-bottom: 20px
    }
}

.post-list-item:hover .readmore,
.post-list-item:focus .readmore {
    background-color: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.search-results .post-layout .description {
    border: 0
}

.posts-grid-category {
    overflow: hidden
}

.top-blog-info {
    padding: 25px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcd7cc
}

.top-blog-info i {
    margin-right: 10px
}

.rtl .top-blog-info i {
    margin-left: 10px;
    margin-right: inherit
}

.top-blog-info .categories {
    margin-right: 35px
}

.rtl .top-blog-info .categories {
    margin-left: 35px;
    margin-right: inherit
}

.top-blog-info .author a {
    color: var(--ecosoap-theme-color)
}

.top-blog-info a {
    color: var(--ecosoap-text-color)
}

.top-blog-info a:hover,
.top-blog-info a:active {
    color: var(--ecosoap-theme-color)
}

.list-default {
    margin-bottom: 45px
}

.list-default .entry-title {
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 10px
}

.list-default .description {
    margin: 0 0 15px
}

.category-posts {
    position: relative
}

.category-posts:after {
    content: "";
    top: 20px;
    position: absolute;
    right: 0;
    width: 1px;
    height: 1000px;
    background: #dcd7cc
}

.rtl .category-posts:after {
    left: 0;
    right: auto
}

.category-posts .post {
    border-bottom: 1px solid #dcd7cc
}

.category-posts .category-posts-label {
    padding: 1px 3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--ecosoap-theme-color);
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase
}

.category-posts .category-posts-label a {
    color: #fff
}

.category-posts .entry-meta:after {
    display: none
}

.category-posts .posts-more .post:last-child {
    border: 0
}

.category-posts .posts-more .entry-title {
    font-size: 10px
}

.category-posts .posts-more .entry-title a {
    color: #777
}

.category-posts .posts-more .entry-title a:hover {
    color: var(--ecosoap-theme-color)
}

.sharebox {
    margin-bottom: 30px
}

.sharebox .sharebox-title {
    margin: 10px 0
}

.top-info-detail {
    position: relative
}

.top-info-detail.post-layout .bottom-info a.blog-time:before {
    line-height: 26px
}

.entry-title-detail {
    color: var(--ecosoap-heading-color);
    font-size: 24px;
    margin: 0 0 15px;
    word-wrap: break-word;
    text-transform: none
}

@media (min-width:1200px) {
    .entry-title-detail {
        font-size: 32px;
        font-weight: 500
    }
}

.social-networks li {
    padding-left: 10px;
    padding-right: 10px
}

.social-networks li:last-child a {
    margin-right: 0
}

.social-networks li a {
    font-size: 14px
}

.social-networks li a:hover {
    color: var(--ecosoap-theme-color)
}

.tag-links,
.post-share {
    margin-bottom: 10px
}

.tag-links span i,
.post-share span i {
    margin-right: 5px
}

.rtl .tag-links span i,
.rtl .post-share span i {
    margin-left: 5px;
    margin-right: inherit
}

#respond .title {
    margin: 0 0 5px
}

.comment-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none
}

.comment-list li.comment {
    border-top: 1px solid #dcd7cc;
    padding-top: 30px;
    margin-top: 30px
}

.comment-list .comment-respond {
    padding-bottom: 10px
}

.comment-list #cancel-comment-reply-link {
    color: var(--ecosoap-theme-color)
}

.comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 100px
}

.rtl .comment-list .children {
    padding-right: 100px;
    padding-left: inherit
}

.comment-list div.avatar {
    min-width: 100px;
    padding-right: 30px;
    float: left
}

.rtl .comment-list div.avatar {
    padding-left: 30px;
    padding-right: inherit
}

.rtl .comment-list div.avatar {
    float: right
}

.comment-list .comment-edit-link {
    color: var(--ecosoap-theme-color);
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px
}

.rtl .comment-list .comment-edit-link {
    margin-right: 5px;
    margin-left: inherit
}

.comment-list .date {
    color: var(--ecosoap-text-color);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

.comment-list strong {
    font-size: 14px;
    color: var(--ecosoap-heading-color);
    font-weight: 600;
    text-transform: capitalize
}

@media (min-width:1200px) {
    .comment-list strong {
        font-size: 16px
    }
}

.comment-list .comment-reply-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--ecosoap-theme-color);
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s ease-in-out 0s
}

.comment-list .comment-reply-link:before {
    content: "\e6bd";
    font-family: "themify";
    font-size: 13px;
    vertical-align: unset;
    margin-right: 0
}

.rtl .comment-list .comment-reply-link:before {
    margin-left: 0;
    margin-right: inherit
}

.comment-list .comment-reply-link:hover,
.comment-list .comment-reply-link:active {
    color: var(--ecosoap-theme-color)
}

.comment-list .comment-box {
    overflow: hidden;
    position: relative
}

.comment-list .comment-text {
    margin: 0 0 10px
}

.comment-list .comment-text p:last-child {
    margin: 0
}

.comment-list img.avatar {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.comment-list .the-comment {
    padding: 0
}

@media (min-width:992px) {
    .comment-list .the-comment {
        padding: 0
    }
}

.commentform .title {
    color: var(--ecosoap-heading-color);
    margin: 0;
    font-size: 26px
}

.commentform .comment-notes {
    display: none
}

.comment-form #submit {
    text-transform: none
}

.post-navigation a {
    color: var(--ecosoap-text-color)
}

.post-navigation a:hover,
.post-navigation a:active {
    color: var(--ecosoap-link-color)
}

.post-navigation .navi {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    font-size: 14px
}

.post-navigation .navi i {
    font-size: 12px;
    margin-right: 5px
}

.rtl .post-navigation .navi i {
    margin-left: 5px;
    margin-right: inherit
}

.post-navigation .post-title {
    font-size: 16px;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    font-weight: 700;
    margin: 10px 0 0;
    display: block
}

.post-navigation .nav-next .navi i {
    margin-right: 0;
    margin-left: 5px
}

.rtl .post-navigation .nav-next .navi i {
    margin-left: 0;
    margin-right: inherit
}

.rtl .post-navigation .nav-next .navi i {
    margin-right: 5px;
    margin-left: inherit
}

.detail-post .entry-title-detail {
    margin: 0 0 20px
}

.detail-post iframe {
    max-width: 100%
}

.detail-post .top-info {
    margin: 0 0 15px
}

@media (max-width:767px) {
    .detail-post .top-info {
        margin: 0 0 10px
    }
}

.detail-post .top-info a,
.detail-post .top-info span {
    color: var(--ecosoap-text-color);
    margin: 0;
    position: relative;
    text-transform: uppercase
}

.detail-post .top-info a:hover,
.detail-post .top-info a:focus,
.detail-post .top-info span:hover,
.detail-post .top-info span:focus {
    color: var(--ecosoap-theme-color)
}

.detail-post .top-info i {
    color: var(--ecosoap-theme-color);
    margin-right: 5px;
    font-size: 16px
}

.rtl .detail-post .top-info i {
    margin-left: 5px;
    margin-right: inherit
}

.detail-post .top-info>* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0
}

.rtl .detail-post .top-info>* {
    margin-left: 0;
    margin-right: inherit
}

.detail-post .top-info>*:last-child {
    margin-right: 0
}

.rtl .detail-post .top-info>*:last-child {
    margin-left: 0;
    margin-right: inherit
}

.detail-post .entry-thumb {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #dcd7cc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden
}

@media (min-width:1200px) {
    .detail-post .entry-thumb {
        margin-bottom: 30px
    }
}

.detail-post .entry-thumb.no-thumb {
    margin: 0
}

.detail-post .entry-thumb.no-thumb+.top-info {
    position: static
}

.detail-post .related-posts .entry-thumb {
    margin: 0
}

.detail-post .entry-content-detail {
    margin: 0 0 15px;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color: #dcd7cc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

@media (min-width:1200px) {
    .detail-post .entry-content-detail {
        margin: 0 0 25px
    }
}

.detail-post .entry-content-detail .top-info {
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    border-color: #dcd7cc
}

@media (min-width:1200px) {
    .detail-post .entry-content-detail .top-info {
        font-size: 14px
    }
}

.detail-post .entry-content-detail .top-info>div:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    margin: 0 5px;
    vertical-align: middle;
    background-color: var(--ecosoap-text-color)
}

@media (min-width:1200px) {
    .detail-post .entry-content-detail .top-info>div:not(:last-child):after {
        margin: 0 10px;
        width: 20px
    }
}

.detail-post .entry-content-detail .wp-block-gallery {
    margin-bottom: 20px
}

.detail-post .entry-content-detail .wp-block-gallery.columns-2 {
    margin-right: 15px
}

.rtl .detail-post .entry-content-detail .wp-block-gallery.columns-2 {
    margin-left: 15px;
    margin-right: inherit
}

.detail-post .entry-content-detail .list-categories {
    position: relative;
    margin-left: 0
}

.rtl .detail-post .entry-content-detail .list-categories {
    margin-right: 0;
    margin-left: inherit
}

.detail-post .entry-content-detail .list-categories a {
    color: var(--ecosoap-link-color);
    margin: 0;
    display: inline-block;
    float: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.detail-post .entry-content-detail .list-categories a+a:before {
    content: ",";
    margin-right: 5px
}

.rtl .detail-post .entry-content-detail .list-categories a+a:before {
    margin-left: 5px;
    margin-right: inherit
}

.detail-post .font-second {
    font-size: 24px;
    margin: 0 0 20px
}

.detail-post .goal-social-share {
    margin-top: 0
}

.detail-post .goal-social-share .title {
    margin-right: 15px;
    font-weight: 600;
    color: var(--ecosoap-link-color)
}

.rtl .detail-post .goal-social-share .title {
    margin-left: 15px;
    margin-right: inherit
}

.detail-post .goal-social-share a {
    color: var(--ecosoap-text-color);
    font-size: 14px;
    margin-right: 10px
}

.rtl .detail-post .goal-social-share a {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .detail-post .goal-social-share a {
        margin-right: 15px
    }

    .rtl .detail-post .goal-social-share a {
        margin-left: 15px;
        margin-right: inherit
    }
}

.detail-post .goal-social-share a:hover,
.detail-post .goal-social-share a:active {
    color: var(--ecosoap-link-color)
}

.detail-post .tag-social {
    margin-bottom: 0;
    border-top: 1px solid #dcd7cc;
    padding-top: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%
}

@media (min-width:992px) {
    .detail-post .tag-social {
        padding: 30px 0 0
    }
}

@media (max-width:767px) {
    .detail-post .tag-social {
        padding-bottom: 0
    }
}

.detail-post .tag-social strong {
    margin-right: 15px;
    font-weight: 600;
    color: var(--ecosoap-link-color)
}

.rtl .detail-post .tag-social strong {
    margin-left: 15px;
    margin-right: inherit
}

.detail-post .entry-tags-list a {
    font-size: 12px;
    text-transform: none;
    padding: 5px 15px;
    color: var(--ecosoap-link-color);
    font-weight: 500;
    display: inline-block;
    transition: all .2s ease-in-out 0s;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #fff;
    border: 1px solid #dcd7cc
}

.rtl .detail-post .entry-tags-list a {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:767px) {
    .detail-post .entry-tags-list a {
        font-size: 14px;
        padding: 5px 20px
    }
}

.detail-post .entry-tags-list a:hover,
.detail-post .entry-tags-list a:active {
    color: #fff;
    border-color: var(--ecosoap-link-hover-color);
    background: var(--ecosoap-link-hover-color)
}

.detail-post .post-navigation {
    margin: 0 0 30px;
    padding-top: 0;
    background-color: transparent
}

@media (max-width:767px) {
    .detail-post .post-navigation {
        margin: 0 0 15px
    }
}

.detail-post .nav-links .navi {
    font-size: 16px;
    color: var(--ecosoap-link-color)
}

.detail-post .nav-links .navi:hover,
.detail-post .nav-links .navi:active {
    color: var(--ecosoap-theme-color)
}

.detail-post .nav-links .navi i {
    line-height: 1;
    vertical-align: middle;
    font-size: 42px
}

.detail-post .entry-content-detail .entry-title {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 5px
}

.detail-post .sub-title {
    font-size: 21px
}

.detail-post #comments {
    padding: 0;
    border: 0
}

.detail-post #comments .comment-list-wrap {
    background-color: transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid #dcd7cc;
    padding: 30px;
    margin: 0 0 20px
}

@media (max-width:767px) {
    .detail-post #comments .comment-list-wrap {
        padding: 15px
    }
}

.detail-post #comments .comment-list .comment-text {
    margin: 15px 0 10px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    box-sizing: border-box
}

.detail-post #comments .comments-title {
    font-size: 18px;
    margin: 0 0 25px
}

.post-navigation {
    position: relative
}

.post-navigation .screen-reader-text {
    display: none
}

.post-navigation .nav-links {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-navigation .nav-links>a {
    transition: all .3s ease-in-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    line-height: 24px;
    padding: 20px;
    border: 1px solid #dcd7cc;
    border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px
}

@media (min-width:767px) {
    .post-navigation .nav-links>a {
        width: 50%
    }
}

.post-navigation .nav-links>a+a {
    margin: -1px 0 0
}

@media (min-width:767px) {
    .post-navigation .nav-links>a+a {
        border-left: 0;
        margin: 0;
        border-radius: 0 15px 15px 0;
        -webkit-border-radius: 0 15px 15px 0;
        -moz-border-radius: 0 15px 15px 0;
        -ms-border-radius: 0 15px 15px 0;
        -o-border-radius: 0 15px 15px 0
    }
}

@media (min-width:767px) {
    .post-navigation .nav-links>a+a>div {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width:767px) {
    .post-navigation .nav-links>a+a>div img {
        margin-left: 20px;
        margin-right: 0
    }
}

@media (min-width:767px) {
    .post-navigation .nav-links>a+a>div .meta-nav {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.post-navigation .nav-links>a+a>div .meta-nav:before {
    display: none
}

.post-navigation .nav-links>a+a>div .meta-nav:after {
    content: "\e649";
    font-family: "themify";
    padding-left: 3px;
    font-size: 14px
}

@media (min-width:767px) {
    .post-navigation .nav-links>a+a>div .wrapper-title-meta {
        text-align: right
    }
}

.post-navigation .nav-links>a .wrapper-title-meta {
    padding: 15px 0
}

.post-navigation .nav-links>a img {
    margin-right: 20px;
    margin-left: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.post-navigation .nav-links .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden
}

.post-navigation .nav-links .meta-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    line-height: 17px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500
}

.post-navigation .nav-links .meta-nav:before {
    color: #666 !important;
    display: inline-block;
    content: "\e64a";
    font-family: "themify";
    padding-right: 3px;
    font-size: 14px
}

.post-navigation .nav-links .post-title {
    color: var(--ecosoap-heading-color);
    display: -webkit-box;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 20px;
    padding-top: 0;
    -webkit-line-clamp: 2;
    text-transform: capitalize
}

.post-navigation .nav-links .post-title:hover {
    color: var(--ecosoap-link-hover-color)
}

.author-info {
    padding: 20px 0;
    border-top: 1px solid #dcd7cc
}

@media (min-width:992px) {
    .author-info {
        padding: 40px 0
    }
}

.author-info .author-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px
}

.author-info .avatar-img {
    padding-right: 20px
}

.rtl .author-info .avatar-img {
    padding-left: 20px;
    padding-right: inherit
}

.author-info .avatar-img .avatar {
    overflow: hidden;
    max-width: none
}

.related-posts {
    padding: 0;
    margin: 0
}

@media (min-width:1200px) {
    .related-posts {
        margin: 30px 0 0
    }
}

.related-posts .title {
    margin: 0 0 15px;
    font-size: 28px;
    text-transform: capitalize
}

@media (min-width:1200px) {
    .related-posts .title {
        font-size: 36px;
        margin: 0 0 25px
    }
}

.blog-post-icon {
    display: table;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
    background: var(--ecosoap-theme-color);
    opacity: .9;
    filter: alpha(opacity=90);
    left: 0;
    width: 50px;
    height: 50px
}

.rtl .blog-post-icon {
    right: 0;
    left: auto
}

.blog-post-icon .fa {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px
}

.blog-masonry .entry-thumb {
    margin-bottom: 0
}

.gallery {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden
}

.gallery .gallery-item {
    float: left;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative
}

.rtl .gallery .gallery-item {
    float: right
}

.gallery .gallery-item figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    max-height: 50%;
    font-size: 12px;
    background: rgba(0, 0, 0, .5);
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 8px 15px
}

.gallery .gallery-item:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery.gallery-columns-9 .gallery-item {
    width: 33.33%
}

@media (min-width:768px) {
    .gallery.gallery-columns-9 .gallery-item {
        width: 11%
    }
}

.gallery.gallery-columns-8 .gallery-item {
    width: 33.33%
}

@media (min-width:768px) {
    .gallery.gallery-columns-8 .gallery-item {
        width: 12.5%
    }
}

.gallery.gallery-columns-7 .gallery-item {
    width: 33.33%
}

@media (min-width:768px) {
    .gallery.gallery-columns-7 .gallery-item {
        width: 14%
    }
}

.gallery.gallery-columns-6 .gallery-item {
    width: 33.33%
}

@media (min-width:768px) {
    .gallery.gallery-columns-6 .gallery-item {
        width: 16.66%
    }
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33%
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: #fff
}

.wp-block-cover,
.wp-block-cover-image {
    margin: 0 0 10px
}

.wp-block-button {
    margin: 0 0 10px
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.comment-navigation {
    overflow: hidden;
    padding: 20px 0
}

.comment-navigation .nav-links>div {
    display: inline-block
}

.comment-navigation .nav-links>div+div {
    line-height: 1.1;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #dcd7cc
}

.rtl .comment-navigation .nav-links>div+div {
    margin-right: 15px;
    margin-left: inherit
}

.rtl .comment-navigation .nav-links>div+div {
    padding-right: 15px;
    padding-left: inherit
}

.rtl .comment-navigation .nav-links>div+div {
    border-right: 2px solid #dcd7cc;
    border-left: inherit
}

.list-check {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-check li {
    margin-bottom: 10px
}

.list-check i {
    color: var(--ecosoap-theme-color);
    margin-right: 10px
}

.rtl .list-check i {
    margin-left: 10px;
    margin-right: inherit
}

.author-post .avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.author-post .avatar-img {
    float: left;
    padding-right: 8px
}

.rtl .author-post .avatar-img {
    float: right
}

.rtl .author-post .avatar-img {
    padding-left: 8px;
    padding-right: inherit
}

.author-post .name-author {
    display: inline-block;
    margin-top: 9px
}

.effect-1 {
    position: relative
}

.effect-1:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    transition: all .3s ease 0s;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0;
    margin: auto
}

.effect-1:hover:after {
    width: 100%;
    height: 1px;
    background: var(--ecosoap-theme-color)
}

.zoom-2 {
    overflow: hidden;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.zoom-2 img {
    position: relative;
    width: 100%;
    height: auto;
    transition: all .2s ease-out;
    transform-origin: center center
}

.zoom-2:hover img {
    transform: scale(1.2)
}

.filter-grayscale,
.widget .widget_sp_image-image-link img {
    transition: all .6s ease-out 0s
}

.filter-grayscale:hover,
.widget .widget_sp_image-image-link img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%)
}

.filter-brightness {
    transition: all .4s ease-out 0s
}

.filter-brightness:hover {
    filter: brightness(.4);
    -webkit-filter: brightness(.4);
    -moz-filter: brightness(.4);
    -o-filter: brightness(.4);
    -ms-filter: brightness(.4)
}

.filter-blur {
    transition: all .6s ease-out 0s
}

.filter-blur:hover {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px)
}

.close .fa {
    transition: all 1s ease-in-out
}

.close:hover .fa {
    transform: rotate(360deg)
}

.image-overlay-1:after,
.image-overlay-1:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease 0s
}

.rtl .image-overlay-1:after,
.rtl .image-overlay-1:before {
    right: 0;
    left: auto
}

.image-overlay-1:after {
    top: -100%
}

.image-overlay-1:before {
    bottom: -100%
}

.image-overlay-1:hover:after {
    top: -50%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.image-overlay-1:hover:before {
    bottom: -50%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.image-plus-1 {
    position: relative
}

.image-plus-1:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease 0s;
    transform: scale(1.5);
    background: url(../../images/theme/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, .6)
}

.rtl .image-plus-1:before {
    right: 0;
    left: auto
}

.image-plus-1:hover:before {
    visibility: visible;
    opacity: .6;
    filter: alpha(opacity=60);
    transform: scale(1)
}

.image-plus-2 {
    position: relative
}

.image-plus-2:before {
    content: "";
    z-index: 199;
    top: 0;
    position: absolute;
    background: url(../../images/theme/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    left: 0;
    transition: all .3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    -ms-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box
}

.rtl .image-plus-2:before {
    right: 0;
    left: auto
}

.image-plus-2:hover:before {
    opacity: .6;
    visibility: visible;
    -ms-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%
}

.image-plus-3 {
    position: relative
}

.image-plus-3:before {
    content: "";
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    transform: scale(.5) rotateX(180deg);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease 0s;
    background: rgba(0, 0, 0, .8)
}

.rtl .image-plus-3:before {
    right: 0;
    left: auto
}

.image-plus-3:hover:before {
    visibility: visible;
    opacity: .6;
    filter: alpha(opacity=60);
    transform: scale(1) rotateX(0deg)
}

.icon-effect-1 {
    position: relative
}

.icon-effect-1:before {
    content: "";
    display: block;
    transform: scale(.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent
}

.icon-effect-1:hover:before {
    transform: scale(1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1)
}

.no-margin {
    margin: 0 !important
}

.no-margin .pagination {
    margin: 0
}

.no-padding {
    padding: 0 !important
}

.no-position {
    position: static !important
}

.inline-block {
    display: inline-block;
    vertical-align: middle
}

.lt-ie8 .inline-block {
    display: inline;
    zoom: 1
}

.no-background {
    box-shadow: none;
    background: 0 0 !important
}

.no-effect a:before {
    content: none !important
}

.clear-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.text-uppercase {
    text-transform: uppercase !important
}

.separator_align_center {
    text-align: center !important
}

.vc_align_right,
.separator_align_right {
    text-align: right !important
}

.separator_align_left {
    text-align: left !important
}

.font-size-lg {
    font-size: 48px
}

.font-size-md {
    font-size: 30px
}

.font-size-sm {
    font-size: 18px
}

.font-size-xs {
    font-size: 14px
}

.no-border {
    border: 0 !important
}

.bg-transparent {
    background: 0 0 !important
}

.widget-text-heading {
    margin: 0
}

.widget-text-heading .title {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 5px
}

.widget-text-heading .des {
    font-size: 13px
}

.widget-text-heading.center {
    text-align: center
}

.elementor-widget-ecosoap_heading .ecosoap-heading-title {
    color: var(--ecosoap-heading-color);
    display: block;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    padding-block-end: 0;
    padding-block-start: 0;
    letter-spacing: 0
}

@media (min-width:1200px) {
    .elementor-widget-ecosoap_heading .ecosoap-heading-title {
        font-size: 36px;
        padding-block-end: 20px
    }
}

.vertical-wrapper {
    position: relative
}

.vertical-wrapper .title-vertical {
    color: #fff;
    background-color: var(--ecosoap-theme-color);
    font-size: 14px;
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 0;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    letter-spacing: 1px
}

@media (max-width:1366px) {
    .vertical-wrapper .title-vertical {
        font-size: 11px;
        padding: 12px 10px
    }
}

.vertical-wrapper .title-vertical i {
    font-size: 16px;
    margin-right: 15px
}

.rtl .vertical-wrapper .title-vertical i {
    margin-left: 15px;
    margin-right: inherit
}

@media (max-width:1366px) {
    .vertical-wrapper .title-vertical i {
        font-size: 11px;
        margin-right: 5px
    }

    .rtl .vertical-wrapper .title-vertical i {
        margin-left: 5px;
        margin-right: inherit
    }
}

.vertical-wrapper .title-vertical .show-down {
    font-size: 18px;
    margin: 0;
    float: right
}

.rtl .vertical-wrapper .title-vertical .show-down {
    float: left
}

@media (max-width:1366px) {
    .vertical-wrapper .title-vertical .show-down {
        font-size: 13px
    }
}

.vertical-wrapper .content-vertical {
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    z-index: 1;
    margin: 0
}

.vertical-wrapper.show-always .content-vertical {
    display: block
}

body.home .vertical-wrapper.show-in-home .content-vertical {
    display: block
}

@media (min-width:1200px) {
    body.page-template-default.page-id-15369:not(.woocommerce-page) .vertical-wrapper.show-in-home .content-vertical {
        display: block
    }
}

.goal-vertical-menu {
    padding: 0;
    background: #fff;
    margin: 15px 0 0;
    list-style: none;
    border-width: 1px;
    border-style: solid;
    border-color: #dcd7cc;
    float: none;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px
}

.goal-vertical-menu>li {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #dcd7cc
}

.goal-vertical-menu>li:last-child {
    border: none
}

.goal-vertical-menu>li>a {
    font-size: 13px;
    background: 0 0 !important;
    position: relative;
    padding: 5px 15px 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600
}

@media (min-width:1500px) {
    .goal-vertical-menu>li>a {
        font-size: 15px;
        padding: 10px 20px 10px 15px
    }
}

.goal-vertical-menu>li>a.dropdown-toggle:after {
    content: "\e649";
    font-family: "themify";
    font-size: 11px;
    color: var(--ecosoap-text-color);
    position: absolute;
    right: 10px;
    top: 10px
}

.rtl .goal-vertical-menu>li>a.dropdown-toggle:after {
    left: 10px;
    right: auto
}

.goal-vertical-menu>li>a>i,
.goal-vertical-menu>li>a>img {
    font-size: 24px;
    margin-right: 20px;
    width: 18px;
    display: inline-block;
    color: var(--ecosoap-link-color)
}

.rtl .goal-vertical-menu>li>a>i,
.rtl .goal-vertical-menu>li>a>img {
    margin-left: 20px;
    margin-right: inherit
}

.goal-vertical-menu>li>a>i.down,
.goal-vertical-menu>li>a>img.down {
    display: none
}

.goal-vertical-menu>li>a .caret {
    float: right;
    margin: 22px 0 0;
    transform: rotate(0deg);
    transition: all .2s ease-in-out 0s
}

.rtl .goal-vertical-menu>li>a .caret {
    float: left
}

.goal-vertical-menu>li .goal-container {
    padding: 10px 35px
}

.goal-vertical-menu>li:hover>a,
.goal-vertical-menu>li.active>a {
    color: var(--ecosoap-theme-color)
}

.goal-vertical-menu>li:hover>a>i,
.goal-vertical-menu>li.active>a>i {
    color: var(--ecosoap-theme-color)
}

.goal-vertical-menu li:hover>.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.goal-vertical-menu .text-label {
    background: #5bc0de;
    font-size: 11px;
    vertical-align: super;
    margin-left: 0;
    color: #fff;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    position: absolute;
    padding: 0 5px;
    line-height: 1.5
}

.rtl .goal-vertical-menu .text-label {
    margin-right: 0;
    margin-left: inherit
}

.goal-vertical-menu .text-label.label-hot {
    background: #e44343
}

.goal-vertical-menu .text-label.label-hot:before {
    border-color: #e44343 transparent transparent #e44343
}

.goal-vertical-menu .text-label.label-new {
    background: #5cb85c
}

.goal-vertical-menu .text-label.label-new:before {
    border-color: #5cb85c transparent transparent #5cb85c
}

.goal-vertical-menu .text-label:before {
    content: "";
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 7px;
    border-width: 3px;
    border-style: solid;
    border-color: #5bc0de transparent transparent #5bc0de
}

.rtl .goal-vertical-menu .text-label:before {
    right: 7px;
    left: auto
}

.goal-vertical-menu .dropdown-menu {
    min-width: 240px;
    visibility: hidden;
    padding: 0;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s ease-in-out 0s;
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15)
}

.goal-vertical-menu .dropdown-menu>li>a {
    color: var(--ecosoap-link-color);
    background: 0 0 !important;
    padding: 0
}

.goal-vertical-menu .dropdown-menu>li>a>i,
.goal-vertical-menu .dropdown-menu>li>a>img {
    font-size: 20px;
    margin-right: 10px;
    width: 15px;
    display: inline-block
}

.rtl .goal-vertical-menu .dropdown-menu>li>a>i,
.rtl .goal-vertical-menu .dropdown-menu>li>a>img {
    margin-left: 10px;
    margin-right: inherit
}

.goal-vertical-menu .dropdown-menu>li>a .caret {
    float: right;
    margin: 12px 0 0;
    transform: rotate(0deg);
    transition: all .2s ease-in-out 0s
}

.rtl .goal-vertical-menu .dropdown-menu>li>a .caret {
    float: left
}

.goal-vertical-menu .dropdown-menu>li:hover>a,
.goal-vertical-menu .dropdown-menu>li.active>a,
.goal-vertical-menu .dropdown-menu>li:active>a {
    color: var(--ecosoap-theme-color)
}

.goal-vertical-menu .dropdown-menu .wpb_button,
.goal-vertical-menu .dropdown-menu .wpb_content_element,
.goal-vertical-menu .dropdown-menu ul.wpb_thumbnails-fluid>li,
.goal-vertical-menu .dropdown-menu .widget {
    margin: 0
}

.goal-vertical-menu .dropdown-menu .widget .widget-title,
.goal-vertical-menu .dropdown-menu .widget .widgettitle,
.goal-vertical-menu .dropdown-menu .widget .widget-heading {
    margin: 0 0 10px;
    font-size: 18px;
    padding: 0
}

.goal-vertical-menu .dropdown-menu .widget .widget-title:after,
.goal-vertical-menu .dropdown-menu .widget .widget-title:before,
.goal-vertical-menu .dropdown-menu .widget .widgettitle:after,
.goal-vertical-menu .dropdown-menu .widget .widgettitle:before,
.goal-vertical-menu .dropdown-menu .widget .widget-heading:after,
.goal-vertical-menu .dropdown-menu .widget .widget-heading:before {
    display: none
}

.goal-vertical-menu .aligned-left>a:hover .caret {
    transform: rotate(-90deg)
}

.goal-vertical-menu .aligned-left>.dropdown-menu {
    top: 0;
    left: 100%
}

.goal-vertical-menu .aligned-right>a:hover .caret {
    transform: rotate(90deg)
}

.goal-vertical-menu .aligned-right>.dropdown-menu {
    top: -10px;
    right: 100%;
    left: inherit
}

.goal_custom_menu.center {
    text-align: center
}

.goal_custom_menu.center li {
    display: inline-block;
    margin: 0 15px
}

.goal_custom_menu.left {
    text-align: left
}

.goal_custom_menu.right {
    text-align: right
}

.goal_custom_menu.inline li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px
}

.rtl .goal_custom_menu.inline li {
    margin-left: 20px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .goal_custom_menu.inline li {
        margin-right: 40px
    }

    .rtl .goal_custom_menu.inline li {
        margin-left: 40px;
        margin-right: inherit
    }
}

.goal_custom_menu.inline li:last-child {
    margin: 0
}

.colection_gutter .slick-carousel {
    margin: 0
}

.colection_gutter .slick-carousel .slick-prev {
    left: -15px
}

.rtl .colection_gutter .slick-carousel .slick-prev {
    right: -15px;
    left: auto
}

.colection_gutter .slick-carousel .slick-next {
    right: -15px
}

.rtl .colection_gutter .slick-carousel .slick-next {
    left: -15px;
    right: auto
}

.carousel-templates .slick-carousel .slick-slide {
    padding: 0
}

@media (min-width:1200px) {
    .carousel-templates .slick-carousel .slick-slide {
        padding: 0 8px
    }
}

.carousel-templates .slick-carousel .slick-prev {
    left: 15px
}

@media (min-width:1200px) {
    .carousel-templates .slick-carousel .slick-prev {
        left: 0
    }
}

.carousel-templates .slick-carousel .slick-next {
    right: 15px
}

@media (min-width:1200px) {
    .carousel-templates .slick-carousel .slick-next {
        right: 0
    }
}

@media (min-width:1200px) {
    .carousel-templates .slick-carousel:hover .slick-arrow {
        margin: 0 45px !important
    }
}

.carousel-templates .slick-carousel .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0
}

.slick-carousel {
    position: relative;
    margin-right: -15px;
    margin-left: -15px
}

.slick-carousel .slick-arrow {
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
    color: var(--ecosoap-text-color);
    border: 1px solid #dcd7cc;
    transition: all .3s ease-in-out 0s;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    box-shadow: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px
}

@media (min-width:1200px) {
    .slick-carousel .slick-arrow {
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 18px;
        width: 45px;
        height: 45px;
        line-height: 46px
    }
}

.slick-carousel .slick-arrow .textnav {
    display: none
}

.slick-carousel .slick-arrow:hover,
.slick-carousel .slick-arrow:active,
.slick-carousel .slick-arrow:focus {
    background-color: var(--ecosoap-link-hover-color);
    border-color: var(--ecosoap-link-hover-color);
    color: #fff
}

.slick-carousel .slick-prev {
    left: 0
}

.rtl .slick-carousel .slick-prev {
    right: 0;
    left: auto
}

@media (min-width:1200px) {
    .slick-carousel .slick-prev {
        margin-left: 15px
    }
}

.slick-carousel .slick-next {
    right: 0
}

.rtl .slick-carousel .slick-next {
    left: 0;
    right: auto
}

@media (min-width:1200px) {
    .slick-carousel .slick-next {
        margin-right: 15px
    }
}

@media (min-width:1320px) {
    .slick-carousel.arrow-full .slick-prev {
        left: -60px !important
    }

    .slick-carousel.arrow-full .slick-next {
        right: -60px !important
    }
}

.slick-carousel.arrow-top .slick-arrow {
    line-height: 38px;
    box-shadow: none;
    width: 36px;
    height: 36px;
    transform: translateY(0);
    top: -55px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: var(--ecosoap-link-color);
    margin: 0
}

@media (min-width:1200px) {
    .slick-carousel.arrow-top .slick-arrow {
        top: -75px
    }
}

.slick-carousel.arrow-top .slick-arrow:hover,
.slick-carousel.arrow-top .slick-arrow:focus {
    background-color: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color);
    color: #fff
}

.slick-carousel.arrow-top .slick-prev {
    left: inherit;
    right: 55px
}

.rtl .slick-carousel.arrow-top .slick-prev {
    right: inherit;
    left: auto
}

.rtl .slick-carousel.arrow-top .slick-prev {
    left: 55px;
    right: auto
}

.slick-carousel.arrow-top .slick-next {
    right: 12px
}

.rtl .slick-carousel.arrow-top .slick-next {
    left: 12px;
    right: auto
}

.slick-carousel.arrow-small .slick-arrow {
    line-height: 1;
    border: 0;
    background: 0 0 !important;
    box-shadow: none;
    width: auto;
    height: auto;
    color: var(--ecosoap-link-color)
}

.slick-carousel.arrow-small .slick-arrow:hover,
.slick-carousel.arrow-small .slick-arrow:focus {
    color: var(--ecosoap-theme-color)
}

.slick-carousel:hover .slick-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 !important
}

.slick-carousel .slick-slide {
    outline: none !important;
    padding-left: 7px;
    padding-right: 7px
}

@media (min-width:1200px) {
    .slick-carousel .slick-slide {
        padding-left: 15px;
        padding-right: 15px
    }
}

.slick-carousel.show-text .textnav {
    display: inline-block;
    margin: 0 2px
}

.slick-carousel.show-text .slick-arrow {
    width: auto;
    height: auto;
    background: 0 0 !important;
    font-weight: 500;
    font-size: 12px;
    color: var(--ecosoap-link-color)
}

.slick-carousel.show-text .slick-arrow:hover,
.slick-carousel.show-text .slick-arrow:active,
.slick-carousel.show-text .slick-arrow:focus {
    color: var(--ecosoap-theme-color)
}

.slick-carousel.show-text .slick-prev {
    left: 15px;
    right: inherit
}

.slick-carousel.show-text .slick-next {
    right: 15px;
    left: inherit
}

.slick-carousel.p-bottom .slick-list {
    padding-bottom: 5px
}

.slick-carousel.p-bottom .slick-arrow {
    top: 100%;
    transform: translateY(-100%)
}

.slick-carousel .slick-track {
    margin: inherit
}

.slick-carousel .slick-dots {
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    list-style: none;
    line-height: 1;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center
}

@media (min-width:1200px) {
    .slick-carousel .slick-dots {
        padding: 20px 0 0
    }
}

.slick-carousel .slick-dots li {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    margin: 0 5px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid transparent;
    transition: all .2s ease-in-out 0s
}

.slick-carousel .slick-dots li button {
    border: 0;
    display: block;
    text-indent: -9999em;
    width: 8px;
    height: 8px;
    padding: 0;
    background: var(--ecosoap-link-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .2s ease-in-out 0s
}

.slick-carousel .slick-dots li.slick-active {
    border-color: var(--ecosoap-link-color)
}

.slick-carousel .slick-dots li.slick-active button {
    background-color: transparent
}

.carousel_white .slick-arrow {
    color: var(--ecosoap-text-color)
}

.carousel_white .slick-arrow:hover,
.carousel_white .slick-arrow:focus {
    color: #fff
}

.carousel_white .slick-dots li button {
    background-color: var(--ecosoap-text-color)
}

.carousel_white .slick-dots li.slick-active button {
    background-color: #fff
}

.carousel_vertical {
    position: relative;
    padding-right: 40px
}

.rtl .carousel_vertical {
    padding-left: 40px;
    padding-right: inherit
}

.carousel_vertical .slick-dots {
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: calc(100% - 15px);
    transform: translate(-50%, -50%) rotate(90deg);
    white-space: nowrap
}

.rtl .carousel_vertical .slick-dots {
    right: calc(100% - 15px);
    left: auto
}

.rtl .carousel_vertical .slick-dots {
    transform: translate(50%, -50%) rotate(-90deg)
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #aaa;
    border: none;
    color: #fff
}

.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:active {
    background: #222;
    color: #fff
}

.owl-carousel-top .owl-carousel .owl-controls,
.owl-carousel-top.owl-carousel .owl-controls {
    top: -70px;
    width: 108px;
    right: 0;
    transform: translateY(0px)
}

.rtl .owl-carousel-top .owl-carousel .owl-controls,
.rtl .owl-carousel-top.owl-carousel .owl-controls {
    left: 0;
    right: auto
}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin-right: -15px;
    margin-left: -15px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    cursor: pointer
}

.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    filter: alpha(opacity=100)
}

.owl-controls .owl-dots {
    text-align: center
}

.owl-controls .owl-dots .owl-dot {
    cursor: pointer;
    margin: 0 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    border: 2px solid #646a7c;
    background: #646a7c
}

.owl-controls .owl-dots .owl-dot.active {
    border-color: var(--ecosoap-theme-color);
    background: var(--ecosoap-theme-color)
}

.nav-bottom.owl-carousel {
    padding-bottom: 55px
}

.nav-bottom.owl-carousel .owl-controls {
    top: 100%
}

.nav-white .owl-controls .owl-dots .owl-dot {
    border-color: var(--ecosoap-theme-color);
    background: 0 0
}

.nav-white .owl-controls .owl-dots .owl-dot:hover,
.nav-white .owl-controls .owl-dots .owl-dot.active {
    background: #fff;
    border-color: var(--ecosoap-theme-color)
}

.nav-small .owl-controls .owl-nav .owl-prev,
.nav-small .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-width: 1px;
    font-size: 18px
}

.nav-white .owl-controls .owl-nav .owl-prev,
.nav-white .owl-controls .owl-nav .owl-next {
    border-color: rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5)
}

.nav-white .owl-controls .owl-nav .owl-prev:hover,
.nav-white .owl-controls .owl-nav .owl-prev:active,
.nav-white .owl-controls .owl-nav .owl-next:hover,
.nav-white .owl-controls .owl-nav .owl-next:active {
    border-color: var(--ecosoap-theme-color);
    background-color: var(--ecosoap-theme-color);
    color: #fff
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
    cursor: pointer;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    transition: all .3s ease;
    position: absolute;
    transform: translateY(-50%);
    border: 2px solid var(--ecosoap-theme-color);
    top: 50%;
    left: 15px;
    z-index: 99;
    color: var(--ecosoap-theme-color);
    font-size: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 42px;
    background: 0 0
}

.owl-controls .owl-nav .owl-prev:active,
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:hover {
    background: var(--ecosoap-theme-color);
    color: #fff;
    border-color: var(--ecosoap-theme-color)
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    left: inherit;
    right: 15px
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 30px/2;
    padding-left: 30px/2
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/assets/theme/vendor/wp-content/themes/ecosoap/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.wpb_gmaps_widget.wpb_content_element {
    margin: 0
}

.widget-googlemap {
    position: relative
}

.widget-googlemap .goal-google-map {
    z-index: 1
}

.widget-googlemap .map-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.widget-googlemap .content-info {
    position: relative;
    z-index: 9;
    background: rgba(17, 17, 17, .8);
    padding: 30px
}

@media (min-width:1024px) {
    .widget-googlemap .content-info {
        padding: 65px 65px 40px
    }
}

.widget-googlemap .description {
    margin: 0 0 35px
}

.widget-googlemap .info-wrapper {
    margin: 0 0 40px
}

.widget-googlemap .info-wrapper:nth-child(2n) {
    font-weight: 400
}

.widget-googlemap .info-wrapper .icon {
    width: 70px;
    height: 70px;
    line-height: 76px;
    text-align: center;
    border: 2px dashed #3f4143;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 20px
}

.rtl .widget-googlemap .info-wrapper .icon {
    float: right
}

.rtl .widget-googlemap .info-wrapper .icon {
    margin-left: 20px;
    margin-right: inherit
}

.widget-googlemap .info-wrapper .icon i {
    font-size: 28px
}

.widget-googlemap .info-wrapper .des {
    color: #fff;
    overflow: hidden;
    margin: 6px 0 0
}

.widget-googlemap .info-top {
    border-bottom: 2px dashed #414445;
    overflow: hidden
}

.widget-googlemap .info-bottom {
    margin: 40px 0
}

.widget-googlemap .info-bottom a {
    display: inline-block;
    text-align: center;
    line-height: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #101416;
    background: #3f4143
}

.widget-googlemap .info-bottom a:hover,
.widget-googlemap .info-bottom a:active {
    color: #0e1113
}

.widget-googlemap .info-bottom a+a {
    margin-left: 12px
}

.rtl .widget-googlemap .info-bottom a+a {
    margin-right: 12px;
    margin-left: inherit
}

.widget-social .title {
    font-size: 14px;
    padding-right: 25px;
    color: #fff;
    margin: 0
}

.rtl .widget-social .title {
    padding-left: 25px;
    padding-right: inherit
}

.widget-social>* {
    display: inline-block;
    vertical-align: middle
}

.widget-social .social {
    padding: 0;
    list-style: none;
    margin: 0
}

.widget-social .social>li {
    padding: 0;
    display: inline-block;
    margin-right: 5px
}

.rtl .widget-social .social>li {
    margin-left: 5px;
    margin-right: inherit
}

.widget-social .social>li:last-child {
    margin: 0
}

.widget-social .social a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in-out 0s;
    color: #fff;
    background-color: transparent;
    border: 2px solid #aaa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

@media (min-width:768px) {
    .widget-social .social a {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px
    }
}

.widget-social .social a:hover,
.widget-social .social a:focus {
    background: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color);
    color: #fff
}

.widget-social.left {
    text-align: left
}

.rtl .widget-social.left {
    text-align: right
}

.widget-social.right {
    text-align: right
}

.rtl .widget-social.right {
    text-align: left
}

.widget-social.center {
    text-align: center
}

.widget-social.st_small .social a {
    width: auto;
    height: auto;
    line-height: inherit;
    background: 0 0;
    font-size: 16px;
    border: 0
}

.widget-social.st_small .social a:hover,
.widget-social.st_small .social a:focus {
    color: var(--ecosoap-link-hover-color)
}

@media (min-width:1200px) {
    .widget-social.st_small .social>li {
        margin-right: 10px
    }

    .rtl .widget-social.st_small .social>li {
        margin-left: 10px;
        margin-right: inherit
    }

    .widget-social.st_small .social>li:last-child {
        margin-right: 0
    }

    .rtl .widget-social.st_small .social>li:last-child {
        margin-left: 0;
        margin-right: inherit
    }
}

.phone_header {
    font-size: 22px;
    line-height: 1;
    color: var(--ecosoap-link-color)
}

.phone_header img {
    margin: 0 10px 0 0;
    vertical-align: middle
}

.rtl .phone_header img {
    margin: 0 0 0 10px
}

.contact-us .title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .contact-us .title {
        font-size: 36px
    }
}

.contact-us .des {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .contact-us .des {
        margin-bottom: 50px
    }
}

.contact-us .form-control {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .contact-us .form-control {
        margin-bottom: 30px
    }
}

.contact-us textarea {
    height: 150px;
    resize: none
}

.widget-process {
    padding-top: 35px
}

.widget-process .title {
    color: var(--ecosoap-theme-color);
    margin: 0;
    font-size: 14px
}

.widget-process .des {
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

@media (min-width:1200px) {
    .widget-process .des {
        font-size: 20px
    }
}

.widget-process .top-img {
    margin-bottom: 12px
}

@media (min-width:1200px) {
    .widget-process .top-img {
        margin-bottom: 20px
    }
}

.widget-process .proces-item {
    position: relative
}

.widget-process .proces-item .line-space {
    position: absolute;
    width: 190px;
    height: 35px;
    left: 100%;
    transform: translateX(-50%);
    bottom: 100%
}

.widget-process .proces-item:last-child .line-space {
    display: none
}

.language-wrapper {
    font-size: 12px;
    display: inline-block;
    position: relative
}

.language-wrapper:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px
}

.language-wrapper .selected .language-current>img {
    margin: 0 10px 0 0;
    vertical-align: sub
}

.rtl .language-wrapper .selected .language-current>img {
    margin: 0 0 0 10px
}

.language-wrapper .selected .language-current>i {
    margin-left: 10px
}

.rtl .language-wrapper .selected .language-current>i {
    margin-right: 10px;
    margin-left: inherit
}

.language-wrapper .dropdown-menu {
    background: #fff;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(10px);
    font-size: 12px;
    margin-top: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 13px 18px;
    min-width: 130px;
    box-shadow: none;
    border: 1px solid #dcd7cc;
    transition: all .3s ease-in-out 0s;
    visibility: hidden
}

.language-wrapper:hover .dropdown-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100)
}

.language-wrapper .list-language {
    list-style: none;
    padding: 0;
    margin: 0
}

.language-wrapper .list-language li {
    margin-bottom: 10px
}

.language-wrapper .list-language li:last-child {
    margin-bottom: 0
}

.language-wrapper .list-language a:hover,
.language-wrapper .list-language a:focus {
    color: var(--ecosoap-theme-color)
}

.language-wrapper .list-language img {
    margin-right: 6px;
    margin-bottom: 0
}

.rtl .language-wrapper .list-language img {
    margin-left: 6px;
    margin-right: inherit
}

.top-info {
    line-height: 1.4
}

.top-info .item {
    display: inline-block;
    vertical-align: middle;
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #dcd7cc
}

.top-info .item i {
    margin-right: 5px
}

.rtl .top-info .item i {
    margin-left: 5px;
    margin-right: inherit
}

.rtl .top-info .item {
    padding-left: 18px;
    padding-right: inherit
}

.rtl .top-info .item {
    margin-left: 18px;
    margin-right: inherit
}

.rtl .top-info .item {
    border-left: 1px solid #dcd7cc;
    border-right: inherit
}

.top-info .item:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

.social-link {
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.social-link li {
    display: inline-block;
    margin: 0 5px
}

.social-link li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 100%;
    color: var(--ecosoap-text-color);
    display: inline-block;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    border: 1px solid #dcd7cc
}

.social-link.lighten li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff
}

.widget-gallery .image {
    position: relative
}

.widget-gallery .image:before {
    transition: all .2s ease-in-out 0s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--ecosoap-theme-color);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2
}

.widget-gallery .image .content-cover {
    transition: all .2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}

.widget-gallery .image:hover:before {
    opacity: .9;
    filter: alpha(opacity=90)
}

.widget-gallery .image:hover .content-cover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.widget-gallery .popup-image-gallery {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    background: #fff;
    font-size: 24px;
    color: var(--ecosoap-theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .2s ease-in-out 0s
}

.widget-gallery .popup-image-gallery:hover,
.widget-gallery .popup-image-gallery:active {
    color: var(--ecosoap-theme-color);
    background: #fff
}

.widget-gallery .title {
    font-size: 24px;
    margin: 0;
    color: #fff
}

.widget-gallery .description {
    color: #e0dede;
    font-size: 12px;
    margin-bottom: 20px
}

.widget-gallery .gutter-default {
    margin-left: 0;
    margin-right: 0
}

.widget-gallery .gutter-default>div {
    padding-right: 0;
    padding-left: 0
}

.widget-gallery.gutter30 .title {
    font-size: 18px
}

.widget-gallery.gutter30 .image {
    margin-bottom: 30px
}

.widget-gallery.gutter30 .description {
    margin-bottom: 10px
}

.widget-gallery.gutter30 .gutter-default {
    margin-left: -15px;
    margin-right: -15px
}

.widget-gallery.gutter30 .gutter-default>div {
    padding-right: 15px;
    padding-left: 15px
}

.elementor-image-gallery [data-elementor-open-lightbox=yes] {
    display: block;
    overflow: hidden;
    position: relative
}

.elementor-image-gallery [data-elementor-open-lightbox=yes]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .5);
    transition: all .2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1
}

.elementor-image-gallery [data-elementor-open-lightbox=yes]:after {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    content: "\e611";
    font-family: "themify";
    color: #fff;
    font-size: 23px;
    transition: all .2s ease-in-out 0s;
    transform: translate(-50%, -50%) scale(0)
}

.elementor-image-gallery [data-elementor-open-lightbox=yes] img {
    transform: scale(1);
    transition: all .4s ease-in-out 0s
}

.elementor-image-gallery [data-elementor-open-lightbox=yes]:hover:after,
.elementor-image-gallery [data-elementor-open-lightbox=yes]:focus:after {
    transform: translate(-50%, -50%) scale(1)
}

.elementor-image-gallery [data-elementor-open-lightbox=yes]:hover:before,
.elementor-image-gallery [data-elementor-open-lightbox=yes]:focus:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.elementor-image-gallery [data-elementor-open-lightbox=yes]:hover img,
.elementor-image-gallery [data-elementor-open-lightbox=yes]:focus img {
    transform: scale(1.05)
}

.widget-about {
    text-align: left
}

.rtl .widget-about {
    text-align: right
}

.widget-about .widget-title {
    text-align: left;
    margin: 0
}

.rtl .widget-about .widget-title {
    text-align: right
}

.widget-about .widget-title .sub-widget-title:before {
    display: none
}

.widget-about .widget-title .content {
    margin: 0 0 30px
}

.item-inner-features .title {
    color: var(--ecosoap-link-color);
    font-size: 13px;
    margin: 5px 0 10px
}

@media (min-width:1200px) {
    .item-inner-features .title {
        font-size: 16px
    }
}

.item-inner-features .description {
    line-height: 1;
    margin: 0
}

@media (min-width:1200px) {
    .item-inner-features .description {
        font-size: 16px
    }
}

.item-inner-features .features-box-image {
    color: var(--ecosoap-theme-color);
    transition: all .2s ease-in-out 0s;
    line-height: 1
}

.item-inner-features:hover .features-box-image {
    color: var(--ecosoap-theme-color)
}

.item-inner-features.style1 {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center
}

.item-inner-features.style1 .features-box-image {
    margin-right: 15px;
    text-align: center
}

.rtl .item-inner-features.style1 .features-box-image {
    margin-left: 15px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .item-inner-features.style1 .features-box-image {
        margin-right: 20px
    }

    .rtl .item-inner-features.style1 .features-box-image {
        margin-left: 20px;
        margin-right: inherit
    }
}

.item-inner-features.style1 .title {
    font-size: 22px;
    font-weight: 500
}

.item-inner-features.style1 .features-box-content {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1
}

.item-inner-features.style2 .features-box-image {
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .item-inner-features.style2 .features-box-image {
        margin-bottom: 15px
    }
}

.item-inner-features.style3 {
    border: 1px solid #dcd7cc;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: -1px
}

@media (min-width:1200px) {
    .item-inner-features.style3 {
        padding: 20px
    }
}

.item-inner-features.style3 .features-box-image {
    float: left;
    padding-right: 10px;
    margin: 0
}

.rtl .item-inner-features.style3 .features-box-image {
    float: right
}

.rtl .item-inner-features.style3 .features-box-image {
    padding-left: 10px;
    padding-right: inherit
}

@media (min-width:1200px) {
    .item-inner-features.style3 .features-box-image {
        padding-right: 20px
    }

    .rtl .item-inner-features.style3 .features-box-image {
        padding-left: 20px;
        padding-right: inherit
    }
}

.item-inner-features.style3 .title {
    margin-bottom: 5px;
    font-size: 13px
}

.item-inner-features.style3 .description {
    font-size: 12px
}

.item-inner-features.style3 .features-box-content {
    overflow: hidden
}

.goal-countdown .times>div {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin-right: 15px;
    padding-right: 15px;
    text-align: center;
    position: relative
}

.rtl .goal-countdown .times>div {
    margin-left: 15px;
    margin-right: inherit
}

.rtl .goal-countdown .times>div {
    padding-left: 15px;
    padding-right: inherit
}

@media (min-width:1200px) {
    .goal-countdown .times>div {
        font-size: 14px;
        margin-right: 30px;
        padding-right: 30px
    }

    .rtl .goal-countdown .times>div {
        margin-left: 30px;
        margin-right: inherit
    }

    .rtl .goal-countdown .times>div {
        padding-left: 30px;
        padding-right: inherit
    }
}

.goal-countdown .times>div:before {
    content: ":";
    line-height: 1;
    position: absolute;
    font-size: 18px;
    top: 4px;
    left: 100%;
    color: var(--ecosoap-link-color);
    font-weight: 400;
    margin-left: -4px
}

@media (min-width:768px) {
    .goal-countdown .times>div:before {
        font-size: 30px;
        top: 6px
    }
}

.rtl .goal-countdown .times>div:before {
    right: 100%;
    left: auto
}

.rtl .goal-countdown .times>div:before {
    margin-right: -4px;
    margin-left: inherit
}

.goal-countdown .times>div:last-child {
    margin-right: 0;
    padding-right: 0
}

.rtl .goal-countdown .times>div:last-child {
    margin-left: 0;
    margin-right: inherit
}

.rtl .goal-countdown .times>div:last-child {
    padding-left: 0;
    padding-right: inherit
}

.goal-countdown .times>div:last-child:before {
    display: none
}

.goal-countdown .times>div span {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.3;
    color: var(--ecosoap-link-color);
    display: block
}

@media (min-width:768px) {
    .goal-countdown .times>div span {
        font-size: 26px
    }
}

.goal-countdown-v2 {
    display: inline-block;
    padding: 5px 20px 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--ecosoap-theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2
}

.goal-countdown-v2 .times>div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    padding-left: 5px
}

@media (min-width:1200px) {
    .goal-countdown-v2 .times>div {
        font-size: 18px
    }
}

.rtl .goal-countdown-v2 .times>div {
    margin-right: 5px;
    margin-left: inherit
}

.rtl .goal-countdown-v2 .times>div {
    padding-right: 5px;
    padding-left: inherit
}

.goal-countdown-v2 .times>div:before {
    content: ":";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%)
}

.rtl .goal-countdown-v2 .times>div:before {
    left: 100%;
    right: auto
}

.goal-countdown-v2 .times>div.day,
.goal-countdown-v2 .times>div.hours {
    padding: 0
}

.goal-countdown-v2 .times>div.day:before,
.goal-countdown-v2 .times>div.hours:before {
    display: none
}

.goal-countdown-v2 .times>div.day {
    margin-right: 10px
}

.rtl .goal-countdown-v2 .times>div.day {
    margin-left: 10px;
    margin-right: inherit
}

.goal-countdown-dark .times {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center
}

.goal-countdown-dark .times>div {
    color: #fff;
    line-height: 1.3;
    text-align: center;
    padding: 5px;
    display: inline-block;
    margin: 0 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--ecosoap-theme-color)
}

@media (min-width:1200px) {
    .goal-countdown-dark .times>div {
        padding: 8px 10px
    }
}

.goal-countdown-dark .times>div>span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

@media (min-width:1200px) {
    .goal-countdown-dark .times>div>span {
        font-size: 18px
    }
}

.widget-countdown .price {
    font-size: 18px
}

.widget-countdown .price strong {
    font-size: 20px
}

@media (min-width:1200px) {
    .widget-countdown .price strong {
        font-size: 30px
    }
}

.widget-countdown .title {
    font-size: 20px;
    margin: 0 0 15px
}

@media (min-width:1200px) {
    .widget-countdown .title {
        font-size: 36px;
        margin: 0 0 30px
    }
}

.widget-countdown .des {
    margin-bottom: 10px;
    line-height: 1.6
}

@media (min-width:1200px) {
    .widget-countdown .des {
        margin-bottom: 30px
    }
}

.widget-countdown.style2 .goal-countdown .times>div {
    border: 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 700;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    min-width: 60px;
    padding: 5px 0;
    text-align: center
}

@media (min-width:1200px) {
    .widget-countdown.style2 .goal-countdown .times>div {
        min-width: 70px
    }

    .widget-countdown.style2 .goal-countdown .times>div span {
        margin: 0
    }
}

.widget-countdown.style2 .goal-countdown .times>div:before {
    display: none
}

.widget-countdown.style3 .goal-countdown .times>div {
    color: var(--ecosoap-link-color);
    border: 0;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-width: 50px;
    padding: 5px 0;
    text-align: center
}

@media (min-width:1200px) {
    .widget-countdown.style3 .goal-countdown .times>div {
        min-width: 70px
    }

    .widget-countdown.style3 .goal-countdown .times>div span {
        color: var(--ecosoap-link-color);
        margin: 0
    }
}

.widget-countdown.style3 .goal-countdown .times>div:before {
    display: none
}

.widget-countdown.style3 .title {
    position: relative;
    padding-bottom: 5px
}

.widget-countdown.style3 .title:before {
    content: "";
    width: 60px;
    height: 3px;
    background: var(--ecosoap-theme-color);
    position: absolute;
    top: 100%;
    left: 0
}

.rtl .widget-countdown.style3 .title:before {
    right: 0;
    left: auto
}

.widget-countdown .url-bottom {
    margin-top: 15px
}

@media (min-width:1200px) {
    .widget-countdown .url-bottom {
        margin-top: 45px
    }
}

.no-padding .widget-banner .col-xs-12 {
    padding: 0
}

.widget-banner .wrapper-banner {
    position: relative;
    overflow: hidden
}

.widget-banner .wrapper-banner .content-banner {
    min-height: 100px;
    overflow: hidden;
    transition: all .5s ease-in-out 0s;
    transform: scale(1)
}

.widget-banner .wrapper-banner .content-banner img {
    width: 100%
}

.widget-banner .wrapper-banner .content-banner+.inner {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1
}

.widget-banner .wrapper-banner .sub-title {
    margin: 0;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    line-height: 1.7;
    padding: 0;
    position: relative
}

.widget-banner .wrapper-banner .sub-title strong {
    margin-left: 5px
}

.rtl .widget-banner .wrapper-banner .sub-title strong {
    margin-right: 5px;
    margin-left: inherit
}

.widget-banner .wrapper-banner .title1 {
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff
}

@media (min-width:1200px) {
    .widget-banner .wrapper-banner .title1 {
        font-size: 32px
    }
}

.widget-banner .wrapper-banner .title2 {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    margin: 0
}

@media (min-width:1200px) {
    .widget-banner .wrapper-banner .title2 {
        font-size: 14px
    }
}

.widget-banner .wrapper-banner .btn,
.widget-banner .wrapper-banner .viewmore-products-btn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2
}

.widget-banner .inner .link-bottom {
    display: inline-block
}

.widget-banner:hover .wrapper-banner .content-banner,
.widget-banner:focus .wrapper-banner .content-banner {
    transform: scale(1.05)
}

.widget-banner.style1 .content-banner+.inner {
    top: 25%;
    transform: translateY(-45%)
}

@media (min-width:1200px) {
    .widget-banner.style1 .content-banner+.inner {
        transform: translateY(-50%)
    }
}

.widget-banner.style2 .content-banner+.inner {
    top: 70%
}

.widget-banner.style3 .content-banner+.inner {
    top: 50%
}

.txtcollection .item__collection {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 0 10px;
    color: var(--ecosoap-theme-color);
    transition: all .3s ease-in
}

@media (min-width:1200px) {
    .txtcollection .item__collection {
        padding: 0 20px
    }
}

.txtcollection .item__collection .img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    z-index: -10;
    opacity: 0;
    visibily: hidden;
    pointer-events: none
}

.txtcollection .item__collection:hover .item__collection-name:before {
    transform: scaleX(1);
    background-color: var(--ecosoap-link-color)
}

.txtcollection .item__collection:hover .item__collection-sub {
    opacity: 1;
    transform: translateX(0)
}

.txtcollection .item__collection-name {
    color: transparent;
    position: relative
}

.txtcollection .item__collection-name:before {
    transition: transform .3s cubic-bezier(.77, 0, .175, 1);
    transform-origin: left;
    height: 1px;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    transform: scaleX(0);
    margin-right: .15em;
    bottom: 0;
    background-color: var(--ecosoap-link-color)
}

.txtcollection .item__collection-sub {
    color: var(--ecosoap-text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    transform: translateX(-1rem);
    transition: transform .3s, opacity .3s;
    opacity: 0;
    display: block;
    margin: 5px 0 0
}

.widget-banner-shop .content-banner-shop {
    position: relative;
    overflow: hidden
}

.widget-banner-shop .content-banner-shop .image-wrapper img {
    transition: all .3s ease-in-out 0s
}

.widget-banner-shop .content-banner-shop .inner {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f8f4ed;
    padding: 20px;
    min-width: 270px
}

.rtl .widget-banner-shop .content-banner-shop .inner {
    left: 0;
    right: auto
}

@media (min-width:1200px) {
    .widget-banner-shop .content-banner-shop .inner {
        padding: 30px 40px;
        min-width: 370px
    }
}

@media (max-width:767px) {
    .widget-banner-shop .content-banner-shop .inner {
        right: 0;
        left: 0
    }
}

.widget-banner-shop .content-banner-shop .inner h3 {
    margin: 0 0 10px
}

.widget-banner-shop .content-banner-shop .inner .btn,
.widget-banner-shop .content-banner-shop .inner .viewmore-products-btn {
    margin: 20px 0 0
}

.widget-banner-shop .content-banner-shop.style2 .inner {
    left: 0;
    right: auto;
    background-color: transparent
}

.rtl .widget-banner-shop .content-banner-shop.style2 .inner {
    right: 0;
    left: auto
}

.widget-banner-shop:hover .content-banner-shop .image-wrapper img,
.widget-banner-shop:focus .content-banner-shop .image-wrapper img {
    transform: scale(1.02)
}

@media (min-width:1200px) {

    .elementor-widget-image-carousel .swiper,
    .elementor-widget-image-carousel .swiper-container {
        overflow: visible
    }
}

@media (max-width:767px) {
    .elementor-image-carousel {
        min-height: auto
    }
}

@media (min-width:1200px) {
    .elementor-image-carousel .swiper-slide {
        transform: rotate(13.78deg)
    }
}

@media (min-width:1200px) {
    .elementor-image-carousel .swiper-slide:nth-child(even) {
        transform: rotate(-12.36deg)
    }
}

.elementor-image-gallery .gallery {
    min-height: 18rem;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .elementor-image-gallery .gallery {
        display: block;
        min-height: auto
    }
}

@media (min-width:1200px) {
    .elementor-image-gallery .gallery {
        min-height: 34rem
    }
}

.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item {
    width: 100%
}

.elementor-image-gallery .gallery .gallery-item {
    grid-area: span 1/span 1/span 1/span 1;
    -ms-flex-item-align: start;
    align-self: start
}

.elementor-image-gallery .gallery .gallery-item:nth-child(even) {
    -ms-flex-item-align: end;
    align-self: end
}

.widget-testimonials .star {
    color: #e59819
}

.widget-testimonials .star .inner {
    white-space: nowrap;
    color: #cfcdcd;
    position: relative;
    width: 86px;
    letter-spacing: 4px;
    margin: auto
}

.widget-testimonials .star .inner:before {
    font-family: "ElegantIcons" !important;
    content: "\e033\e033\e033\e033\e033";
    font-size: 14px
}

.widget-testimonials .star .text {
    font-size: 14px;
    font-weight: 500
}

.widget-testimonials .w-percent {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: #f5c136
}

.rtl .widget-testimonials .w-percent {
    right: 0;
    left: auto
}

.widget-testimonials .w-percent:before {
    font-family: "ElegantIcons" !important;
    content: "\e033\e033\e033\e033\e033";
    font-size: 14px
}

.widget-testimonials .left-testimonials {
    position: relative;
    padding: 10px 15px
}

@media (min-width:1200px) {
    .widget-testimonials .left-testimonials {
        padding: 20px 30px
    }
}

@media (max-width:767px) {
    .widget-testimonials .left-testimonials {
        padding: 30px
    }
}

.widget-testimonials .testimonials-item {
    position: relative;
    background-color: var(--ecosoap-link-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 0;
    box-shadow: none;
    overflow: hidden
}

.widget-testimonials .testimonials-item .title {
    margin: 3px 0 8px
}

@media (min-width:1200px) {
    .widget-testimonials .testimonials-item .title {
        margin: 7px 0 15px
    }
}

.widget-testimonials .testimonials-item .name-client {
    margin: 0
}

.widget-testimonials .testimonials-item .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width:1200px) {
    .widget-testimonials .testimonials-item .description {
        -webkit-line-clamp: 4
    }
}

.widget-testimonials .testimonials-item .bottom-info {
    padding-top: 10px;
    margin: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .1019607843)
}

@media (min-width:1200px) {
    .widget-testimonials .testimonials-item .bottom-info {
        padding-top: 15px;
        margin: 15px 0 0
    }
}

.widget-testimonials.style1 {
    margin-left: auto;
    margin-right: auto
}

.widget-testimonials.style1 .slick-carousel .slick-dots {
    padding: 15px 0 0
}

.widget-testimonials.style1 .testimonials-item {
    position: relative;
    padding: 0;
    box-shadow: none
}

.widget-testimonials.style1 .testimonials-item .name-client {
    margin: 0
}

.widget-testimonials.style1 .avarta {
    margin: 0;
    border: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width:767px) {
    .widget-testimonials.style1 .avarta {
        margin: 0
    }
}

.widget-testimonials.style1 .avarta img {
    border: 0;
    padding: 0
}

@media (max-width:767px) {
    .widget-testimonials.style1 .avarta img {
        width: 100%
    }
}

.widget-testimonials.style1 .avarta:hover img,
.widget-testimonials.style1 .avarta:focus img {
    border: 0
}

.widget-testimonials.style1 .star {
    font-size: 13px;
    margin: 0;
    padding: 0
}

.widget-testimonials.style1 .star i {
    margin-right: 4px;
    font-size: 10px
}

.widget-testimonials.style1 .bottom-info .job {
    position: relative
}

.widget-testimonials.style2 .wrapper-testimonial-thumbnail {
    margin: 15px auto 0;
    position: relative;
    max-width: 300px
}

@media (min-width:1200px) {
    .widget-testimonials.style2 .wrapper-testimonial-thumbnail {
        margin: 45px auto 0;
        max-width: 400px
    }
}

.widget-testimonials.style2 .wrapper-testimonial-thumbnail .slick-carousel {
    margin-left: 0;
    margin-right: 0
}

.widget-testimonials.style2 .wrapper-testimonial-thumbnail .slick-carousel .slick-slide {
    padding-left: 5px;
    padding-right: 5px
}

.widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta {
    cursor: pointer;
    max-width: 100%;
    margin: auto;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 0;
    transition: all .2s ease-in-out 0s
}

@media (min-width:1200px) {
    .widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta {
        width: 90px;
        height: 90px
    }
}

.widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid transparent;
    padding: 7px
}

.widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta:hover img,
.widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta:focus img {
    border: 1px solid var(--ecosoap-theme-color)
}

.widget-testimonials.style2 .wrapper-testimonial-thumbnail .slick-current .avarta img {
    border: 1px solid var(--ecosoap-theme-color)
}

.testimonials-item {
    position: relative;
    margin-bottom: 0
}

.testimonials-item .avarta {
    margin-right: 20px;
    transition: all .3s ease-in-out 0s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    position: relative
}

.rtl .testimonials-item .avarta {
    margin-left: 20px;
    margin-right: inherit
}

.testimonials-item .avarta img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.testimonials-item .job {
    color: var(--ecosoap-text-color);
    font-size: 13px
}

.testimonials-item .star {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.testimonials-item .star i {
    margin-right: 4px;
    font-size: 10px
}

.testimonials-item .inner-bottom {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dcd7cc
}

.updow:hover .top-img img,
.updow:hover .img img {
    animation: updow .8s ease-in-out 0s infinite
}

.updow-infinite img {
    animation: updow 1s ease-in-out 0s infinite
}

@keyframes updow {
    50% {
        transform: translateY(-10px)
    }

    0%,
    100% {
        transform: translateY(0px)
    }
}

@keyframes fadeleft {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-15px, 0)
    }
}

@keyframes faderight {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(15px, 0)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0, 0)
    }
}

.white-space {
    white-space: nowrap
}

.anim-rotate {
    animation: spin 4s linear infinite;
    display: inline-block
}

.anim-loop-left {
    animation: loop-anim-left 36s linear infinite;
    -webkit-animation: loop-anim-left 36s linear infinite;
    -moz-animation: loop-anim-left 36s linear infinite;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    white-space: nowrap
}

.anim-loop-left .running_inner {
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    white-space: nowrap
}

.anim-loop-left .item {
    -moz-margin-end: 30px;
    margin-inline-end: 30px;
    -moz-margin-start: 30px;
    margin-inline-start: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.anim-loop-left i {
    font-size: 24px;
    margin-right: 15px
}

.rtl .anim-loop-left i {
    margin-left: 15px;
    margin-right: inherit
}

.anim-loop-left .icon:not(:last-child) {
    position: relative;
    -moz-margin-end: 30px;
    margin-inline-end: 30px;
    -moz-margin-start: 30px;
    margin-inline-start: 30px
}

.anim-loop-left .icon:not(:last-child):before {
    content: "\e914";
    font-family: "ecosoap";
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%)
}

@media (min-width:1200px) {
    .anim-loop-left .icon:not(:last-child):before {
        top: 0
    }
}

.anim-loop-right {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    white-space: nowrap;
    animation: loop-anim-right 36s linear infinite;
    -webkit-animation: loop-anim-right 36s linear infinite;
    -moz-animation: loop-anim-right 36s linear infinite
}

.anim-loop-right .running_inner {
    display: -ms-flexbox;
    display: flex;
    vertical-align: top
}

.anim-loop-right .item {
    -moz-margin-end: 30px;
    margin-inline-end: 30px;
    -moz-margin-start: 30px;
    margin-inline-start: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.anim-loop-right i {
    font-size: 24px;
    margin-right: 15px
}

.rtl .anim-loop-right i {
    margin-left: 15px;
    margin-right: inherit
}

.anim-loop-right .icon:not(:last-child) {
    position: relative;
    -moz-margin-end: 30px;
    margin-inline-end: 30px;
    -moz-margin-start: 30px;
    margin-inline-start: 30px
}

.anim-loop-right .icon:not(:last-child):before {
    content: "\e918";
    font-family: "ecosoap";
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%)
}

@media (min-width:1200px) {
    .anim-loop-right .icon:not(:last-child):before {
        top: 0
    }
}

.anim-loop-right h1,
.anim-loop-right h2,
.anim-loop-right h3,
.anim-loop-right h4,
.anim-loop-right h5,
.anim-loop-right h6,
.anim-loop-right .h1,
.anim-loop-right .h2,
.anim-loop-right .h3,
.anim-loop-right .h4,
.anim-loop-right .h5,
.anim-loop-right .h6 {
    margin: 0
}

.anim-rotate {
    animation: spin 4s linear infinite;
    display: inline-block
}

.anim-loop-right:hover,
.anim-loop-left:hover {
    animation-play-state: paused
}

@keyframes loop-anim-left {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes loop-anim-right {
    0% {
        transform: translateX(-100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

.widget-testimonials-special {
    width: auto;
    display: -ms-flexbox;
    display: flex
}

.widget-testimonials-special .item {
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    float: none;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1
}

.widget-testimonials-special .item .description {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 15px
}

.widget-testimonials-special .item .name-client {
    position: relative;
    margin: 0
}

.widget-testimonials-special .item .name-client:before {
    position: absolute;
    left: -12px;
    top: 50%;
    width: 7px;
    height: 2px;
    content: "";
    display: block;
    background-color: var(--ecosoap-theme-color)
}

.rtl .widget-testimonials-special .item .name-client:before {
    right: -12px;
    left: auto
}

.widget-nav-menu .widget-title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 10px
}

@media (min-width:1200px) {
    .widget-nav-menu .widget-title {
        margin-bottom: 20px
    }
}

.widget-nav-menu .menu li {
    margin: 0 0 7px
}

.widget-nav-menu .menu li:last-child {
    margin: 0
}

.widget-nav-menu .menu li>a {
    color: var(--ecosoap-text-color)
}

.widget-nav-menu .menu li>a:hover {
    color: var(--ecosoap-theme-color)
}

.widget-nav-menu.style2 .menu li {
    display: inline-block;
    margin: 0 15px
}

.widget-nav-menu.style2 .menu li:last-child {
    margin: 0
}

.widget-action-box {
    padding: 20px 0;
    transition: all .2s ease-in-out 0s
}

@media (min-width:1870px) {
    .widget-action-box {
        padding: 90px 0
    }

    .widget-action-box .action-inner {
        padding: 25px
    }
}

.widget-action-box .action .btn,
.widget-action-box .action .viewmore-products-btn {
    padding: 10px 45px
}

.widget-action-box .action-inner {
    width: 50%;
    float: right
}

.rtl .widget-action-box .action-inner {
    float: left
}

.widget-action-box .title {
    margin: 0;
    font-size: 36px;
    font-weight: 500
}

.widget-action-box .description {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 16px
}

.widget-action-box .description h1 {
    color: var(--ecosoap-theme-color);
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1
}

@media (min-width:1870px) {
    .widget-action-box .description h1 {
        font-size: 120px;
        font-weight: 800
    }
}

.widget-action-box.style2 {
    padding: 0
}

.widget-action-box.style2:hover {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2)
}

.widget-action-box.style2 .box-img {
    text-align: center
}

.widget-action-box.style2 .action-v2 {
    padding: 15px 0 40px;
    display: table;
    width: 100%
}

.widget-action-box.style2 .action-v2>div {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.widget-mailchimp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget-mailchimp .input-group-btn {
    width: auto
}

.widget-mailchimp .input-group-btn .btn,
.widget-mailchimp .input-group-btn .viewmore-products-btn {
    border: 0;
    height: 44px;
    padding: 10px 30px;
    margin-left: 15px
}

.rtl .widget-mailchimp .input-group-btn .btn,
.rtl .widget-mailchimp .input-group-btn .viewmore-products-btn {
    margin-right: 15px;
    margin-left: inherit
}

.widget-mailchimp .input-group-btn .btn:hover,
.widget-mailchimp .input-group-btn .viewmore-products-btn:hover,
.widget-mailchimp .input-group-btn .btn:focus,
.widget-mailchimp .input-group-btn .viewmore-products-btn:focus {
    color: #fff
}

.widget-mailchimp .input-group {
    display: -ms-flexbox;
    display: flex
}

.widget-mailchimp .input-group .form-input {
    -ms-flex: 1;
    flex: 1
}

.widget-mailchimp .input-group input {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #dcd7cc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 0 15px;
    width: 100%
}

.widget-mailchimp.style2,
.widget-mailchimp.style2 .title {
    color: #fff
}

.widget-mailchimp.style2 .input-group-btn .btn,
.widget-mailchimp.style2 .input-group-btn .viewmore-products-btn {
    height: 50px
}

.widget-mailchimp.style2 .form-control {
    height: 50px
}

.widget-mailchimp.style1 .input-group {
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1200px) {
    .widget-mailchimp.style1 .input-group {
        display: block
    }
}

.widget-mailchimp.style1 .input-group-btn {
    width: auto
}

.widget-mailchimp.style1 .input-group-btn .btn,
.widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
    margin-top: 0;
    margin-left: 10px
}

.rtl .widget-mailchimp.style1 .input-group-btn .btn,
.rtl .widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
    margin-right: 10px;
    margin-left: inherit
}

@media (min-width:1200px) {

    .widget-mailchimp.style1 .input-group-btn .btn,
    .widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
        margin-top: 20px;
        margin-left: 0
    }

    .rtl .widget-mailchimp.style1 .input-group-btn .btn,
    .rtl .widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
        margin-right: 0;
        margin-left: inherit
    }
}

.widget-mailchimp.style1 .btn,
.widget-mailchimp.style1 .viewmore-products-btn {
    line-height: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 20px;
    padding: 10px 30px
}

.widget-mailchimp.style1 .btn:hover,
.widget-mailchimp.style1 .viewmore-products-btn:hover,
.widget-mailchimp.style1 .btn:focus,
.widget-mailchimp.style1 .viewmore-products-btn:focus {
    color: #fff
}

.widget-mailchimp.style1 input {
    color: #acacac;
    outline: none;
    font-size: 14px
}

.widget-mailchimp.style1 input::-webkit-input-placeholder {
    color: #acacac
}

.widget-mailchimp.style1 input::-moz-placeholder {
    color: #acacac
}

.widget-mailchimp.style1 input:-ms-input-placeholder {
    color: #acacac
}

.widget-mailchimp.style1 input:-moz-placeholder {
    color: #acacac
}

.widget-mailchimp.style1 input:focus {
    color: #acacac;
    border-color: #eaeff4
}

.widget-mailchimp .title {
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0
}

.rtl .widget-mailchimp .title {
    margin-left: 20px;
    margin-right: inherit
}

.widget-mailchimp .des {
    font-size: 16px
}

.widget-mailchimp .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-right: 0;
    height: 44px
}

.rtl .widget-mailchimp .form-control {
    border-left: 0;
    border-right: inherit
}

.widget-mailchimp .btn,
.widget-mailchimp .viewmore-products-btn {
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.widget-mailchimp .mc4wp-response .mc4wp-alert {
    color: red
}

@media (min-width:1200px) {
    .widget-mailchimp form {
        max-width: 100%;
        width: 100%
    }
}

.instagram-pics {
    margin-left: 0;
    margin-right: 0
}

.instagram-pics>div {
    padding-left: 0;
    padding-right: 0;
    float: left
}

.rtl .instagram-pics>div {
    float: right
}

.instagram-pics .col-xs-cus-5 {
    width: 25%
}

@media (min-width:768px) {
    .instagram-pics .col-xs-cus-5 {
        width: 20%
    }
}

.item-instagram {
    position: relative
}

.item-instagram .like-comments {
    position: absolute;
    z-index: 9;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    transition: all .2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.item-instagram .like-comments i {
    margin-right: 5px
}

.rtl .item-instagram .like-comments i {
    margin-left: 5px;
    margin-right: inherit
}

.item-instagram .like-comments>span+span {
    margin-left: 30px
}

.rtl .item-instagram .like-comments>span+span {
    margin-right: 30px;
    margin-left: inherit
}

.item-instagram a {
    display: block;
    position: relative
}

.item-instagram a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9;
    transition: all .2s ease-in-out 0s
}

.item-instagram a:active:before,
.item-instagram a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.item-instagram:hover a:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.item-instagram:hover .like-comments {
    opacity: 1;
    filter: alpha(opacity=100)
}

.widget-instagram.style_large .widget-title {
    text-align: center;
    font-size: 32px
}

@media (min-width:1200px) {
    .widget-instagram.style_large .instagram-pics {
        margin-left: -15px;
        margin-right: -15px
    }

    .widget-instagram.style_large .instagram-pics>div {
        padding-left: 15px;
        padding-right: 15px
    }
}

.widget-instagram.style_small .instagram-pics {
    margin-left: -4px;
    margin-right: -4px
}

.widget-instagram.style_small .instagram-pics>div {
    padding-left: 4px;
    padding-right: 4px
}

.widget-instagram.style_small .instagram-pics a {
    margin-bottom: 8px
}

.widget-brand {
    text-align: center;
    padding: 0
}

.widget-brand.style-2 {
    background-color: transparent
}

.widget-brand.style-2 .brand-item {
    border-style: solid;
    border-width: 0;
    border-color: #dcd7cc;
    padding: 10px
}

@media (min-width:1024px) {
    .widget-brand.style-2 .brand-item {
        border-width: 0 1px 0 0;
        padding: 40px 16px
    }
}

.widget-brand.style-2 .slick-slide img {
    border: 0
}

@media (min-width:1200px) {
    .widget-brand {
        padding: 15px 10px
    }
}

.widget-brand .slick-slide img {
    display: inline-block;
    padding: 0;
    transition: all .3s ease-in-out 0s;
    opacity: .5;
    filter: alpha(opacity=50);
    filter: gray;
    -webkit-filter: grayscale(1);
    transform: scale(1)
}

.widget-brand .slick-slide img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: none;
    -webkit-filter: grayscale(0)
}

@media (max-width:767px) {
    .widget-brand .slick-slide img {
        transform: scale(.8)
    }
}

@media (min-width:1200px) {
    .widget-brand {
        padding: 0
    }
}

.widget-brand.default {
    border: 1px solid transparent
}

.no-space {
    margin: 0 !important
}

.no-space>.goal-container>.vc_fluid {
    padding: 0
}

.no-space .row {
    margin: 0
}

.no-space .row>[class*=col] {
    padding: 0
}

.space-45 {
    margin-bottom: 45px
}

.no-margin .widget {
    margin-bottom: 0
}

@media (max-width:1199px) {
    .bg-hidden-md {
        background-image: none !important
    }
}

@media (max-width:991px) {
    .bg-hidden-sm {
        background-image: none !important
    }

    .bg-hidden-sm>.vc_column-inner {
        background-image: none !important
    }
}

@media (min-width:992px) {
    .space-padding-lr-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .space-padding-lr-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .space-rl-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .space-l-65 {
        padding-left: 65px
    }

    .top-170 {
        margin-top: -170px
    }

    .left-100 {
        margin-left: -100px
    }

    .space-left-45 {
        padding-left: 45px
    }

    .right-30 {
        padding-right: 30px
    }

    .rtl .right-30 {
        padding-left: 30px;
        padding-right: inherit
    }

    .padding-lr-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .padding-lr-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .padding-lr-55 {
        padding-left: 55px;
        padding-right: 55px
    }

    .padding-lr-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .space-border .row {
        margin: 0
    }

    .space-border .row>[class*=col] {
        border-right: 1px solid #dcd7cc
    }

    .rtl .space-border .row>[class*=col] {
        border-left: 1px solid #dcd7cc;
        border-right: inherit
    }

    .space-border .row>[class*=col]:last-child {
        border: none
    }
}

@media (min-width:1200px) {
    .padding-lr-15 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.flow-hidden {
    overflow: hidden
}

.skew-light {
    position: relative
}

.skew-light:before {
    content: "";
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(20deg)
}

.skew-theme-right {
    position: relative;
    background: var(--ecosoap-theme-color)
}

.skew-theme-right>* {
    position: relative;
    z-index: 2
}

.skew-theme-right:before {
    content: "";
    background: var(--ecosoap-theme-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 1;
    transform: skewX(20deg)
}

.skew-theme-left {
    position: relative;
    background: var(--ecosoap-theme-color)
}

.skew-theme-left>* {
    position: relative;
    z-index: 2
}

.skew-theme-left:before {
    content: "";
    background: var(--ecosoap-theme-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1;
    transform: skewX(-20deg)
}

.flow-theme-top-bottom-right:before {
    height: calc(100% + 172px);
    top: -110px
}

.flow-theme-top-bottom-right:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--ecosoap-theme-color);
    right: 10%;
    top: -110px;
    height: calc(100% + 172px);
    width: 500%
}

.style-white {
    color: #fff !important
}

.style-white .widget-title {
    color: #fff !important
}

.border-top-theme {
    border-top: 3px solid var(--ecosoap-theme-color)
}

.font-size-36 {
    font-size: 36px !important
}

.font-size-30 {
    font-size: 30px !important
}

.space-left-8 {
    margin-left: 8px
}

.rtl .space-left-8 {
    margin-right: 8px;
    margin-left: inherit
}

.text-upper {
    text-transform: uppercase !important
}

.font-20 {
    font-size: 20px
}

.font-30 {
    font-size: 25px
}

@media (min-width:1200px) {
    .font-30 {
        font-size: 30px
    }
}

.space-10 {
    margin-bottom: 10px !important
}

.space-15 {
    margin-bottom: 15px !important
}

.space-20 {
    margin-bottom: 20px !important
}

.space-25 {
    margin-bottom: 25px !important
}

.space-30 {
    margin-bottom: 15px !important
}

@media (min-width:768px) {
    .space-30 {
        margin-bottom: 30px !important
    }
}

.space-50 {
    margin-bottom: 50px !important
}

.space-padding-35 {
    padding: 35px 0 !important
}

.space-padding-tb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.space-padding-tb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.space-top-0 {
    margin-top: 0
}

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.p-static {
    position: static !important
}

.hr {
    border-top: 1px solid #dcd7cc;
    min-height: 1px;
    width: 100%
}

.no-float {
    float: none !important
}

.no-padding-left {
    padding-left: 0
}

.rtl .no-padding-left {
    padding-right: 0;
    padding-left: inherit
}

.no-padding-right {
    padding-right: 0
}

.rtl .no-padding-right {
    padding-left: 0;
    padding-right: inherit
}

@media (min-width:1024px) {
    .padding-lr-35 {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width:1200px) {
    .gutter-50 {
        margin-left: -25px;
        margin-right: -25px
    }

    .gutter-50 .vc_column_container>.vc_column-inner {
        padding-left: 25px;
        padding-right: 25px
    }

    .gutter-50 .vc_row,
    .gutter-50 .row {
        margin-left: -25px;
        margin-right: -25px
    }
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.flex .ali-right {
    margin-left: auto
}

.rtl .flex .ali-right {
    margin-right: auto;
    margin-left: inherit
}

.flex .ali-left {
    margin-right: auto
}

.rtl .flex .ali-left {
    margin-left: auto;
    margin-right: inherit
}

@media (min-width:768px) {
    .flex-sm {
        display: -ms-flexbox;
        display: flex
    }

    .flex-sm .ali-right {
        margin-left: auto
    }

    .rtl .flex-sm .ali-right {
        margin-right: auto;
        margin-left: inherit
    }

    .flex-sm .ali-left {
        margin-right: auto
    }

    .rtl .flex-sm .ali-left {
        margin-left: auto;
        margin-right: inherit
    }

    .justify-content-end-sm {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-end-sm {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .flex-bottom-in-sm {
        display: -webkit-flex;
        -webkit-align-items: flex-end;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-webkit-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.flex-middle {
    display: -webkit-flex !important;
    -webkit-align-items: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center
}

.flex-middle .ali-right {
    margin-left: auto
}

.rtl .flex-middle .ali-right {
    margin-right: auto;
    margin-left: inherit
}

.flex-middle .ali-left {
    margin-right: auto
}

.rtl .flex-middle .ali-left {
    margin-left: auto;
    margin-right: inherit
}

.flex-bottom {
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-bottom .ali-right {
    margin-left: auto
}

.rtl .flex-bottom .ali-right {
    margin-right: auto;
    margin-left: inherit
}

.flex-bottom .ali-left {
    margin-right: auto
}

.rtl .flex-bottom .ali-left {
    margin-left: auto;
    margin-right: inherit
}

.flex-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.flex-top {
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-top .ali-right {
    margin-left: auto
}

.rtl .flex-top .ali-right {
    margin-right: auto;
    margin-left: inherit
}

.flex-top .ali-left {
    margin-right: auto
}

.rtl .flex-top .ali-left {
    margin-left: auto;
    margin-right: inherit
}

@media (min-width:1200px) {
    .flex-end-lg {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-justify-content: flex-end
    }

    .flex-top-lg {
        display: -webkit-flex;
        -webkit-align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-top-lg .ali-right {
        margin-left: auto
    }

    .rtl .flex-top-lg .ali-right {
        margin-right: auto;
        margin-left: inherit
    }

    .flex-top-lg .ali-left {
        margin-right: auto
    }

    .rtl .flex-top-lg .ali-left {
        margin-left: auto;
        margin-right: inherit
    }

    .flex-middle-lg {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-middle-lg .ali-right {
        margin-left: auto
    }

    .rtl .flex-middle-lg .ali-right {
        margin-right: auto;
        margin-left: inherit
    }

    .flex-middle-lg .ali-left {
        margin-right: auto
    }

    .rtl .flex-middle-lg .ali-left {
        margin-left: auto;
        margin-right: inherit
    }

    .justify-content-end-lg {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-end-lg {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .flex-middle-md {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-middle-md .ali-right {
        margin-left: auto
    }

    .rtl .flex-middle-md .ali-right {
        margin-right: auto;
        margin-left: inherit
    }

    .flex-middle-md .ali-left {
        margin-right: auto
    }

    .rtl .flex-middle-md .ali-left {
        margin-left: auto;
        margin-right: inherit
    }

    .justify-content-end-md {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-end-md {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
}

@media (min-width:768px) {
    .flex-middle-sm {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-middle-sm .ali-right {
        margin-left: auto
    }

    .rtl .flex-middle-sm .ali-right {
        margin-right: auto;
        margin-left: inherit
    }

    .flex-middle-sm .ali-left {
        margin-right: auto
    }

    .rtl .flex-middle-sm .ali-left {
        margin-left: auto;
        margin-right: inherit
    }

    .flex-bottom-sm {
        display: -webkit-flex;
        -webkit-align-items: flex-end;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .flex-bottom-sm .ali-right {
        margin-left: auto
    }

    .rtl .flex-bottom-sm .ali-right {
        margin-right: auto;
        margin-left: inherit
    }

    .flex-bottom-sm .ali-left {
        margin-right: auto
    }

    .rtl .flex-bottom-sm .ali-left {
        margin-left: auto;
        margin-right: inherit
    }
}

.hidden-icon {
    display: none !important
}

.bg-theme {
    background: var(--ecosoap-theme-color)
}

.border-theme {
    border-color: var(--ecosoap-theme-color)
}

.deleted_wpb_single_image {
    position: relative;
    overflow: hidden
}

.deleted_wpb_single_image:before {
    position: absolute;
    z-index: 2;
    transition: all .2s ease-in-out 0s;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--ecosoap-theme-color);
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    left: 0
}

.deleted_wpb_single_image:after {
    position: absolute;
    transition: all .3s ease-in-out 0s;
    content: "";
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px solid #fff;
    z-index: 3;
    transform: scale(0)
}

.deleted_wpb_single_image:hover:before {
    opacity: .5;
    filter: alpha(opacity=50)
}

.deleted_wpb_single_image:hover:after {
    transform: scale(1)
}

.list-contact {
    list-style: none;
    padding: 0;
    margin: 17px 0 0 !important
}

.list-contact li {
    margin: 0 0 3px
}

.list-contact li i {
    margin-right: 5px
}

.rtl .list-contact li i {
    margin-left: 5px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .gutter-medium-left>.vc_column-inner {
        padding-left: 5px
    }

    .rtl .gutter-medium-left>.vc_column-inner {
        padding-right: 5px;
        padding-left: inherit
    }
}

@media (min-width:768px) {
    .gutter-medium-left .vc_row {
        margin-left: -10px;
        margin-right: -10px
    }

    .gutter-medium-left .vc_row .vc_column-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.ecosoap-counter {
    overflow: hidden
}

.ecosoap-counter .image-icon {
    padding-right: 20px
}

.rtl .ecosoap-counter .image-icon {
    padding-left: 20px;
    padding-right: inherit
}

.ecosoap-counter .counter-wrapper {
    overflow: hidden;
    font-size: 48px;
    line-height: 1.2;
    color: var(--ecosoap-link-color)
}

.ecosoap-counter .ecosoap-counter-title {
    color: #707070;
    font-size: 16px
}

.widget-team {
    position: relative;
    text-align: center;
    margin: 0
}

.widget-team .name-team {
    color: var(--ecosoap-heading-color);
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 0;
    text-transform: none
}

@media (min-width:1200px) {
    .widget-team .name-team {
        font-size: 18px;
        margin: 10px 0 0
    }
}

.widget-team .job {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0
}

.widget-team .bottom-info {
    padding-top: 15px
}

.widget-team .description {
    margin-top: 20px
}

.widget-team .content {
    padding-top: 5px
}

@media (min-width:1200px) {
    .widget-team .content {
        padding-top: 10px
    }
}

.widget-team .top-image {
    padding: 0;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden
}

.widget-team .top-image .team-image {
    position: relative
}

.widget-team .top-image .team-image:before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out 0s;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.widget-team .top-image .team-image img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.widget-team .top-image .social {
    margin: 0;
    padding: 15px 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(.5, 0)
}

.widget-team .top-image .social li {
    display: inline-block;
    margin: 0
}

.widget-team .top-image .social a {
    transition: all .3s ease-in-out 0s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 40px;
    height: 40px;
    background-color: var(--ecosoap-theme-color);
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 40px
}

.widget-team:hover .top-image .team-image:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.widget-team:hover .social {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1, 1)
}

.widget-list-icon .list-icon {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center
}

.widget-list-icon .list-icon .features-box-image {
    line-height: 1;
    padding-right: 7px
}

.rtl .widget-list-icon .list-icon .features-box-image {
    padding-left: 7px;
    padding-right: inherit
}

.widget-list-icon .list-icon .features-box-image i {
    vertical-align: middle
}

.widget-list-icon .list-icon .box-content {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1
}

.widget-list-icon .list-icon .title {
    margin: 0;
    font-weight: 500;
    font-size: 18px
}

@media (min-width:1200px) {
    .widget-list-icon .list-icon .title {
        font-size: 24px
    }
}

.widget-list-icon .list-icon.style2 {
    display: block
}

.widget-list-icon .list-icon.style2 .features-box-image {
    padding: 0 0 10px
}

.widget-list-icon .list-icon.style3 .features-box-image {
    background-color: var(--ecosoap-theme-color);
    color: #fff;
    padding: 0;
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden
}

@media (min-width:1200px) {
    .widget-list-icon .list-icon.style3 .features-box-image {
        font-size: 40px;
        width: 85px;
        height: 85px;
        line-height: 85px
    }
}

.widget-list-icon .list-icon.style3 .features-box-image+.box-content {
    padding-left: 15px
}

.rtl .widget-list-icon .list-icon.style3 .features-box-image+.box-content {
    padding-right: 15px;
    padding-left: inherit
}

@media (min-width:1200px) {
    .widget-list-icon .list-icon.style3 .features-box-image+.box-content {
        padding-left: 25px
    }

    .rtl .widget-list-icon .list-icon.style3 .features-box-image+.box-content {
        padding-right: 25px;
        padding-left: inherit
    }
}

.widget_goal_vertical_menu {
    border-left: 4px solid #2e2d2d
}

.widget_goal_vertical_menu .widget-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 15px 30px 0
}

.rtl .widget_goal_vertical_menu {
    border-right: 4px solid #2e2d2d;
    border-left: inherit
}

.widget_goal_vertical_menu .goal-vertical-menu {
    border: none
}

.widget_goal_vertical_menu .goal-vertical-menu>li {
    margin-left: -4px
}

.rtl .widget_goal_vertical_menu .goal-vertical-menu>li {
    margin-right: -4px;
    margin-left: inherit
}

.widget_goal_vertical_menu .goal-vertical-menu>li>a {
    border-left: 4px solid transparent;
    font-size: 16px;
    padding: 0 30px
}

.rtl .widget_goal_vertical_menu .goal-vertical-menu>li>a {
    border-right: 4px solid transparent;
    border-left: inherit
}

.widget_goal_vertical_menu .goal-vertical-menu>li.active>a,
.widget_goal_vertical_menu .goal-vertical-menu>li:hover>a {
    border-color: var(--ecosoap-theme-color)
}

.widget_goal_vertical_menu.darken .goal-vertical-menu {
    background: 0 0
}

.widget_goal_vertical_menu.darken .goal-vertical-menu>li>a {
    color: #eeeae2;
    padding: 0 20px
}

.widget_goal_vertical_menu.darken .goal-vertical-menu>li.active>a,
.widget_goal_vertical_menu.darken .goal-vertical-menu>li:hover>a {
    color: var(--ecosoap-theme-color)
}

.widget_goal_vertical_menu.darken .widget-title {
    color: #eeeae2;
    border: none;
    margin: 0;
    padding-right: 20px;
    padding-left: 20px
}

.widget_goal_vertical_menu.darken .widget-title:before {
    display: none
}

.woocommerce-tabs .tab-pane>h2:first-child {
    display: none
}

.tabs-v1 {
    margin-bottom: 10px;
    background-color: #f6f0e7;
    border: 1px solid #dcd7cc;
    padding: 5px 15px 20px;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

@media (min-width:991px) {
    .tabs-v1 {
        margin-bottom: 60px;
        padding: 60px
    }
}

.tabs-v1 .ps-container {
    position: relative
}

.tabs-v1 .nav-tabs {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.tabs-v1 .nav-tabs:before {
    border-bottom: 1px solid #dcd7cc;
    position: absolute;
    content: " ";
    width: 100%;
    bottom: -1px;
    left: 0;
    z-index: 1
}

.tabs-v1 .nav-tabs>li {
    border: none;
    background: 0 0;
    margin-right: 50px;
    margin-bottom: 0;
    padding: 0
}

.rtl .tabs-v1 .nav-tabs>li {
    margin-left: 50px;
    margin-right: inherit
}

.tabs-v1 .nav-tabs>li:last-child {
    border: none
}

.tabs-v1 .nav-tabs>li>a {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    padding: .5em 0;
    margin: 0;
    text-transform: capitalize;
    white-space: nowrap;
    color: var(--ecosoap-link-color);
    border: none !important;
    border-radius: 0;
    background-color: transparent;
    transition: all .3s ease-in-out 0s;
    letter-spacing: 0
}

.rtl .tabs-v1 .nav-tabs>li>a {
    text-align: right
}

.tabs-v1 .nav-tabs>li>a:hover {
    color: var(--ecosoap-text-color);
    background: 0 0
}

.tabs-v1 .nav-tabs>li.active {
    border-bottom: 2px solid var(--ecosoap-theme-color);
    background-color: transparent
}

.tabs-v1 .nav-tabs>li.active>a {
    background-color: transparent;
    color: var(--ecosoap-theme-color)
}

.tabs-v1 .tab-content {
    max-width: 1460px;
    margin: 20px auto 0
}

@media (min-width:1200px) {
    .tabs-v1 .tab-content {
        margin: 30px auto 0
    }
}

.tabs-v2 {
    margin-top: 15px
}

@media (min-width:1200px) {
    .tabs-v2 {
        margin-top: 35px
    }
}

.tabs-v2 .tab-header-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: var(--ecosoap-link-color)
}

.tabs-v2 .tab-header-title:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--ecosoap-link-color);
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all .3s ease-in-out 0s
}

.rtl .tabs-v2 .tab-header-title:before {
    right: 0;
    left: auto
}

.tabs-v2 .tab-header-title:focus,
.tabs-v2 .tab-header-title:hover {
    color: var(--ecosoap-link-color)
}

.tabs-v2 .tab-header-title:focus:before,
.tabs-v2 .tab-header-title:hover:before {
    width: 100%
}

.tabs-v2 .tab-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px
}

.rtl .tabs-v2 .tab-item {
    margin-left: 10px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .tabs-v2 .tab-item {
        margin-right: 15px
    }

    .rtl .tabs-v2 .tab-item {
        margin-left: 15px;
        margin-right: inherit
    }
}

.tabs-v2 .tab-item:last-child {
    margin-right: 0
}

.rtl .tabs-v2 .tab-item:last-child {
    margin-left: 0;
    margin-right: inherit
}

.tabs-v2 .tabs-content-wrapper {
    width: 600px;
    height: 100vh;
    max-width: 80%;
    position: fixed;
    z-index: 13;
    top: 0;
    right: 0;
    background-color: #fff;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transform: translateX(50%);
    overflow: auto;
    padding: 0 20px 20px
}

.tabs-v2 .tabs-content-wrapper.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateX(0)
}

@media (min-width:1200px) {
    .tabs-v2 .tabs-content-wrapper {
        padding: 0 40px 35px
    }
}

.tabs-v2 .tabs-content-wrapper .close-tab {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    transition: all .3s ease-in-out 0s;
    font-size: 18px;
    color: var(--ecosoap-link-color)
}

.rtl .tabs-v2 .tabs-content-wrapper .close-tab {
    left: 20px;
    right: auto
}

@media (min-width:1200px) {
    .tabs-v2 .tabs-content-wrapper .close-tab {
        top: 25px;
        right: 40px
    }

    .rtl .tabs-v2 .tabs-content-wrapper .close-tab {
        left: 40px;
        right: auto
    }
}

.tabs-v2 .tabs-content-wrapper .close-tab:hover,
.tabs-v2 .tabs-content-wrapper .close-tab:focus {
    color: #e44343
}

.tabs-v2 .tabs-content-wrapper .comments-title,
.tabs-v2 .tabs-content-wrapper>h2:first-child {
    margin: 0;
    background-color: #faf9f8;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: 20px !important
}

@media (min-width:1200px) {

    .tabs-v2 .tabs-content-wrapper .comments-title,
    .tabs-v2 .tabs-content-wrapper>h2:first-child {
        margin-left: -40px !important;
        margin-right: -40px !important;
        padding: 30px 40px;
        margin-bottom: 35px !important
    }
}

.tabs-v2 .overlay-tabs {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(34, 34, 34, .4);
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    cursor: pointer
}

.tabs-v2 .overlay-tabs.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.woocommerce .tabs-v2 .tabs-content-wrapper #reviews #review_form_wrapper,
.woocommerce .tabs-v2 .tabs-content-wrapper #reviews #comments ol.commentlist {
    padding: 15px
}

@media (min-width:1200px) {

    .woocommerce .tabs-v2 .tabs-content-wrapper #reviews #review_form_wrapper,
    .woocommerce .tabs-v2 .tabs-content-wrapper #reviews #comments ol.commentlist {
        padding: 30px
    }
}

.tabs-v3 .content-wrapper {
    padding: 20px 0;
    padding-left: 0
}

.tabs-v3 .content-wrapper>h2:first-child {
    display: none
}

.rtl .tabs-v3 .content-wrapper {
    padding-right: 0;
    padding-left: inherit
}

@media (min-width:1200px) {
    .tabs-v3 .content-wrapper {
        padding: 30px 0;
        padding-left: 50px
    }

    .rtl .tabs-v3 .content-wrapper {
        padding-right: 50px;
        padding-left: inherit
    }
}

.tabs-v3 .head-tab {
    font-size: 14px;
    font-weight: 700;
    font-family: var(--ecosoap-heading-font), Arial, sans-serif;
    text-transform: uppercase;
    color: var(--ecosoap-link-color)
}

@media (min-width:1200px) {
    .tabs-v3 .head-tab {
        font-size: 16px
    }
}

.tabs-v3 .head-tab span {
    display: inline-block;
    position: relative;
    padding-left: 50px
}

.rtl .tabs-v3 .head-tab span {
    padding-right: 50px;
    padding-left: inherit
}

.tabs-v3 .head-tab span:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--ecosoap-link-color);
    display: inline-block;
    vertical-align: middle;
    left: 0;
    position: absolute;
    top: 50%
}

.rtl .tabs-v3 .head-tab span:before {
    right: 0;
    left: auto
}

@media (min-width:768px) {
    .flex-middle-sm {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center
    }

    .flex-top-sm {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-items: flex-start
    }
}

.flex-middle {
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center
}

@media (min-width:768px) {
    .flex-middle {
        display: -ms-flexbox;
        display: flex
    }
}

.flex-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start
}

.flex-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-items: flex-end
}

.max-1800 {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto
}

.cl-3,
.cl-2 {
    float: left
}

.rtl .cl-3,
.rtl .cl-2 {
    float: right
}

.cl-3>.row,
.cl-2>.row {
    margin: 0
}

.cl-3 .widget,
.cl-2 .widget {
    padding-left: 15px;
    padding-right: 15px
}

.cl-3 {
    width: 58.3333%
}

.cl-2 {
    width: 41.6667%
}

.font-second {
    font-weight: 400
}

.max-1770 {
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto
}

.text-body {
    color: var(--ecosoap-text-color)
}

.text-decoration {
    text-decoration: underline !important
}

.right-10 {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.rtl .right-10 {
    margin-left: 10px;
    margin-right: inherit
}

.widget label {
    font-weight: 400
}

.widget .widget_sp_image-image-link {
    display: block;
    overflow: hidden;
    position: relative
}

.widget .widget_sp_image-image-link img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    transition: all .35s
}

.widget.widget_text img {
    margin: 15px 0;
    height: auto
}

.widget.widget_rss .widget-title {
    background: 0 0
}

.widget.widget_rss .widget-title img {
    vertical-align: middle
}

.widget.widget_rss ul,
.widget.widget_rss ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget.widget_rss ul li:last-child,
.widget.widget_rss ol li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget.widget_rss ul li .children>li:before,
.widget.widget_rss ol li .children>li:before {
    top: 24px
}

.widget.widget_rss ul ul li:first-child,
.widget.widget_rss ol ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px
}

.widget.widget_rss ul li {
    background: 0 0;
    margin-bottom: 10px
}

.widget.widget_rss ul li:last-child {
    margin-bottom: 0
}

.widget.widget_rss ul li a {
    padding: 0
}

.widget.widget-video {
    margin: 0
}

.widget.widget-video .widget-title {
    display: none
}

.widget.widget-products.products-list {
    text-align: left
}

.rtl .widget.widget-products.products-list {
    text-align: right
}

.widget.widget-products.products-list .widget-title {
    margin: 0 0 20px;
    text-align: left
}

.rtl .widget.widget-products.products-list .widget-title {
    text-align: right
}

.widget.widget-products.products-list .widget-title h3 {
    margin: 0;
    font-size: 18px
}

.widget.widget_recent_comments ul,
.widget.widget_recent_comments ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget.widget_recent_comments ul li:last-child,
.widget.widget_recent_comments ol li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget.widget_recent_comments ul li .children>li:before,
.widget.widget_recent_comments ol li .children>li:before {
    top: 24px
}

.widget.widget_recent_comments ul ul li:first-child,
.widget.widget_recent_comments ol ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px
}

.widget.widget_recent_comments ul li {
    background: 0 0
}

.widget.widget_recent_reviews ul.product_list_widget {
    list-style: none
}

.widget.widget_recent_reviews ul.product_list_widget li {
    padding: 15px;
    overflow: hidden
}

.widget.widget_recent_reviews ul.product_list_widget li a img {
    float: left;
    margin-right: 10px
}

.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
    margin-left: 10px;
    margin-right: inherit
}

.widget.widget_product_search .woocommerce-product-search {
    padding: 20px 15px
}

.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
    display: none
}

.widget.yith-woocompare-widget .products-list {
    padding-top: 20px;
    padding-bottom: 20px
}

.widget.yith-woocompare-widget a.clear-all {
    margin-bottom: 20px;
    margin-left: 15px
}

.rtl .widget.yith-woocompare-widget a.clear-all {
    margin-right: 15px;
    margin-left: inherit
}

.widget.yith-woocompare-widget a.compare {
    margin-bottom: 20px;
    margin-right: 15px
}

.rtl .widget.yith-woocompare-widget a.compare {
    margin-left: 15px;
    margin-right: inherit
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
    padding: 20px 15px;
    overflow: hidden
}

.widget.widget_mc4wp_widget .mc4wp-form {
    padding: 20px
}

.widget.widget-timework strong {
    color: #000;
    font-weight: 500
}

.widget.widget_calendar table {
    margin: 0
}

.calendar_wrap caption {
    background: #212121;
    color: #fff;
    padding: 5px
}

.calendar_wrap td,
.calendar_wrap th {
    text-align: center
}

.calendar_wrap tfoot {
    display: none
}

.calendar_wrap #today {
    font-weight: 400;
    color: var(--ecosoap-theme-color)
}

.form-contact .title {
    font-size: 17px;
    margin: 11.5px 0 28px
}

.form-contact input:not(.btn):not(.viewmore-products-btn),
.form-contact textarea {
    padding: 10px 30px;
    width: 100%;
    color: var(--ecosoap-text-color)
}

.form-contact .contant-inner>* {
    margin: 0 0 20px
}

.contact-topbar>* {
    margin-right: 30px
}

.rtl .contact-topbar>* {
    margin-left: 30px;
    margin-right: inherit
}

.contact-topbar>*:last-child {
    margin: 0
}

.contact-topbar>* i {
    margin-right: 6px
}

.rtl .contact-topbar>* i {
    margin-left: 6px;
    margin-right: inherit
}

.widget_meta .wp-block-woocommerce-rating-filter,
.widget_archive .wp-block-woocommerce-rating-filter,
.widget_recent_entries .wp-block-woocommerce-rating-filter,
.widget_categories .wp-block-woocommerce-rating-filter,
.widget_block .wp-block-woocommerce-rating-filter,
.widget_nav_menu .wp-block-woocommerce-rating-filter {
    margin-bottom: 0
}

.widget_meta .wp-block-woocommerce-rating-filter ul li,
.widget_archive .wp-block-woocommerce-rating-filter ul li,
.widget_recent_entries .wp-block-woocommerce-rating-filter ul li,
.widget_categories .wp-block-woocommerce-rating-filter ul li,
.widget_block .wp-block-woocommerce-rating-filter ul li,
.widget_nav_menu .wp-block-woocommerce-rating-filter ul li {
    padding: 0;
    border-bottom: 0
}

.widget_meta .wp-block-woocommerce-rating-filter ul li:before,
.widget_archive .wp-block-woocommerce-rating-filter ul li:before,
.widget_recent_entries .wp-block-woocommerce-rating-filter ul li:before,
.widget_categories .wp-block-woocommerce-rating-filter ul li:before,
.widget_block .wp-block-woocommerce-rating-filter ul li:before,
.widget_nav_menu .wp-block-woocommerce-rating-filter ul li:before {
    display: none
}

.widget_meta .wc-block-product-categories-list li:first-child,
.widget_meta .wc-block-product-filter-checkbox-list__list li:first-child,
.widget_archive .wc-block-product-categories-list li:first-child,
.widget_archive .wc-block-product-filter-checkbox-list__list li:first-child,
.widget_recent_entries .wc-block-product-categories-list li:first-child,
.widget_recent_entries .wc-block-product-filter-checkbox-list__list li:first-child,
.widget_categories .wc-block-product-categories-list li:first-child,
.widget_categories .wc-block-product-filter-checkbox-list__list li:first-child,
.widget_block .wc-block-product-categories-list li:first-child,
.widget_block .wc-block-product-filter-checkbox-list__list li:first-child,
.widget_nav_menu .wc-block-product-categories-list li:first-child,
.widget_nav_menu .wc-block-product-filter-checkbox-list__list li:first-child {
    padding-top: 0
}

.widget_meta .wc-block-product-categories-list li:before,
.widget_meta .wc-block-product-filter-checkbox-list__list li:before,
.widget_archive .wc-block-product-categories-list li:before,
.widget_archive .wc-block-product-filter-checkbox-list__list li:before,
.widget_recent_entries .wc-block-product-categories-list li:before,
.widget_recent_entries .wc-block-product-filter-checkbox-list__list li:before,
.widget_categories .wc-block-product-categories-list li:before,
.widget_categories .wc-block-product-filter-checkbox-list__list li:before,
.widget_block .wc-block-product-categories-list li:before,
.widget_block .wc-block-product-filter-checkbox-list__list li:before,
.widget_nav_menu .wc-block-product-categories-list li:before,
.widget_nav_menu .wc-block-product-filter-checkbox-list__list li:before {
    display: none
}

.widget_meta .wc-block-product-categories-list li li,
.widget_meta .wc-block-product-filter-checkbox-list__list li li,
.widget_archive .wc-block-product-categories-list li li,
.widget_archive .wc-block-product-filter-checkbox-list__list li li,
.widget_recent_entries .wc-block-product-categories-list li li,
.widget_recent_entries .wc-block-product-filter-checkbox-list__list li li,
.widget_categories .wc-block-product-categories-list li li,
.widget_categories .wc-block-product-filter-checkbox-list__list li li,
.widget_block .wc-block-product-categories-list li li,
.widget_block .wc-block-product-filter-checkbox-list__list li li,
.widget_nav_menu .wc-block-product-categories-list li li,
.widget_nav_menu .wc-block-product-filter-checkbox-list__list li li {
    padding-left: 20px
}

.rtl .widget_meta .wc-block-product-categories-list li li,
.rtl .widget_meta .wc-block-product-filter-checkbox-list__list li li,
.rtl .widget_archive .wc-block-product-categories-list li li,
.rtl .widget_archive .wc-block-product-filter-checkbox-list__list li li,
.rtl .widget_recent_entries .wc-block-product-categories-list li li,
.rtl .widget_recent_entries .wc-block-product-filter-checkbox-list__list li li,
.rtl .widget_categories .wc-block-product-categories-list li li,
.rtl .widget_categories .wc-block-product-filter-checkbox-list__list li li,
.rtl .widget_block .wc-block-product-categories-list li li,
.rtl .widget_block .wc-block-product-filter-checkbox-list__list li li,
.rtl .widget_nav_menu .wc-block-product-categories-list li li,
.rtl .widget_nav_menu .wc-block-product-filter-checkbox-list__list li li {
    padding-right: 20px;
    padding-left: inherit
}

.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_block ul,
.widget_nav_menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_block ul ul,
.widget_nav_menu ul ul {
    list-style: none;
    padding-left: 20px;
    padding-top: 18px
}

.rtl .widget_meta ul ul,
.rtl .widget_archive ul ul,
.rtl .widget_recent_entries ul ul,
.rtl .widget_categories ul ul,
.rtl .widget_block ul ul,
.rtl .widget_nav_menu ul ul {
    padding-right: 20px;
    padding-left: inherit
}

.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_block ul li,
.widget_nav_menu ul li {
    padding: 12px 0;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px dashed #dcd7cc
}

.widget_meta ul li:before,
.widget_archive ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before,
.widget_block ul li:before,
.widget_nav_menu ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -1px;
    background-color: var(--ecosoap-text-color);
    line-height: 1
}

.widget_meta ul li.wp-social-link,
.widget_archive ul li.wp-social-link,
.widget_recent_entries ul li.wp-social-link,
.widget_categories ul li.wp-social-link,
.widget_block ul li.wp-social-link,
.widget_nav_menu ul li.wp-social-link {
    padding: 0
}

.widget_meta ul li.wp-social-link:before,
.widget_archive ul li.wp-social-link:before,
.widget_recent_entries ul li.wp-social-link:before,
.widget_categories ul li.wp-social-link:before,
.widget_block ul li.wp-social-link:before,
.widget_nav_menu ul li.wp-social-link:before {
    display: none
}

.widget_meta ul li:first-child,
.widget_archive ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_categories ul li:first-child,
.widget_block ul li:first-child,
.widget_nav_menu ul li:first-child {
    padding-top: 0
}

.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_block ul li:last-child,
.widget_nav_menu ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.widget_meta ul li.current-cat-parent,
.widget_meta ul li.current-cat,
.widget_meta ul li a,
.widget_archive ul li.current-cat-parent,
.widget_archive ul li.current-cat,
.widget_archive ul li a,
.widget_recent_entries ul li.current-cat-parent,
.widget_recent_entries ul li.current-cat,
.widget_recent_entries ul li a,
.widget_categories ul li.current-cat-parent,
.widget_categories ul li.current-cat,
.widget_categories ul li a,
.widget_block ul li.current-cat-parent,
.widget_block ul li.current-cat,
.widget_block ul li a,
.widget_nav_menu ul li.current-cat-parent,
.widget_nav_menu ul li.current-cat,
.widget_nav_menu ul li a {
    color: var(--ecosoap-text-color)
}

.widget_meta ul li:hover>a,
.widget_archive ul li:hover>a,
.widget_recent_entries ul li:hover>a,
.widget_categories ul li:hover>a,
.widget_block ul li:hover>a,
.widget_nav_menu ul li:hover>a {
    color: var(--ecosoap-link-hover-color)
}

.wp-block-group__inner-container ul li.cat-item,
.widget_categories ul li.cat-item {
    position: relative;
    padding-right: 20px
}

.wp-block-group__inner-container li.cat-item span.toggle,
.widget_categories li.cat-item span.toggle {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer
}

.widget_nav_menu ul.menu li.menu-item {
    position: relative;
    padding-right: 20px
}

.widget_nav_menu ul.menu li.menu-item span.toggle {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    cursor: pointer
}

.widget_categories ul>li.cat-item.noactive>.opened,
.widget_categories ul>li.cat-item.noactive>.closed,
.wp-block-group__inner-container ul>li.cat-item.noactive>.opened,
.wp-block-group__inner-container ul>li.cat-item.noactive>.closed {
    padding-left: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 24px;
    color: var(--ecosoap-link-color)
}

.widget_categories ul>li:first-child.cat-item.noactive>.opened,
.widget_categories ul>li:first-child.cat-item.noactive>.closed,
.wp-block-group__inner-container ul>li:first-child.cat-item.noactive>.opened,
.wp-block-group__inner-container ul>li:first-child.cat-item.noactive>.closed {
    top: -7px
}

.widget_nav_menu ul.menu>li.menu-item.noactive>.opened,
.widget_nav_menu ul.menu>li.menu-item.noactive>.closed {
    padding-left: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 24px;
    color: var(--ecosoap-link-color)
}

.widget_nav_menu ul.menu>li:first-child.menu-item.noactive>.opened,
.widget_nav_menu ul.menu>li:first-child.menu-item.noactive>.closed {
    top: -7px
}

.special .post-info {
    position: relative
}

.special .post-info:before {
    border-width: 14px 20px;
    border-style: solid;
    border-color: #f4f4f4 transparent transparent;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    z-index: 2
}

.special .special-items>div:nth-child(2n) .post-info {
    position: relative
}

.special .special-items>div:nth-child(2n) .post-info:before {
    border-color: transparent transparent #f4f4f4;
    top: inherit;
    bottom: 100%
}

.contact {
    margin: 0;
    padding: 0
}

.contact:before,
.contact:after {
    content: " ";
    display: table
}

.contact:after {
    clear: both
}

.contact dt {
    float: left;
    width: 30px;
    height: auto
}

.rtl .contact dt {
    float: right
}

.contact dd {
    overflow: hidden;
    margin-bottom: 5px
}

.contact .contact-icon {
    display: block;
    text-align: center;
    background: var(--ecosoap-theme-color);
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.rtl .contact .contact-icon {
    float: right
}

.contact .contact-icon .fa {
    color: #fff;
    font-size: 16px;
    margin: 0 0 0 4px
}

.rtl .contact .contact-icon .fa {
    margin: 0 4px 0 0
}

.form7-style1 .input-group-btn>.btn,
.form7-style1 .input-group-btn>.viewmore-products-btn {
    border-left: none
}

.rtl .form7-style1 .input-group-btn>.btn,
.rtl .form7-style1 .input-group-btn>.viewmore-products-btn {
    border-right: none;
    border-left: inherit
}

.form7-style2 .btn,
.form7-style2 .viewmore-products-btn,
.form7-style2 input.form-control {
    background: #f7f7f7;
    border-color: #f7f7f7
}

.mc4wp-form-basic,
.mc4wp-form-basic input,
.mc4wp-form-basic label,
.mc4wp-form-theme,
.mc4wp-form-theme input,
.mc4wp-form-theme label {
    line-height: inherit
}

.mc4wp-form-basic .form-control {
    max-width: 100% !important
}

.mail-form .input-group {
    width: 100%;
    margin: 0 0 10px
}

.widget-newletter {
    overflow: hidden;
    max-width: 570px;
    margin: auto;
    text-align: center
}

.widget-newletter .widget-title {
    color: #252525;
    font-weight: 400;
    font-size: 30px;
    margin: 0 0 10px
}

.widget-newletter .description {
    margin-bottom: 25px;
    font-size: 15px
}

@media (min-width:1200px) {
    .widget-newletter .description {
        margin-bottom: 45px
    }
}

.widget-newletter .form-control {
    background: #fff;
    border-color: #ebebeb;
    color: #ccc
}

.widget-newletter .form-control::-webkit-input-placeholder {
    color: #ccc
}

.widget-newletter .form-control::-moz-placeholder {
    color: #ccc
}

.widget-newletter .form-control:-ms-input-placeholder {
    color: #ccc
}

.widget-newletter .form-control:-moz-placeholder {
    color: #ccc
}

.widget-newletter .form-control:focus {
    background: #fff;
    border-color: #ebebeb;
    color: #ccc
}

.widget-newletter.style2 {
    overflow: hidden;
    max-width: 100%;
    text-align: inherit
}

.widget-newletter.style2 .widget-title {
    margin: 0 0 5px
}

.widget-newletter.style2 .description {
    margin: 0
}

.widget-newletter.style2 .content {
    margin-top: 9px
}

@media (min-width:768px) {
    .widget-newletter.style2>* {
        width: 50%;
        float: left
    }

    .rtl .widget-newletter.style2>* {
        float: right
    }
}

.widget-newletter.style2 form {
    width: 600px;
    float: right;
    max-width: 100%
}

.rtl .widget-newletter.style2 form {
    float: left
}

.goal-sidebar select,
.goal-sidebar table {
    width: 100%
}

.goal-sidebar .post-widget .blog-title,
.goal-sidebar .post-widget h6 {
    margin: 0 0 5px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif
}

.goal-search-form-inner .select-category {
    display: inline-block;
    overflow: hidden;
    position: relative;
    min-width: 215px;
    outline: none !important;
    padding-right: 12px;
    margin-left: auto
}

.rtl .goal-search-form-inner .select-category {
    padding-left: 12px;
    padding-right: inherit
}

.rtl .goal-search-form-inner .select-category {
    margin-right: auto;
    margin-left: inherit
}

.goal-search-form-inner .select-category:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #ddd;
    width: 1px;
    height: 20px
}

.rtl .goal-search-form-inner .select-category:after {
    left: 0;
    right: auto
}

.goal-search-form-inner .select-category .select2-selection__arrow:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 12px
}

.goal-search-form-inner .select-category .select2-selection__arrow b {
    display: none
}

.goal-search-form-inner .select2-container {
    width: 100% !important
}

.goal-search-form-inner .select2-container .select2-selection--single {
    background-color: transparent;
    height: 36px;
    margin: 0;
    color: var(--ecosoap-link-color);
    outline: none !important;
    border: 0 !important
}

.goal-search-form-inner .select2-container .select2-selection--single .select2-selection__arrow {
    margin: 0;
    top: 10px;
    text-align: right
}

.rtl .goal-search-form-inner .select2-container .select2-selection--single .select2-selection__arrow {
    text-align: left
}

.goal-search-form-inner .select2-container .select2-selection--single .select2-selection__rendered {
    margin: 5px 0 0;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1
}

.rtl .goal-search-form-inner .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
    padding-left: inherit
}

.goal-search-form-inner.style1 form {
    padding: 0
}

.goal-search-form-inner.style1 form .btn-search {
    padding: 10px 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.goal-search-form-inner.style1 form .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.goal-search-form-inner form {
    border: 2px solid #dcd7cc;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    width: 100%;
    background-color: transparent;
    position: relative;
    padding: 3px
}

.goal-search-form-inner form .main-search {
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.goal-search-form-inner form .btn-search {
    border: 0;
    font-size: 14px;
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    font-weight: 500;
    transition: all .2s ease-in-out 0s;
    margin-right: 0;
    text-transform: uppercase;
    padding: 5px 10px
}

.rtl .goal-search-form-inner form .btn-search {
    margin-left: 0;
    margin-right: inherit
}

.goal-search-form-inner form .btn-search:hover,
.goal-search-form-inner form .btn-search:focus {
    color: #fff
}

.goal-search-form-inner form .btn-search .text {
    margin-left: 5px
}

.rtl .goal-search-form-inner form .btn-search .text {
    margin-right: 5px;
    margin-left: inherit
}

.goal-search-form-inner form .form-control {
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 36px;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px
}

.goal-search-form-inner form .form-control::-webkit-input-placeholder {
    color: var(--ecosoap-text-color)
}

.goal-search-form-inner form .form-control::-moz-placeholder {
    color: var(--ecosoap-text-color)
}

.goal-search-form-inner form .form-control:-ms-input-placeholder {
    color: var(--ecosoap-text-color)
}

.goal-search-form-inner form .form-control:-moz-placeholder {
    color: var(--ecosoap-text-color)
}

.goal-search-form-inner form .form-control:focus {
    color: var(--ecosoap-link-color)
}

.goal-search-form-inner .hidden-search {
    cursor: pointer;
    float: right;
    font-size: 35px;
    line-height: 1.4;
    color: #e44343;
    display: inline-block;
    margin-left: 30px
}

.rtl .goal-search-form-inner .hidden-search {
    float: left
}

.rtl .goal-search-form-inner .hidden-search {
    margin-right: 30px;
    margin-left: inherit
}

.goal-search-form-inner .twitter-typeahead {
    width: 100%
}

.goal-search-form-inner div.twitter-typeahead:before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    background: url(../../images/theme/loading-quick.gif) no-repeat scroll 0 0/100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2
}

.rtl .goal-search-form-inner div.twitter-typeahead:before {
    left: 10px;
    right: auto
}

.goal-search-form-inner div.twitter-typeahead.loading {
    position: relative
}

.goal-search-form-inner div.twitter-typeahead.loading .tt-menu {
    border: 0
}

.goal-search-form-inner div.twitter-typeahead.loading:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.goal-search-form-inner .tt-menu {
    background: #fff;
    width: 100%;
    padding: 0;
    box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .05);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #dcd7cc
}

.goal-search-form-inner .tt-menu>* {
    position: relative;
    z-index: 2
}

.goal-search-form-inner .tt-menu .tt-dataset-search>*:first-child {
    display: none
}

.goal-search-form-inner .autocomplete-list-item {
    padding: 10px;
    border-bottom: 1px solid #dcd7cc
}

@media (min-width:1200px) {
    .goal-search-form-inner .autocomplete-list-item {
        padding: 20px
    }
}

.goal-search-form-inner .autocomplete-list-item:last-child {
    border: none
}

.goal-search-form-inner .autocomplete-list-item .autocompleate-media {
    display: block
}

.goal-search-form-inner .autocomplete-list-item .autocompleate-media:hover .name-product {
    color: var(--ecosoap-link-color)
}

.goal-search-form-inner .autocomplete-list-item img {
    width: 60px;
    max-width: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.goal-search-form-inner .autocomplete-list-item .name-product {
    transition: all .2s ease-in-out 0s;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize
}

.goal-search-form-inner .autocomplete-list-item .name-product strong {
    font-weight: 400
}

.goal-search-form-inner .autocomplete-list-item .product-cat {
    color: var(--ecosoap-text-color);
    text-transform: uppercase;
    font-size: 12px
}

.goal-search-form-inner .autocomplete-list-item .price {
    color: var(--ecosoap-theme-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    line-height: 30px
}

@media (min-width:1200px) {
    .goal-search-form-inner .autocomplete-list-item .price {
        font-size: 18px
    }
}

.goal-search-form-inner .autocomplete-list-item .price del {
    font-size: 14px;
    color: var(--ecosoap-text-color);
    font-weight: 600
}

.goal-search-form-inner .autocomplete-list-item .price ins {
    padding: 0 7px
}

.goal-search-form-inner.style3 form {
    border: 0;
    background-color: #fff
}

.goal-search-form .show-search-header {
    cursor: pointer;
    z-index: 5;
    position: relative
}

.goal-search-form .show-search-header:hover,
.goal-search-form .show-search-header:focus {
    color: var(--ecosoap-theme-color)
}

.goal-search-form .overlay-search-header {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(12, 12, 12, .5);
    transition: all .5s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.goal-search-form .overlay-search-header.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.goal-search-form-inner.style1 span.twitter-typeahead {
    position: static !important
}

.goal-search-form-inner.style1 span.twitter-typeahead>.goal-search:first-child {
    display: none
}

.goal-search-form-inner.style1 .tt-menu {
    width: calc(100% + 2px);
    margin-left: -1px
}

.goal-search-form-inner.style2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 4;
    background-color: #fff;
    padding: 100px 0 70px;
    box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .05);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 0 0;
    transition: all .3s ease-in-out 0s;
    transform: rotateX(-90deg)
}

.goal-search-form-inner.style2.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateX(0deg);
    pointer-events: auto
}

.goal-search-form-inner.style2 form {
    display: block;
    border: 0;
    position: relative;
    border-bottom: 2px solid #767676;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    line-height: 1
}

.goal-search-form-inner.style2 form .form-control {
    padding: 15px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 500
}

.goal-search-form-inner.style2 form .form-control::-webkit-input-placeholder {
    text-transform: uppercase
}

.goal-search-form-inner.style2 form .form-control::-moz-placeholder {
    text-transform: uppercase
}

.goal-search-form-inner.style2 form .form-control:-ms-input-placeholder {
    text-transform: uppercase
}

.goal-search-form-inner.style2 form .form-control:-moz-placeholder {
    text-transform: uppercase
}

.goal-search-form-inner.style2 form .select-category {
    display: none
}

.goal-search-form-inner.style2 form .btn-search {
    background-color: transparent;
    font-size: 22px;
    color: var(--ecosoap-link-color);
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0
}

.rtl .goal-search-form-inner.style2 form .btn-search {
    left: 0;
    right: auto
}

.goal-search-form-inner.style2 .title {
    margin: 0 0 20px;
    color: var(--ecosoap-link-color);
    font-size: 18px
}

.goal-search-form-inner.style2 .title-quick-links {
    font-size: 14px;
    margin: 0 0 12px;
    text-transform: capitalize;
    color: var(--ecosoap-text-color);
    font-weight: 700
}

.goal-search-form-inner.style2 .quick-links-wrapper {
    margin-top: 18px
}

@media (min-width:1200px) {
    .goal-search-form-inner.style2 .quick-links-wrapper {
        margin-top: 28px
    }
}

.goal-search-form-inner.style2 .tt-menu {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-top: 2px
}

.goal-search-form-inner.style2 .tt-menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #fff;
    width: 10000px;
    height: 100%
}

.goal-search-form-inner.style2 .tt-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    width: 10000px;
    height: 100%
}

.goal-search-form-inner.style2 div.twitter-typeahead:before {
    right: 40px
}

.rtl .goal-search-form-inner.style2 div.twitter-typeahead:before {
    left: 40px;
    right: auto
}

.goal-search-form-inner.style2 .tt-dataset {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.goal-search-form-inner.style2 .autocomplete-list-item {
    width: 50%;
    padding: 15px;
    border: 0
}

@media (min-width:480px) {
    .goal-search-form-inner.style2 .autocomplete-list-item {
        width: 33.33%
    }
}

@media (min-width:992px) {
    .goal-search-form-inner.style2 .autocomplete-list-item {
        width: 25%;
        padding: 30px 15px;
        margin-bottom: 30px
    }
}

.goal-search-form-inner.style2 .autocomplete-list-item img {
    width: 100%
}

.goal-search-form-inner.style2 .media-left,
.goal-search-form-inner.style2 .media-body {
    display: block;
    padding: 0
}

.goal-search-form-inner.style2 .media-body {
    width: 100%;
    padding: 15px 0 0
}

.goal-search-form-inner.style3 .form-control {
    height: 40px;
    padding: 5px 20px
}

.goal-search-form-inner.style3 form .btn-search {
    padding: 0 20px
}

.widget-search form {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #dcd7cc
}

.widget-search .input-group .form-control {
    height: 54px;
    padding: 0 20px;
    background-color: transparent;
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    border: 0
}

.widget-search .input-group:-internal-autofill-selected {
    background-color: transparent !important
}

.widget-search .btn,
.widget-search .viewmore-products-btn {
    padding: 19px 20px;
    color: var(--ecosoap-link-color);
    background-color: transparent !important;
    background-image: none;
    border: 0;
    margin: 0 !important
}

.widget_search .wp-block-search__inside-wrapper {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden
}

.widget_search .wp-block-search .wp-block-search__input {
    height: 52px;
    border-color: #dcd7cc;
    border-width: 1px;
    outline: none;
    padding: 12px 20px;
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px
}

.widget_search .wp-block-search .wp-block-search__button {
    padding: 7px 20px;
    color: #fff;
    background-color: var(--ecosoap-link-color);
    border-color: var(--ecosoap-link-color);
    margin: 0 !important
}

.tagcloud a,
.wp-block-tag-cloud a {
    text-transform: capitalize;
    margin-bottom: 8px;
    margin-right: 7px;
    font-size: 15px !important;
    font-weight: 600;
    display: inline-block;
    padding: 5px 13px;
    transition: all .3s ease 0s;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-color: #fff;
    border: 1px solid #dcd7cc;
    color: var(--ecosoap-link-color)
}

.rtl .tagcloud a,
.rtl .wp-block-tag-cloud a {
    margin-left: 7px;
    margin-right: inherit
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.active,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.wp-block-tag-cloud a.active {
    color: #fff;
    background: var(--ecosoap-link-hover-color);
    border-color: var(--ecosoap-link-hover-color)
}

.widget-brand-logo {
    padding: 30px
}

.widget-brand-logo .item-brand>a {
    display: block
}

.widget-brand-logo .carousel-control {
    opacity: 0;
    filter: alpha(opacity=0)
}

.widget-brand-logo:hover .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100)
}

.widget-infor .heding {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400
}

.widget-infor .infor-inner {
    margin: 0 0 20px
}

.goal-search-top .button-show-search {
    font-size: 18px;
    box-shadow: none;
    border: none;
    color: var(--ecosoap-text-color);
    line-height: 1;
    padding: 0 5px;
    background: 0 0 !important
}

.goal-search-top .button-show-search:hover,
.goal-search-top .button-show-search:active {
    color: var(--ecosoap-theme-color)
}

.goal-search-top .content-form {
    box-shadow: none;
    margin: 0;
    border: none;
    padding: 0;
    min-width: 280px
}

@keyframes boxscale {
    from {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, .2)
    }

    to {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .2)
    }
}

.video-content {
    margin: 0
}

.video-content .title-video {
    margin-bottom: 10px
}

.video-wrapper-inner {
    position: relative;
    z-index: 10;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.video-wrapper-inner .popup-video {
    position: unset;
    left: 0;
    right: 0;
    z-index: 2;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    line-height: 74px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0 0 0 #ffe1ff;
    transform: translateX(0)
}

.video-wrapper-inner .popup-video:before,
.video-wrapper-inner .popup-video:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    transition: all .3s ease;
    animation-name: pulse;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    pointer-events: none
}

.video-wrapper-inner .popup-video:after {
    animation-delay: 1s
}

@media (min-width:1200px) {
    .video-wrapper-inner .popup-video {
        position: absolute;
        width: 100px;
        height: 100px;
        line-height: 94px;
        font-size: 26px
    }
}

@media (max-width:767px) {
    .video-wrapper-inner .popup-video {
        width: 50px;
        height: 50px;
        line-height: 44px;
        font-size: 16px
    }
}

.video-wrapper-inner .image-wrapper img {
    width: 100%
}

@keyframes pulse {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.elementor-counter .elementor-counter-number-wrapper {
    margin-bottom: 10px;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-clip: text
}

.vertical-menu {
    display: none !important;
    padding: 0;
    background: #fff;
    z-index: 999
}

.vertical-menu>.nav {
    position: relative;
    width: 100%;
    height: auto
}

.vertical-menu>.nav .open>a,
.vertical-menu>.nav .open>a:hover,
.vertical-menu>.nav .open>a:focus,
.vertical-menu>.nav .active>a,
.vertical-menu>.nav .active>a:hover,
.vertical-menu>.nav .active>a:focus {
    color: var(--ecosoap-theme-color)
}

.vertical-menu>.nav>li {
    float: none;
    position: static;
    border-bottom: 1px solid #dcd7cc
}

.vertical-menu>.nav>li.active>a {
    color: var(--ecosoap-theme-color);
    background: #fafafa
}

.vertical-menu>.nav>li>a {
    color: #414141;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap
}

.vertical-menu>.nav>li>a:hover {
    color: var(--ecosoap-theme-color);
    background: #fafafa
}

.vertical-menu>.nav>li>a .fa {
    font-size: 15px;
    min-width: 15px;
    margin-right: 12px
}

.rtl .vertical-menu>.nav>li>a .fa {
    margin-left: 12px;
    margin-right: inherit
}

.vertical-menu>.nav>li .dropdown-menu {
    min-width: 230px;
    min-height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.vertical-menu>.nav .product-block {
    padding: 0 !important;
    overflow: hidden;
    display: block
}

.vertical-menu .dropdown-menu {
    margin: 0;
    padding: 30px;
    border: none;
    top: 0
}

.vertical-menu .dropdown-menu:before,
.vertical-menu .dropdown-menu:after {
    content: " ";
    display: table
}

.vertical-menu .dropdown-menu:after {
    clear: both
}

.vertical-menu .dropdown-menu ul {
    padding: 0;
    list-style: none
}

.vertical-menu .dropdown-menu ul li {
    line-height: 34px
}

.vertical-menu .dropdown-menu ul li a {
    color: #414141
}

.vertical-menu .dropdown-menu ul li a:hover,
.vertical-menu .dropdown-menu ul li a.active {
    color: var(--ecosoap-theme-color)
}

.vertical-menu .dropdown-menu ul ul {
    padding-left: 15px
}

.rtl .vertical-menu .dropdown-menu ul ul {
    padding-right: 15px;
    padding-left: inherit
}

.vertical-menu .dropdown-menu .widget-title {
    border: none;
    font-size: 16px;
    padding: 0 0 15px;
    color: var(--ecosoap-heading-color)
}

.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
    box-shadow: none !important
}

.vertical-menu.menu-left .dropdown-menu {
    left: 100% !important;
    right: auto !important
}

.rtl .vertical-menu.menu-left .dropdown-menu {
    right: 100% !important;
    left: auto
}

.rtl .vertical-menu.menu-left .dropdown-menu {
    left: auto !important;
    right: auto
}

.vertical-menu.menu-right .dropdown-menu {
    left: auto !important;
    right: 100% !important
}

.rtl .vertical-menu.menu-right .dropdown-menu {
    right: auto !important;
    left: auto
}

.rtl .vertical-menu.menu-right .dropdown-menu {
    left: 100% !important;
    right: auto
}

.vertical-menu .icon-ver {
    margin-right: 10px
}

.rtl .vertical-menu .icon-ver {
    margin-left: 10px;
    margin-right: inherit
}

#recentcomments>li,
.wp-block-latest-comments>li {
    margin: 0 0 10px;
    line-height: 26px;
    position: relative;
    -moz-padding-start: 25px;
    padding-inline-start: 25px
}

#recentcomments>li:before,
.wp-block-latest-comments>li:before {
    content: "\f4ad";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    color: var(--ecosoap-link-color)
}

#recentcomments>li:first-child,
.wp-block-latest-comments>li:first-child {
    border-top: 0
}

#recentcomments>li:last-child,
.wp-block-latest-comments>li:last-child {
    border-bottom: 0;
    margin: 0
}

#recentcomments>li span,
.wp-block-latest-comments>li span {
    font-size: 14px;
    color: var(--ecosoap-link-color)
}

#recentcomments>li a,
.wp-block-latest-comments>li a {
    color: var(--ecosoap-text-color);
    font-weight: 400
}

#recentcomments>li a:hover,
.wp-block-latest-comments>li a:hover {
    color: var(--ecosoap-theme-color)
}

.widget-quicklink-menu {
    background-color: #f6f6f6;
    line-height: 35px
}

.widget-quicklink-menu .quicklink-heading {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin: 0 20px 0 0;
    padding: 12px 15px 12px 25px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--ecosoap-main-font)
}

.rtl .widget-quicklink-menu .quicklink-heading {
    margin: 0 0 0 20px
}

.widget-quicklink-menu .quicklink-heading:before {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px solid #333;
    content: "";
    position: absolute;
    right: -10px;
    top: 0
}

.rtl .widget-quicklink-menu .quicklink-heading:before {
    border-right: 10px solid #333;
    border-left: inherit
}

.rtl .widget-quicklink-menu .quicklink-heading:before {
    left: -10px;
    right: auto
}

.widget-quicklink-menu a {
    color: #999;
    font-size: 12px;
    font-weight: 400
}

.widget-quicklink-menu a:hover {
    color: var(--ecosoap-theme-color)
}

.woo-onsale .onsale {
    display: none
}

.woo-onsale .product-sale-label {
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #fb4949;
    color: #fff;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 36px;
    font-size: 12px;
    font-weight: 400
}

.rtl .woo-onsale .product-sale-label {
    left: 10px;
    right: auto
}

.widget-tabs .widget-title {
    display: inline-block
}

.widget-tabs .widget-title h3 {
    margin: 0
}

.widget-tabs .nav-tabs {
    border: none;
    display: block;
    vertical-align: middle;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center
}

.widget-tabs .nav-tabs.tabs-list-v2 {
    margin: 0
}

.widget-tabs .carousel-controls {
    top: -42px
}

.widget-tabs .top-info-tabs {
    overflow: hidden;
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .widget-tabs .top-info-tabs {
        margin-bottom: 35px
    }
}

@media (max-width:767px) {
    .widget-tabs .top-info-tabs .widget-title {
        text-align: center;
        margin-bottom: 10px
    }
}

.widget-tabs .top-info-tabs.center {
    text-align: center
}

@media (min-width:768px) {
    .widget-tabs .top-info-tabs.center .tabs-product {
        margin: 20px 0 0
    }
}

@media (min-width:768px) {
    .widget-tabs .top-info-tabs.left {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center
    }

    .widget-tabs .top-info-tabs.left .nav-tabs {
        margin-left: 35px
    }

    .rtl .widget-tabs .top-info-tabs.left .nav-tabs {
        margin-right: 35px;
        margin-left: inherit
    }
}

.widget-tabs .top-info-tabs.right {
    padding: 0;
    border-bottom: 0
}

@media (min-width:768px) {
    .widget-tabs .top-info-tabs.right {
        padding: 0;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center
    }

    .widget-tabs .top-info-tabs.right .nav-tabs {
        margin-left: auto
    }

    .rtl .widget-tabs .top-info-tabs.right .nav-tabs {
        margin-right: auto;
        margin-left: inherit
    }
}

.widget-tabs .top-info-tabs.right+.widget-inner {
    padding: 0
}

.widget-tabs.style1 .nav-tabs {
    z-index: 9
}

.widget-tabs.style1 .nav-tabs>li {
    display: inline-block;
    position: relative;
    float: none;
    margin-right: 7px;
    margin-bottom: 0
}

.rtl .widget-tabs.style1 .nav-tabs>li {
    margin-left: 7px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .widget-tabs.style1 .nav-tabs>li {
        margin-right: 20px
    }

    .rtl .widget-tabs.style1 .nav-tabs>li {
        margin-left: 20px;
        margin-right: inherit
    }
}

.widget-tabs.style1 .nav-tabs>li:last-child {
    margin-right: 0
}

.rtl .widget-tabs.style1 .nav-tabs>li:last-child {
    margin-left: 0;
    margin-right: inherit
}

.widget-tabs.style1 .nav-tabs>li.active>a,
.widget-tabs.style1 .nav-tabs>li.active>a:hover,
.widget-tabs.style1 .nav-tabs>li.active>a:focus,
.widget-tabs.style1 .nav-tabs>li:hover>a,
.widget-tabs.style1 .nav-tabs>li:hover>a:hover,
.widget-tabs.style1 .nav-tabs>li:hover>a:focus {
    background-color: var(--ecosoap-theme-color);
    border-color: var(--ecosoap-theme-color)
}

.widget-tabs.style1 .nav-tabs>li>a {
    display: inline-block;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #dcd7cc;
    margin: 0;
    font-size: 14px;
    color: var(--ecosoap-text-color);
    padding: 5px 22px;
    background-color: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .3s ease-in-out 0s
}

.widget-tabs.style1 .nav-tabs>li>a i {
    line-height: 1;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 5px
}

@media (min-width:1200px) {
    .widget-tabs.style1 .nav-tabs>li>a i {
        font-size: 21px
    }
}

.rtl .widget-tabs.style1 .nav-tabs>li>a i {
    margin-left: 5px;
    margin-right: inherit
}

.widget-tabs.style2 .nav-tabs>li.active>a,
.widget-tabs.style2 .nav-tabs>li:hover>a {
    color: var(--ecosoap-theme-color)
}

.widget-tabs.style2 .nav-tabs>li.active>a,
.widget-tabs.style2 .nav-tabs>li.active>a:hover,
.widget-tabs.style2 .nav-tabs>li.active>a:focus,
.widget-tabs.style2 .nav-tabs>li:hover>a,
.widget-tabs.style2 .nav-tabs>li:hover>a:hover,
.widget-tabs.style2 .nav-tabs>li:hover>a:focus {
    background-color: transparent
}

.widget-tabs.style2 .nav-tabs>li>a {
    border: 0
}

.widget-infor .media .fa,
.widget-infor .media .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--ecosoap-theme-color);
    background: #252525
}

.contant-info .title {
    margin: 0 0 20px;
    font-size: 30px
}

.contant-info .info-description {
    margin: 0 0 30px
}

.contant-info .media-heading {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px
}

.contant-info .media {
    margin-top: 30px
}

.contant-info .media:hover .fa {
    border-color: #e44343;
    color: #e44343
}

.contant-info .media-left {
    padding-right: 20px
}

.rtl .contant-info .media-left {
    padding-left: 20px;
    padding-right: inherit
}

.contant-info .media-left .fa {
    border: 2px solid #282828;
    border-radius: 50%;
    color: #282828;
    font-size: 25px;
    height: 58px;
    line-height: 52px;
    text-align: center;
    width: 58px
}

.widget_categories select,
.widget_archive select {
    width: 100%;
    padding: 8px 10px;
    color: var(--ecosoap-link-color);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/theme/select.png) right 10px center no-repeat;
    font-weight: 500;
    margin: 0;
    outline: none;
    border: 1px solid #dcd7cc
}

.widget_pages ul {
    list-style: none
}

.widget_pages ul li {
    line-height: 2
}

.widget_pages>ul {
    padding: 0;
    margin: 0
}

.textwidget select {
    padding: 8px;
    max-width: 100%;
    color: var(--ecosoap-link-color)
}

.widget-twitter .twitter-timeline {
    display: block !important
}

.widget-twitter .timeline-Tweet-media {
    display: none
}

.wpcf7-form {
    position: relative
}

.wpcf7-form textarea.form-control {
    height: 150px;
    resize: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.contact-form {
    padding: 30px;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

@media (min-width:1024px) {
    .contact-form {
        padding: 60px 70px
    }
}

.contact-form label {
    font-size: 18px;
    color: var(--ecosoap-theme-color);
    margin: 0 0 12px;
    font-weight: 600
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 30px 38px;
    margin: 0 0 30px;
    background: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 16px;
    color: var(--ecosoap-theme-color);
    border: 2px solid #f7f7f7;
    transition: all .3s ease-in-out 0s
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--ecosoap-theme-color)
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: var(--ecosoap-theme-color)
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: var(--ecosoap-theme-color)
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: var(--ecosoap-theme-color)
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    color: var(--ecosoap-theme-color)
}

.contact-form input {
    height: 83px
}

.contact-form textarea {
    height: 165px;
    resize: none;
    margin: 0 0 56px
}

.contact-form .btn[type=submit],
.contact-form [type=submit].viewmore-products-btn {
    padding: 10px 90px;
    height: auto;
    width: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 18px;
    box-shadow: 0 0 10px 0 rgba(var(--ecosoap-theme-color), .8);
    float: right
}

.rtl .contact-form .btn[type=submit],
.rtl .contact-form [type=submit].viewmore-products-btn {
    float: left
}

.contact-form+.wpcf7-response-output {
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 1
}

.rtl .contact-form+.wpcf7-response-output {
    right: 30px;
    left: auto
}

.contact-form.style2 {
    box-shadow: none !important;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0
}

.contact-form.style2 .sub {
    font-size: 18px;
    font-family: var(--ecosoap-main-font);
    font-weight: 300
}

.contact-form.style2 .title {
    font-size: 45px;
    font-family: var(--ecosoap-main-font);
    font-weight: 300;
    margin: 0 0 10px
}

.contact-form.style2 .des {
    font-size: 14px;
    margin: 0 0 25px
}

.contact-form.style2 .btn[type=submit],
.contact-form.style2 [type=submit].viewmore-products-btn {
    box-shadow: none !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-color: var(--ecosoap-theme-color);
    background: var(--ecosoap-theme-color)
}

.contact-form.style2 .btn[type=submit]:hover,
.contact-form.style2 [type=submit].viewmore-products-btn:hover,
.contact-form.style2 .btn[type=submit]:active,
.contact-form.style2 [type=submit].viewmore-products-btn:active {
    background: var(--ecosoap-link-hover-color);
    border-color: var(--ecosoap-link-hover-color)
}

.popupnewsletter-wrapper .mfp-content {
    max-width: 90%
}

@media (min-width:768px) {
    .popupnewsletter-wrapper .mfp-content {
        max-width: 770px
    }
}

.popupnewsletter-wrapper .popupnewsletter-widget {
    padding: 0
}

@media (min-width:768px) {
    .popupnewsletter-wrapper .popupnewsletter-widget {
        padding: 40px 40px 40px 10px
    }
}

.popupnewsletter-wrapper .goal-mfp-close {
    background-color: var(--ecosoap-theme-color);
    color: #fff;
    transition: all .2s ease-in-out 0s;
    font-size: 16px;
    line-height: 47px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(22px, -22px);
    opacity: 1;
    filter: alpha(opacity=100)
}

.popupnewsletter-wrapper .goal-mfp-close:hover,
.popupnewsletter-wrapper .goal-mfp-close:focus {
    background: #e44343
}

.popupnewsletter-wrapper .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    text-align: center;
    max-width: 770px
}

.popupnewsletter-wrapper .modal-content h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    margin: 0
}

@media (min-width:1200px) {
    .popupnewsletter-wrapper .modal-content h3 {
        font-size: 30px
    }
}

.popupnewsletter-wrapper .modal-content .description {
    font-family: var(--ecosoap-main-font);
    font-size: 16px;
    margin: 0 0 20px
}

.popupnewsletter-wrapper .modal-content form {
    transition: all .2s ease-in-out 0s;
    border: 1px solid #dcd7cc;
    width: 250px;
    background: #f5f6f7;
    clear: both;
    margin: 0 auto 20px;
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    -o-border-radius: 46px;
    position: relative;
    padding-right: 46px
}

.rtl .popupnewsletter-wrapper .modal-content form {
    padding-left: 46px;
    padding-right: inherit
}

@media (min-width:1200px) {
    .popupnewsletter-wrapper .modal-content form {
        margin: 0 auto 40px
    }
}

.popupnewsletter-wrapper .modal-content form:hover {
    border-color: #dcd7cc
}

.popupnewsletter-wrapper .modal-content form .form-control {
    background: #f5f6f7;
    width: 100%;
    border: none;
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    -o-border-radius: 46px;
    height: 44px;
    display: block
}

.popupnewsletter-wrapper .modal-content form .input-group {
    position: static;
    width: 100%;
    display: block
}

.popupnewsletter-wrapper .modal-content form .input-group>* {
    display: block;
    float: none;
    position: static
}

.popupnewsletter-wrapper .modal-content form [type=submit] {
    position: absolute;
    border: none;
    padding: 0;
    z-index: 2 !important;
    top: -1px;
    right: -1px;
    z-index: 1;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    -o-border-radius: 46px;
    display: inline-block;
    color: transparent;
    background: var(--ecosoap-theme-color)
}

.rtl .popupnewsletter-wrapper .modal-content form [type=submit] {
    left: -1px;
    right: auto
}

.popupnewsletter-wrapper .modal-content form [type=submit]:before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 45px;
    text-align: center
}

.popupnewsletter-wrapper .modal-content form [type=submit]:hover,
.popupnewsletter-wrapper .modal-content form [type=submit]:focus {
    background-color: var(--ecosoap-theme-color)
}

.popupnewsletter-wrapper .close-dont-show:hover,
.popupnewsletter-wrapper .close-dont-show:focus {
    color: #e44343
}

.widget-woocommerce-currency-switcher {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-woocommerce-currency-switcher label {
    font-weight: 400;
    font-size: 15px;
    margin: 0
}

.widget-woocommerce-currency-switcher .dd-desc {
    display: none
}

.widget-woocommerce-currency-switcher .title,
.widget-woocommerce-currency-switcher>h5 {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    font-family: var(--ecosoap-main-font), Helvetica, Arial, sans-serif;
    color: #fff !important
}

.widget-woocommerce-currency-switcher>* {
    display: inline-block;
    vertical-align: middle
}

.widget-woocommerce-currency-switcher .dd-select {
    background-color: transparent !important;
    border: 0;
    padding-right: 20px
}

.rtl .widget-woocommerce-currency-switcher .dd-select {
    padding-left: 20px;
    padding-right: inherit
}

.widget-woocommerce-currency-switcher .dd-select label.dd-selected-text {
    color: #fff
}

.widget-woocommerce-currency-switcher .dd-select:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    top: 100%;
    left: 0
}

.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected {
    color: var(--ecosoap-text-color);
    padding: 3px 10px !important
}

.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected:hover {
    color: var(--ecosoap-link-color)
}

.widget-woocommerce-currency-switcher .dd-options {
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #fff;
    top: 100%;
    width: 100%;
    border: 1px solid #dcd7cc;
    font-size: 15px;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s ease-in-out 0s;
    margin: 5px 0;
    transform: translateY(8px)
}

.widget-woocommerce-currency-switcher .dd-options label {
    cursor: pointer
}

.widget-woocommerce-currency-switcher a.dd-option {
    padding: 3px 10px !important;
    border-color: #dcd7cc
}

.widget-woocommerce-currency-switcher .dd-pointer {
    border: none !important;
    width: 14px;
    height: 14px;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    margin: 0 !important
}

.rtl .widget-woocommerce-currency-switcher .dd-pointer {
    left: 0;
    right: auto
}

.widget-woocommerce-currency-switcher .dd-pointer:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 11px;
    color: #fff
}

.widget-woocommerce-currency-switcher:hover .dd-options {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0)
}

.header-top-dark .widget_icl_lang_sel_widget .title {
    color: #fff
}

.header-top-dark .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    color: #fff
}

.widget_icl_lang_sel_widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.widget_icl_lang_sel_widget .title {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.5
}

.widget_icl_lang_sel_widget>* {
    display: inline-block;
    vertical-align: middle
}

.wpml-ls-legacy-dropdown {
    width: auto
}

.wpml-ls-legacy-dropdown>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.wpml-ls-legacy-dropdown>ul li:last-child {
    padding: 0
}

.wpml-ls-legacy-dropdown>ul li:before {
    display: none
}

.wpml-ls-legacy-dropdown a {
    display: block;
    padding: 3px 10px;
    border: 0;
    background-color: transparent;
    line-height: 1.7
}

.wpml-ls-legacy-dropdown a span {
    vertical-align: baseline
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    padding: 0
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0)
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    position: absolute;
    z-index: 2;
    top: inherit;
    top: 100%;
    width: 100%;
    min-width: 150px;
    background-color: #fff;
    border: 1px solid #dcd7cc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 15px;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s ease-in-out 0s;
    margin: 5px 0;
    transform: translateY(8px)
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: transparent;
    padding-right: calc(10px + 0.7em + 0.7em);
    position: relative;
    color: #fff;
    font-size: 15px
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    top: 100%;
    left: 0
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
    font-family: "themify";
    content: "\e64b";
    width: 11px;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    margin: 0 !important
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
    left: 5px;
    right: auto
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
    color: var(--ecosoap-theme-color)
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    border-bottom: 1px solid #dcd7cc;
    padding: 0
}

.wpml-ls-legacy-dropdown .wpml-ls-item:last-child {
    border-bottom: 0
}

@media (min-width:1500px) {

    .list-product-archive .col-lg-cs-5,
    .list-product-archive .col-md-cs-5 {
        width: 20%
    }
}

@media (min-width:1500px) {
    .container {
        width: 1440px
    }
}

@media (min-width:1200px) {

    .col-lg-5c,
    .col-md-5c {
        width: 20%
    }

    .top-percent-50>div {
        position: relative;
        transform: translateY(-50%);
        z-index: 2
    }

    .shop-has-right>div,
    .has-right {
        padding-right: 30px
    }

    .rtl .shop-has-right>div,
    .rtl .has-right {
        padding-left: 30px;
        padding-right: inherit
    }

    .shop-has-left>div,
    .has-left {
        padding-left: 30px
    }

    .rtl .shop-has-left>div,
    .rtl .has-left {
        padding-right: 30px;
        padding-left: inherit
    }
}

@media (min-width:992px) {
    .md-clearfix {
        clear: both
    }
}

@media (min-width:1200px) and (max-width:1650px) {
    .desktop-50 {
        width: 50% !important
    }

    .desktop-100 {
        width: 100% !important
    }

    .desktop-full {
        width: 100% !important
    }

    .desktop-full>.elementor-container>.elementor-row {
        display: block
    }

    .col-desktop-4 {
        width: 25%;
        clear: none !important
    }

    .col-desktop-4:nth-child(4n+1) {
        clear: both !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sm-clearfix {
        clear: both
    }

    .products-wrapper-grid .row-products-wrapper>.col-sm-6:nth-child(2n+1) {
        clear: both
    }

    .products-wrapper-grid .row-products-wrapper>.col-sm-4:nth-child(3n+1) {
        clear: both
    }

    .product-block.grid.grid-v2 .title-wrapper,
    .product-block.grid.grid-v3 .title-wrapper {
        display: block !important
    }

    .product-block.grid.grid-v2 .swatches-wrapper,
    .product-block.grid.grid-v3 .swatches-wrapper {
        position: absolute
    }

    .sm-percent-50 {
        width: 50% !important
    }

    .widget-features-box.style1 .item-inner {
        padding: 15px;
        margin: 0 0 15px
    }

    .widget-features-box .title {
        font-size: 13px
    }
}

@media (max-width:1199px) {
    .widget-features-box.style1 .item-inner {
        padding: 15px;
        margin: 0 0 15px
    }

    .widget-features-box .title {
        font-size: 13px;
        line-height: 1
    }

    .comment-list div.avatar {
        min-width: 70px;
        padding-right: 10px
    }

    .rtl .comment-list div.avatar {
        padding-left: 10px;
        padding-right: inherit
    }

    .comment-list .comment-box {
        border: none;
        padding-left: 10px
    }

    .rtl .comment-list .comment-box {
        padding-right: 10px;
        padding-left: inherit
    }

    .widget-social .social>li {
        margin-right: 5px
    }

    .rtl .widget-social .social>li {
        margin-left: 5px;
        margin-right: inherit
    }

    .widget-social .social>li:last-child {
        margin-right: 0
    }

    .rtl .widget-social .social>li:last-child {
        margin-left: 0;
        margin-right: inherit
    }

    .add-fix-top {
        width: 35px;
        height: 35px;
        line-height: 30px
    }

    .product-block.grid .groups-button>div {
        margin: 0
    }

    .product-block.grid.grid-v2 .title-wrapper,
    .product-block.grid.grid-v3 .title-wrapper {
        display: block !important
    }

    .product-block.grid.grid-v2 .swatches-wrapper,
    .product-block.grid.grid-v3 .swatches-wrapper {
        position: absolute
    }

    .product-block.grid .name {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important
    }

    .product-block.grid .price {
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important
    }

    .woocommerce ul.product_list_widget .product-title {
        margin: 0
    }

    .woocommerce ul.product_list_widget .right-content {
        padding-left: 8px
    }

    .woocommerce ul.product_list_widget .woocommerce-Price-amount {
        font-size: 11px
    }

    .woocommerce ul.product_list_widget del .woocommerce-Price-amount {
        font-size: 9px
    }

    .product-block-list .product-excerpt {
        font-size: 14px
    }

    .details-product .information .woocommerce-product-details__short-description {
        font-size: 14px
    }

    .details-product .woocommerce-product-details__short-description.hideContent {
        height: 52px
    }

    .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
        margin: 0
    }

    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
        padding: 0;
        width: 100%
    }

    .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
        margin-bottom: 0
    }

    .mobile-vertical-menu li .sub-menu {
        width: 100% !important;
        padding: 0 !important
    }
}

@media (max-width:991px) {

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px
    }

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .widget-products-tabs .hierarchy {
        position: static;
        margin-top: -10px
    }

    .slick-carousel {
        margin-left: 0;
        margin-right: 0
    }

    .entry-thumb .image-wrapper img {
        width: 100%
    }

    .comment-list .children {
        padding-left: 15px
    }

    .rtl .comment-list .children {
        padding-right: 15px;
        padding-left: inherit
    }

    .comment-list .children {
        padding-left: 20px
    }

    .rtl .comment-list .children {
        padding-right: 20px;
        padding-left: inherit
    }

    .comment-list .comment-box {
        padding-bottom: 20px
    }

    .comment-list .the-comment {
        margin-bottom: 20px
    }

    .goal-footer-mobile {
        display: block
    }

    .comment-list div.avatar img {
        width: 70px
    }

    .comment-list .comment-text {
        margin: 5px 0
    }

    .widget.widget-products-tabs .top-info {
        display: block
    }

    .widget.widget-products-tabs .top-info .widget-title {
        margin-bottom: 10px;
        text-align: center
    }

    .widget.widget-products-tabs .top-info .widget-title:after {
        display: none
    }

    .widget.widget-products-tabs .top-info .nav.tabs-product {
        text-align: inherit !important
    }

    .widget-banner.style2 .banner-content {
        font-size: 18px
    }

    .widget-process {
        padding: 0
    }

    .widget-process .proces-item {
        margin-bottom: 15px
    }

    .widget-process .proces-item .line-space {
        display: none
    }

    .details-product .image-mains {
        margin-bottom: 20px
    }

    .details-product .image-mains:after {
        clear: both;
        content: " ";
        display: table
    }

    body.body-footer-mobile {
        padding-bottom: 60px
    }

    .goal-filter .right-inner {
        margin-bottom: 10px;
        overflow: hidden
    }

    .goal-filter .mobile-sidebar-btn {
        float: right;
        margin: 5px 0 0
    }

    .rtl .goal-filter .mobile-sidebar-btn {
        float: left
    }

    .widget-mailchimp .btn,
    .widget-mailchimp .viewmore-products-btn {
        font-size: 11px
    }

    .widget-social .social a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 12px
    }
}

@media (max-width:768px) {
    .hidden-768 {
        display: none
    }
}

@media (max-width:767px) {
    .slick-carousel {
        margin-right: -7px;
        margin-left: -7px
    }

    .slick-carousel .slick-slide {
        padding-right: 7px;
        padding-left: 7px
    }

    .wishlist-icon,
    .mini-cart {
        margin-top: 5px
    }

    .elementor-widget:not(:last-child) {
        margin-bottom: 0
    }

    .nav.tabs-product {
        white-space: nowrap;
        text-align: center
    }

    .nav.tabs-product li {
        float: none;
        display: inline-block;
        margin-bottom: 10px
    }

    .nav.tabs-product li a {
        font-size: 13px
    }

    .nav.tabs-product.left>li {
        margin: 0
    }

    .nav-tabs>li>a {
        margin-right: 0
    }

    .wrapper-filter {
        padding: 15px 0
    }

    .wrapper-filter>* {
        display: block;
        margin-bottom: 5px;
        width: 100%
    }

    .wrapper-filter>*:last-child {
        margin-bottom: 0
    }

    .widget-banner .banner-content.style3 {
        transform: translate(0, 0)
    }

    .widget-banner .banner-content h4 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        margin: 0 0 10px
    }

    .goal-salespopup-wrapper {
        display: none !important
    }

    .goal-footer .widget-mailchimp {
        display: block
    }

    .goal-footer .widget-mailchimp .title {
        margin: 0 0 10px;
        font-size: 18px
    }

    .goal-footer ul {
        padding: 0;
        margin: 0
    }

    .detail-post .entry-content-detail .entry-title {
        font-size: 25px
    }

    .goal-shop-menu ul.goal-categories {
        overflow: auto;
        white-space: nowrap;
        float: none;
        padding: 0 0 10px
    }

    .goal-shop-menu ul.goal-categories li {
        margin-right: 15px
    }

    .rtl .goal-shop-menu ul.goal-categories li {
        margin-left: 15px;
        margin-right: inherit
    }

    .show-filter {
        font-weight: 400;
        color: #e44343
    }

    .shop-top-sidebar-wrapper {
        display: none
    }

    .wrapper-top-cart>.dropdown-menu-right {
        padding: 15px 15px 90px
    }

    .widget-about .widget-title {
        margin: 0
    }

    .widget-categorybanner img {
        width: 100%
    }

    .category-item .cate-image {
        margin: 0 0 15px
    }

    .shop-list-normal.shop-deal-list .content-body {
        padding-left: 0;
        padding-top: 10px
    }

    .rtl .shop-list-normal.shop-deal-list .content-body {
        padding-right: 0;
        padding-left: inherit
    }

    .tag-social>div {
        width: 100%;
        margin-bottom: 5px
    }

    .product-block.grid .groups-button>a,
    .product-block.grid .groups-button>div {
        float: none
    }

    .widget-recent_viewed .widget-title {
        font-size: 20px
    }

    .widget-recent_viewed .flex-middle {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%
    }

    .details-product {
        margin-bottom: 10px !important
    }

    .shop_table .coupon input {
        width: 100% !important;
        margin-bottom: 10px !important
    }

    .woocommerce ul.order_details li {
        margin-bottom: 15px
    }

    .goal-footer .widget-nav-menu .widget-title {
        margin: 0
    }

    .goal-footer .widget-nav-menu ul.menu {
        font-size: 14px
    }
}

@media (max-width:767px) and (min-width:768px) {
    .goal-footer .widget-nav-menu ul.menu {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .goal-footer .widget-nav-menu ul.menu li {
        margin: 0;
        display: inline-block;
        float: none
    }

    .goal-footer .widget-nav-menu ul.menu li+li:before {
        content: ",";
        margin-right: 5px;
        color: #aaa
    }

    .rtl .goal-footer .widget-nav-menu ul.menu li+li:before {
        margin-left: 5px;
        margin-right: inherit
    }

    .widget-features-box.style2.right .features-box-image {
        float: left;
        padding: 0 15px 0 0
    }

    .widget.widget-about {
        margin: 0;
        display: inline-block
    }

    .row-blog>.col-xs-6 {
        width: 100%
    }

    .post-grid-v1 .entry-thumb {
        margin-bottom: 0
    }

    .post-grid-v2 .no-image {
        margin-bottom: 0
    }

    .post-list-item.post-grid-v2 .post-content .post-content-inner {
        padding: 30px;
        min-height: 300px;
        margin: 0
    }

    .comment-list .comment-text {
        font-size: 13px;
        line-height: 20px
    }

    .entry-thumb .image-wrapper img {
        width: 100%
    }

    .post .entry-description .wp-block-quote {
        margin: 15px 0 0;
        padding: 20px
    }

    .post .entry-description .wp-block-quote:before {
        top: -30px
    }

    .popupnewsletter-wrapper .modal-content {
        background-image: none !important;
        padding: 50px 20px 20px
    }

    .product-block-list .quickview {
        display: none
    }

    .product-block-list .product-excerpt {
        margin-bottom: 10px
    }

    .product-block-list .left-infor {
        padding: 0
    }

    .product-block-list .left-infor:before {
        display: none
    }

    .product-block-list .compare,
    .product-block-list .add-cart .added_to_cart,
    .product-block-list .add-cart a.button {
        font-size: 12px;
        padding: 12px
    }

    .details-product.layout-v1 .summary-right .summary {
        padding: 15px 0 0
    }

    .details-product.layout-v1 .summary-right .summary:before {
        display: none
    }

    .details-product .product_meta>* {
        display: block;
        padding: 0;
        margin: 0 0 10px;
        border: none
    }

    .tabs-v1 .nav-tabs {
        padding-bottom: 8px;
        display: block;
        margin: 0
    }

    .tabs-v1 .nav-tabs>li {
        margin: 0 0 5px;
        display: inline-block;
        width: 100%
    }

    .slick-carousel-top .slick-arrow {
        top: -55px
    }

    .woocommerce #reviews #comments ol.commentlist li .content-comment {
        font-size: 15px;
        margin-top: 5px
    }

    .goal-checkout-step ul li {
        float: none;
        margin-bottom: 10px
    }

    .goal-checkout-step ul li:last-child {
        margin-bottom: 0
    }

    .woocommerce table.wishlist_table thead th,
    .woocommerce table.wishlist_table thead td,
    .woocommerce table.wishlist_table tbody th,
    .woocommerce table.wishlist_table tbody td {
        padding: 10px !important
    }

    .woocommerce table.wishlist_table .product-name {
        padding: 0
    }

    .product-block-list {
        padding: 10px
    }

    .product-block-list .product-excerpt {
        display: none
    }

    .product-block-list .left-infor {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #dcd7cc
    }

    .product-block-list .name {
        font-size: 18px
    }

    .goal-filter {
        padding: 10px 0;
        text-align: center
    }

    .goal-filter .woocommerce-result-count {
        float: none
    }

    .goal-filter .wrapper-lert {
        overflow: auto;
        padding-bottom: 10px
    }

    .goal-filter .wrapper-right .left-inner {
        display: table;
        width: 100%;
        text-align: center
    }

    .goal-filter .wrapper-right .left-inner>* {
        vertical-align: middle;
        float: none !important;
        display: inline-block;
        padding-right: 5px
    }

    .rtl .goal-filter .wrapper-right .left-inner>* {
        padding-left: 5px;
        padding-right: inherit
    }

    .goal-filter .display-mode {
        white-space: nowrap;
        text-align: right
    }

    .rtl .goal-filter .display-mode {
        text-align: left
    }

    .goal-filter .form-ecosoap-ppp select,
    .goal-filter select {
        font-size: 14px;
        padding: 3px 10px
    }

    .nav.tabs-product.center>li {
        margin-left: 5px;
        margin-right: 5px
    }

    .woocommerce .woocommerce-message .button {
        padding: 5px 15px;
        font-size: 12px
    }

    .woocommerce .woocommerce-message {
        line-height: 1.3
    }
}

@media (max-width:480px) {
    .goal-footer-mobile>ul>li {
        padding: 0 10px
    }
}

@media (max-width:479px) {

    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>*,
    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container,
    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>select,
    .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>input {
        width: 100% !important;
        margin: 0 0 5px !important
    }

    .goal-topcart .dropdown-menu {
        padding: 20px;
        min-width: 280px
    }

    .widget-features-box.style4 .item-inner:before {
        display: none
    }
}

:root {
    --ecosoap-theme-color: #884d1b;
    --ecosoap-text-color: #8d8d8d;
    --ecosoap-link-color: #884d1b;
    --ecosoap-link-hover-color: #884d1b;
    --ecosoap-heading-color: #884d1b;
    --ecosoap-main-font: 'Plus Jakarta Sans';
    --ecosoap-heading-font: 'Plus Jakarta Sans'
}

img {
    max-width: 100%;
    height: auto
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 32px 2em
}

.wp-block-image .alignright {
    margin-left: 2em
}

.alignleft {
    float: left;
    margin: 5px 2em 32px 0
}

.wp-block-image .alignleft {
    margin-right: 2em
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.gallery-caption {
    box-sizing: border-box
}

.bypostauthor {
    box-sizing: border-box
}

.wp-block-pullquote {
    border: none
}

.wp-block-categories-list.aligncenter {
    text-align: center
}

rs-module-wrap {
    z-index: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches,
.woocommerce.archive .cart.variations_form .tawcvs-swatches {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
    margin-top: 0 !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch .swatch__tooltip {
    width: px;
    max-width: px;
    line-height: 1
}

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important
}

@media screen and (max-height:1024px) {

    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important
    }
}

@media screen and (max-height:640px) {

    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important
    }
}

@keyframes wc-skeleton-shimmer {
    to {
        transform: translateX(100%)
    }
}

body.wc-block-product-gallery-modal-open,
body.wc-modal--open {
    overflow: hidden
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "î€—";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    animation: spin 2s linear infinite;
    content: "î€±";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating,
.wp-block-woocommerce-product-review-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars,
.wp-block-woocommerce-product-review-rating .star-rating,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars {
    font-family: WooCommerce;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,
.wp-block-woocommerce-product-review-rating .star-rating:before,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,
.wp-block-woocommerce-product-review-rating .star-rating span,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,
.wp-block-woocommerce-product-review-rating .star-rating span:before,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    left: auto;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .7
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: var(--wp--style--global--wide-size)
}

@keyframes wc-skeleton-shimmer {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #2f2f2f;
    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 {
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
    padding-right: 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 0 0 24px;
    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 {
    appearance: none;
    background: transparent !important;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .7;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under;
    transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1;
    text-decoration: none
}

.wc-block-components-notice-banner>svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    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 0 0 auto !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>.wc-block-components-button:focus {
    outline: 2px solid currentColor !important;
    outline-offset: 0
}

.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-banner:focus {
    outline-width: 0
}

.wc-block-components-notice-banner:focus-visible {
    outline-style: solid;
    outline-width: 2px
}

.woocommerce.wc-block-store-notices.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
    font-size: 0;
    line-height: 1
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    align-items: center;
    background-color: #69727d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    color: #fff;
    opacity: .9
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #69727d
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-threads {
    background-color: #000
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-x-twitter {
    background-color: #000
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-inline: calc(-.5 * var(--grid-column-gap));
    width: auto
}

.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-inline: 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-inline: 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 {
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-inline: calc(-.5 * var(--grid-column-gap));
        width: auto
    }

    .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-inline: 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-inline: 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 {
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-inline: calc(-.5 * var(--grid-column-gap));
        width: auto
    }

    .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-inline: 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-inline: 0
    }
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

.wp-block-themepunch-revslider {
    position: relative
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
    pointer-events: none !important
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    src: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.eot?5510888);
    src: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'), url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'), url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0;
    height: 0
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.rs-parallax-hidden-of rs-slide {
    overflow: hidden !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
    cursor: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    user-select: text
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {

    rs-carousel-wrap rs-layer-wrap,
    rs-carousel-wrap rs-loop-wrap {
        backface-visibility: hidden;
        transform-style: preserve-3d
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {

    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_row_zone_middle {
    top: 0
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0px
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative;
    left: auto;
    top: auto;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-stl-visible {
    overflow: visible !important
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom-width: 0 !important;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top-width: 0 !important;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    border-top-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    border-bottom-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out !important
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 70%
    }

    50% {
        opacity: 0;
        top: 70%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
    background: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../assets/coloredbg.png) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(/assets/theme/vendor/wp-content/plugins/revslider/sr6/assets/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block;
    pointer-events: all
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows.rs-touchhover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^=pe-7s-],
.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster:after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird:after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2:after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville:before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark:after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon:after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
    background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise:before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber:after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber:before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rs-safari .willow:after {
    background-color: rgba(100, 0, 0, .2)
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .willow {
            filter: grayscale(1) contrast(.95) brightness(.9)
        }

        .willow:after {
            background-color: transparent
        }
    }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}

@-webkit-keyframes rs-revealer-13 {

    0%,
    100% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(160%)
    }

    50% {
        -webkit-transform: translate(160%, 160%)
    }

    75% {
        -webkit-transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none
}

#rev_slider_1_1_wrapper .ecosoap.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#rev_slider_1_1_wrapper .ecosoap.tparrows.rs-touchhover {
    background: #884d1b;
    border-color: #884d1b
}

#rev_slider_1_1_wrapper .ecosoap.tparrows.rs-touchhover:before {
    color: #fff
}

#rev_slider_1_1_wrapper .ecosoap.tparrows:before {
    font-family: 'ecosoap';
    font-size: 26px;
    color: #884d1b;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

#rev_slider_1_1_wrapper .ecosoap.tparrows.tp-leftarrow:before {
    content: "\e901"
}

#rev_slider_1_1_wrapper .ecosoap.tparrows.tp-rightarrow:before {
    content: "\e903"
}

#rev_slider_1_1_wrapper .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    position: absolute
}

#rev_slider_1_1_wrapper .hermes .tp-bullet.rs-touchhover {
    background-color: rgba(0, 0, 0, .21)
}

#rev_slider_1_1_wrapper .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

#rev_slider_1_1_wrapper .hermes .tp-bullet.selected:after {
    height: 100%
}