﻿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
}
li {
    cursor: pointer;
}
@charset "UTF-8";

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    margin: 0 0 1em
}

    .wp-block-audio figcaption {
        margin-top: .5em;
        margin-bottom: 1em
    }

    .wp-block-audio audio {
        width: 100%;
        min-width: 300px
    }

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box
}

    .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
        color: #fff
    }

    .wp-block-button__link.aligncenter {
        text-align: center
    }

    .wp-block-button__link.alignright {
        text-align: right
    }

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

    .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
        width: 100%
    }

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline > :where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

    .wp-block-buttons.is-vertical > .wp-block-button:last-child {
        margin-bottom: 0
    }

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

    .wp-block-buttons.is-content-justification-left.is-vertical {
        align-items: flex-start
    }

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

    .wp-block-buttons.is-content-justification-center.is-vertical {
        align-items: center
    }

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

    .wp-block-buttons.is-content-justification-right.is-vertical {
        align-items: flex-end
    }

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center
}

    .wp-block-calendar tbody td, .wp-block-calendar th {
        padding: .25em;
        border: 1px solid #ddd
    }

    .wp-block-calendar tfoot td {
        border: none
    }

    .wp-block-calendar table {
        width: 100%;
        border-collapse: collapse
    }

        .wp-block-calendar table th {
            font-weight: 400;
            background: #ddd
        }

    .wp-block-calendar a {
        text-decoration: underline
    }

    .wp-block-calendar table caption, .wp-block-calendar table tbody {
        color: #40464d
    }

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

    .wp-block-column.is-vertically-aligned-top {
        align-self: flex-start
    }

    .wp-block-column.is-vertically-aligned-center {
        align-self: center
    }

    .wp-block-column.is-vertically-aligned-bottom {
        align-self: flex-end
    }

    .wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
        width: 100%
    }

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

    .wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
        margin-right: 0
    }

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

    .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

    .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

    .wp-block-comment-template li {
        clear: both
    }

    .wp-block-comment-template ol {
        margin-bottom: 0;
        max-width: 100%;
        list-style: none;
        padding-left: 2rem
    }

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: fixed
    }

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]), .wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient, .wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image .block-library-cover__padding-visualizer, .wp-block-cover .block-library-cover__padding-visualizer {
    z-index: 2
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.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: inherit
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

    .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
        min-width: 280px
    }

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word
}

    .wp-block-embed figcaption {
        margin-top: .5em;
        margin-bottom: 1em
    }

    .wp-block-embed iframe {
        max-width: 100%
    }

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

    .wp-block-file.aligncenter {
        text-align: center
    }

    .wp-block-file.alignright {
        text-align: right
    }

    .wp-block-file .wp-block-file__embed {
        margin-bottom: 1em
    }

    .wp-block-file .wp-block-file__button {
        background: #32373c;
        border-radius: 2em;
        color: #fff;
        font-size: .8em;
        padding: .5em 1em
    }

    .wp-block-file a.wp-block-file__button {
        text-decoration: none
    }

        .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
            box-shadow: none;
            color: #fff;
            opacity: .85;
            text-decoration: none
        }

    .wp-block-file * + .wp-block-file__button {
        margin-left: .75em
    }

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
        margin: 0 1em 1em 0;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: calc(50% - 1em)
    }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
            margin-right: 0
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
            margin: 0;
            height: 100%;
            display: flex;
            align-items: flex-end;
            justify-content: flex-start
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
            display: block;
            max-width: 100%;
            height: auto;
            width: auto
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
            position: absolute;
            bottom: 0;
            width: 100%;
            max-height: 100%;
            overflow: auto;
            padding: 3em .77em .7em;
            color: #fff;
            text-align: center;
            font-size: .8em;
            background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
            box-sizing: border-box;
            margin: 0;
            z-index: 2
        }

            .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
                display: inline
            }

    .blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
        flex-grow: 1
    }

    .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
        width: 100%;
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
        width: 100%;
        margin-right: 0
    }

@media (min-width:600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

        .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%
}

    .wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
        margin: 0;
        flex-direction: column;
        flex-grow: 1
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image img {
        display: block;
        height: auto;
        max-width: 100% !important;
        width: auto
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
        bottom: 0;
        color: #fff;
        font-size: 13px;
        left: 0;
        margin-bottom: 0;
        max-height: 60%;
        overflow: auto;
        padding: 0 8px 8px;
        position: absolute;
        text-align: center;
        width: 100%;
        box-sizing: border-box
    }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
            display: inline
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
            color: inherit
        }

    .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
        flex: 1 1 auto
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
        flex: initial;
        background: none;
        color: inherit;
        margin: 0;
        padding: 10px 10px 9px;
        position: relative
    }

.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
        display: flex
    }

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
        width: 100%;
        flex: 1 0 0%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
            width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)
        }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
            width: 100%
        }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin: 0 0 1em
}

    .wp-block-image img {
        height: auto;
        max-width: 100%;
        vertical-align: bottom
    }

    .wp-block-image:not(.is-style-rounded) > a, .wp-block-image:not(.is-style-rounded) img {
        border-radius: inherit
    }

    .wp-block-image.aligncenter {
        text-align: center
    }

    .wp-block-image.alignfull img, .wp-block-image.alignwide img {
        height: auto;
        width: 100%
    }

    .wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
        display: table
    }

        .wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption {
            display: table-caption;
            caption-side: bottom
        }

    .wp-block-image .alignleft {
        float: left;
        margin: .5em 1em .5em 0
    }

    .wp-block-image .alignright {
        float: right;
        margin: .5em 0 .5em 1em
    }

    .wp-block-image .aligncenter {
        margin-left: auto;
        margin-right: auto
    }

    .wp-block-image figcaption {
        margin-top: .5em;
        margin-bottom: 1em
    }

    .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img {
        border-radius: 9999px
    }

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
        margin-left: 3.25em
    }

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

    .wp-block-latest-posts.wp-block-latest-posts__list li {
        clear: both
    }

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

    .wp-block-latest-posts.is-grid li {
        margin: 0 1.25em 1.25em 0;
        width: 100%
    }

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

        .wp-block-latest-posts.columns-2 li:nth-child(2n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

        .wp-block-latest-posts.columns-3 li:nth-child(3n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

        .wp-block-latest-posts.columns-4 li:nth-child(4n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

        .wp-block-latest-posts.columns-5 li:nth-child(5n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

        .wp-block-latest-posts.columns-6 li:nth-child(6n) {
            margin-right: 0
        }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

    ol.has-background, ul.has-background {
        padding: 1.25em 2.375em
    }

.wp-block-media-text {
    /*!rtl:begin:ignore*/ direction: ltr;
    /*!rtl:end:ignore*/ display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

    .wp-block-media-text.has-media-on-the-right {
        grid-template-columns: 1fr 50%
    }

    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
        align-self: start
    }

    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
        align-self: center
    }

    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
        align-self: end
    }

    .wp-block-media-text .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/ margin: 0
    }

    .wp-block-media-text .wp-block-media-text__content {
        direction: ltr;
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1;
        /*!rtl:end:ignore*/ padding: 0 8%;
        word-break: break-word
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

    .wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
        display: block;
        height: 100%
    }

    .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            grid-column: 1;
            grid-row: 1
        }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            grid-column: 1;
            grid-row: 2
        }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

    .wp-block-navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0
    }

        .wp-block-navigation ul, .wp-block-navigation ul li {
            list-style: none;
            padding: 0
        }

    .wp-block-navigation .wp-block-navigation-item {
        display: flex;
        align-items: center;
        position: relative
    }

        .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
            display: none
        }

    .wp-block-navigation .wp-block-navigation-item__content {
        color: inherit;
        display: block;
        padding: 0
    }

    .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
        text-decoration: underline
    }

    .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
        text-decoration: line-through
    }

    .wp-block-navigation:where(:not([class*=has-text-decoration])) a, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:active, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
        text-decoration: none
    }

    .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        line-height: 0;
        display: inline-block;
        font-size: inherit;
        padding: 0;
        background-color: inherit;
        color: currentColor;
        border: none;
        width: .6em;
        height: .6em;
        margin-left: .25em
    }

        .wp-block-navigation .wp-block-navigation__submenu-icon svg {
            display: inline-block;
            stroke: currentColor;
            width: inherit;
            height: inherit;
            margin-top: .075em
        }

    .wp-block-navigation.is-vertical {
        --navigation-layout-direction: column;
        --navigation-layout-justify: initial;
        --navigation-layout-align: flex-start
    }

    .wp-block-navigation.no-wrap {
        --navigation-layout-wrap: nowrap
    }

    .wp-block-navigation.items-justified-center {
        --navigation-layout-justification-setting: center;
        --navigation-layout-justify: center
    }

        .wp-block-navigation.items-justified-center.is-vertical {
            --navigation-layout-align: center
        }

    .wp-block-navigation.items-justified-right {
        --navigation-layout-justification-setting: flex-end;
        --navigation-layout-justify: flex-end
    }

        .wp-block-navigation.items-justified-right.is-vertical {
            --navigation-layout-align: flex-end
        }

    .wp-block-navigation.items-justified-space-between {
        --navigation-layout-justification-setting: space-between;
        --navigation-layout-justify: space-between
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
        background-color: inherit;
        color: inherit;
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: normal;
        opacity: 0;
        transition: opacity .1s linear;
        visibility: hidden;
        width: 0;
        height: 0;
        overflow: hidden;
        left: -1px;
        top: 100%
    }

        .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content {
            display: flex;
            flex-grow: 1
        }

            .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
                margin-right: 0;
                margin-left: auto
            }

        .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
            margin: 0
        }

@media (min-width:782px) {
    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

        .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
            content: "";
            position: absolute;
            right: 100%;
            height: 100%;
            display: block;
            width: .5em;
            background: transparent
        }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

        .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
            transform: rotate(-90deg)
        }
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    position: relative;
    display: flex
}

    .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
        stroke: currentColor
    }

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-align: left
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

    .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
        margin-left: -.6em;
        pointer-events: none
    }

.wp-block-navigation, .wp-block-navigation .wp-block-page-list, .wp-block-navigation:where(.has-background), .wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list, .wp-block-navigation:where(.has-background) .wp-block-navigation__container, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit
}

    .wp-block-navigation:where(.has-background) .wp-block-navigation-item__content, .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
        padding: .5em 1em
    }

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
        left: auto;
        right: 0
    }

        .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
            left: -1px;
            right: -1px
        }

@media (min-width:782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.15)
}

.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap,wrap);
    flex-direction: var(--navigation-layout-direction,initial);
    justify-content: var(--navigation-layout-justify,initial);
    align-items: var(--navigation-layout-align,initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

    .wp-block-navigation__container .is-responsive {
        display: none
    }

    .wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
        flex-grow: 1
    }

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        display: flex;
        flex-wrap: var(--navigation-layout-wrap,wrap);
        flex-direction: var(--navigation-layout-direction,initial);
        justify-content: var(--navigation-layout-justify,initial);
        align-items: var(--navigation-layout-align,initial)
    }

    .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
        color: inherit !important;
        background-color: inherit !important
    }

    .wp-block-navigation__responsive-container.is-menu-open {
        display: flex;
        flex-direction: column;
        background-color: inherit;
        padding: 2rem;
        overflow: auto;
        z-index: 100000
    }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
            padding-top: calc(2rem + 24px);
            overflow: visible;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: var(--navigation-layout-justification-setting,inherit)
        }

            .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
                justify-content: flex-start
            }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
                    display: none
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
                    opacity: 1;
                    visibility: visible;
                    height: auto;
                    width: auto;
                    overflow: initial;
                    min-width: 200px;
                    position: static;
                    border: none;
                    padding-left: 2rem;
                    padding-right: 2rem
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
                    gap: inherit
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
                    padding-top: var(--wp--style--block-gap,2em)
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
                    padding: 0
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
                    display: flex;
                    flex-direction: column;
                    align-items: var(--navigation-layout-justification-setting,initial)
                }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
            color: inherit !important;
            background: transparent !important
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
            right: auto;
            left: auto
        }

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit
    }

        .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
            display: none
        }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

    .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
        fill: currentColor;
        pointer-events: none;
        display: block;
        width: 24px;
        height: 24px
    }

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

    .wp-block-navigation__responsive-close:focus {
        outline: none
    }

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    justify-content: var(--navigation-layout-justify,initial);
    align-items: var(--navigation-layout-align,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

    .wp-block-post-comments .commentlist .comment {
        min-height: 2.25em;
        padding-left: 3.25em
    }

        .wp-block-post-comments .commentlist .comment p {
            font-size: 1em;
            line-height: 1.8;
            margin: 1em 0
        }

    .wp-block-post-comments .commentlist .children {
        list-style: none;
        margin: 0;
        padding: 0
    }

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

    .wp-block-post-comments .comment-author .avatar {
        border-radius: 1.5em;
        display: block;
        float: left;
        height: 2.5em;
        margin-top: .5em;
        margin-right: .75em;
        width: 2.5em
    }

    .wp-block-post-comments .comment-author cite {
        font-style: normal
    }

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

    .wp-block-post-comments .comment-meta b {
        font-weight: 400
    }

    .wp-block-post-comments .comment-meta .comment-awaiting-moderation {
        margin-top: 1em;
        margin-bottom: 1em;
        display: block
    }

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

    .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
        margin-top: .35em
    }

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

    .wp-block-post-comments .comment-reply-title :where(small) {
        font-size: var(--wp--preset--font-size--medium,smaller);
        margin-left: .5em
    }

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

    .wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
        padding: calc(.667em + 2px)
    }

.wp-block-post-comments input[type=submit] {
    border: none
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

    .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form textarea {
        padding: calc(.667em + 2px)
    }

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

    .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
        margin-top: .35em
    }

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

    .wp-block-post-comments-form .comment-reply-title :where(small) {
        font-size: var(--wp--preset--font-size--medium,smaller);
        margin-left: .5em
    }

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

    .wp-block-post-featured-image a {
        display: block
    }

    .wp-block-post-featured-image img {
        max-width: 100%;
        width: 100%;
        height: auto;
        vertical-align: bottom
    }

    .wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
        width: 100%
    }

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    word-break: break-word
}

    .wp-block-post-title a {
        display: inline-block
    }

.wp-block-preformatted {
    white-space: pre-wrap
}

    .wp-block-preformatted.has-background {
        padding: 1.25em 2.375em
    }

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box
}

    .wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
        color: inherit
    }

    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright, .wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right {
        max-width: 420px
    }

        .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-pullquote.has-text-align-left p, .wp-block-pullquote.has-text-align-right p {
            font-size: 1.25em
        }

    .wp-block-pullquote p {
        font-size: 1.75em;
        line-height: 1.6
    }

    .wp-block-pullquote cite, .wp-block-pullquote footer {
        position: relative
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit
    }

    .wp-block-pullquote.has-text-align-left blockquote {
        text-align: left
    }

    .wp-block-pullquote.has-text-align-right blockquote {
        text-align: right
    }

    .wp-block-pullquote.is-style-solid-color {
        border: none
    }

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-left: auto;
            margin-right: auto;
            max-width: 60%
        }

            .wp-block-pullquote.is-style-solid-color blockquote p {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 2em
            }

            .wp-block-pullquote.is-style-solid-color blockquote cite {
                text-transform: none;
                font-style: normal
            }

    .wp-block-pullquote cite {
        color: inherit
    }

.wp-block-post-template, .wp-block-query-loop {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

    .wp-block-post-template.wp-block-post-template, .wp-block-query-loop.wp-block-post-template {
        background: none
    }

    .wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        gap: 1.25em
    }

        .wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
            margin: 0;
            width: 100%
        }

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

    .wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
        margin-right: 0
    }

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

    .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

    .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word
}

    .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
        margin-bottom: 1em;
        padding: 0 1em
    }

        .wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
            font-size: 1.5em;
            font-style: italic;
            line-height: 1.6
        }

        .wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer, .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer {
            font-size: 1.125em;
            text-align: right
        }

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

    .wp-block-read-more:not([style*=text-decoration]), .wp-block-read-more:not([style*=text-decoration]):active, .wp-block-read-more:not([style*=text-decoration]):focus {
        text-decoration: none
    }

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

    ul.wp-block-rss.wp-block-rss {
        box-sizing: border-box
    }

    ul.wp-block-rss.alignleft {
        margin-right: 2em
    }

    ul.wp-block-rss.alignright {
        margin-left: 2em
    }

    ul.wp-block-rss.is-grid {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        list-style: none
    }

        ul.wp-block-rss.is-grid li {
            margin: 0 1em 1em 0;
            width: 100%
        }

@media (min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

    .wp-block-search__button.has-icon {
        line-height: 0
    }

    .wp-block-search__button svg {
        min-width: 1.5em;
        min-height: 1.5em;
        fill: currentColor
    }

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
        border-radius: 0;
        border: none;
        padding: 0 0 0 .25em
    }

        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
            outline: none
        }

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
        padding: .125em .5em
    }

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

    .wp-block-separator.is-style-dots {
        background: none !important;
        border: none;
        text-align: center;
        line-height: 1;
        height: auto
    }

        .wp-block-separator.is-style-dots:before {
            content: "···";
            color: currentColor;
            font-size: 1.5em;
            letter-spacing: 2em;
            padding-left: 2em;
            font-family: serif
        }

.wp-block-site-logo {
    line-height: 0
}

    .wp-block-site-logo a {
        display: inline-block
    }

    .wp-block-site-logo.is-default-size img {
        width: 120px;
        height: auto
    }

    .wp-block-site-logo a, .wp-block-site-logo img {
        border-radius: inherit
    }

    .wp-block-site-logo.aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .wp-block-site-logo.is-style-rounded {
        border-radius: 9999px
    }

.wp-block-social-links {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none
}

    .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
        text-decoration: none;
        border-bottom: 0;
        box-shadow: none
    }

    .wp-block-social-links .wp-social-link a {
        padding: .25em
    }

    .wp-block-social-links .wp-social-link svg {
        width: 1em;
        height: 1em
    }

    .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
        margin-left: .5em;
        margin-right: .5em;
        font-size: .65em
    }

    .wp-block-social-links.has-small-icon-size {
        font-size: 16px
    }

    .wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
        font-size: 24px
    }

        .wp-block-social-links.has-large-icon-size {
            font-size: 36px
        }

        .wp-block-social-links.has-huge-icon-size {
            font-size: 48px
        }

        .wp-block-social-links.aligncenter {
            justify-content: center;
            display: flex
        }

        .wp-block-social-links.alignright {
            justify-content: flex-end
        }

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-rezbahar {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

    .wp-block-social-links.is-style-logos-only .wp-social-link a {
        padding: 0
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link svg {
        width: 1.25em;
        height: 1.25em
    }

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-rezbahar {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

    .wp-block-social-links.is-style-pill-shape .wp-social-link a {
        padding-left: .66667em;
        padding-right: .66667em
    }

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

    .wp-block-tag-cloud.is-style-outline a {
        border: 1px solid;
        font-size: unset !important;
        margin-right: 0;
        padding: 1ch 2ch;
        text-decoration: none !important
    }

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

    .wp-block-table table {
        border-collapse: collapse;
        width: 100%
    }

    .wp-block-table .has-fixed-layout {
        table-layout: fixed;
        width: 100%
    }

        .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
            word-break: break-word
        }

    .wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
        display: table;
        width: auto
    }

        .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
            word-break: break-word
        }

    .wp-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5
    }

    .wp-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef
    }

    .wp-block-table.is-style-stripes {
        border-spacing: 0;
        border-collapse: inherit;
        background-color: transparent;
        border-bottom: 1px solid #f0f0f0
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f0f0f0
        }

        .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
            background-color: #f3f4f5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
            background-color: #e9fbe5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
            background-color: #e7f5fe
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
            background-color: #fcf0ef
        }

        .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
            border-color: transparent
        }

    .wp-block-table .has-border-color > *, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
        border-color: inherit
    }

    .wp-block-table table[style*=border-style] > *, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
        border-style: inherit
    }

    .wp-block-table table[style*=border-width] > *, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
        border-width: inherit;
        border-style: inherit
    }

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

    .wp-block-text-columns .wp-block-column {
        margin: 0 1em;
        padding: 0
    }

        .wp-block-text-columns .wp-block-column:first-child {
            margin-left: 0
        }

        .wp-block-text-columns .wp-block-column:last-child {
            margin-right: 0
        }

    .wp-block-text-columns.columns-2 .wp-block-column {
        width: 50%
    }

    .wp-block-text-columns.columns-3 .wp-block-column {
        width: 33.33333%
    }

    .wp-block-text-columns.columns-4 .wp-block-column {
        width: 25%
    }

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

    .wp-block-video video {
        width: 100%
    }

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

    :root .has-very-light-gray-background-color {
        background-color: #eee
    }

    :root .has-very-dark-gray-background-color {
        background-color: #313131
    }

    :root .has-very-light-gray-color {
        color: #eee
    }

    :root .has-very-dark-gray-color {
        color: #313131
    }

    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
        background: linear-gradient(135deg,#00d084,#0693e3)
    }

    :root .has-purple-crush-gradient-background {
        background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
    }

    :root .has-hazy-dawn-gradient-background {
        background: linear-gradient(135deg,#faaca8,#dad0ec)
    }

    :root .has-subdued-olive-gradient-background {
        background: linear-gradient(135deg,#fafae1,#67a671)
    }

    :root .has-atomic-cream-gradient-background {
        background: linear-gradient(135deg,#fdd79a,#004a59)
    }

    :root .has-nightshade-gradient-background {
        background: linear-gradient(135deg,#330968,#31cdcf)
    }

    :root .has-midnight-gradient-background {
        background: linear-gradient(135deg,#020381,#2874fc)
    }

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #ddd;
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

html :where(.has-border-color), html :where([style*=border-width]) {
    border-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo,Consolas,monaco,monospace;
    padding: .8em 1em
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0,0%,100%,.65)
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor
}

    .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
        color: currentColor;
        text-transform: uppercase;
        font-size: .8125em;
        font-style: normal
    }

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

    .wp-block-quote cite, .wp-block-quote footer {
        color: currentColor;
        font-size: .8125em;
        position: relative;
        font-style: normal
    }

    .wp-block-quote.has-text-align-right {
        border-left: none;
        border-right: .25em solid;
        padding-left: 0;
        padding-right: 1em
    }

    .wp-block-quote.has-text-align-center {
        border: none;
        padding-left: 0
    }

    .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-plain {
        border: none
    }

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
    opacity: .4
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

    .wp-block-separator.has-alpha-channel-opacity {
        opacity: 1
    }

    .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
        width: 100px
    }

    .wp-block-separator.has-background:not(.is-style-dots) {
        border-bottom: none;
        height: 1px
    }

    .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
        height: 2px
    }

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: normal
}

.wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-template-part.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

    .components-custom-select-control__button.components-custom-select-control__button {
        padding-right: 24px
    }

    .components-custom-select-control__button:focus:not(:disabled) {
        border-color: var(--wp-admin-theme-color);
        box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
    }

    .components-custom-select-control__button .components-custom-select-control__button-icon {
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.components-custom-select-control__menu {
    border: 1px solid #1e1e1e;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    transition: none;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

    .components-custom-select-control__menu[aria-hidden=true] {
        display: none
    }

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 8px;
    cursor: default;
    line-height: 28px
}

    .components-custom-select-control__item.is-highlighted {
        background: #ddd
    }

    .components-custom-select-control__item .components-custom-select-control__item-icon {
        margin-right: 0;
        margin-left: auto
    }

    .components-custom-select-control__item:last-child {
        margin-bottom: 0
    }

.components-snackbar {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer;
    pointer-events: auto
}

@media(min-width:600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar.components-snackbar-explicit-dismiss {
    cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
    margin-left: 24px
}

.components-snackbar .components-snackbar__icon {
    position: absolute;
    top: 24px;
    left: 28px
}

.components-snackbar .components-snackbar__dismiss-button {
    margin-left: 32px;
    cursor: pointer
}

.components-snackbar__action.components-button {
    margin-left: 32px;
    color: #fff;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0
}

    .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
        text-decoration: underline;
        background-color: transparent
    }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
            color: #fff;
            box-shadow: none;
            outline: 1px dotted #fff
        }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
            color: var(--wp-admin-theme-color)
        }

.components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 2px;
    margin: 0;
    line-height: inherit;
    min-height: auto
}

@media(min-width:600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    outline: none;
    box-shadow: none
}

.components-combobox-control__suggestions-container {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 8px;
    padding: 4px
}

@media(prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

@media(min-width:600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    opacity: 1;
    color: rgba(30,30,30,.62)
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30,30,30,.62)
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.wc-block-link-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

    .wc-block-link-button, .wc-block-link-button:active, .wc-block-link-button:focus, .wc-block-link-button:hover {
        background: 0 0
    }

.wc-block-suspense-placeholder {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

    .wc-block-suspense-placeholder > * {
        visibility: hidden
    }

    .wc-block-suspense-placeholder:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-suspense-placeholder:before {
    content: " "
}

.wc-block-grid__products .wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative
}

    .wc-block-grid__products .wc-block-grid__product-image a {
        text-decoration: none;
        border: 0;
        outline: 0;
        box-shadow: none
    }

    .wc-block-grid__products .wc-block-grid__product-image img {
        height: auto;
        width: auto;
        max-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 {
    font-family: inherit;
    line-height: 1.2;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.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 {
    word-break: break-word;
    white-space: normal
}

    .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
        word-break: break-word;
        white-space: normal;
        margin: 0 auto !important;
        display: inline-flex;
        justify-content: center;
        text-align: center;
        padding: .5em 1em;
        font-size: 1em
    }

        .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 {
            font-family: WooCommerce;
            content: "";
            margin-left: .5em;
            display: inline-block;
            width: auto;
            height: auto
        }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
            font-family: WooCommerce;
            content: "";
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            margin-left: .5em;
            display: inline-block;
            width: auto;
            height: 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 {
    display: block;
    color: #000
}

    .wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        overflow: hidden;
        position: relative;
        width: 5.3em;
        height: 1.618em;
        line-height: 1.618;
        font-size: 1em;
        font-family: star;
        font-weight: 400;
        margin: 0 auto;
        text-align: left
    }

        .wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
            content: "SSSSS";
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            opacity: .5;
            color: #aaa;
            white-space: nowrap
        }

        .wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
            overflow: hidden;
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            padding-top: 1.5em
        }

            .wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
                content: "SSSSS";
                color: inherit;
                top: 0;
                left: 0;
                right: 0;
                position: absolute;
                white-space: nowrap
            }

.wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    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 {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    color: #cd2653;
    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: .5
}

.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 {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em;
    padding: .5em
}

@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 {
    margin-top: 12px;
    display: block
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

    .screen-reader-text:focus {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        -webkit-clip-path: none;
        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
    }

.wc-block-components-product-add-to-cart-attribute-picker {
    margin: 0;
    flex-basis: 100%
}

    .wc-block-components-product-add-to-cart-attribute-picker label {
        display: block;
        font-size: 1em
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
        position: relative
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
            min-width: 60%;
            min-height: 1.75em
        }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
            margin-bottom: 24px
        }

            .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
                border-color: #cc1818
            }

                .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
                    outline-color: #cc1818
                }

.wc-block-components-product-add-to-cart {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
            display: block
        }

            .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
                fill: currentColor;
                vertical-align: top;
                width: 1.5em;
                height: 1.5em;
                margin: -.25em 0 -.25em .5em
            }

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
        margin: 0 1em .75em 0;
        flex-basis: 5em;
        padding: .618em;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #43454b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
        text-align: center
    }

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    word-break: break-word;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 12px
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        border-style: none;
        display: inline-flex;
        font-family: inherit;
        font-weight: inherit;
        justify-content: center;
        margin: 0 auto;
        white-space: normal;
        word-break: break-word
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        outline: 0 !important;
        border: 0 !important;
        background-color: #ebebeb !important;
        color: transparent !important;
        width: 100%;
        border-radius: .25rem;
        display: block;
        line-height: 1;
        position: relative !important;
        overflow: hidden !important;
        max-width: 100% !important;
        pointer-events: none;
        box-shadow: none;
        z-index: 1;
        min-width: 8em;
        min-height: 3em
    }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
            visibility: hidden
        }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
            content: " ";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
            background-repeat: no-repeat;
            background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
            transform: translateX(-100%);
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 8em;
    min-height: 3em
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    color: var(--button--color-text);
    border-color: var(--button--color-background)
}

.wc-block-components-product-category-list {
    margin-top: 0;
    margin-bottom: .75em
}

    .wc-block-components-product-category-list ul {
        margin: 0;
        padding: 0;
        display: inline
    }

        .wc-block-components-product-category-list ul li {
            display: inline;
            list-style: none
        }

            .wc-block-components-product-category-list ul li:after {
                content: ", "
            }

            .wc-block-components-product-category-list ul li:last-child:after {
                content: ""
            }

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    text-decoration: none;
    display: block;
    position: relative
}

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
        border-radius: inherit;
        text-decoration: none;
        border: 0;
        outline: 0;
        box-shadow: none
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
        border-radius: inherit;
        vertical-align: middle;
        width: 100%
    }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
            display: none
        }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""], .wc-block-components-product-image img[alt=""] {
            border: 1px solid #f2f2f2
        }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
        position: absolute;
        left: 4px;
        top: 4px;
        right: auto;
        margin: 0
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
        position: absolute;
        top: 4px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin: 0
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
        position: absolute;
        right: 4px;
        top: 4px;
        left: auto;
        margin: 0
    }

.is-loading .wc-block-components-product-image {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    width: auto
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-image:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-components-product-rating {
    display: block;
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-components-product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

    .wc-block-components-product-rating__stars:before {
        content: "SSSSS";
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        opacity: .5;
        color: inherit;
        white-space: nowrap
    }

    .wc-block-components-product-rating__stars span {
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        color: inherit;
        padding-top: 1.5em
    }

        .wc-block-components-product-rating__stars span:before {
            content: "SSSSS";
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            color: inherit;
            white-space: nowrap
        }

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    margin: 0 auto 12px;
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: static
}

    .wc-block-components-product-sale-badge span {
        color: inherit;
        background-color: inherit
    }

.wc-block-components-product-sku {
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: .875em
}

.wc-block-components-product-stock-indicator {
    margin-top: 0;
    margin-bottom: .75em;
    display: block;
    font-size: .875em
}

.wc-block-components-product-summary {
    margin-top: 0;
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-summary:before {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    border-radius: .25rem;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    content: ".";
    display: block;
    width: 100%;
    height: 6em
}

    .is-loading .wc-block-components-product-summary:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-summary:before:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-top: 0;
    margin-bottom: .75em
}

    .wc-block-components-product-tag-list ul {
        margin: 0;
        padding: 0;
        display: inline
    }

        .wc-block-components-product-tag-list ul li {
            display: inline;
            list-style: none
        }

            .wc-block-components-product-tag-list ul li:after {
                content: ", "
            }

            .wc-block-components-product-tag-list ul li:last-child:after {
                content: ""
            }

.wc-block-components-product-title {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    display: block;
    font-size: inherit
}

    .wc-block-components-product-title a {
        color: inherit;
        font-size: inherit
    }

.wc-block-grid {
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    display: block
}

.is-loading .wc-block-components-product-title:before {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    content: ".";
    display: inline-block;
    width: 7em
}

    .is-loading .wc-block-components-product-title:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-title:before:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    display: flex;
    padding: 40px 0;
    margin: 40px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #757575;
    text-align: center
}

.wc-block-components-error__header {
    font-size: 2em;
    margin: 0;
    color: #646970
}

.wc-block-components-error__image {
    width: 25%;
    margin: 0 0 24px
}

.wc-block-components-error__text {
    margin: 1em 0 0;
    color: #8c8f94;
    font-size: 1.25em;
    max-width: 60ch
}

.wc-block-components-error__message {
    margin: 1em auto 0;
    font-style: italic;
    color: #8c8f94;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    min-height: 3em;
    justify-content: center;
    line-height: 1;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative;
    transition: box-shadow .1s linear
}

    .wc-block-components-button:not(.is-link):focus {
        box-shadow: 0 0 0 2px #0675c4;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
        outline: 3px solid transparent
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
        visibility: hidden
    }

    .wc-block-components-button:not(.is-link).text {
        color: #1e1e1e
    }

        .wc-block-components-button:not(.is-link).text:hover {
            opacity: .9
        }

    .wc-block-components-button:not(.is-link).contained, .wc-block-components-button:not(.is-link).contained:active, .wc-block-components-button:not(.is-link).contained:disabled, .wc-block-components-button:not(.is-link).contained:focus, .wc-block-components-button:not(.is-link).contained:hover {
        background-color: #1e1e1e;
        color: #fff
    }

        .wc-block-components-button:not(.is-link).contained:hover {
            opacity: .9
        }

    .wc-block-components-button:not(.is-link).outlined {
        background-color: transparent;
        box-shadow: inset 0 0 0 1px #1e1e1e;
        color: #1e1e1e
    }

        .wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff
        }

        .wc-block-components-button:not(.is-link).outlined:hover {
            background-color: #1e1e1e;
            color: #fff;
            opacity: 1
        }

.wc-block-components-form {
    counter-reset: checkout-step
}

    .wc-block-components-form .wc-block-components-checkout-step {
        position: relative;
        border: none;
        padding: 0 0 0 24px;
        background: 0 0;
        margin: 0
    }

.is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content > * {
    margin-bottom: 1em
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content > :last-child {
    margin-bottom: 0;
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin: .75em 0 1em;
    position: relative;
    align-items: center;
    gap: 1em
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading, .wc-block-components-express-payment-continue-rule + .wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

    .wc-block-components-checkout-step__heading-content a {
        font-weight: 700;
        color: inherit
    }

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0;
    counter-increment: checkout-step;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    position: absolute;
    width: 24px;
    left: -24px;
    top: 0;
    text-align: center;
    transform: translateX(-50%)
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: "";
    height: 100%;
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -24px;
    top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before, .is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". "/""
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after, .is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 12px 0 0
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    padding-top: 0;
    margin-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    position: relative;
    font-size: .875em;
    display: flex;
    padding-bottom: 1px;
    padding-top: 16px;
    width: 100%
}

    .wc-block-components-order-summary-item:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-components-order-summary-item:first-child {
        padding-top: 0
    }

    .wc-block-components-order-summary-item:last-child > div {
        padding-bottom: 0
    }

    .wc-block-components-order-summary-item:last-child:after {
        display: none
    }

    .wc-block-components-order-summary-item .wc-block-components-product-metadata {
        font-size: 1em
    }

.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    width: 48px;
    padding-bottom: 16px;
    position: relative
}

    .wc-block-components-order-summary-item__image > img {
        width: 48px;
        max-width: 48px
    }

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    line-height: 1;
    min-height: 20px;
    padding: 0 .4em;
    position: absolute;
    justify-content: center;
    min-width: 20px;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-left: 24px;
    padding-right: 12px;
    padding-bottom: 16px
}

    .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary-item__description p {
        line-height: 1.375;
        margin-top: 4px
    }

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    margin: 0 0 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

    .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
        display: inline-block;
        margin: 0 4px 2px;
        padding: 0;
        width: auto;
        max-width: 38px;
        height: 24px;
        max-height: 24px
    }

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

    .wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
        margin-left: 0;
        margin-right: 8px
    }

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

    .wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
        margin-right: 0;
        margin-left: 8px
    }

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

    .wc-block-components-payment-method-label--with-icon > img, .wc-block-components-payment-method-label--with-icon > svg {
        vertical-align: middle;
        margin: -2px 4px 0 0
    }

.is-mobile .wc-block-components-payment-method-label--with-icon > img, .is-mobile .wc-block-components-payment-method-label--with-icon > svg, .is-small .wc-block-components-payment-method-label--with-icon > img, .is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies, .wc-block-components-checkout-policies {
    font-size: .75em;
    text-align: center;
    list-style: none outside;
    line-height: 1;
    margin: 24px 0
}

.wc-block-components-checkout-policies__item {
    list-style: none outside;
    display: inline-block;
    padding: 0 .25em;
    margin: 0
}

    .wc-block-components-checkout-policies__item:not(:first-child) {
        border-left: 1px solid #ccc
    }

    .wc-block-components-checkout-policies__item > a {
        color: inherit;
        padding: 0 .25em
    }

.wc-block-components-product-badge {
    font-size: .75em;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

    .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
        margin-bottom: 0
    }

    .wc-block-components-product-details.wc-block-components-product-details li {
        margin-left: 0
    }

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

img.wc-block-components-product-image[alt=""] {
    border: 1px solid #f2f2f2
}

.wc-block-components-product-metadata {
    font-size: .75em
}

    .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        margin: .25em 0
    }

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

    .wc-block-components-checkout-return-to-cart-button svg {
        left: 0;
        position: absolute;
        transform: translateY(-50%);
        top: 50%
    }

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    width: 100%;
    margin-top: 1.5em
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package-items {
    font-size: .875em;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    display: inline-block;
    margin: 0;
    padding: 0
}

    .wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
        content: ", ";
        white-space: pre
    }

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    width: 100%;
    margin-bottom: 0
}

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
        margin-bottom: 0;
        margin-top: 0;
        flex-grow: 1
    }

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
        height: 3em;
        flex-shrink: 0;
        margin-left: 8px;
        padding-left: 24px;
        padding-right: 24px;
        white-space: nowrap
    }

        .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
            margin: 0
        }

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    margin-bottom: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0;
        opacity: .8
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

    .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0
    }

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none outside
}

    .editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
        margin: 0 0 4px;
        padding: 0;
        list-style: none outside
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
            background: 0 0;
            border: none;
            padding: 0;
            text-decoration: underline;
            cursor: pointer
        }

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        outline: 0 !important;
        border: 0 !important;
        background-color: #ebebeb !important;
        color: transparent !important;
        width: 100%;
        border-radius: .25rem;
        display: block;
        line-height: 1;
        position: relative !important;
        overflow: hidden !important;
        max-width: 100% !important;
        pointer-events: none;
        box-shadow: none;
        z-index: 1
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
            visibility: hidden
        }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after, .wc-block-components-checkbox-list.is-loading li:after {
            content: " ";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
            background-repeat: no-repeat;
            background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
            transform: translateX(-100%);
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite
        }

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    border: 0;
    display: inline-flex;
    padding: .125em .5em .25em;
    margin: 0 .365em .365em 0;
    border-radius: 0;
    line-height: 1;
    max-width: 100%
}

    .wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
        background: #e0e0e0;
        color: #1e1e1e
    }

        .wc-block-components-chip.wc-block-components-chip--radius-small {
            border-radius: 3px
        }

        .wc-block-components-chip.wc-block-components-chip--radius-medium {
            border-radius: .433em
        }

        .wc-block-components-chip.wc-block-components-chip--radius-large {
            border-radius: 2em;
            padding-left: .75em;
            padding-right: .75em
        }

        .wc-block-components-chip .wc-block-components-chip__text {
            flex-grow: 1
        }

        .wc-block-components-chip.is-removable {
            padding-right: .5em
        }

            .wc-block-components-chip.is-removable .wc-block-components-chip__text {
                padding-right: .25em
            }

        .wc-block-components-chip .wc-block-components-chip__remove {
            font-size: .75em;
            background: 0 0;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0
        }

        .wc-block-components-chip .wc-block-components-chip__remove-icon {
            vertical-align: middle
        }

.theme-twentytwentyone .wc-block-components-chip, .theme-twentytwentyone .wc-block-components-chip:active, .theme-twentytwentyone .wc-block-components-chip:focus, .theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

    .theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
        background: 0 0
    }

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    fill: #cc1818
}

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #949494;
    cursor: not-allowed
}

.wc-block-components-combobox .wc-block-components-combobox-control, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

    .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

    .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        position: relative
    }

    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
        color: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        box-sizing: border-box;
        outline: inherit;
        border: 1px solid #50575e;
        background: #fff;
        box-shadow: none;
        color: #2b2d2f;
        font-family: inherit;
        font-weight: 400;
        height: 3em;
        letter-spacing: inherit;
        line-height: 1;
        padding: 1.5em 16px .25em;
        text-align: left;
        text-overflow: ellipsis;
        text-transform: none;
        white-space: nowrap;
        width: 100%;
        opacity: 1;
        border-radius: 4px
    }

        .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
            background-color: #fff;
            color: #2b2d2f;
            outline: 0;
            box-shadow: 0 0 0 1px #50575e
        }

        .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
        background-color: rgba(0,0,0,.1);
        color: #fff;
        box-shadow: 0 0 0 1px hsla(0,0%,100%,.4)
    }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    margin: 3em 0 0;
    padding: 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    color: #2b2d2f
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    font-size: 1em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: .25em 16px
}

    .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
        background-color: #ddd
    }

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0,0,0,.4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    color: #757575;
    z-index: 1;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    white-space: nowrap
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818
}

    .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
        box-shadow: 0 0 0 1px #cc1818
    }

.wc-block-components-country-input {
    margin-top: 1.5em
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-480px)
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-480px)
    }
}

@media only screen and (max-width:480px) {
    @-webkit-keyframes slidein {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-100vw)
        }
    }

    @keyframes slidein {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-100vw)
        }
    }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95,95,95,.35);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999;
    opacity: 1
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadein;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    pointer-events: none;
    opacity: 0
}

.wc-block-components-drawer {
    position: relative;
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(-480px);
    width: 480px
}

    .wc-block-components-drawer:after {
        border-style: solid;
        border-width: 0 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

@media only screen and (max-width:480px) {
    .wc-block-components-drawer {
        transform: translateX(-100vw);
        width: 100vw
    }
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: slidein;
    animation-name: slidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-drawer, .wc-block-components-drawer__screen-overlay {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        transition: none !important
    }
}

.wc-block-components-drawer .components-modal__content {
    padding: 40px 16px
}

.wc-block-components-drawer .components-modal__header {
    position: relative
}

    .wc-block-components-drawer .components-modal__header .components-button {
        border: 0;
        border-radius: 0;
        vertical-align: baseline;
        background: 0 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 1em;
        margin: -1em
    }

        .wc-block-components-drawer .components-modal__header .components-button > span {
            border: 0;
            clip: rect(1px,1px,1px,1px);
            -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            overflow-wrap: normal !important;
            word-wrap: normal !important;
            padding: 0;
            position: absolute !important;
            width: 1px
        }

.wc-block-components-drawer .components-modal__header-heading {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25rem;
    word-break: break-word
}

.wc-block-components-dropdown-selector {
    max-width: 300px;
    position: relative;
    width: 100%
}

.wc-block-components-dropdown-selector__input-wrapper {
    background: #fff;
    border: 1px solid #50575e;
    color: #2b2d2f;
    align-items: center;
    border-radius: 4px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 8px
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #e0e0e0
}

.is-multiple.has-checked > .wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px
}

.is-open > .wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0 0
}

.wc-block-components-dropdown-selector__input {
    font-size: .875em;
    line-height: 1.2857142857;
    margin: .1875em 0;
    min-width: 0;
    padding: .1875em 0
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%
}

    .is-single .wc-block-components-dropdown-selector__input:active, .is-single .wc-block-components-dropdown-selector__input:focus, .is-single .wc-block-components-dropdown-selector__input:hover {
        outline: 0
    }

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-bottom: 1.5px;
    margin-top: 1.5px
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
    position: absolute
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1;
    min-width: 0
}

.is-multiple .wc-block-components-dropdown-selector__input, .is-single .wc-block-components-dropdown-selector__input:first-child {
    background: 0 0;
    border: 0
}

    .is-multiple .wc-block-components-dropdown-selector__input:active, .is-multiple .wc-block-components-dropdown-selector__input:focus, .is-multiple .wc-block-components-dropdown-selector__input:hover, .is-single .wc-block-components-dropdown-selector__input:first-child:active, .is-single .wc-block-components-dropdown-selector__input:first-child:focus, .is-single .wc-block-components-dropdown-selector__input:first-child:hover {
        outline: 0
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
        background-color: transparent;
        text-decoration: none
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    font-size: .875em;
    align-items: center;
    color: #757575;
    display: inline-flex;
    margin: .1875em 0;
    padding: .1875em 0;
    width: 100%
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    flex-grow: 1;
    line-height: 1.2857142857;
    padding: 0;
    text-align: left
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 0 0 .3em
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove > svg {
        display: block
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em;
    line-height: 1.2857142857
}

.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1
}

    .wc-block-components-dropdown-selector__list:not(:empty) {
        border: 1px solid #9f9f9f
    }

.wc-block-components-dropdown-selector__list-item {
    font-size: .875em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: 0 4px
}

    .wc-block-components-dropdown-selector__list-item.is-selected {
        background-color: #ddd
    }

    .wc-block-components-dropdown-selector__list-item.is-highlighted, .wc-block-components-dropdown-selector__list-item:active, .wc-block-components-dropdown-selector__list-item:focus, .wc-block-components-dropdown-selector__list-item:hover {
        background-color: #00669e;
        color: #fff
    }

.wc-filter-element-label-list-count {
    opacity: .6
}

    .wc-filter-element-label-list-count:before {
        content: " ("
    }

    .wc-filter-element-label-list-count:after {
        content: ")"
    }

.wc-block-components-filter-submit-button {
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    position: relative;
    min-height: 34px;
    pointer-events: none
}

    .wc-block-components-loading-mask .components-spinner {
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .wc-block-components-loading-mask .wc-block-components-loading-mask__children {
        opacity: .25
    }

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
    font-size: 1em;
    color: #333;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    padding: .3em .6em;
    min-width: 2.2em
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        padding: .1em .2em;
        min-width: 1.6em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

    .wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
        background-color: inherit;
        color: #333;
        opacity: 1 !important
    }

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1)
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

    .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
        justify-content: flex-end
    }

        .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-left: 0;
            margin-right: 10px
        }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        outline: 0 !important;
        border: 0 !important;
        background-color: #ebebeb !important;
        color: transparent !important;
        width: 100%;
        border-radius: .25rem;
        display: block;
        line-height: 1;
        position: relative !important;
        overflow: hidden !important;
        max-width: 100% !important;
        pointer-events: none;
        z-index: 1;
        box-shadow: none
    }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
            content: " ";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
            background-repeat: no-repeat;
            background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
            transform: translateX(-100%);
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: #e1e1e1;
    margin: 15px 0
}

.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

.wc-block-components-price-slider__controls {
    display: flex
}

    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
        margin: 0;
        border-radius: 4px;
        width: auto;
        max-width: 100px;
        min-width: 0
    }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
            margin-right: 10px
        }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-left: auto
        }

.wc-block-components-price-slider__range-input {
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none !important;
    position: absolute;
    left: 0;
    top: 0
}

    .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
        cursor: default;
        height: 1px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
        background-color: transparent;
        background-position: 0 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        -webkit-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: -6px 0 0
    }

        .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input::-webkit-slider-progress {
        margin: 0;
        padding: 0 !important;
        border: 0 !important;
        outline: none;
        background: 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-moz-focus-outer {
        border: 0
    }

    .wc-block-components-price-slider__range-input::-moz-range-track {
        cursor: default;
        height: 1px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-moz-range-progress {
        margin: 0;
        padding: 0 !important;
        border: 0 !important;
        outline: none;
        background: 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-moz-range-thumb {
        background-color: transparent;
        background-position: 0 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        margin: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        -moz-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        background-color: transparent;
        background-position: 0 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        margin: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        -ms-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .wc-block-components-price-slider__range-input::-ms-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input:focus::-ms-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
        z-index: 21
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
            margin-left: -2px;
            background-position-x: left
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
            background-position-x: left;
            transform: translate(-2px,4px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
            background-position-x: left
        }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
        z-index: 20
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
            background-position-x: right;
            margin-left: 2px
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
            background-position-x: right;
            transform: translate(2px,4px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
            background-position-x: right
        }

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            transform: translate(1px);
            pointer-events: auto
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        outline: 0 !important;
        border: 0 !important;
        background-color: #ebebeb !important;
        color: transparent !important;
        width: 100%;
        border-radius: .25rem;
        display: block;
        line-height: 1;
        position: relative !important;
        overflow: hidden !important;
        max-width: 100% !important;
        pointer-events: none;
        z-index: 1;
        box-shadow: none
    }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
            content: " ";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
            background-repeat: no-repeat;
            background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
            transform: translateX(-100%);
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite
        }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            transform: translate(1px);
            pointer-events: auto
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        outline: 0 !important;
        border: 0 !important;
        background-color: #ebebeb !important;
        color: transparent !important;
        width: 100%;
        border-radius: .25rem;
        display: block;
        line-height: 1;
        position: relative !important;
        overflow: hidden !important;
        max-width: 100% !important;
        pointer-events: none;
        z-index: 1;
        box-shadow: none
    }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
            content: " ";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
            background-repeat: no-repeat;
            background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
            transform: translateX(-100%);
            -webkit-animation: loading__animation 1.5s ease-in-out infinite;
            animation: loading__animation 1.5s ease-in-out infinite
        }

    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }

    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: 0 0;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: 0 0;
    margin: -3px;
    width: calc(100% + 6px)
}

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
        margin-top: -9px
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
        transform: translate(2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
        transform: translate(-2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
        border-color: transparent !important
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        position: relative;
        height: 50px
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-grid__no-products .wc-block-grid__no-products-image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-title {
        display: block;
        margin: 0;
        font-weight: 700
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px 16px;
    background-clip: padding-box
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    text-align: center;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid transparent;
    list-style: none
}

    .wc-block-grid__product.wc-block-grid__product {
        box-sizing: border-box
    }

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

    .theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
        margin-top: auto;
        margin-bottom: 0;
        padding-bottom: 12px
    }

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    content: ".";
    display: inline-block;
    width: 5em
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-price:before:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px
}

    .wc-block-components-quantity-selector:after {
        border-radius: 4px;
        border: 1px solid;
        bottom: 0;
        content: "";
        left: 0;
        opacity: .45;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
        font-size: 1em;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        background: 0 0;
        border: 0;
        box-shadow: none;
        color: currentColor;
        flex: 1 1 auto;
        font-weight: 600;
        line-height: 1;
        margin: 0;
        min-width: 40px;
        order: 2;
        padding: .4em 0;
        text-align: center;
        vertical-align: middle
    }

        .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
            box-shadow: inset 0 0 1px 1px currentColor;
            outline: none
        }

        .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
            opacity: .6
        }

    .wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
        border: 0;
        padding: 0;
        margin: 0;
        background: none transparent;
        box-shadow: none;
        font-size: .9em;
        color: currentColor;
        cursor: pointer;
        font-style: normal;
        font-weight: 400;
        min-width: 30px;
        opacity: .6;
        text-align: center;
        text-decoration: none
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
            box-shadow: inset 0 0 1px 1px currentColor;
            outline: none
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
            opacity: 1
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
            box-shadow: none;
            cursor: default;
            opacity: .6
        }

    .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
        border-radius: 4px 0 0 4px;
        order: 1
    }

    .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
        border-radius: 0 4px 4px 0;
        order: 3
    }

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin: 1em 0;
    padding: 0 0 0 2.5em;
    position: relative
}

    .wc-block-components-radio-control__option:first-child {
        margin-top: 0
    }

    .wc-block-components-radio-control__option:last-child {
        margin-bottom: 0
    }

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
    display: table-row
}

    .wc-block-components-radio-control__description-group > span, .wc-block-components-radio-control__label-group > span {
        display: table-cell
    }

    .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
        text-align: right;
        min-width: 50%
    }

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem,24px)
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    min-height: 24px;
    min-width: 24px;
    width: 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

    .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #000;
        border-radius: 50%;
        content: "";
        display: block;
        height: .75em;
        left: 50%;
        margin: 0;
        min-height: 12px;
        min-width: 12px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: .75em
    }

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: hsla(0,0%,100%,.6);
    background-color: rgba(0,0,0,.1)
}

    .has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #fff
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

    .theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background-color: var(--form--color-text)
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    display: block;
    width: 60%
}

    .is-loading .wc-block-components-review-list-item__text > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__text:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    font-size: 1em;
    width: 80px
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    height: 1em;
    width: 120px
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    margin: 0 0 48px;
    list-style: none
}

.wc-block-components-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    align-items: center;
    display: flex;
    height: 3em;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    justify-content: center;
    position: relative;
    width: 3em
}

    .wc-block-components-review-list-item__image > img {
        display: block;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.wc-block-components-review-list-item__verified {
    width: 21px;
    height: 21px;
    text-indent: 21px;
    margin: 0;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    right: -7px;
    bottom: -7px
}

    .wc-block-components-review-list-item__verified:before {
        width: 21px;
        height: 21px;
        background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
        display: block;
        content: ""
    }

.wc-block-components-review-list-item__meta {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

    .wc-block-components-review-list-item__meta:after {
        order: 3;
        content: "";
        flex-basis: 100%
    }

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    order: 1;
    margin-right: 8px
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
        font-weight: 400;
        order: 4
    }

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
    padding-left: 8px;
    position: relative
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
        content: "";
        display: inline-block;
        margin-left: -8px;
        border-right: 1px solid;
        opacity: .5;
        height: 1em;
        vertical-align: middle;
        position: absolute;
        top: calc(50% + .1em);
        transform: translateY(-50%)
    }

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

    .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
        font-size: 1em;
        display: block;
        top: 0;
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1;
        width: 5.3em;
        font-family: star;
        font-weight: 400
    }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
            content: "SSSSS";
            opacity: .25;
            float: left;
            top: 0;
            left: 0;
            position: absolute
        }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
            overflow: hidden;
            float: left;
            top: 0;
            left: 0;
            position: absolute;
            padding-top: 1.5em
        }

            .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
                content: "SSSSS";
                top: 0;
                position: absolute;
                left: 0;
                color: #e6a237
            }

.wc-block-components-review-list-item__text p {
    font-size: inherit
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

    .wc-block-components-sidebar-layout .wc-block-components-main {
        box-sizing: border-box;
        margin: 0;
        padding-right: 3.7735849057%;
        width: 65%
    }

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 {
        font-size: 1em;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

    .is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
        width: 100%
    }

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

    .is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
        padding: 0
    }

.wc-block-components-sidebar .wc-block-components-panel > h2 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 .wc-block-components-panel__button {
        font-weight: 400
    }

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    margin-right: 12px;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    color: inherit;
    box-sizing: content-box;
    text-align: center;
    font-size: 1.25em
}

    .wc-block-components-spinner:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -.5em 0 0 -.5em;
        width: 1em;
        height: 1em;
        box-sizing: border-box;
        transform-origin: 50% 50%;
        transform: translateZ(0) scale(.5);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 50%;
        border: .2em solid;
        border-left: .2em solid transparent;
        -webkit-animation: spinner__animation 1s linear infinite;
        animation: spinner__animation 1s linear infinite
    }

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

    .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
        border: none;
        flex: auto;
        background: 0 0;
        padding: 12px 16px;
        color: inherit;
        outline-offset: -1px;
        text-align: center;
        transition: box-shadow .1s linear;
        box-shadow: inset 0 -1px currentColor;
        border-radius: 0
    }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
            box-shadow: inset 0 -3px currentColor;
            font-weight: 600;
            position: relative
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:focus {
            outline-offset: -1px;
            outline: 1px dotted currentColor
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:active, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:hover {
            background: 0 0
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
            font-size: 1em;
            line-height: 1;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block;
            font-weight: 700
        }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > img, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > svg {
                height: 1.2em;
                vertical-align: middle;
                margin: .2em 0 -.2em
            }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
                margin: .2em 0 -.2em
            }

                .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
                    height: 1.2em;
                    vertical-align: middle
                }

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    position: relative;
    margin-top: 1.5em;
    white-space: nowrap
}

    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        position: absolute;
        transform: translateY(.75em);
        left: 0;
        top: 0;
        transform-origin: top left;
        line-height: 1.375;
        color: #757575;
        transition: transform .2s ease;
        margin: 0 0 0 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 32px);
        cursor: text
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label, .has-dark-controls .wc-block-components-text-input label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input input:-webkit-autofill + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    font-size: 1em;
    background-color: #fff;
    padding: .75em 0;
    text-indent: 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    line-height: 1.375;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    min-height: 0;
    color: #2b2d2f
}

    .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
        background-color: #fff;
        color: #2b2d2f;
        outline: 0;
        box-shadow: 0 0 0 1px #50575e
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .has-dark-controls .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
        background-color: rgba(0,0,0,.1);
        color: #fff;
        box-shadow: 0 0 0 1px hsla(0,0%,100%,.4)
    }

.wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

    .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button, .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0
    }

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

    .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus {
        box-shadow: 0 0 0 1px #cc1818
    }

.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child {
    margin-top: 1.5em
}

.wc-block-components-textarea {
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-textarea::-moz-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea::placeholder {
        color: hsla(0,0%,100%,.6)
    }

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title, .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25em;
    word-break: break-word
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

    .wc-block-components-notices .wc-block-components-notices__notice {
        margin: 0;
        display: flex;
        flex-wrap: nowrap
    }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
            background: transparent none;
            padding: 0;
            margin: 0 0 0 auto;
            border: 0;
            outline: 0;
            color: currentColor
        }

            .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
                fill: currentColor;
                vertical-align: text-top
            }

        .wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
            margin-top: 1em
        }

.theme-twentytwenty .wc-block-components-notices__notice, .theme-twentytwentyone .wc-block-components-notices__notice {
    padding: 1.5rem 3rem
}

.wc-block-components-notices__snackbar {
    position: fixed;
    bottom: 20px;
    left: 16px;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        position: fixed;
        top: 10px;
        left: 0;
        bottom: auto
    }
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wc-block-components-validation-error {
    font-size: .75em;
    color: #cc1818;
    max-width: 100%;
    white-space: normal
}

    .wc-block-components-validation-error > p {
        margin: 0;
        padding: 4px 0 0
    }

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-align: center
    }

        .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
            margin: 0
        }

            .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
                width: 100%;
                height: 48px
            }

.wc-block-components-express-payment--checkout {
    margin-top: 5px
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
        display: flex;
        flex-direction: row;
        left: 0;
        position: absolute;
        right: 0;
        top: -5px;
        vertical-align: middle
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
            border-left: 1px solid;
            border-top: 1px solid;
            border-radius: 5px 0 0;
            content: "";
            display: block;
            height: 4px;
            margin-right: 12px;
            opacity: .3;
            pointer-events: none;
            width: 10px
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
            border-right: 1px solid;
            border-top: 1px solid;
            border-radius: 0 5px 0 0;
            content: "";
            display: block;
            height: 4px;
            margin-left: 12px;
            opacity: .3;
            pointer-events: none;
            flex-grow: 1
        }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
        flex-grow: 0;
        transform: translateY(-50%)
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
        position: relative;
        padding: 1.5em 23px
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
            border-style: solid;
            border-width: 0 1px 1px;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 0 0 5px 5px
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
            margin-bottom: 1em
        }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li {
        display: inline-block;
        width: 50%
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:only-child {
            display: block;
            width: 100%
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(2n) {
            padding-left: 8px
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(odd) {
            padding-right: 8px
        }

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

    .wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
        padding-bottom: 0
    }

.wc-block-components-express-payment-continue-rule {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    margin: 24px 0
}

    .wc-block-components-express-payment-continue-rule:before {
        margin-right: 10px
    }

    .wc-block-components-express-payment-continue-rule:after {
        margin-left: 10px
    }

    .wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
        content: " ";
        flex: 1;
        border-bottom: 1px solid;
        opacity: .3
    }

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
        pointer-events: all
    }

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
        display: block
    }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff
        }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
            display: block;
            margin: .25em 0 1em
        }

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

    .wc-block-card-elements .wc-block-components-validation-error {
        position: static
    }

.wc-block-gateway-container {
    position: relative;
    margin-bottom: 1.5em;
    white-space: nowrap
}

    .wc-block-gateway-container.wc-card-number-element {
        flex-basis: 15em;
        flex-grow: 1;
        min-width: min(15em,60%)
    }

    .wc-block-gateway-container.wc-card-expiry-element {
        flex-basis: 7em;
        margin-left: 12px;
        min-width: min(7em,calc(24% - 12px))
    }

    .wc-block-gateway-container.wc-card-cvc-element {
        flex-basis: 7em;
        margin-left: 12px;
        min-width: min(5em,calc(16% - 12px))
    }

    .wc-block-gateway-container .wc-block-gateway-input {
        font-size: 1em;
        line-height: 1.375;
        background-color: #fff;
        padding: .75em 0 .75em 16px;
        border-radius: 4px;
        border: 1px solid #50575e;
        width: 100%;
        font-family: inherit;
        margin: 0;
        box-sizing: border-box;
        height: 3em;
        color: #2b2d2f;
        cursor: text
    }

        .wc-block-gateway-container .wc-block-gateway-input:focus, .wc-block-gateway-container:focus {
            background-color: #fff
        }

    .wc-block-gateway-container label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        line-height: 1.375;
        position: absolute;
        transform: translateY(.75em);
        left: 0;
        top: 0;
        transform-origin: top left;
        color: #757575;
        transition: transform .2s ease;
        margin: 0 0 0 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 24px);
        cursor: text
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty) + label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    position: static;
    margin-top: -24px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

    .wc-block-gateway-container .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
        transform: translateY(4px) scale(.75)
    }

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

    .wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
        outline-color: #cc1818
    }

    .wc-block-gateway-container .wc-block-gateway-input.has-error + label {
        color: #cc1818
    }

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p, .is-large .wc-card-expiry-element .wc-block-components-validation-error > p, .is-medium .wc-card-cvc-element .wc-block-components-validation-error > p, .is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p, .is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p, .is-small .wc-card-cvc-element .wc-block-components-validation-error > p, .is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements, .is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element, .is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element, .is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element, .is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        content: none
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
        left: 16px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
        margin: 0;
        padding-bottom: 1em;
        padding-top: 1em
    }

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 1px 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
        border-width: 1px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
        border-width: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

        .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
            height: 24px;
            max-height: 24px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: left;
            object-position: left
        }

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    padding-top: 14px;
    height: 28px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

    .wc-block-components-radio-control-accordion-content:empty {
        display: none
    }

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.is-medium .wc-block-cart__sidebar, .is-mobile .wc-block-cart__sidebar, .is-small .wc-block-cart__sidebar {
    margin-bottom: 24px;
    order: 0
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart__submit {
    position: relative;
    margin: 0 0 16px
}

.wc-block-cart__submit-button {
    width: 100%;
    margin: 0;
    box-sizing: border-box
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0
}

@media(min-width:783px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media(max-width:782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

        .wc-block-cart .wc-block-cart__submit-container--sticky:before {
            box-shadow: 0 -10px 20px 10px currentColor;
            color: hsla(0,0%,80%,.5);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }
}

.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-checkout-error .wc-block-checkout-error__image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit
    }

    .wc-block-checkout-error .wc-block-checkout-error__title {
        display: block;
        margin: 0;
        font-weight: 700
    }

    .wc-block-checkout-error .wc-block-checkout-error__description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-checkout-empty {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-checkout-empty .wc-block-checkout-empty__image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__title {
        display: block;
        margin: 0;
        font-weight: 700
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-checkout__actions {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
        width: 50%;
        padding: 1em;
        height: auto
    }

        .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
            line-height: 24px
        }

            .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
                fill: #fff;
                vertical-align: top
            }

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-large .wc-block-checkout__actions {
    position: relative;
    padding: 1.5em 0
}

    .is-large .wc-block-checkout__actions:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
    order: 1
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
        content: "";
        clear: both;
        display: block
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
        float: left;
        margin-left: 6px;
        margin-right: 6px;
        position: relative;
        width: calc(50% - 12px)
    }

        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
            margin-top: 0
        }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
        width: calc(100% - 12px)
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
        clear: both
    }

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

    .components-placeholder.wc-block-checkout__no-shipping-placeholder * {
        pointer-events: all
    }

    .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
        display: block
    }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff
        }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
            display: block;
            margin: .25em 0 1em
        }

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    position: relative;
    margin: 0;
    padding: .75em 0 .75em 2.5em
}

    .wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__terms {
    margin: 1.5em 0
}

    .wc-block-checkout__terms textarea {
        top: -5px;
        position: relative
    }

    .wc-block-checkout__terms.wc-block-checkout__terms--disabled {
        opacity: .6
    }

.wc-block-checkout__sidebar .wc-block-components-product-name {
    display: block;
    color: inherit;
    flex-grow: 1;
    flex-basis: 0
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    margin: 0;
    padding: 0
}

.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0
}

.wc-block-checkout__add-note {
    margin: 1.5em 0
}

.is-medium .wc-block-checkout__add-note, .is-mobile .wc-block-checkout__add-note, .is-small .wc-block-checkout__add-note {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0
}

    .is-medium .wc-block-checkout__add-note:after, .is-mobile .wc-block-checkout__add-note:after, .is-small .wc-block-checkout__add-note:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0
}

.wp-block-woocommerce-checkout {
    margin: 0
}

    .wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
        top: -96px
    }

    .wp-block-woocommerce-checkout.is-loading {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 16px;
        position: relative
    }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
            width: 35%;
            padding-left: 2.2641509434%
        }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
            width: 65%;
            padding-right: 3.7735849057%
        }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
            box-sizing: border-box;
            margin: 0
        }

            .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div {
                outline: 0 !important;
                border: 0 !important;
                background-color: #ebebeb !important;
                color: transparent !important;
                width: 100%;
                border-radius: .25rem;
                display: block;
                line-height: 1;
                position: relative !important;
                overflow: hidden !important;
                max-width: 100% !important;
                pointer-events: none;
                box-shadow: none;
                z-index: 1;
                margin: 0 0 1.5em;
                display: none
            }

                .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div > *, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div > * {
                    visibility: hidden
                }

                .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div:after, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div:after {
                    content: " ";
                    display: block;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
                    transform: translateX(-100%);
                    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
                    animation: loading__animation 1.5s ease-in-out infinite
                }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    min-height: 10em;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    min-height: 24em;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    width: 50%;
    min-height: 4em;
    margin-left: 50%;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    min-height: 47em;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel > h2, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 {
    font-size: 1em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel > h2 .wc-block-components-panel__button, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 .wc-block-components-panel__button {
        font-weight: 400
    }

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-checkout.is-loading {
        flex-direction: column;
        margin: 0 auto 16px
    }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
            padding: 0;
            width: 100%
        }

            .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
                padding-left: 0;
                padding-right: 0
            }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-mini-cart__badge, .wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex
}

.wc-block-mini-cart__badge {
    background: 0 0;
    border: .15em solid;
    border-radius: 1em;
    box-sizing: border-box;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    margin-left: -.7142857143em;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-mini-cart__icon {
    display: block;
    height: 1.5em;
    width: 1.5em
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
    width: 100%
}

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
        font-size: .75em;
        text-transform: uppercase
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
            width: 100px
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
            visibility: hidden
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
            width: 100px;
            text-align: right
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        width: 100%;
        margin: 0
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        background: 0 0;
        box-shadow: none;
        display: inline;
        text-shadow: none;
        text-decoration: underline;
        font-size: .75em;
        text-transform: none;
        white-space: nowrap
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
            background: 0 0
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        font-size: 1em;
        text-align: right;
        line-height: inherit
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
        margin-bottom: .75em
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
        opacity: .5;
        pointer-events: none;
        transition: opacity .2s ease
    }

.wc-block-cart .wc-block-components-totals-footer-item, .wc-block-cart .wc-block-components-totals-taxes {
    margin: 0
}

.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span, .wc-block-mini-cart__drawer.is-loading h2 span, .wc-block-mini-cart__drawer.is-loading th span {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 84px;
    display: inline-block
}

    .wc-block-cart--is-loading h2 span > *, .wc-block-cart--is-loading th span > *, .wc-block-mini-cart__drawer.is-loading h2 span > *, .wc-block-mini-cart__drawer.is-loading th span > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading h2 span:after, .wc-block-cart--is-loading th span:after, .wc-block-mini-cart__drawer.is-loading h2 span:after, .wc-block-mini-cart__drawer.is-loading th span:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span, .wc-block-mini-cart__drawer.is-loading h2 span, .wc-block-mini-cart__drawer.is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:before, .wc-block-cart--is-loading th span:before, .wc-block-mini-cart__drawer.is-loading h2 span:before, .wc-block-mini-cart__drawer.is-loading th span:before {
    content: " "
}

.wc-block-cart--is-loading h2 span, .wc-block-mini-cart__drawer.is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-cart--is-loading .wc-block-components-quantity-selector, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

    .wc-block-cart--is-loading .wc-block-components-product-metadata > *, .wc-block-cart--is-loading .wc-block-components-product-price > *, .wc-block-cart--is-loading .wc-block-components-quantity-selector > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading .wc-block-components-product-metadata:after, .wc-block-cart--is-loading .wc-block-components-product-price:after, .wc-block-cart--is-loading .wc-block-components-quantity-selector:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-cart--is-loading .wc-block-components-quantity-selector, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 84px;
    display: inline-block
}

    .wc-block-cart--is-loading .wc-block-components-product-name > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading .wc-block-components-product-name:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-name, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name:before, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image > a, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    display: block
}

    .wc-block-cart--is-loading .wc-block-cart-item__image > a > *, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading .wc-block-cart-item__image > a:after, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-item__image > a, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
    max-width: 3em;
    display: block;
    margin-top: .25em
}

    .wc-block-cart--is-loading .wc-block-components-product-price:before, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
        content: " "
    }

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-height: 460px
}

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > *, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card > * {
        visibility: hidden
    }

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

    .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
        margin-top: 4px
    }

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small .wc-block-cart-item__total .wc-block-components-sale-badge, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row, .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
    position: relative
}

    .is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 132px;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        padding-right: 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 2;
        grid-column-end: 4;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: stretch;
        justify-self: stretch;
        padding: 0 16px 16px 0
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        vertical-align: bottom;
        padding-right: 16px;
        -ms-grid-row-align: end;
        align-self: end;
        padding-top: 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        -ms-grid-row: 1;
        grid-row-start: 1
    }

        .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
            display: inline-block
        }

.is-large.wc-block-cart {
    margin-bottom: 3em
}

    .is-large.wc-block-cart .wc-block-cart-items {
        position: relative
    }

        .is-large.wc-block-cart .wc-block-cart-items:after {
            border-style: solid;
            border-width: 0 0 1px;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0
        }

        .is-large.wc-block-cart .wc-block-cart-items th {
            padding: .25rem 16px .25rem 0;
            white-space: nowrap
        }

        .is-large.wc-block-cart .wc-block-cart-items td {
            position: relative;
            padding: 16px 0 16px 16px;
            vertical-align: top
        }

            .is-large.wc-block-cart .wc-block-cart-items td:after {
                border-style: solid;
                border-width: 1px 0 0;
                bottom: 0;
                content: "";
                display: block;
                left: 0;
                opacity: .3;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0
            }

        .is-large.wc-block-cart .wc-block-cart-items th:last-child {
            padding-right: 0
        }

        .is-large.wc-block-cart .wc-block-cart-items td:last-child {
            padding-right: 16px
        }

    .is-large.wc-block-cart .wc-block-components-radio-control__input {
        left: 0
    }

    .is-large.wc-block-cart .wc-block-cart__totals-title {
        border: 0;
        border-radius: 0;
        margin: 0;
        vertical-align: baseline;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        box-shadow: none;
        display: inline;
        background: 0 0;
        font-size: .75em;
        display: block;
        font-weight: 600;
        padding: .25rem 0;
        text-align: right;
        text-transform: uppercase
    }

    .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
        padding-left: 16px;
        padding-right: 16px
    }

    .is-large.wc-block-cart .wc-block-cart__payment-options {
        padding: 16px 0 0
    }

        .is-large.wc-block-cart .wc-block-cart__payment-options:empty {
            padding: 0
        }

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
    box-sizing: border-box;
    margin: 0;
    padding-right: 3.7735849057%;
    width: 65%;
    min-height: 10em
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    min-height: 15em;
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block > * {
        visibility: hidden
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%;
    min-height: 12em
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    min-height: 3em;
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    margin: 0 0 1em
}

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block > * {
        visibility: hidden
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
    height: 20em
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-cart.is-loading {
        padding-top: 16px
    }

        .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
            flex-direction: column;
            margin: 0 auto 16px
        }

        .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
            padding: 0;
            width: 100%
        }
}

.wc-block-mini-cart {
    display: inline-block
}

.wc-block-mini-cart__button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    display: flex;
    font-weight: 400;
    padding: .75em .5em
}

    .wc-block-mini-cart__button:hover:not([disabled]) {
        opacity: .6
    }

.wc-block-mini-cart__amount {
    display: none
}

.wc-block-mini-cart__tax-label {
    margin-right: .5em
}

@media screen and (min-width:768px) {
    .wc-block-mini-cart__amount {
        display: initial;
        font-weight: 600;
        margin-right: 8px
    }
}

.modal-open .wc-block-mini-cart__button {
    pointer-events: none
}

.wc-block-mini-cart__drawer {
    font-size: 1rem
}

    .wc-block-mini-cart__drawer .components-modal__content {
        padding: 0;
        position: relative
    }

    .wc-block-mini-cart__drawer .components-modal__header {
        position: absolute;
        top: 40px;
        right: 16px
    }

        .wc-block-mini-cart__drawer .components-modal__header button {
            color: inherit;
            z-index: 9999
        }

        .wc-block-mini-cart__drawer .components-modal__header svg {
            fill: currentColor
        }

.wp-block-woocommerce-mini-cart-contents {
    background: #fff;
    box-sizing: border-box;
    height: 100vh;
    padding: 0;
    justify-content: center
}

.wp-block-woocommerce-empty-mini-cart-contents-block, .wp-block-woocommerce-filled-mini-cart-contents-block {
    height: 100%;
    display: flex;
    flex-direction: column
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
    justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
    justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
    overflow-y: auto;
    padding: 40px 16px 16px
}

h2.wc-block-mini-cart__title {
    font-size: 2em;
    margin: 40px 16px 0
}

.wc-block-mini-cart__items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: hidden;
    padding: 16px 16px 0
}

    .wc-block-mini-cart__items .wc-block-mini-cart__products-table {
        margin-bottom: auto;
        margin-right: -16px;
        overflow-y: auto;
        padding-right: 16px
    }

        .wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
            padding-top: 8px;
            padding-bottom: 8px
        }

            .wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
                content: none
            }

.wc-block-mini-cart__footer {
    border-top: 1px solid #ddd;
    padding: 24px 16px
}

    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
        font-weight: 600;
        margin-bottom: 16px
    }

        .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
            display: none;
            font-size: .75em;
            font-weight: 400
        }

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display: unset
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    display: flex;
    gap: 16px
}

    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
        box-shadow: inset 0 0 0 1px currentColor;
        color: currentColor;
        display: none;
        flex-grow: 1;
        font-weight: 600
    }

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
        display: inline-flex
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout {
    flex-grow: 1;
    font-weight: 600
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
    display: flex;
    justify-content: center
}

    .wc-block-mini-cart__shopping-button a {
        border: 2px solid;
        color: currentColor;
        font-weight: 600;
        padding: 12px 24px;
        text-decoration: none
    }

        .wc-block-mini-cart__shopping-button a:focus, .wc-block-mini-cart__shopping-button a:hover {
            background-color: #1e1e1e;
            border-color: #1e1e1e;
            color: #fff
        }

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    margin-top: 1.5em
}

    .wc-block-components-checkbox label {
        align-items: flex-start;
        display: flex;
        position: relative
    }

    .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
        font-size: 1em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 2px solid #50575e;
        border-radius: 2px;
        box-sizing: border-box;
        height: 1.5em;
        width: 1.5em;
        margin: 0 16px 0 0;
        min-height: 1.5em;
        min-width: 1.5em;
        overflow: hidden;
        position: static;
        vertical-align: middle;
        background-color: #fff
    }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
            background: #fff;
            border-color: #50575e
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
            outline: 2px solid #50575e;
            outline-offset: 2px
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
            content: ""
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked) + .wc-block-components-checkbox__mark {
            display: none
        }

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-color: hsla(0,0%,100%,.6);
    background-color: rgba(0,0,0,.1)
}

    .has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
        background: rgba(0,0,0,.1);
        border-color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
        outline: 2px solid hsla(0,0%,100%,.6);
        outline-offset: 2px
    }

.wc-block-components-checkbox.has-error, .wc-block-components-checkbox.has-error a {
    color: #cc1818
}

    .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
        border-color: #cc1818
    }

        .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
            outline: 2px solid #cc1818;
            outline-offset: 2px
        }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    position: absolute;
    margin-left: .1875em;
    margin-top: .0625em;
    width: 1.125em;
    height: 1.125em;
    pointer-events: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox > span {
    vertical-align: middle;
    line-height: 1.5em
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox], .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

    .theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked, .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
        background-color: #fff;
        border-color: var(--form--border-color)
    }

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.wc-block-components-panel.has-border {
    position: relative
}

    .wc-block-components-panel.has-border:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-components-panel.has-border + .wc-block-components-panel.has-border:after {
        border-top-width: 0
    }

    .wc-block-components-panel.has-border.no-top-border {
        position: relative
    }

        .wc-block-components-panel.has-border.no-top-border:after {
            border-style: solid;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            border-width: 0 0 1px
        }

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 32px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
    word-break: break-word
}

    .wc-block-components-panel__button[aria-expanded=true] {
        padding-bottom: .375em;
        margin-bottom: .375em
    }

    .wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        background: 0 0;
        box-shadow: none
    }

        .wc-block-components-panel__button > .wc-block-components-panel__button-icon {
            fill: currentColor;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: auto
        }

.wc-block-components-panel__content[hidden] {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button, .theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

    .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
        background: none transparent
    }

.wc-block-components-totals-wrapper {
    position: relative;
    padding: 16px 0
}

    .wc-block-components-totals-wrapper:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-components-totals-wrapper.has-bottom-border:after {
        border-bottom-width: 1px
    }

    .wc-block-components-totals-wrapper:empty {
        padding: 0
    }

        .wc-block-components-totals-wrapper:empty:after {
            content: none
        }

    .wc-block-components-totals-wrapper.slot-wrapper {
        padding: 0
    }

        .wc-block-components-totals-wrapper.slot-wrapper > * > * {
            position: relative;
            padding: 16px 0
        }

        .wc-block-components-totals-wrapper.slot-wrapper > * > :after {
            border-style: solid;
            border-width: 0 0 1px;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0
        }

        .wc-block-components-totals-wrapper.slot-wrapper > * > :last-child:after {
            border-bottom-width: 0
        }

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
    position: relative
}

    .wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-components-totals-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-product-categories {
    margin-bottom: 1em
}

    .wc-block-product-categories.is-dropdown {
        display: flex
    }

    .wc-block-product-categories select {
        margin-right: .5em
    }

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
        margin: 4px 0 4px 60px;
        list-style: none outside;
        clear: both
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
            margin: 4px 0 0
        }

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
        max-width: 50px;
        display: inline-block;
        padding: 0;
        margin: 0 .5em 0 -60px;
        position: relative;
        vertical-align: middle;
        border: 1px solid #eee
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
            display: block;
            height: auto;
            margin: 0;
            max-width: 100%;
            padding: 0
        }

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2
}

.wc-block-product-categories__button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

    .wc-block-product-categories__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled, .wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-categories__button:disabled:focus, .wc-block-product-categories__button[aria-disabled=true]:focus {
        box-shadow: none
    }

.wp-block-woocommerce-featured-product {
    background-color: #1e1e1e;
    border-color: transparent;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box
}

.wc-block-featured-product {
    position: relative;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0
}

    .wc-block-featured-product, .wc-block-featured-product .wc-block-featured-product__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center
    }

        .wc-block-featured-product .wc-block-featured-product__wrapper {
            overflow: hidden;
            height: 100%
        }

        .wc-block-featured-product.has-left-content {
            justify-content: flex-start
        }

            .wc-block-featured-product.has-left-content .wc-block-featured-product__description, .wc-block-featured-product.has-left-content .wc-block-featured-product__price, .wc-block-featured-product.has-left-content .wc-block-featured-product__title, .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
                margin-left: 0;
                text-align: left
            }

        .wc-block-featured-product.has-right-content {
            justify-content: flex-end
        }

            .wc-block-featured-product.has-right-content .wc-block-featured-product__description, .wc-block-featured-product.has-right-content .wc-block-featured-product__price, .wc-block-featured-product.has-right-content .wc-block-featured-product__title, .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
                margin-right: 0;
                text-align: right
            }

        .wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            line-height: 1.25;
            margin-bottom: 0;
            text-align: center;
            color: inherit
        }

            .wc-block-featured-product .wc-block-featured-product__description a, .wc-block-featured-product .wc-block-featured-product__description a:active, .wc-block-featured-product .wc-block-featured-product__description a:focus, .wc-block-featured-product .wc-block-featured-product__description a:hover, .wc-block-featured-product .wc-block-featured-product__price a, .wc-block-featured-product .wc-block-featured-product__price a:active, .wc-block-featured-product .wc-block-featured-product__price a:focus, .wc-block-featured-product .wc-block-featured-product__price a:hover, .wc-block-featured-product .wc-block-featured-product__title a, .wc-block-featured-product .wc-block-featured-product__title a:active, .wc-block-featured-product .wc-block-featured-product__title a:focus, .wc-block-featured-product .wc-block-featured-product__title a:hover, .wc-block-featured-product .wc-block-featured-product__variation a, .wc-block-featured-product .wc-block-featured-product__variation a:active, .wc-block-featured-product .wc-block-featured-product__variation a:focus, .wc-block-featured-product .wc-block-featured-product__variation a:hover {
                color: #fff
            }

        .wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__link, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            width: 100%;
            padding: 16px 48px 0;
            z-index: 1
        }

        .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            margin-top: 0;
            border: 0
        }

            .wc-block-featured-product .wc-block-featured-product__title:before, .wc-block-featured-product .wc-block-featured-product__variation:before {
                display: none
            }

        .wc-block-featured-product .wc-block-featured-product__variation {
            font-style: italic;
            padding-top: 0
        }

        .wc-block-featured-product .wc-block-featured-product__description p {
            margin: 0;
            line-height: 1.5
        }

        .wc-block-featured-product .wp-block-button.aligncenter {
            text-align: center
        }

        .wc-block-featured-product.has-background-dim:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: inherit;
            opacity: .5;
            z-index: 1
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-10:before {
            opacity: .1
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-20:before {
            opacity: .2
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-30:before {
            opacity: .3
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-40:before {
            opacity: .4
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-50:before {
            opacity: .5
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-60:before {
            opacity: .6
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-70:before {
            opacity: .7
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-80:before {
            opacity: .8
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-90:before {
            opacity: .9
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-100:before {
            opacity: 1
        }

        .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright {
            max-width: 420px;
            width: 100%
        }

        .wc-block-featured-product:after {
            display: block;
            content: "";
            font-size: 0;
            min-height: inherit
        }

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-product:after {
        content: none
    }
}

.wc-block-featured-product.aligncenter, .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright, .wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
    display: flex;
    align-items: center;
    margin: 0 0 0 6px;
    cursor: pointer;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

    .wc-block-product-search .wc-block-product-search__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-search .wc-block-product-search__button:disabled:focus, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
        box-shadow: none
    }

.wp-block-woocommerce-featured-category {
    background-color: #1e1e1e;
    border-color: transparent;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box
}

.wc-block-featured-category {
    position: relative;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

    .wc-block-featured-category .wc-block-featured-category__wrapper {
        overflow: hidden;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center
    }

    .wc-block-featured-category.has-left-content {
        justify-content: flex-start
    }

        .wc-block-featured-category.has-left-content .wc-block-featured-category__description, .wc-block-featured-category.has-left-content .wc-block-featured-category__price, .wc-block-featured-category.has-left-content .wc-block-featured-category__title {
            margin-left: 0;
            text-align: left
        }

    .wc-block-featured-category.has-right-content {
        justify-content: flex-end
    }

        .wc-block-featured-category.has-right-content .wc-block-featured-category__description, .wc-block-featured-category.has-right-content .wc-block-featured-category__price, .wc-block-featured-category.has-right-content .wc-block-featured-category__title {
            margin-right: 0;
            text-align: right
        }

    .wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
        color: #fff;
        line-height: 1.25;
        margin-bottom: 0;
        text-align: center
    }

        .wc-block-featured-category .wc-block-featured-category__description a, .wc-block-featured-category .wc-block-featured-category__description a:active, .wc-block-featured-category .wc-block-featured-category__description a:focus, .wc-block-featured-category .wc-block-featured-category__description a:hover, .wc-block-featured-category .wc-block-featured-category__price a, .wc-block-featured-category .wc-block-featured-category__price a:active, .wc-block-featured-category .wc-block-featured-category__price a:focus, .wc-block-featured-category .wc-block-featured-category__price a:hover, .wc-block-featured-category .wc-block-featured-category__title a, .wc-block-featured-category .wc-block-featured-category__title a:active, .wc-block-featured-category .wc-block-featured-category__title a:focus, .wc-block-featured-category .wc-block-featured-category__title a:hover {
            color: #fff
        }

    .wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__link, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
        color: inherit;
        width: 100%;
        padding: 0 48px 16px;
        z-index: 1
    }

    .wc-block-featured-category .wc-block-featured-category__title {
        margin-top: 0
    }

        .wc-block-featured-category .wc-block-featured-category__title div {
            color: inherit
        }

        .wc-block-featured-category .wc-block-featured-category__title:before {
            display: none
        }

    .wc-block-featured-category .wc-block-featured-category__description {
        color: inherit
    }

        .wc-block-featured-category .wc-block-featured-category__description p {
            margin: 0
        }

    .wc-block-featured-category .wp-block-button.aligncenter {
        text-align: center
    }

    .wc-block-featured-category.has-background-dim:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: inherit;
        border-radius: inherit;
        opacity: .5;
        z-index: 1
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-10:before {
        opacity: .1
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-20:before {
        opacity: .2
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-30:before {
        opacity: .3
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-40:before {
        opacity: .4
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-50:before {
        opacity: .5
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-60:before {
        opacity: .6
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-70:before {
        opacity: .7
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-80:before {
        opacity: .8
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-90:before {
        opacity: .9
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-100:before {
        opacity: 1
    }

    .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
        max-width: 420px;
        width: 100%
    }

    .wc-block-featured-category:after {
        display: block;
        content: "";
        font-size: 0;
        min-height: inherit
    }

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-category:after {
        content: none
    }
}

.wc-block-featured-category.aligncenter, .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
    display: flex
}

.wp-block-woocommerce-price-filter {
    border-style: none !important
}

.wc-block-price-filter, .wc-block-price-filter__controls, .wc-block-price-slider {
    border-radius: inherit;
    border-color: inherit
}

    .wc-block-price-filter__controls input {
        border-radius: inherit !important;
        border-color: inherit !important;
        border-style: solid
    }

.wp-block-woocommerce-attribute-filter {
    border-style: none !important
}

.wc-block-attribute-filter {
    margin-bottom: 24px;
    border-radius: inherit;
    border-color: inherit
}

    .wc-block-attribute-filter.style-dropdown {
        display: flex;
        gap: 16px;
        border-radius: inherit;
        border-color: inherit
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list {
        margin: 0;
        width: 100%
    }

        .wc-block-attribute-filter .wc-block-attribute-filter-list li label {
            cursor: pointer
        }

        .wc-block-attribute-filter .wc-block-attribute-filter-list li input {
            cursor: pointer;
            display: inline-block
        }

    .wc-block-attribute-filter .wc-block-attribute-filter-dropdown {
        flex-grow: 1;
        max-width: unset;
        width: 0;
        border-radius: inherit;
        border-color: inherit
    }

    .wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count, .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
        opacity: .6
    }

    .wc-block-attribute-filter .wc-block-components-dropdown-selector__input-wrapper {
        height: 100%;
        border-radius: inherit;
        border-color: inherit
    }

.wc-block-stock-filter {
    margin-bottom: 24px
}

    .wc-block-stock-filter .wc-block-stock-filter-list {
        margin: 0
    }

        .wc-block-stock-filter .wc-block-stock-filter-list li label {
            cursor: pointer
        }

        .wc-block-stock-filter .wc-block-stock-filter-list li input {
            cursor: pointer;
            display: inline-block
        }

    .wc-block-stock-filter .is-single, .wc-block-stock-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list {
        opacity: .6
    }

    .wc-block-stock-filter .wc-block-stock-filter__button {
        margin-top: 8px
    }

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

    .wc-block-active-filters .wc-block-active-filters__clear-all {
        font-size: 1em;
        float: right;
        border: none;
        padding: 0;
        text-decoration: underline;
        cursor: pointer
    }

        .wc-block-active-filters .wc-block-active-filters__clear-all, .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
            background: 0 0;
            color: inherit
        }

    .wc-block-active-filters .wc-block-active-filters__list {
        margin: 0 0 4px;
        padding: 0;
        list-style: none outside;
        clear: both
    }

        .wc-block-active-filters .wc-block-active-filters__list li {
            margin: 0;
            padding: 0;
            list-style: none outside;
            clear: both
        }

            .wc-block-active-filters .wc-block-active-filters__list li ul {
                margin: 0;
                padding: 0;
                list-style: none outside
            }

            .wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
                margin: 0
            }

    .wc-block-active-filters .wc-block-active-filters__list-item-type {
        font-size: .75em;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin: 16px 0 0;
        display: block
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-operator {
        font-weight: 400;
        font-style: italic
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-name {
        font-weight: 700;
        display: block;
        position: relative;
        padding: 0 16px 0 0
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-remove {
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 16px;
        width: 16px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 50%;
        margin: -8px 0 0;
        color: currentColor
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips li, .wc-block-active-filters .wc-block-active-filters__list--chips ul {
        display: inline
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
        display: none
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
        font-size: .875em;
        margin-top: .1875em;
        margin-bottom: .1875em
    }

body {
    --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,rgba(6,147,227,1) 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,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --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
}

.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
}

.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 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 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
}

.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: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: 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 #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
            display: none
        }

.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 {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

    .woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-left: .618em;
        content: "\e010";
        text-decoration: none
    }

    .woocommerce form .show-password-input.display-password:after, .woocommerce-page form .show-password-input.display-password:after {
        color: #585858
    }

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    text-align: 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-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: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none
}

    .woocommerce-store-notice a, p.demo_store a {
        color: #fff;
        text-decoration: underline
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

    .woocommerce .blockUI.blockOverlay:before {
        height: 1em;
        width: 1em;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -.5em;
        margin-top: -.5em;
        content: "";
        -webkit-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        background: url(../images/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: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images//loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

    .woocommerce a.remove:hover {
        color: #fff !important;
        background: red
    }

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

    .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
        content: " ";
        display: table
    }

    .woocommerce .woocommerce-breadcrumb:after {
        clear: both
    }

    .woocommerce .woocommerce-breadcrumb a {
        color: #767676
    }

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

    .woocommerce div.product .product_title {
        clear: none;
        margin-top: 0;
        padding: 0
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        color: #77a464;
        font-size: 1.25em
    }

        .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
            background: inherit;
            font-weight: 700;
            display: inline-block
        }

        .woocommerce div.product p.price del, .woocommerce div.product span.price del {
            opacity: .5;
            display: inline-block
        }

    .woocommerce div.product p.stock {
        font-size: .92em
    }

    .woocommerce div.product .stock {
        color: #77a464
    }

    .woocommerce div.product .out-of-stock {
        color: red
    }

    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 1.618em
    }

    .woocommerce div.product div.images {
        margin-bottom: 2em
    }

        .woocommerce div.product div.images img {
            display: block;
            width: 100%;
            height: auto;
            box-shadow: none
        }

        .woocommerce div.product div.images div.thumbnails {
            padding-top: 1em
        }

        .woocommerce div.product div.images.woocommerce-product-gallery {
            position: relative
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
            transition: all cubic-bezier(.795,-.035,0,1) .5s;
            margin: 0;
            padding: 0
        }

            .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
                background-color: #fff;
                opacity: 0
            }

        .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
            border: 1px solid #f2f2f2
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
            width: 25%;
            display: inline-block
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
            position: absolute;
            top: .5em;
            right: .5em;
            font-size: 2em;
            z-index: 9;
            width: 36px;
            height: 36px;
            background: #fff;
            text-indent: -9999px;
            border-radius: 100%;
            box-sizing: content-box
        }

            .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border: 2px solid #000;
                border-radius: 100%;
                position: absolute;
                top: 9px;
                left: 9px;
                box-sizing: content-box
            }

            .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
                content: "";
                display: block;
                width: 2px;
                height: 8px;
                background: #000;
                border-radius: 6px;
                position: absolute;
                top: 19px;
                left: 22px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                box-sizing: content-box
            }

        .woocommerce div.product div.images .flex-control-thumbs {
            overflow: hidden;
            zoom: 1;
            margin: 0;
            padding: 0
        }

            .woocommerce div.product div.images .flex-control-thumbs li {
                width: 25%;
                float: 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 #d3ced2;
            background-color: #ebe9eb;
            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;
                z-index: 2;
                border-bottom-color: #fff
            }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
                    color: inherit;
                    text-shadow: inherit
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
                    box-shadow: 2px 2px 0 #fff
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
                    box-shadow: -2px 2px 0 #fff
                }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
                border: 1px solid #d3ced2;
                position: absolute;
                bottom: -1px;
                width: 5px;
                height: 5px;
                content: " ";
                box-sizing: border-box
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
                left: -5px;
                border-bottom-right-radius: 4px;
                border-width: 0 1px 1px 0;
                box-shadow: 2px 2px 0 #ebe9eb
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
                right: -5px;
                border-bottom-left-radius: 4px;
                border-width: 0 0 1px 1px;
                box-shadow: -2px 2px 0 #ebe9eb
            }

        .woocommerce div.product .woocommerce-tabs ul.tabs:before {
            position: absolute;
            content: " ";
            width: 100%;
            bottom: 0;
            left: 0;
            border-bottom: 1px solid #d3ced2;
            z-index: 1
        }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 0 2em;
        padding: 0
    }

    .woocommerce div.product p.cart {
        margin-bottom: 2em
    }

        .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
            content: " ";
            display: table
        }

        .woocommerce div.product p.cart:after {
            clear: both
        }

    .woocommerce div.product form.cart {
        margin-bottom: 2em
    }

        .woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before {
            content: " ";
            display: table
        }

        .woocommerce div.product form.cart:after {
            clear: both
        }

        .woocommerce div.product form.cart div.quantity {
            float: 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
            }

            .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;
            -webkit-transform: scale(1.5,1.5);
            -ms-transform: scale(1.5,1.5);
            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: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

    .woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
        content: " ";
        display: table
    }

    .woocommerce .products ul:after, .woocommerce ul.products:after {
        clear: both
    }

    .woocommerce .products ul li, .woocommerce ul.products li {
        list-style: none outside
    }

        .woocommerce ul.products li.product .onsale {
            top: 0;
            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 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 {
            margin-top: 1em
        }

        .woocommerce ul.products li.product .price {
            color: #77a464;
            display: block;
            font-weight: 400;
            margin-bottom: .5em;
            font-size: .857em
        }

            .woocommerce ul.products li.product .price del {
                color: inherit;
                opacity: .5;
                display: inline-block
            }

            .woocommerce ul.products li.product .price ins {
                background: 0 0;
                font-weight: 700;
                display: inline-block
            }

            .woocommerce ul.products li.product .price .from {
                font-size: .67em;
                margin: -2px 0 0;
                text-transform: uppercase;
                color: rgba(132,132,132,.5)
            }

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

    .woocommerce .woocommerce-ordering select {
        vertical-align: top
    }

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

    .woocommerce nav.woocommerce-pagination ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        clear: both;
        border: 1px solid #d3ced2;
        border-right: 0;
        margin: 1px
    }

        .woocommerce nav.woocommerce-pagination ul li {
            border-right: 1px solid #d3ced2;
            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: #ebe9eb;
                    color: #8a7e88
                }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .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: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

    .woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
        opacity: .25;
        padding-right: 2.618em
    }

        .woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
            font-family: WooCommerce;
            content: "\e01c";
            vertical-align: top;
            font-weight: 400;
            position: absolute;
            top: .618em;
            right: 1em;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite
        }

    .woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
        font-family: WooCommerce;
        content: "\e017";
        margin-left: .53em;
        vertical-align: bottom
    }

    .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
        background-color: #dfdcde;
        text-decoration: none;
        background-image: none;
        color: #515151
    }

    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        background-color: #a46497;
        color: #fff;
        -webkit-font-smoothing: antialiased
    }

        .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
            background-color: #96588a;
            color: #fff
        }

        .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
            background-color: #a46497;
            color: #fff
        }

    .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
        color: inherit;
        cursor: not-allowed;
        opacity: .5;
        padding: .618em 1em
    }

        .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
            color: inherit;
            background-color: #ebe9eb
        }

.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 .meta {
            color: #767676;
            font-size: .75em
        }

        .woocommerce #reviews #comments ol.commentlist li img.avatar {
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px;
            width: 32px;
            height: auto;
            background: #ebe9eb;
            border: 1px solid #e4e1e3;
            margin: 0;
            box-shadow: none
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text {
            margin: 0 0 0 50px;
            border: 1px solid #e4e1e3;
            border-radius: 4px;
            padding: 1em 1em 0
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before {
                content: " ";
                display: table
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
                clear: both
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em
            }

                .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: .83em
                }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        list-style: none outside;
        margin: 20px 0 0 50px
    }

        .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
            display: none
        }

    .woocommerce #reviews #comments ol.commentlist #respond {
        border: 1px solid #e4e1e3;
        border-radius: 4px;
        padding: 1em 1em 0;
        margin: 20px 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: star
}

    .woocommerce .star-rating:before {
        content: "sssss";
        color: #d3ced2;
        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
}

    .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 rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

    .woocommerce table.shop_table th {
        font-weight: 700;
        padding: 9px 12px;
        line-height: 1.5em
    }

    .woocommerce table.shop_table td {
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 9px 12px;
        vertical-align: middle;
        line-height: 1.5em
    }

        .woocommerce table.shop_table td small {
            font-weight: 400
        }

        .woocommerce table.shop_table td del {
            font-weight: 400
        }

    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 0
    }

    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        font-weight: 700;
        border-top: 1px solid rgba(0,0,0,.1)
    }

.woocommerce table.my_account_orders {
    font-size: .85em
}

    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle
    }

    .woocommerce table.my_account_orders .button {
        white-space: nowrap
    }

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

    .woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
        text-align: 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 #ebe9eb;
    padding: 4px 0 0
}

    .woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
        min-width: 40px;
        display: inline-block
    }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-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 .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;
            -webkit-transform: translateX(-50%) rotate(180deg);
            -ms-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
            content: "";
            position: absolute;
            border-width: 4px 6px 0;
            border-style: solid;
            border-color: #1e85be transparent transparent;
            z-index: 100;
            display: block
        }

    .woocommerce form .form-row select {
        cursor: pointer;
        margin: 0
    }

    .woocommerce form .form-row .required {
        color: red;
        font-weight: 700;
        border: 0 !important;
        text-decoration: none;
        visibility: hidden
    }

    .woocommerce form .form-row .optional {
        visibility: visible
    }

    .woocommerce form .form-row .input-checkbox {
        display: inline;
        margin: -2px 8px 0 0;
        text-align: center;
        vertical-align: middle
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal
    }

    .woocommerce form .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        box-shadow: none
    }

    .woocommerce form .form-row .select2-container {
        width: 100%;
        line-height: 2em
    }

    .woocommerce form .form-row.woocommerce-invalid label {
        color: #a00
    }

    .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
        border-color: #a00
    }

    .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
        border-color: #6dc22e
    }

    .woocommerce form .form-row ::-webkit-input-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-moz-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-ms-input-placeholder {
        line-height: normal
    }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    .woocommerce ul#shipping_method li {
        margin: 0 0 .5em;
        line-height: 1.5em;
        list-style: none outside
    }

        .woocommerce ul#shipping_method li input {
            margin: 3px .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 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 #d3ced2;
        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 :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
        margin-bottom: 0
    }

    .woocommerce .woocommerce-customer-details address {
        font-style: normal;
        margin-bottom: 0;
        border: 1px solid rgba(0,0,0,.1);
        border-bottom-width: 2px;
        border-right-width: 2px;
        text-align: left;
        width: 100%;
        border-radius: 5px;
        padding: 6px 12px
    }

    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
        margin-bottom: 0;
        padding-left: 1.5em
    }

        .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-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: #a00
    }

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

    .woocommerce .widget_layered_nav_filters ul li {
        float: 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: #a00;
                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: #a46497;
        border-radius: 1em;
        cursor: ew-resize;
        outline: 0;
        top: -.3em;
        margin-left: -.5em
    }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em;
        background-color: #a46497
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        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: #a00
        }

.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-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: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

    .woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
        content: " ";
        display: table
    }

    .woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
        clear: both
    }

    .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
        font-family: WooCommerce;
        content: "\e028";
        display: inline-block;
        position: absolute;
        top: 1em;
        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 #d3ced2;
        padding: 6px 6px 5px;
        margin: 0 4px 0 0;
        outline: 0
    }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

    #add_payment_method .wc-proceed-to-checkout:after, #add_payment_method .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-checkout .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:before {
        content: " ";
        display: table
    }

    #add_payment_method .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:after {
        clear: both
    }

    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        display: block;
        text-align: center;
        margin-bottom: 1em;
        font-size: 1.25em;
        padding: 1em
    }

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

    #add_payment_method .cart-collaterals .shipping-calculator-button:after, .woocommerce-cart .cart-collaterals .shipping-calculator-button:after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-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: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: 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 #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        text-align: left;
        padding: 1em;
        border-bottom: 1px solid #d3ced2;
        margin: 0;
        list-style: none outside
    }

        #add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
            content: " ";
            display: table
        }

        #add_payment_method #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:after {
            clear: both
        }

        #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
            line-height: 2;
            text-align: 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:not(.woocommerce-notice):after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
                content: " ";
                display: table
            }

            #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
                clear: both
            }

    #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
        padding: 1em
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 1em;
        margin: 1em 0;
        font-size: .92em;
        border-radius: 2px;
        line-height: 1.5;
        background-color: #dfdcde;
        color: #515151
    }

        #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
            border-color: #c7c1c6;
            border-top-color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
            color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
            color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
            color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
            list-style: none outside;
            margin: 0
        }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
                margin: 0 0 .5em
            }

                #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
                    cursor: pointer
                }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
                vertical-align: middle;
                margin: -3px 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 {
            }

            #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 {
            }

            #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 {
            }

            #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 {
            }

            #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 {
            }

            #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 {
            }

            #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 {
            }

            #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 {
            }

        #add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
            font-size: .857em;
            color: #767676;
            font-weight: 400
        }

        #add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
            margin: 0 0 1em
        }

        #add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
            margin-bottom: 0
        }

        #add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
            content: "";
            display: block;
            border: 1em solid #dfdcde;
            border-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: 52px;
        vertical-align: middle
    }

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

    .woocommerce-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373
    }

    .woocommerce-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b
    }

    .woocommerce-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53
    }

    .woocommerce-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733
    }

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.woocommerce form .form-row .required {
    visibility: visible
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#colorbox {
    outline: 0
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(../images/controls.png) no-repeat 0 0
}

#cboxTopCenter {
    height: 14px;
    background: url(../images/border.png) repeat-x top left
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(../images/controls.png) no-repeat -36px 0
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(../images/controls.png) no-repeat 0 -32px
}

#cboxBottomCenter {
    height: 43px;
    background: url(../images/border.png) repeat-x bottom left
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(../images/controls.png) no-repeat -36px -32px
}

#cboxMiddleLeft {
    width: 14px;
    background: url(../images/controls.png) repeat-y -175px 0
}

#cboxMiddleRight {
    width: 14px;
    background: url(../images/controls.png) repeat-y -211px 0
}

#cboxContent {
    background: #fff;
    overflow: visible
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 5px
}

#cboxLoadingOverlay {
    background: url(../images/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #7c7c7c
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: 700;
    color: #7c7c7c
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url(../images/controls.png) no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0
    }

#cboxPrevious {
    left: 0;
    background-position: -51px -25px
}

    #cboxPrevious:hover {
        background-position: -51px 0
    }

#cboxNext {
    left: 27px;
    background-position: -75px -25px
}

    #cboxNext:hover {
        background-position: -75px 0
    }

#cboxClose {
    right: 0;
    background-position: -100px -25px
}

    #cboxClose:hover {
        background-position: -100px 0
    }

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -150px 0
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -125px 0
    }

.yith_golab_colorbox #cboxLoadedContent {
    overflow: hidden !important
}

.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;
        -ms-user-select: none;
        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;
        -ms-user-select: none;
        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: #fff;
    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;
    -ms-user-select: none;
    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 form.cart.variations_form .variable:not(.type-select) .arrow, .woocommerce.archive form.cart.variations_form .variable:not(.type-select) .arrow, .woocommerce.single-product form.cart.variations_form .variable:not(.type-select) .arrow {
    display: none !important
}

.woocommerce div.product form.cart.variations_form .variable:not(.type-select) .line-hover:after, .woocommerce.archive form.cart.variations_form .variable:not(.type-select) .line-hover:after, .woocommerce.single-product form.cart.variations_form .variable:not(.type-select) .line-hover:after {
    content: none
}

.woocommerce div.product form.cart.variations_form .tawcvs-swatches, .woocommerce.archive form.cart.variations_form .tawcvs-swatches, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches {
    padding: 5px;
    display: inline-flex !important;
    flex-wrap: wrap
}

    .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch, .woocommerce.single-product form.cart.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 form.cart.variations_form .tawcvs-swatches .swatch:after, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch:before, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more:after, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:after, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more:after, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more:before {
            display: block !important
        }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-color, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-color, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-color, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color {
            text-indent: -9999em
        }

            .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after, .woocommerce.single-product form.cart.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 form.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color), .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color), .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color), .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color), .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color), .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color) {
            background-color: #f1f1f1
        }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-label, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-label, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-label, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label {
            font-size: 14px;
            min-width: max-content
        }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-image, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-image, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-image, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image {
            font-size: 0
        }

            .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip {
                font-size: 14px
            }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle, .woocommerce.single-product form.cart.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 form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img, .woocommerce.single-product form.cart.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 form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before {
                border-radius: 50%
            }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded {
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px
        }

            .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img, .woocommerce.single-product form.cart.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 form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before {
                border-radius: 8px
            }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0
        }

            .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img, .woocommerce.single-product form.cart.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 form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before {
                border-radius: 0
            }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.disabled, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.disabled, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.disabled, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled {
            cursor: default;
            opacity: .4 !important
        }

            .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip {
                display: none
            }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch:first-child, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:first-child, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:first-child, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child {
            margin-left: 0
        }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch:last-child, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:last-child, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:last-child, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child {
            margin-right: 0
        }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch:before, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:before, .woocommerce.single-product form.cart.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 form.cart.variations_form .tawcvs-swatches .swatch.selected, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.selected, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.selected, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected {
            border-color: transparent
        }

            .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.selected:before, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.selected:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.selected:before, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before {
                border-color: #674399
            }

            .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.selected:after, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.selected:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.selected:after, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after {
                content: none
            }

            .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label {
                border-bottom: none !important
            }

    .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch__tooltip, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch__tooltip, .woocommerce.single-product form.cart.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: 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.single-product form.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip {
        left: 20% !important;
        top: 10px
    }

    .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch__tooltip:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch__tooltip:after, .woocommerce.single-product form.cart.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 form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
        position: relative
    }

    .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-label:hover + .swatch__tooltip {
        opacity: 1;
        visibility: visible;
        user-select: auto
    }

    .woocommerce div.product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled, .woocommerce.archive form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled {
        position: relative;
        background: #33333357
    }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img, .woocommerce.archive form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img {
            opacity: .5
        }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled: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% - .8px),#000 50%,rgba(0,0,0,0) calc(50% + .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% - .8px),#000 50%,rgba(0,0,0,0) calc(50% + .8px),rgba(0,0,0,0) 100%)
        }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after {
            border-radius: 8px
        }

        .woocommerce div.product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after, .woocommerce.archive form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after {
            border-radius: 50%
        }

    .woocommerce div.product form.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled, .woocommerce.archive form.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled {
        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
}

.swatch-radio {
    width: 100%
}

    .swatch-radio input[type=radio] {
        width: auto !important;
        height: auto !important
    }
/*! elementor-icons - v5.15.0 - 30-01-2022 */
@font-face {
    font-family: eicons;
    src: url(../fonts/eicons.eot?5.15.0);
    src: url(../fonts/eicons.eot?5.15.0#iefix) format("embedded-opentype"),url(../fonts/eicons.woff2?5.15.0) format("woff2"),url(../fonts/eicons.woff?5.15.0) format("woff"),url(../fonts/eicons.ttf?5.15.0) format("truetype"),url(../fonts/eicons.svg?5.15.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-circle:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slides:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-t-letter:before {
    content: '\e86b'
}

.eicon-rezbahar:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview-medium:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-preview-thin:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

.eicon-cloud-upload:before {
    content: '\e949'
}

.eicon-search-bold:before {
    content: '\e94a'
}

.eicon-map-pin:before {
    content: '\e94b'
}

.eicon-meetup:before {
    content: '\e94c'
}

.eicon-slideshow:before {
    content: '\e94d'
}

.eicon-t-letter-bold:before {
    content: '\e94e'
}

.eicon-preferences:before {
    content: '\e94f'
}

.eicon-table-of-contents:before {
    content: '\e950'
}

.eicon-tv:before {
    content: '\e951'
}

.eicon-upload:before {
    content: '\e952'
}

.eicon-instagram-comments:before {
    content: '\e953'
}

.eicon-instagram-nested-gallery:before {
    content: '\e954'
}

.eicon-instagram-post:before {
    content: '\e955'
}

.eicon-instagram-video:before {
    content: '\e956'
}

.eicon-instagram-gallery:before {
    content: '\e957'
}

.eicon-instagram-likes:before {
    content: '\e958'
}

.eicon-facebook:before {
    content: '\e959'
}

.eicon-twitter:before {
    content: '\e95a'
}

.eicon-pinterest:before {
    content: '\e95b'
}

.eicon-frame-expand:before {
    content: '\e95c'
}

.eicon-frame-minimize:before {
    content: '\e95d'
}

.eicon-archive:before {
    content: '\e95e'
}

.eicon-colors-typography:before {
    content: '\e95f'
}

.eicon-custom:before {
    content: '\e960'
}

.eicon-footer:before {
    content: '\e961'
}

.eicon-header:before {
    content: '\e962'
}

.eicon-layout-settings:before {
    content: '\e963'
}

.eicon-lightbox-expand:before {
    content: '\e964'
}

.eicon-error-404:before {
    content: '\e965'
}

.eicon-theme-style:before {
    content: '\e966'
}

.eicon-search-results:before {
    content: '\e967'
}

.eicon-single-post:before {
    content: '\e968'
}

.eicon-site-identity:before {
    content: '\e969'
}

.eicon-theme-builder:before {
    content: '\e96a'
}

.eicon-download-bold:before {
    content: '\e96b'
}

.eicon-share-arrow:before {
    content: '\e96c'
}

.eicon-global-settings:before {
    content: '\e96d'
}

.eicon-user-preferences:before {
    content: '\e96e'
}

.eicon-lock:before {
    content: '\e96f'
}

.eicon-export-kit:before {
    content: '\e970'
}

.eicon-import-kit:before {
    content: '\e971'
}

.eicon-lottie:before {
    content: '\e972'
}

.eicon-products-archive:before {
    content: '\e973'
}

.eicon-single-product:before {
    content: '\e974'
}

.eicon-disable-trash-o:before {
    content: '\e975'
}

.eicon-single-page:before {
    content: '\e976'
}

.eicon-rezbahar-light:before {
    content: '\e977'
}

.eicon-cogs-check:before {
    content: '\e978'
}

.eicon-custom-css:before {
    content: '\e979'
}

.eicon-global-colors:before {
    content: '\e97a'
}

.eicon-globe:before {
    content: '\e97b'
}

.eicon-typography-1:before {
    content: '\e97c'
}

.eicon-background:before {
    content: '\e97d'
}

.eicon-device-responsive:before {
    content: '\e97e'
}

.eicon-device-wide:before {
    content: '\e97f'
}

.eicon-code-highlight:before {
    content: '\e980'
}

.eicon-video-playlist:before {
    content: '\e981'
}

.eicon-download-kit:before {
    content: '\e982'
}

.eicon-kit-details:before {
    content: '\e983'
}

.eicon-kit-parts:before {
    content: '\e984'
}

.eicon-kit-upload:before {
    content: '\e985'
}

.eicon-kit-plugins:before {
    content: '\e986'
}

.eicon-kit-upload-alt:before {
    content: '\e987'
}

.eicon-hotspot:before {
    content: '\e988'
}

.eicon-paypal-button:before {
    content: '\e989'
}

.eicon-shape:before {
    content: '\e98a'
}

.eicon-wordart:before {
    content: '\e98b'
}

.eicon-checkout:before {
    content: '\e98c'
}

.eicon-container:before {
    content: '\e98d'
}

.eicon-flip:before {
    content: '\e98e'
}

.eicon-info:before {
    content: '\e98f'
}

.eicon-my-account:before {
    content: '\e990'
}

.eicon-purchase-summary:before {
    content: '\e991'
}

.eicon-page-transition:before {
    content: '\e992'
}

.eicon-spotify:before {
    content: '\e993'
}

.eicon-stripe-button:before {
    content: '\e994'
}

.eicon-woo-settings:before {
    content: '\e995'
}

.eicon-woo-cart:before {
    content: '\e996'
}

.eicon-grow:before {
    content: '\e997'
}

.eicon-order-end:before {
    content: '\e998'
}

.eicon-nowrap:before {
    content: '\e999'
}

.eicon-order-start:before {
    content: '\e99a'
}

.eicon-progress-tracker:before {
    content: '\e99b'
}

.eicon-shrink:before {
    content: '\e99c'
}

.eicon-wrap:before {
    content: '\e99d'
}

.eicon-align-center-h:before {
    content: '\e99e'
}

.eicon-align-center-v:before {
    content: '\e99f'
}

.eicon-align-end-h:before {
    content: '\e9a0'
}

.eicon-align-end-v:before {
    content: '\e9a1'
}

.eicon-align-start-h:before {
    content: '\e9a2'
}

.eicon-align-start-v:before {
    content: '\e9a3'
}

.eicon-align-stretch-h:before {
    content: '\e9a4'
}

.eicon-align-stretch-v:before {
    content: '\e9a5'
}

.eicon-justify-center-h:before {
    content: '\e9a6'
}

.eicon-justify-center-v:before {
    content: '\e9a7'
}

.eicon-justify-end-h:before {
    content: '\e9a8'
}

.eicon-justify-end-v:before {
    content: '\e9a9'
}

.eicon-justify-space-around-h:before {
    content: '\e9aa'
}

.eicon-justify-space-around-v:before {
    content: '\e9ab'
}

.eicon-justify-space-between-h:before {
    content: '\e9ac'
}

.eicon-justify-space-between-v:before {
    content: '\e9ad'
}

.eicon-justify-space-evenly-h:before {
    content: '\e9ae'
}

.eicon-justify-space-evenly-v:before {
    content: '\e9af'
}

.eicon-justify-start-h:before {
    content: '\e9b0'
}

.eicon-justify-start-v:before {
    content: '\e9b1'
}

.eicon-woocommerce-cross-sells:before {
    content: '\e9b2'
}

.eicon-woocommerce-notices:before {
    content: '\e9b3'
}

.eicon-inner-container:before {
    content: '\e9b4'
}

.eicon-warning-full:before {
    content: '\e9b5'
}

.eicon-exit:before {
    content: '\e9b6'
}

.eicon-eye:before {
    content: '\e8ac'
}

.eicon-elementor-square:before {
    content: '\e813'
}
/*! elementor - v3.6.5 - 27-04-2022 */
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .dialog-type-lightbox .dialog-widget-content {
        margin: auto;
        width: 375px
    }

    .dialog-type-lightbox .dialog-header {
        font-size: 15px;
        color: #495157;
        padding: 30px 0 10px;
        font-weight: 500
    }

    .dialog-type-lightbox .dialog-message {
        padding: 0 30px 30px;
        min-height: 50px
    }

    .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header, .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
        text-align: center
    }

    .dialog-type-lightbox .dialog-buttons-wrapper {
        border-top: 1px solid #e6e9ec;
        text-align: center
    }

        .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
            font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
            width: 50%;
            border: none;
            background: none;
            color: #6d7882;
            font-size: 15px;
            cursor: pointer;
            padding: 13px 0;
            outline: 0
        }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
                background-color: #f4f6f7
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
                color: #b01b1b
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
                color: #39b54a
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
                background-color: rgba(230,233,236,.5)
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
                border: 0
            }

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

    .dialog-close-button:not(:hover) {
        opacity: .4
    }

.dialog-alert-widget .dialog-buttons-wrapper > button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media (max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

    .elementor-fit-aspect-ratio iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: 0;
        background-color: #000
    }

    .elementor-fit-aspect-ratio video {
        width: 100%
    }

.flatpickr-calendar {
    width: 280px
}

    .flatpickr-calendar .flatpickr-current-month span.cur-month {
        font-weight: 300
    }

    .flatpickr-calendar .dayContainer {
        width: 280px;
        min-width: 280px;
        max-width: 280px
    }

    .flatpickr-calendar .flatpickr-days {
        width: 280px
    }

    .flatpickr-calendar .flatpickr-day {
        max-width: 37px;
        height: 37px;
        line-height: 37px
    }

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper, .elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
        height: 40px;
        margin-left: 5px
    }

    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
        padding: 12px 36px;
        color: #fff;
        width: auto;
        font-size: 15px
    }

        .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
            background-color: #39b54a
        }

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

    .elementor-templates-modal__header__logo-area > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    .elementor-templates-modal__header__item > i {
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        cursor: pointer
    }

        .elementor-templates-modal__header__item > i:not(:hover) {
            color: #a4afb7
        }

.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec
}

    .elementor-templates-modal__header__close--normal i {
        font-size: 18px
    }

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer
}

    .elementor-templates-modal__header__close--skip > i {
        font-size: inherit;
        padding-left: 10px;
        margin-left: 15px;
        border-left: 1px solid
    }

        .elementor-templates-modal__header__close--skip > i:not(:hover) {
            color: #fff
        }

.elementor-templates-modal__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0,0%,100%,.3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0,0,0,.05);
    box-shadow: inset 0 0 13px rgba(0,0,0,.05)
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section {
    border-top: 1px solid #464b50;
    margin-top: 6px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

    .e-logo-wrapper i {
        color: #fff;
        font-size: 1em
    }

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
    color: #39b54a
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
    color: #b01b1b
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

    .elementor *, .elementor :after, .elementor :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .elementor a {
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none
    }

    .elementor hr {
        margin: 0;
        background-color: transparent
    }

    .elementor img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
        margin: 0
    }

    .elementor embed, .elementor iframe, .elementor object, .elementor video {
        max-width: 100%;
        width: 100%;
        margin: 0;
        line-height: 1;
        border: none
    }

    .elementor .elementor-custom-embed {
        line-height: 0
    }

    .elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        z-index: 0;
        direction: ltr
    }

    .elementor .elementor-background-video-container {
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        pointer-events: none
    }

        .elementor .elementor-background-video-container.elementor-loading {
            opacity: 0
        }

    .elementor .elementor-background-video-embed {
        max-width: none
    }

    .elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .elementor .elementor-background-video {
        max-width: none
    }

    .elementor .elementor-html5-video {
        -o-object-fit: cover;
        object-fit: cover
    }

    .elementor .elementor-background-overlay, .elementor .elementor-background-slideshow {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute
    }

    .elementor .elementor-background-slideshow {
        z-index: 0
    }

    .elementor .elementor-background-slideshow__slide__image {
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-size: cover
    }

.e-container > .elementor-element.elementor-absolute, .elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute
}

.e-container > .elementor-element.elementor-fixed, .elementor-widget-wrap > .elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: var(--flex-direction);
    flex-direction: var(--flex-direction);
    -ms-flex-wrap: var(--flex-wrap);
    flex-wrap: var(--flex-wrap);
    -webkit-box-pack: var(--justify-content);
    -ms-flex-pack: var(--justify-content);
    justify-content: var(--justify-content);
    -webkit-box-align: var(--align-items);
    -ms-flex-align: var(--align-items);
    align-items: var(--align-items);
    -ms-flex-line-pack: var(--align-content);
    align-content: var(--align-content);
    gap: var(--gap);
    -ms-flex-preferred-size: var(--flex-basis);
    flex-basis: var(--flex-basis);
    -webkit-box-flex: var(--flex-grow);
    -ms-flex-positive: var(--flex-grow);
    flex-grow: var(--flex-grow);
    -ms-flex-negative: var(--flex-shrink);
    flex-shrink: var(--flex-shrink);
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order);
    -ms-flex-item-align: var(--align-self);
    align-self: var(--align-self)
}

    .elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
        z-index: 1
    }

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

    .elementor-align-center .elementor-button {
        width: auto
    }

.elementor-align-right {
    text-align: right
}

    .elementor-align-right .elementor-button {
        width: auto
    }

.elementor-align-left {
    text-align: left
}

    .elementor-align-left .elementor-button {
        width: auto
    }

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .elementor-custom-embed-play i {
        font-size: 100px;
        color: #fff;
        text-shadow: 1px 0 6px rgba(0,0,0,.3)
    }

    .elementor-custom-embed-play svg {
        height: 100px;
        width: 100px;
        fill: #fff;
        -webkit-filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
        filter: drop-shadow(1px 0 6px rgba(0,0,0,.3))
    }

    .elementor-custom-embed-play i, .elementor-custom-embed-play svg {
        opacity: .8;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        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 {
        -webkit-animation: eicon-spin 2s linear infinite;
        animation: eicon-spin 2s linear infinite
    }

.elementor-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

    .elementor-ken-burns--active.elementor-ken-burns--out {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .elementor-ken-burns--active.elementor-ken-burns--in {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

@media (min-width:-1px) {
    .elementor-widescreen-align-center {
        text-align: center
    }

        .elementor-widescreen-align-center .elementor-button {
            width: auto
        }

    .elementor-widescreen-align-right {
        text-align: right
    }

        .elementor-widescreen-align-right .elementor-button {
            width: auto
        }

    .elementor-widescreen-align-left {
        text-align: left
    }

        .elementor-widescreen-align-left .elementor-button {
            width: auto
        }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-laptop-align-center {
        text-align: center
    }

        .elementor-laptop-align-center .elementor-button {
            width: auto
        }

    .elementor-laptop-align-right {
        text-align: right
    }

        .elementor-laptop-align-right .elementor-button {
            width: auto
        }

    .elementor-laptop-align-left {
        text-align: left
    }

        .elementor-laptop-align-left .elementor-button {
            width: auto
        }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

        .elementor-tablet_extra-align-center .elementor-button {
            width: auto
        }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

        .elementor-tablet_extra-align-right .elementor-button {
            width: auto
        }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

        .elementor-tablet_extra-align-left .elementor-button {
            width: auto
        }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

        .elementor-tablet-align-center .elementor-button {
            width: auto
        }

    .elementor-tablet-align-right {
        text-align: right
    }

        .elementor-tablet-align-right .elementor-button {
            width: auto
        }

    .elementor-tablet-align-left {
        text-align: left
    }

        .elementor-tablet-align-left .elementor-button {
            width: auto
        }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

        .elementor-mobile_extra-align-center .elementor-button {
            width: auto
        }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

        .elementor-mobile_extra-align-right .elementor-button {
            width: auto
        }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

        .elementor-mobile_extra-align-left .elementor-button {
            width: auto
        }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

        .elementor-mobile-align-center .elementor-button {
            width: auto
        }

    .elementor-mobile-align-right {
        text-align: right
    }

        .elementor-mobile-align-right .elementor-button {
            width: auto
        }

    .elementor-mobile-align-left {
        text-align: left
    }

        .elementor-mobile-align-left .elementor-button {
            width: auto
        }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title, h1.entry-title {
    display: var(--page-title-display)
}

@-webkit-keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    -webkit-animation: eicon-spin 2s linear infinite;
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

    .elementor-section .elementor-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle > .elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap > .elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

    .elementor-widget:not(:last-child) {
        margin-bottom: 20px
    }

        .elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
            margin-bottom: 0
        }

.elementor-column {
    min-height: 1px
}

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

.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:-1px) {
    .elementor-reverse-widescreen > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child, .elementor-reverse-laptop > .elementor-container > :nth-child(2), .elementor-reverse-laptop > .elementor-container > :nth-child(3), .elementor-reverse-laptop > .elementor-container > :nth-child(4), .elementor-reverse-laptop > .elementor-container > :nth-child(5), .elementor-reverse-laptop > .elementor-container > :nth-child(6), .elementor-reverse-laptop > .elementor-container > :nth-child(7), .elementor-reverse-laptop > .elementor-container > :nth-child(8), .elementor-reverse-laptop > .elementor-container > :nth-child(9), .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0
    }

    .elementor-reverse-tablet_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:-1px) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1px) {
    .elementor-reverse-tablet > .elementor-container > :first-child, .elementor-reverse-tablet > .elementor-container > :nth-child(2), .elementor-reverse-tablet > .elementor-container > :nth-child(3), .elementor-reverse-tablet > .elementor-container > :nth-child(4), .elementor-reverse-tablet > .elementor-container > :nth-child(5), .elementor-reverse-tablet > .elementor-container > :nth-child(6), .elementor-reverse-tablet > .elementor-container > :nth-child(7), .elementor-reverse-tablet > .elementor-container > :nth-child(8), .elementor-reverse-tablet > .elementor-container > :nth-child(9), .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0
    }

    .elementor-reverse-mobile_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
        word-break: break-word
    }

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

    .elementor-grid .elementor-grid-item {
        min-width: 0
    }

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

    .elementor-grid-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1,1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2,1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3,1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4,1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6,1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7,1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8,1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9,1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10,1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11,1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12,1fr)
}

@media (min-width:-1px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1px) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.e-container {
    --border-radius: 0;
    --display: flex;
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    --content-width: Min(100%,var(--container-max-width,1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0;
    --margin-right: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --padding-top: var(--container-default-padding,0px);
    --padding-right: var(--container-default-padding,0px);
    --padding-bottom: var(--container-default-padding,0px);
    --padding-left: var(--container-default-padding,0px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --transition: 0;
    --gap: var(--widgets-spacing,20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0;
    position: var(--position);
    display: var(--display);
    text-align: var(--text-align);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: var(--flex-direction);
    flex-direction: var(--flex-direction);
    -webkit-box-flex: var(--flex-grow);
    -ms-flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    width: var(--width);
    min-width: 0;
    max-width: Min(100%,var(--width));
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding: var(--padding-top) calc((100% - var(--content-width)) / 2 + var(--padding-right)) var(--padding-bottom) calc((100% - var(--content-width)) / 2 + var(--padding-left));
    z-index: var(--z-index);
    overflow: var(--overflow);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition)
}

:is(.elementor-section-wrap,[data-elementor-id]) > .e-container {
    --margin-right: auto;
    --margin-left: auto
}

.e-container .elementor-empty-view {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: var(--min-height,100px)
}

    .e-container .elementor-empty-view .elementor-first-add {
        width: auto;
        height: auto;
        inset: 10px
    }

.e-container .elementor-widget-placeholder {
    --size: 10px;
    --margin-start: calc(-1 * var(--size));
    --margin-end: calc(-2 * var(--size));
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    z-index: 1;
    pointer-events: none
}

.e-container.e-container--row > .elementor-widget-placeholder {
    position: relative;
    z-index: 9999;
    width: var(--size);
    -webkit-margin-start: var(--margin-start);
    margin-inline-start: var(--margin-start);
    height: auto;
    min-height: 100%;
    -webkit-animation-name: dnd-placeholder-widget-vertical;
    animation-name: dnd-placeholder-widget-vertical;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"]) > .elementor-widget-placeholder {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: calc(var(--margin-start) + var(--margin-end));
    margin-inline-start: calc(var(--margin-start) + var(--margin-end))
}

.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"]) > :not(.elementor-element) + .elementor-widget-placeholder {
    -webkit-margin-end: var(--margin-end);
    margin-inline-end: var(--margin-end);
    -webkit-margin-start: var(--margin-start);
    margin-inline-start: var(--margin-start)
}

.e-container.e-container--column > .elementor-widget-placeholder {
    height: var(--size);
    -webkit-margin-before: var(--margin-start);
    margin-block-start: var(--margin-start);
    -webkit-margin-after: var(--margin-end);
    margin-block-end: var(--margin-end);
    -webkit-animation-name: dnd-placeholder-widget-horizontal;
    animation-name: dnd-placeholder-widget-horizontal
}

    .e-container.e-container--column > .elementor-widget-placeholder:nth-last-child(2) {
        -webkit-margin-before: calc(2 * var(--margin-start));
        margin-block-start: calc(2 * var(--margin-start));
        --margin-end: 0
    }

.e-container .elementor-sortable-helper {
    height: 84px;
    width: 125px;
    z-index: -1
}

.e-container .elementor-widget.elementor-widget {
    margin-bottom: 0
}

.e-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    -webkit-transition: var(--overlay-transition);
    -o-transition: var(--overlay-transition);
    transition: var(--overlay-transition);
    border-radius: var(--border-radius)
}

.e-container .elementor-widget {
    min-width: 0
}

.e-container .elementor-widget-google_maps, .e-container .elementor-widget-video {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.e-container .elementor-widget.e-widget-swiper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting {
    position: relative;
    background-color: #556068
}

    .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:hover, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:hover {
        background-color: #495157
    }

    .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add, .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-edit + .elementor-editor-element-remove, .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:first-child:before, .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:last-child:after, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-edit + .elementor-editor-element-remove, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:first-child:before, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:last-child:after {
        display: none
    }

    .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:not(.elementor-editor-element-edit), .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:not(.elementor-editor-element-edit) {
        -webkit-margin-start: -25px;
        margin-inline-start: -25px;
        z-index: -1;
        -webkit-transition: all .3s;
        -o-transition: .3s all;
        transition: all .3s;
        will-change: margin-inline-start
    }

.e-container > .e-container > .elementor-element-overlay > .elementor-editor-element-settings:hover > :is(.elementor-editor-element-duplicate,.elementor-editor-element-remove), .elementor-widget .e-container > .elementor-element-overlay > .elementor-editor-element-settings:hover > :is(.elementor-editor-element-duplicate,.elementor-editor-element-remove) {
    -webkit-margin-start: 0;
    margin-inline-start: 0
}

.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-settings, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-settings {
    inset: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    inset-inline-start: 0;
    top: 0;
    border-radius: 0;
    border-end-end-radius: 3px;
    height: auto;
    background-color: #556068
}

    .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-settings:hover, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-settings:hover {
        background-color: #495157
    }

    .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-settings i.eicon-handle:before, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-settings i.eicon-handle:before {
        content: "\e9b4";
        font-size: 20px;
        display: block;
        padding: 2px
    }

@media (max-width:767px) {
    .e-container {
        --width: 100%;
        --flex-wrap: wrap
    }
}

@-webkit-keyframes dnd-placeholder-widget-vertical {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(0);
        transform: translateX(50%) scaleX(0);
        opacity: 0
    }

    to {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(1);
        transform: translateX(50%) scaleX(1);
        opacity: .9
    }
}

@keyframes dnd-placeholder-widget-vertical {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(0);
        transform: translateX(50%) scaleX(0);
        opacity: 0
    }

    to {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(1);
        transform: translateX(50%) scaleX(1);
        opacity: .9
    }
}

@-webkit-keyframes dnd-placeholder-widget-horizontal {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }

    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: .9
    }
}

@keyframes dnd-placeholder-widget-horizontal {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }

    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: .9
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
        -ms-flex-preferred-size: 100%;
        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 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

.elementor-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .elementor-field-group.elementor-field-type-submit {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .elementor-field-group .elementor-field-textual {
        width: 100%;
        max-width: 100%;
        border: 1px solid #818a91;
        background-color: transparent;
        color: #373a3c;
        vertical-align: middle;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .elementor-field-group .elementor-field-textual:focus {
            -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
            box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
            outline: 0
        }

        .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

        .elementor-field-group .elementor-field-textual:-ms-input-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

        .elementor-field-group .elementor-field-textual:-moz-placeholder, .elementor-field-group .elementor-field-textual::-moz-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

        .elementor-field-group .elementor-field-textual::-ms-input-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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%
    }

        .elementor-field-group .elementor-select-wrapper select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            font-weight: inherit;
            font-style: inherit;
            text-transform: inherit;
            letter-spacing: inherit;
            line-height: inherit;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            padding-right: 20px
        }

        .elementor-field-group .elementor-select-wrapper:before {
            content: "\e92a";
            font-family: eicons;
            font-size: 15px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 10px;
            pointer-events: none;
            text-shadow: 0 0 3px rgba(0,0,0,.3)
        }

    .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
        content: ""
    }

.elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .elementor-field-subgroup .elementor-field-option label {
        display: inline-block
    }

    .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
        padding-right: 10px
    }

    .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

    .elementor-field-textual.elementor-size-xs {
        font-size: 13px;
        min-height: 33px;
        padding: 4px 12px;
        border-radius: 2px
    }

    .elementor-field-textual.elementor-size-md {
        font-size: 16px;
        min-height: 47px;
        padding: 6px 16px;
        border-radius: 4px
    }

    .elementor-field-textual.elementor-size-lg {
        font-size: 18px;
        min-height: 59px;
        padding: 7px 20px;
        border-radius: 5px
    }

    .elementor-field-textual.elementor-size-xl {
        font-size: 20px;
        min-height: 72px;
        padding: 8px 24px;
        border-radius: 6px
    }

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .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 {
        -ms-flex-preferred-size: initial;
        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 {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    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 {
    -ms-flex-preferred-size: initial;
    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 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .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 {
            -ms-flex-preferred-size: initial;
            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 {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        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 {
        -ms-flex-preferred-size: initial;
        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 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .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 {
            -ms-flex-preferred-size: initial;
            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 {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        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 {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

    .elementor-message:before {
        content: "\e90e";
        display: inline-block;
        font-family: eicons;
        font-weight: 400;
        font-style: normal;
        vertical-align: middle;
        margin-right: 5px
    }

    .elementor-message.elementor-message-danger {
        color: #d9534f
    }

        .elementor-message.elementor-message-danger:before {
            content: "\e87f"
        }

    .elementor-message.form-message-success {
        color: #5cb85c
    }

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

    .elementor-form .elementor-button > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-form .elementor-button.elementor-size-xs {
        min-height: 33px
    }

    .elementor-form .elementor-button.elementor-size-sm {
        min-height: 40px
    }

    .elementor-form .elementor-button.elementor-size-md {
        min-height: 47px
    }

    .elementor-form .elementor-button.elementor-size-lg {
        min-height: 59px
    }

    .elementor-form .elementor-button.elementor-size-xl {
        min-height: 72px
    }

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
        color: #fff
    }

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

    .elementor-button-icon svg {
        width: 1em;
        height: auto
    }

    .elementor-button-icon .e-font-icon-svg {
        height: 1em
    }

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

    .elementor-icon:hover {
        color: #818a91
    }

    .elementor-icon i, .elementor-icon svg {
        width: 1em;
        height: 1em;
        position: relative;
        display: block
    }

        .elementor-icon i:before, .elementor-icon svg:before {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        .elementor-icon i.fad {
            width: auto
        }

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    -webkit-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: 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));
    -webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -webkit-transition: -webkit-transform var(--e-transform-transition-duration,.4s);
    transition: -webkit-transform var(--e-transform-transition-duration,.4s);
    -o-transition: transform var(--e-transform-transition-duration,.4s);
    transition: transform var(--e-transform-transition-duration,.4s);
    transition: transform var(--e-transform-transition-duration,.4s),-webkit-transform var(--e-transform-transition-duration,.4s)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .swiper-container .swiper-slide figure {
        line-height: 0
    }

    .swiper-container .elementor-lightbox-content-source {
        display: none
    }

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat 50%
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.5)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-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
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0,0%,93.3%,.9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .elementor-swiper-button svg {
        fill: hsla(0,0%,93.3%,.9);
        height: 1em;
        width: 1em
    }

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    -webkit-transform: translate3d(0,-50%,1px);
    transform: translate3d(0,-50%,1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-size: 100%;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0,0%,93.3%,0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

    .elementor-lightbox .dialog-header {
        display: none
    }

    .elementor-lightbox .dialog-widget-content {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        height: 100%
    }

    .elementor-lightbox .dialog-message {
        -webkit-animation-duration: .3s;
        animation-duration: .3s
    }

        .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
            height: 100%
        }

        .elementor-lightbox .dialog-message.dialog-lightbox-message {
            padding: 0
        }

    .elementor-lightbox .dialog-lightbox-close-button {
        cursor: pointer;
        position: absolute;
        font-size: var(--lightbox-header-icons-size);
        right: .75em;
        margin-top: 13px;
        padding: .25em;
        z-index: 2;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .elementor-lightbox .dialog-lightbox-close-button svg {
            height: 1em;
            width: 1em
        }

    .elementor-lightbox .dialog-lightbox-close-button, .elementor-lightbox .elementor-swiper-button {
        color: var(--lightbox-ui-color);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 1
    }

        .elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
            fill: var(--lightbox-ui-color)
        }

        .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-lightbox .elementor-swiper-button:hover {
            color: var(--lightbox-ui-color-hover)
        }

            .elementor-lightbox .dialog-lightbox-close-button:hover svg, .elementor-lightbox .elementor-swiper-button:hover svg {
                fill: var(--lightbox-ui-color-hover)
            }

    .elementor-lightbox .swiper-container {
        height: 100%
    }

    .elementor-lightbox .elementor-lightbox-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        margin: auto
    }

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        border: none
    }

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

        .elementor-lightbox .elementor-swiper-button-next i, .elementor-lightbox .elementor-swiper-button-prev i {
            padding: 10px;
            background-color: rgba(0,0,0,.5)
        }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer, .elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

    .elementor-slideshow__header > i, .elementor-slideshow__header > svg {
        cursor: pointer;
        padding: .25em;
        margin: 0 .35em
    }

    .elementor-slideshow__header > i {
        font-size: inherit
    }

        .elementor-slideshow__header > i:hover {
            color: var(--lightbox-ui-color-hover)
        }

    .elementor-slideshow__header > svg {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        fill: var(--lightbox-ui-color);
        height: 1em;
        width: 1em
    }

        .elementor-slideshow__header > svg:hover {
            fill: var(--lightbox-ui-color-hover)
        }

    .elementor-slideshow__header .elementor-slideshow__counter {
        margin-right: auto
    }

    .elementor-slideshow__header .elementor-icon-share {
        z-index: 5
    }

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

    .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
        color: #2c2c2c
    }

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all .25s .1s;
    -o-transition: all .25s .1s;
    transition: all .25s .1s;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.3);
    box-shadow: 0 4px 15px rgba(0,0,0,.3)
}

    .elementor-slideshow__share-links a {
        text-align: left;
        color: #55595c;
        font-size: 12px;
        line-height: 2.5;
        display: block;
        opacity: 0;
        -webkit-transition: opacity .5s .1s;
        -o-transition: opacity .5s .1s;
        transition: opacity .5s .1s
    }

        .elementor-slideshow__share-links a:hover {
            color: #000
        }

        .elementor-slideshow__share-links a i, .elementor-slideshow__share-links a svg {
            margin-right: .75em
        }

        .elementor-slideshow__share-links a i {
            font-size: 1.25em
        }

        .elementor-slideshow__share-links a svg {
            height: 1.25em;
            width: 1.25em
        }

    .elementor-slideshow__share-links:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        right: .5em;
        border: .45em solid transparent;
        border-bottom-color: #fff;
        -webkit-transform: translateY(-100%) scaleX(.7);
        -ms-transform: translateY(-100%) scaleX(.7);
        transform: translateY(-100%) scaleX(.7)
    }

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description, .elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer, .elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next, .elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer, .elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next, .elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

    .elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
        opacity: 1
    }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
            color: #1da1f2
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
            color: #3b5998
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
            color: #bd081c
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
            color: #a4afb7
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
            fill: #1da1f2
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
            fill: #3b5998
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
            fill: #bd081c
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
            fill: #a4afb7
        }

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

    .animated.animated-slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.animated-fast {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.reverse {
        animation-direction: reverse;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

@media (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

    .elementor-shape-top:not([data-negative=false]) svg {
        z-index: -1
    }

.elementor-shape-bottom {
    bottom: -1px
}

    .elementor-shape-bottom:not([data-negative=true]) svg {
        z-index: -1
    }

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page > .ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector > .ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#left-area ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right,flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--justify-content,space-between);
    -ms-flex-pack: var(--justify-content,space-between);
    justify-content: var(--justify-content,space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content,space-between);
        -ms-flex-pack: var(--justify-content,space-between);
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content,space-between);
        -ms-flex-pack: var(--justify-content,space-between);
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .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:-1px) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment,left)
}

    .elementor-widget-text-path svg {
        width: var(--width);
        max-width: 100%;
        height: auto;
        overflow: visible;
        word-spacing: var(--word-spacing);
        -webkit-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
        -ms-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
        transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))
    }

        .elementor-widget-text-path svg path {
            vector-effect: non-scaling-stroke;
            fill: var(--path-fill,transparent);
            stroke: var(--stroke-color,transparent);
            stroke-width: var(--stroke-width,1px);
            -webkit-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
            -o-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
            transition: var(--stroke-transition) stroke,var(--stroke-transition) fill
        }

        .elementor-widget-text-path svg:hover path {
            --path-fill: var(--path-fill-hover);
            --stroke-color: var(--stroke-color-hover);
            --stroke-width: var(--stroke-width-hover)
        }

        .elementor-widget-text-path svg text {
            --fill: var(--text-color);
            fill: var(--fill);
            direction: var(--direction,ltr);
            -webkit-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
            -o-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
            transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill
        }

            .elementor-widget-text-path svg text:hover {
                --color: var(--text-color-hover,var(--text-color));
                --fill: var(--color);
                color: var(--color)
            }

.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 .woocommerce-error .button, .woocommerce .woocommerce-message .button, .woocommerce .checkout_coupon .button, .woocommerce table.shop_table input.button:disabled, .woocommerce table.shop_table input.button, .woocommerce .details-product .information .stock.out-of-stock, .woocommerce div.product form.cart .button, .woocommerce div.product form.cart .added_to_cart, .woocommerce .return-to-shop .button, .woocommerce .track_order .button, .woocommerce #respond input#submit, .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: #0f2041;
        background-color: #fff;
        border-color: #0f2041
    }

.open .btn-outline-light.dropdown-toggle {
    color: #0f2041;
    background-color: #fff;
    border-color: #0f2041
}

.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-shop {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    border: 0
}

.btn-outline.btn-default {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

    .btn-outline.btn-default:hover {
        color: #f09e5d;
        border-color: #fff;
        background: #fff
    }

.btn-outline.btn-primary, .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 {
    background: 0 0;
    border-color: #0f2041;
    color: #0f2041
}

    .btn-outline.btn-primary: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 {
        color: #fff;
        border-color: #0f2041;
        background: #0f2041
    }

.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, .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 {
    color: #0f2041;
    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 .return-to-shop .btn-inverse.button:hover, .woocommerce .track_order .btn-inverse.button:hover, .woocommerce #respond input.btn-inverse#submit:hover, .woocommerce .wishlist_table .product-add-to-cart a.btn-inverse:hover, .btn-inverse.viewmore-products-btn:hover {
    color: #f09e5d;
    background: #fff
}

.btn-compare.btn-outline {
    color: #4c4c4c;
    background: #fff;
    border: 1px solid #e9e9e9;
    height: 41px
}

    .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: #f09e5d !important;
    text-transform: none;
    padding: 0 0 4px;
    border-bottom: 2px solid #f09e5d
}

    .reamore i {
        margin-left: 8px
    }

.rtl .reamore i {
    margin-right: 8px;
    margin-left: inherit
}

.goal-loadmore-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background: #f09e5d;
    color: #fff;
    text-transform: none;
    transition: all .2s ease-in-out 0s;
    padding: 10px 30px;
    transition: all .2s ease-in-out 0s
}

    .goal-loadmore-btn:hover, .goal-loadmore-btn:active {
        color: #fff;
        background: #0f2041
    }

.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/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 .woocommerce-error .button:focus, .woocommerce .woocommerce-message .button:focus, .woocommerce .checkout_coupon .button:focus, .woocommerce table.shop_table input.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, .woocommerce .return-to-shop .button:focus, .woocommerce .track_order .button:focus, .woocommerce #respond input#submit:focus, .woocommerce .wishlist_table .product-add-to-cart a:focus, .viewmore-products-btn:focus {
        outline: none !important;
        box-shadow: none !important
    }

.btn-link {
    color: #f09e5d;
    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(240,158,93,.8)
}

.read-more {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    color: #f09e5d
}

.btn-white {
    background: #fff;
    color: #0f2041;
    border-color: #fff
}

    .btn-white:active, .btn-white:hover {
        color: #f09e5d;
        background: #f2f2f2;
        border-color: #f2f2f2
    }

    .btn-white.btn-br-white {
        background: #fff;
        color: #0f2041;
        border-color: #fff
    }

        .btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
            color: #0f2041;
            background: #d9d9d9;
            border-color: #d9d9d9
        }

.btn-gradient {
    border: none !important;
    overflow: hidden;
    color: #fff;
    background-color: #f09e5d;
    border-color: #f09e5d;
    background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1);
    position: relative;
    transition: all .3s ease-in-out 0s;
    padding: 12px 30px
}

    .btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active, .btn-gradient.active, .open > .btn-gradient.dropdown-toggle {
        color: #fff;
        background-color: #ec822e;
        border-color: #ec822e
    }

    .btn-gradient:active, .btn-gradient.active, .open > .btn-gradient.dropdown-toggle {
        background-image: none
    }

    .btn-gradient.disabled, .btn-gradient.disabled:hover, .btn-gradient.disabled:focus, .btn-gradient.disabled:active, .btn-gradient.disabled.active, .btn-gradient[disabled], .btn-gradient[disabled]:hover, .btn-gradient[disabled]:focus, .btn-gradient[disabled]:active, .btn-gradient[disabled].active, fieldset[disabled] .btn-gradient, fieldset[disabled] .btn-gradient:hover, fieldset[disabled] .btn-gradient:focus, fieldset[disabled] .btn-gradient:active, fieldset[disabled] .btn-gradient.active {
        background-color: #f09e5d;
        border-color: #f09e5d
    }

    .btn-gradient .badge {
        color: #f09e5d;
        background-color: #fff
    }

    .btn-gradient:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        background-image: linear-gradient(to right,#ec822e 0%,#ec822e 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEC822E",endColorstr="#FFEC822E",GradientType=1);
        transition: opacity .5s ease-out
    }

    .btn-gradient > * {
        position: relative;
        z-index: 2
    }

    .btn-gradient:hover, .btn-gradient:active {
        color: #fff !important;
        background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1)
    }

        .btn-gradient:hover:before, .btn-gradient:active:before {
            background-image: linear-gradient(to right,#ec822e 0%,#ec822e 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEC822E",endColorstr="#FFEC822E",GradientType=1);
            transition: opacity .5s ease-out
        }

    .btn-gradient.btn-white {
        color: #0f2041
    }

        .btn-gradient.btn-white:before {
            content: "";
            border-radius: 0;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            width: auto;
            height: auto;
            top: 2px;
            right: 2px;
            left: 2px;
            bottom: 2px;
            opacity: 1;
            filter: alpha(opacity=100);
            background: #fff
        }

        .btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
            color: #fff !important
        }

            .btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
                opacity: 0;
                filter: alpha(opacity=0)
            }

.btn-readmore {
    color: #0f2041;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    position: relative
}

    .btn-readmore:after {
        content: "";
        position: absolute;
        top: 100%;
        margin-top: 0;
        height: 1px;
        background-color: #0f2041;
        width: 100%;
        left: 50%;
        transition: transform .5s cubic-bezier(.28,0,.18,1) .2s;
        transform: translateX(-50%) scaleX(1)
    }

    .btn-readmore:hover:after {
        transform: translateX(-50%) scaleX(0);
        transition: transform .5s cubic-bezier(.28,0,.18,1)
    }

    .btn-readmore i {
        margin-left: 5px
    }

.rtl .btn-readmore i {
    margin-right: 5px;
    margin-left: inherit
}

.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: #0f2041;
    border-color: #f09e5d
}

    .btn-outline.btn-white:active, .btn-outline.btn-white:hover {
        color: #fff;
        background: #f09e5d;
        border-color: #f09e5d
    }

.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: #d77c7b;
        border-color: #d77c7b
    }

    .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, .woocommerce .woocommerce-error .btn-inverse.button:active, .woocommerce .woocommerce-message .btn-inverse.button:active, .woocommerce .checkout_coupon .btn-inverse.button:active, .woocommerce table.shop_table input.btn-inverse.button:active, .btn-primary.btn-inverse: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 {
    background: #fff !important;
    color: #0f2041 !important;
    border-color: #0f2041 !important
}

.btn-theme, .woocommerce .return-to-shop .button, .woocommerce .track_order .button, .woocommerce #respond input#submit, .woocommerce .wishlist_table .product-add-to-cart a, .viewmore-products-btn {
    color: #fff;
    background-color: #f09e5d;
    border-color: #f09e5d
}

    .btn-theme:hover, .woocommerce .return-to-shop .button:hover, .woocommerce .track_order .button:hover, .woocommerce #respond input#submit:hover, .woocommerce .wishlist_table .product-add-to-cart a:hover, .viewmore-products-btn:hover, .btn-theme:focus, .woocommerce .return-to-shop .button:focus, .woocommerce .track_order .button:focus, .woocommerce #respond input#submit:focus, .woocommerce .wishlist_table .product-add-to-cart a:focus, .viewmore-products-btn:focus, .btn-theme:active, .woocommerce .return-to-shop .button:active, .woocommerce .track_order .button:active, .woocommerce #respond input#submit:active, .woocommerce .wishlist_table .product-add-to-cart a:active, .viewmore-products-btn:active, .btn-theme.active, .woocommerce .return-to-shop .active.button, .woocommerce .track_order .active.button, .woocommerce #respond input.active#submit, .woocommerce .wishlist_table .product-add-to-cart a.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .woocommerce .return-to-shop .open > .dropdown-toggle.button, .woocommerce .track_order .open > .dropdown-toggle.button, .woocommerce #respond .open > input.dropdown-toggle#submit, .woocommerce .wishlist_table .product-add-to-cart .open > a.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
        color: #fff;
        background-color: #ec822e;
        border-color: #ec822e
    }

    .btn-theme:active, .woocommerce .return-to-shop .button:active, .woocommerce .track_order .button:active, .woocommerce #respond input#submit:active, .woocommerce .wishlist_table .product-add-to-cart a:active, .viewmore-products-btn:active, .btn-theme.active, .woocommerce .return-to-shop .active.button, .woocommerce .track_order .active.button, .woocommerce #respond input.active#submit, .woocommerce .wishlist_table .product-add-to-cart a.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .woocommerce .return-to-shop .open > .dropdown-toggle.button, .woocommerce .track_order .open > .dropdown-toggle.button, .woocommerce #respond .open > input.dropdown-toggle#submit, .woocommerce .wishlist_table .product-add-to-cart .open > a.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
        background-image: none
    }

    .btn-theme.disabled, .woocommerce .return-to-shop .disabled.button, .woocommerce .track_order .disabled.button, .woocommerce #respond input.disabled#submit, .woocommerce .wishlist_table .product-add-to-cart a.disabled, .disabled.viewmore-products-btn, .btn-theme.disabled:hover, .btn-theme.disabled:focus, .btn-theme.disabled:active, .btn-theme.disabled.active, .btn-theme[disabled], .woocommerce .return-to-shop [disabled].button, .woocommerce .track_order [disabled].button, .woocommerce #respond input[disabled]#submit, .woocommerce .wishlist_table .product-add-to-cart a[disabled], [disabled].viewmore-products-btn, .btn-theme[disabled]:hover, .btn-theme[disabled]:focus, .btn-theme[disabled]:active, .btn-theme[disabled].active, fieldset[disabled] .btn-theme, fieldset[disabled] .woocommerce .return-to-shop .button, .woocommerce .return-to-shop fieldset[disabled] .button, fieldset[disabled] .woocommerce .track_order .button, .woocommerce .track_order fieldset[disabled] .button, fieldset[disabled] .woocommerce #respond input#submit, .woocommerce #respond fieldset[disabled] input#submit, 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, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .btn-theme.active {
        background-color: #f09e5d;
        border-color: #f09e5d
    }

    .btn-theme .badge, .woocommerce .return-to-shop .button .badge, .woocommerce .track_order .button .badge, .woocommerce #respond input#submit .badge, .woocommerce .wishlist_table .product-add-to-cart a .badge, .viewmore-products-btn .badge {
        color: #f09e5d;
        background-color: #fff
    }

    .btn-theme:focus, .woocommerce .return-to-shop .button:focus, .woocommerce .track_order .button:focus, .woocommerce #respond input#submit:focus, .woocommerce .wishlist_table .product-add-to-cart a:focus, .viewmore-products-btn:focus, .btn-theme:hover, .woocommerce .return-to-shop .button:hover, .woocommerce .track_order .button:hover, .woocommerce #respond input#submit:hover, .woocommerce .wishlist_table .product-add-to-cart a:hover, .viewmore-products-btn:hover {
        color: #fff;
        background-color: #0f2041;
        border-color: #0f2041
    }

.btn-dark {
    color: #252525;
    background-color: #ccc;
    border-color: #ccc
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
        color: #252525;
        background-color: #b3b3b3;
        border-color: #b3b3b3
    }

    .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: #ccc;
        border-color: #ccc
    }

    .btn-dark .badge {
        color: #ccc;
        background-color: #252525
    }

    .btn-dark:focus, .btn-dark:hover {
        color: #fff !important
    }

.btn-theme-second {
    color: #fff;
    background-color: #0f2041;
    border-color: #0f2041
}

    .btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
        color: #fff;
        background-color: #050c18;
        border-color: #050c18
    }

    .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
        background-image: none
    }

    .btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
        background-color: #0f2041;
        border-color: #0f2041
    }

    .btn-theme-second .badge {
        color: #0f2041;
        background-color: #fff
    }

    .btn-theme-second:focus, .btn-theme-second:hover {
        background-color: #f09e5d;
        border-color: #f09e5d
    }

.btn-theme.btn-outline, .woocommerce .return-to-shop .btn-outline.button, .woocommerce .track_order .btn-outline.button, .woocommerce #respond input.btn-outline#submit, .woocommerce .wishlist_table .product-add-to-cart a.btn-outline, .btn-outline.viewmore-products-btn {
    color: #fff;
    border-color: #fff;
    background: 0 0
}

    .btn-theme.btn-outline:hover, .woocommerce .return-to-shop .btn-outline.button:hover, .woocommerce .track_order .btn-outline.button:hover, .woocommerce #respond input.btn-outline#submit:hover, .woocommerce .wishlist_table .product-add-to-cart a.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .btn-theme.btn-outline:active, .woocommerce .return-to-shop .btn-outline.button:active, .woocommerce .track_order .btn-outline.button:active, .woocommerce #respond input.btn-outline#submit:active, .woocommerce .wishlist_table .product-add-to-cart a.btn-outline:active, .btn-outline.viewmore-products-btn:active {
        color: #fff;
        background: #f09e5d;
        border-color: #f09e5d
    }

.more-link {
    color: #f09e5d;
    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 .woocommerce-error .button, .woocommerce .woocommerce-error .search-category .button, .search-category .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .search-category .button, .search-category .woocommerce .checkout_coupon .button, .woocommerce .checkout_coupon .search-category .button, .search-category .woocommerce table.shop_table input.button, .woocommerce table.shop_table .search-category input.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 .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .search-category .button, .search-category .woocommerce .track_order .button, .woocommerce .track_order .search-category .button, .search-category .woocommerce #respond input#submit, .woocommerce #respond .search-category input#submit, .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 .woocommerce-error .button, .woocommerce .woocommerce-error .rtl .search-category .button, .rtl .search-category .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .rtl .search-category .button, .rtl .search-category .woocommerce .checkout_coupon .button, .woocommerce .checkout_coupon .rtl .search-category .button, .rtl .search-category .woocommerce table.shop_table input.button, .woocommerce table.shop_table .rtl .search-category input.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 .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .rtl .search-category .button, .rtl .search-category .woocommerce .track_order .button, .woocommerce .track_order .rtl .search-category .button, .rtl .search-category .woocommerce #respond input#submit, .woocommerce #respond .rtl .search-category input#submit, .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: #ccc;
        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: 700;
    text-transform: uppercase;
    background-color: #0f2041
}

    .btn-banner:hover, .btn-banner:focus {
        background-color: #f09e5d;
        color: #fff
    }

    .btn-banner.st-white {
        color: #0f2041 !important;
        background-color: #fff !important
    }

        .btn-banner.st-white:hover, .btn-banner.st-white:focus {
            background-color: #f09e5d !important;
            color: #fff !important
        }

    .btn-banner.st-theme {
        padding-bottom: 0;
        font-size: 12px;
        color: #f09e5d !important
    }

        .btn-banner.st-theme:before {
            background-color: #f09e5d !important
        }

    .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: #f09e5d
    }

.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/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/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 .woocommerce-error .button, .woocommerce .woocommerce-message .button, .woocommerce .checkout_coupon .button, .woocommerce table.shop_table input.button:disabled, .woocommerce table.shop_table input.button, .woocommerce .details-product .information .stock.out-of-stock, .woocommerce div.product form.cart .button, .woocommerce div.product form.cart .added_to_cart, .woocommerce .return-to-shop .button, .woocommerce .track_order .button, .woocommerce #respond input#submit, .woocommerce .wishlist_table .product-add-to-cart a, .viewmore-products-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    letter-spacing: .05em;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out 0s;
    font-family: iranyekanLight,Arial,sans-serif
}

    .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 .woocommerce-error .button:focus, .woocommerce .woocommerce-message .button:focus, .woocommerce .checkout_coupon .button:focus, .woocommerce table.shop_table input.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, .woocommerce .return-to-shop .button:focus, .woocommerce .track_order .button:focus, .woocommerce #respond input#submit: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 .woocommerce-error .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce .checkout_coupon .button:hover, .woocommerce table.shop_table input.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, .woocommerce .return-to-shop .button:hover, .woocommerce .track_order .button:hover, .woocommerce #respond input#submit: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 .woocommerce-error .button:focus, .woocommerce .woocommerce-message .button:focus, .woocommerce .checkout_coupon .button:focus, .woocommerce table.shop_table input.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, .woocommerce .return-to-shop .button:focus, .woocommerce .track_order .button:focus, .woocommerce #respond input#submit:focus, .woocommerce .wishlist_table .product-add-to-cart a:focus, .viewmore-products-btn:focus {
        color: #f09e5d;
        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 .woocommerce-error .button:active, .woocommerce .woocommerce-message .button:active, .woocommerce .checkout_coupon .button:active, .woocommerce table.shop_table input.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, .woocommerce .return-to-shop .button:active, .woocommerce .track_order .button:active, .woocommerce #respond input#submit: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 .woocommerce-error .active.button, .woocommerce .woocommerce-message .active.button, .woocommerce .checkout_coupon .active.button, .woocommerce table.shop_table input.active.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, .woocommerce .return-to-shop .active.button, .woocommerce .track_order .active.button, .woocommerce #respond input.active#submit, .woocommerce .wishlist_table .product-add-to-cart a.active, .active.viewmore-products-btn {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .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 .woocommerce-error .disabled.button, .woocommerce .woocommerce-message .disabled.button, .woocommerce .checkout_coupon .disabled.button, .woocommerce table.shop_table input.disabled.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, .woocommerce .return-to-shop .disabled.button, .woocommerce .track_order .disabled.button, .woocommerce #respond input.disabled#submit, .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 .woocommerce-error [disabled].button, .woocommerce .woocommerce-message [disabled].button, .woocommerce .checkout_coupon [disabled].button, .woocommerce table.shop_table input[disabled].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, .woocommerce .return-to-shop [disabled].button, .woocommerce .track_order [disabled].button, .woocommerce #respond input[disabled]#submit, .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 .woocommerce-error .button, .woocommerce .woocommerce-error fieldset[disabled] .button, fieldset[disabled] .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message fieldset[disabled] .button, fieldset[disabled] .woocommerce .checkout_coupon .button, .woocommerce .checkout_coupon fieldset[disabled] .button, fieldset[disabled] .woocommerce table.shop_table input.button, .woocommerce table.shop_table fieldset[disabled] input.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] .woocommerce .return-to-shop .button, .woocommerce .return-to-shop fieldset[disabled] .button, fieldset[disabled] .woocommerce .track_order .button, .woocommerce .track_order fieldset[disabled] .button, fieldset[disabled] .woocommerce #respond input#submit, .woocommerce #respond fieldset[disabled] input#submit, 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: #e6e6e6;
        border-color: #b3b3b3
    }

    .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, .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 {
    color: #fff;
    background-color: #0f2041;
    border-color: #0a162c
}

    .btn-primary:hover, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce .checkout_coupon .button:hover, .woocommerce table.shop_table input.button:hover, .btn-primary:focus, .woocommerce .woocommerce-error .button:focus, .woocommerce .woocommerce-message .button:focus, .woocommerce .checkout_coupon .button:focus, .woocommerce table.shop_table input.button:focus, .btn-primary:active, .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-message .button:active, .woocommerce .checkout_coupon .button:active, .woocommerce table.shop_table input.button:active, .btn-primary.active, .woocommerce .woocommerce-error .active.button, .woocommerce .woocommerce-message .active.button, .woocommerce .checkout_coupon .active.button, .woocommerce table.shop_table input.active.button, .open > .btn-primary.dropdown-toggle, .woocommerce .woocommerce-error .open > .dropdown-toggle.button, .woocommerce .woocommerce-message .open > .dropdown-toggle.button, .woocommerce .checkout_coupon .open > .dropdown-toggle.button, .woocommerce table.shop_table .open > input.dropdown-toggle.button {
        color: #fff;
        background-color: #050c18;
        border-color: #010103
    }

    .btn-primary:active, .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-message .button:active, .woocommerce .checkout_coupon .button:active, .woocommerce table.shop_table input.button:active, .btn-primary.active, .woocommerce .woocommerce-error .active.button, .woocommerce .woocommerce-message .active.button, .woocommerce .checkout_coupon .active.button, .woocommerce table.shop_table input.active.button, .open > .btn-primary.dropdown-toggle, .woocommerce .woocommerce-error .open > .dropdown-toggle.button, .woocommerce .woocommerce-message .open > .dropdown-toggle.button, .woocommerce .checkout_coupon .open > .dropdown-toggle.button, .woocommerce table.shop_table .open > input.dropdown-toggle.button {
        background-image: none
    }

    .btn-primary.disabled, .woocommerce .woocommerce-error .disabled.button, .woocommerce .woocommerce-message .disabled.button, .woocommerce .checkout_coupon .disabled.button, .woocommerce table.shop_table input.disabled.button, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .woocommerce .woocommerce-error [disabled].button, .woocommerce .woocommerce-message [disabled].button, .woocommerce .checkout_coupon [disabled].button, .woocommerce table.shop_table input[disabled].button, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error fieldset[disabled] .button, fieldset[disabled] .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message fieldset[disabled] .button, fieldset[disabled] .woocommerce .checkout_coupon .button, .woocommerce .checkout_coupon fieldset[disabled] .button, fieldset[disabled] .woocommerce table.shop_table input.button, .woocommerce table.shop_table fieldset[disabled] input.button, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #0f2041;
        border-color: #0a162c
    }

    .btn-primary .badge, .woocommerce .woocommerce-error .button .badge, .woocommerce .woocommerce-message .button .badge, .woocommerce .checkout_coupon .button .badge, .woocommerce table.shop_table input.button .badge {
        color: #0f2041;
        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: #449d44;
        border-color: #3d8b3d
    }

    .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: #46b8da
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #28a1c5
    }

    .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: #46b8da
    }

    .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: #ec971f;
        border-color: #df8a13
    }

    .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: #e12d2d
}

    .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: #d51f1f;
        border-color: #bf1b1b
    }

    .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: #e12d2d
    }

    .btn-danger .badge, .wfg-button.wfg-no-thanks .badge {
        color: #e44343;
        background-color: #fff
    }

.btn-link {
    color: #0f2041;
    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: #f09e5d;
                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: 23px;
    border: 1px solid transparent;
    border-radius: 0
}

    .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: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

    .alert-success .close {
        color: #3c763d
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

    .alert-info .close {
        color: #31708f
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

    .alert-warning .close {
        color: #8a6d3b
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

    .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-cart, .woocommerce-checkout, .woocommerce-wishlist, .single-product {
    background-color: #fff
}

.woocommerce table.shop_attributes th {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    width: 30%;
    padding: 18px;
    background-color: #fff !important
}

.woocommerce table.shop_attributes td {
    padding: 18px;
    background-color: #fff !important
}

    .woocommerce table.shop_attributes td p {
        padding: 0
    }

.woocommerce div.product form.cart .variations select {
    height: 40px
}

@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: #666;
        z-index: 9;
        font-size: 14px;
        right: 50%;
        top: 50%;
        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;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        content: ""
    }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-color: #f09e5d;
    background-color: #f1f2f5;
    line-height: 3.3
}

    .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
        color: #f09e5d
    }

.woocommerce .product-block-list a.button.loading:after {
    top: 50%;
    right: 50%;
    color: #666;
    z-index: 9;
    width: auto;
    height: auto;
    margin: -7px;
    font-size: 14px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    border: 1px solid #f09e5d;
    background: #f09e5d;
    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: #ee9046
    }

    .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: #f09e5d
            }

.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: 0
}

    .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 #e6e6e6
}

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: #666;
    width: 24px;
    height: 24px;
    line-height: 1;
    background: #f2f3f5;
    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: #f09e5d;
    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 div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 700;
    padding: 0 7px
}

.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 #f2f3f5 !important;
    background: #f2f3f5;
    transition: all .2s ease-in-out 0s;
    box-shadow: none !important
}

    .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
        border-color: #c7cbd4 !important
    }

.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 .woocommerce-error .button, .woocommerce .woocommerce-error .refund-shop .button, .refund-shop .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .refund-shop .button, .refund-shop .woocommerce .checkout_coupon .button, .woocommerce .checkout_coupon .refund-shop .button, .refund-shop .woocommerce table.shop_table input.button, .woocommerce table.shop_table .refund-shop input.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 .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .refund-shop .button, .refund-shop .woocommerce .track_order .button, .woocommerce .track_order .refund-shop .button, .refund-shop .woocommerce #respond input#submit, .woocommerce #respond .refund-shop input#submit, .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: 42px
    }
}

.woocommerce form .form-row textarea {
    padding: 20px;
    height: 90px;
    resize: none
}

.woocommerce table.wishlist_table thead th {
    padding: 10px 0;
    color: #0f2041;
    border-bottom: 1px solid #e6e6e6
}

@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: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.woocommerce table.wishlist_table tbody td {
    padding: 10px 0;
    text-align: inherit;
    border-width: 0 0 1px;
    border-bottom: 1px solid #e6e6e6
}

@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: 14px
}

    .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: #f09e5d;
        border: 1px solid #f09e5d;
        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: 41px;
    background: #f2f3f5
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px
}

.woocommerce .return-to-shop .button, .woocommerce .track_order .button, .woocommerce #respond input#submit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

    .woocommerce .return-to-shop .button:hover, .woocommerce .track_order .button:hover, .woocommerce #respond input#submit:hover {
        color: #fff
    }

.track_order {
    max-width: 520px;
    margin: auto;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    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 .for-control {
    font-weight: 400;
    color: #0f2041
}

.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 #e6e6e6;
            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 #e6e6e6;
    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: #0f2041;
    font-weight: 600;
    font-size: 15px
}

.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: 1px solid #e6e6e6;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #0f2041 !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: #f09e5d;
    font-size: 16px
}

.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
    color: #222;
    font-weight: 600;
    font-size: 15px
}

.woocommerce table.shop_table tbody .product-name {
    font-size: 15px
}

.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: #0f2041;
    font-size: 16px;
    font-weight: 400
}

.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 #0f2041;
    padding: 10px 20px
}

@media (min-width:1200px) {
    .woocommerce .cart_totals .cart_totals_inner {
        padding: 30px 40px
    }
}

.woocommerce .cart_totals h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    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: #0f2041;
    font-size: 15px;
    font-weight: 600
}

.woocommerce .cart_totals table.shop_table label {
    font-weight: 400
}

.woocommerce .cart_totals table.shop_table th {
    color: #646a7c;
    font-size: 14px
}

.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 .woocommerce-error .button, .woocommerce .woocommerce-error .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout .woocommerce-message .button, .woocommerce .woocommerce-message .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout .checkout_coupon .button, .woocommerce .checkout_coupon .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout table.shop_table input.button, .woocommerce table.shop_table .cart_totals .wc-proceed-to-checkout input.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 .return-to-shop .button, .woocommerce .return-to-shop .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout .track_order .button, .woocommerce .track_order .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout #respond input#submit, .woocommerce #respond .cart_totals .wc-proceed-to-checkout input#submit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

@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 .woocommerce-error .button, .woocommerce .woocommerce-error .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout .woocommerce-message .button, .woocommerce .woocommerce-message .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout .checkout_coupon .button, .woocommerce .checkout_coupon .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout table.shop_table input.button, .woocommerce table.shop_table .cart_totals .wc-proceed-to-checkout input.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 .return-to-shop .button, .woocommerce .return-to-shop .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout .track_order .button, .woocommerce .track_order .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart_totals .wc-proceed-to-checkout #respond input#submit, .woocommerce #respond .cart_totals .wc-proceed-to-checkout input#submit {
        padding: 17px 30px
    }
}

.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: #fff
}

    #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: 0 solid #e6e6e6 !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: #e6e6e6;
    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: #f09e5d
}

.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: #0f2041;
    font-size: 18px;
    line-height: 1.1;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .woocommerce div.product .product_title {
        font-size: 30px
    }
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f09e5d;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px
}

@media (min-width:1200px) {
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 14px;
        line-height: 24px
    }
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 10px;
    color: #666;
    font-weight: 500
}

@media (min-width:1200px) {
    .woocommerce div.product p.price del, .woocommerce div.product span.price del {
        font-size: 13px
    }
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1;
    filter: alpha(opacity=100)
}

.variations label {
    color: #0f2041;
    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: #f09e5d
    }

    .woocommerce div.product form.cart .group_table label {
        font-weight: 500
    }

    .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: 700;
    color: #f09e5d;
    font-size: 16px
}

    .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del {
        font-size: 13px;
        color: #666
    }

.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: #f09e5d;
    font-size: 16px
}

    .woocommerce div.product form.cart .group_table .woocs_price_code del {
        font-size: 13px;
        color: #666
    }

@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 {
    min-width: 220px;
    padding: 12px 25px;
    background: #2aac3e;
    color: #fff;
    border-color: #0f2041;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .woocommerce div.product form.cart .button, .woocommerce div.product form.cart .added_to_cart {
        min-width: 275px
    }
}

.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus, .woocommerce div.product form.cart .added_to_cart:hover, .woocommerce div.product form.cart .added_to_cart:focus {
    color: #fff;
    background-color: #f09e5d;
    border-color: #f09e5d
}

.woocommerce div.product form.cart .button.added, .woocommerce div.product form.cart .added_to_cart.added {
    display: none
}

.woocommerce .details-product .information .stock.out-of-stock {
    letter-spacing: 1px;
    background: #f2f3f5;
    border-color: #f2f3f5;
    color: #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 10px 0;
    width: 100%
}

.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: 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 th.label {
    width: 100px
}

.woocommerce div.product form.cart .variations td {
    line-height: inherit;
    font-size: inherit;
    padding: 10px 0;
    vertical-align: middle;
    display: inline-flex
}

    .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 .order_details {
    padding: 0
}

.woocommerce table.shop_table input.button:disabled, .woocommerce table.shop_table input.button {
    opacity: 1;
    filter: alpha(opacity=100)
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-message .button, .woocommerce .checkout_coupon .button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

    .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 {
        color: #fff;
        background-color: #f09e5d;
        border-color: #f09e5d
    }

.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: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.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: 12px;
    background: #f09e5d;
    padding: 6px 10px;
    position: absolute;
    text-align: center;
    right: 15px;
    left: auto;
    text-transform: uppercase;
    top: 15px;
    min-height: auto;
    z-index: 9;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    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: 14px;
    margin: 0 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    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: -1px;
            left: 0;
            right: -1px;
            border: 1px solid #e6e6e6;
            border-radius: inherit;
            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;
            -webkit-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 #e6e6e6
        }

    .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;
            -webkit-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.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
}

    .woocommerce.widget-products-deal.colection_gutter .product, .woocommerce.widget-products-deal.colection_gutter .slick-carousel .slick-slide {
        padding: 0
    }

    .woocommerce.widget-products-deal.colection_gutter .products-grid {
        margin: 0
    }

    .woocommerce.widget-products-deal.colection_gutter .product-block.grid {
        margin: 0
    }

        .woocommerce.widget-products-deal.colection_gutter .product-block.grid .grid-inner {
            border-top: 0;
            -webkit-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.colection_gutter .row-products-wrapper, .woocommerce.widget-products-deal.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.colection_gutter .row-products-wrapper:after, .woocommerce.widget-products-deal.colection_gutter .products-wrapper-mansory:after {
            display: block;
            position: absolute;
            content: "";
            top: 0;
            bottom: -1px;
            left: 0;
            right: -1px;
            border: 1px solid #e6e6e6;
            border-radius: inherit;
            z-index: 4;
            pointer-events: none
        }

.product-block {
    position: relative
}

    .product-block .sale-perc {
        background: #f09e5d;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 2px 8px;
        line-height: 16px;
        position: absolute;
        left: 0;
        text-transform: uppercase;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        top: 0;
        z-index: 3
    }

.rtl .product-block .sale-perc {
    right: 0;
    left: auto
}

.product-block .out-of-stock {
    background: #d4d4d4;
    color: #0f2041 !important;
    font-size: 12px !important;
    font-weight: 700;
    padding: 0 10px;
    position: absolute;
    left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: none;
    top: 0;
    z-index: 3
}

.rtl .product-block .out-of-stock {
    right: 0;
    left: auto
}

.product-block .image {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

    .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-in-out 0s;
        width: 100%
    }

    .product-block .image .image-effect {
        top: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .product-block .image .image-no-effect {
        transform: scale(1)
    }

.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)
}

.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: #f09e5d
        }

.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 .product-image {
    position: relative;
    display: block
}

.product-block:hover .quickview {
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-block:hover .image .image-no-effect {
    transform: scale(1.1)
}

.product-block.grid {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    background: #fff;
    text-align: center;
    transition: all .3s ease-in-out 0s
}

@media (min-width:768px) {
    .product-block.grid {
        margin: 0 0 30px;
        padding: 0
    }
}

.product-block.grid:before {
    z-index: 2;
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: 0;
    background: #fff;
    top: 100%;
    left: -1px;
    transition: all .25s ease-in-out 0s;
    box-shadow: 0 20px 32px 0 rgba(53,78,84,.15)
}

.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: 50%;
    left: 50%;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    color: #666;
    z-index: 9;
    margin-top: -20px;
    margin-left: -6px
}

.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 {
    transform: translateY(0px);
    transition: all .2s ease-in-out 0s;
    font-size: 14px;
    margin: 0;
    font-weight: 600
}

@media (min-width:1400px) {
    .product-block.grid .name {
        font-size: 16px;
        margin: 5px 0;
        padding: 0
    }
}

.product-block.grid .rating {
    margin: 0 0 5px
}

.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: .05em;
    text-transform: uppercase
}

@media (min-width:1400px) {
    .product-block.grid .product-cat {
        font-size: 11px
    }
}

.product-block.grid .product-cat a {
    color: #666
}

.product-block.grid .caption {
    padding: 20px 15px 15px;
    text-align: center
}

.product-block.grid .grid-inner {
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 9px 14px
}

@media (min-width:1200px) {
    .product-block.grid .grid-inner {
        padding: 19px
    }
}

.product-block.grid .block-inner {
    overflow: hidden;
    position: relative
}

.product-block.grid .title-wrapper {
    position: relative;
    margin: 0
}

.product-block.grid .groups-button {
    margin: 0;
    z-index: 9;
    display: inline-block;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    overflow: hidden
}

.rtl .product-block.grid .groups-button {
    left: 0;
    right: auto
}

.product-block.grid .add-cart {
    margin: 20px 0 0;
    z-index: 99;
    transition: all .3s ease-in-out;
    text-transform: none;
    text-align: center
}

    .product-block.grid .add-cart a.button, .product-block.grid .add-cart a.added_to_cart {
        background-color: #0f2041;
        color: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        font-size: 12px;
        font-weight: 600;
        font-family: iranyekanLight,Arial,sans-serif;
        line-height: 1;
        padding: 10px 15px;
        text-transform: uppercase;
        transition: all .4s ease-in-out
    }

@media (min-width:1200px) {
    .product-block.grid .add-cart a.button, .product-block.grid .add-cart a.added_to_cart {
        padding: 10px 20px;
        font-size: 14px
    }
}

.product-block.grid .add-cart a.button:hover, .product-block.grid .add-cart a.added_to_cart:hover {
    background-color: #f09e5d
}

.product-block.grid .metas {
    padding: 0 0 10px;
    transition: all .2s ease-in-out 0s
}

.product-block.grid .swatches-wrapper {
    list-style: none;
    padding: 0;
    line-height: 1.2;
    position: absolute;
    bottom: 15px;
    margin: 0;
    z-index: 9;
    left: 0;
    right: 0;
    width: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .2s ease-in-out 0s;
    visibility: visible;
    text-align: center
}

    .product-block.grid .swatches-wrapper li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px
    }

    .product-block.grid .swatches-wrapper .label {
        padding: 0;
        font-size: 14px;
        color: #666;
        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%;
        border: 1px solid #e6e6e6
    }

.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: #666;
    top: 5px
}

.product-block.grid .goal-countdown .times > div span {
    font-size: 12px;
    display: inline;
    color: #666
}

.product-block.grid .price {
    display: block;
    transform: translateY(0px);
    transition: all .3s ease-in-out 0s
}

.product-block.grid:not(.grid-deal):hover {
    border-color: #fff !important
}

.product-block.grid:hover .groups-button > .groups-button-inner {
    bottom: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

    .product-block.grid:hover .groups-button > .groups-button-inner > div {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }

.product-block.grid:hover .swatches-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.product-block.grid .view {
    position: relative;
    transform: translate(50px,0);
    -webkit-transform: translate(50px,0);
    transition: all .25s ease-out;
    transition-delay: .15s
}

    .product-block.grid .view .quickview {
        font-size: 14px;
        background-color: #fff;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        border: 1px solid rgba(0,0,0,.1)
    }

        .product-block.grid .view .quickview:active, .product-block.grid .view .quickview:hover {
            color: #fff;
            background: #f09e5d
        }

.product-block.grid .yith-compare {
    position: relative;
    transform: translate(50px,0);
    -webkit-transform: translate(50px,0);
    transition: all .25s ease-out;
    transition-delay: .1s;
    margin: 0 0 5px;
    display: flex
}

    .product-block.grid .yith-compare .compare {
        font-size: 0;
        background-color: #fff;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 42px;
        display: inline-block;
        border: 1px solid rgba(0,0,0,.1)
    }

        .product-block.grid .yith-compare .compare:before {
            font-size: 14px;
            content: "\e6ba";
            font-family: "themify";
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            width: 100%;
            height: 100%;
            z-index: 2
        }

        .product-block.grid .yith-compare .compare.added {
            color: #f09e5d
        }

        .product-block.grid .yith-compare .compare:hover {
            background: #f09e5d;
            color: #fff
        }

            .product-block.grid .yith-compare .compare:hover .compare.added {
                color: #fff
            }

.product-block.grid .yith-wcwl-add-to-wishlist {
    position: relative;
    transform: translate(50px,0);
    -webkit-transform: translate(50px,0);
    transition: all .25s ease-out;
    transition-delay: 0ms;
    margin: 0 0 5px
}

    .product-block.grid .yith-wcwl-add-to-wishlist:hover:not(.add_to_wishlist) a {
        background: #f09e5d;
        color: #fff
    }

    .product-block.grid .yith-wcwl-add-to-wishlist:not(.add_to_wishlist) a {
        background: #fff;
        color: #0f2041
    }

    .product-block.grid .yith-wcwl-add-to-wishlist a {
        font-size: 14px;
        background-color: #fff;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 42px;
        display: inline-block;
        border: 1px solid rgba(0,0,0,.1)
    }

        .product-block.grid .yith-wcwl-add-to-wishlist a.add_to_wishlist span {
            display: none
        }

        .product-block.grid .yith-wcwl-add-to-wishlist a:hover {
            background: #f09e5d;
            color: #fff
        }

    .product-block.grid .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse, .product-block.grid .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
        position: relative;
        display: inline-block;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 2px
    }

        .product-block.grid .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .product-block.grid .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a {
            color: #f09e5d;
            font-size: 0
        }

            .product-block.grid .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before, .product-block.grid .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before {
                font-family: "themify";
                content: "\e635";
                font-size: 14px;
                line-height: 42px
            }

.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: 0 10px 0 0
    }

.product-block.grid.grid-v2 .add-cart {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    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: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

@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 .grid-inner {
        padding: 9px 14px 40px
    }

@media (min-width:1200px) {
    .product-block.grid.grid-v3 .grid-inner {
        padding: 19px
    }
}

.product-block.grid.grid-v3 .metas {
    padding: 10px 0 0
}

.product-block.grid.grid-v1 .metas {
    padding: 12px 0 10px
}

.product-block.grid.grid-v1 a.button, .product-block.grid.grid-v1 a.added_to_cart {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 0
}

    .product-block.grid.grid-v1 a.button.loading:before, .product-block.grid.grid-v1 a.added_to_cart.loading:before {
        transition: all 0s ease-in-out 0s;
        transform: translateX(0%) scaleX(1);
        background-color: #fff !important;
        opacity: .9;
        filter: alpha(opacity=90);
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: 0;
        z-index: 9;
        left: 0
    }

    .product-block.grid.grid-v1 a.button.loading:hover:before, .product-block.grid.grid-v1 a.button.loading:focus:before, .product-block.grid.grid-v1 a.added_to_cart.loading:hover:before, .product-block.grid.grid-v1 a.added_to_cart.loading:focus:before {
        transform: translateX(0%) scaleX(1);
        transition: all 0s ease-in-out 0s
    }

.product-block.grid.grid-v1 .add-cart {
    text-align: center !important;
    padding: 0 !important;
    margin: 27px 0 0
}

.product-block.grid.grid-v1 p.price, .product-block.grid.grid-v1 span.price {
    position: relative
}

    .product-block.grid.grid-v1 p.price:after, .product-block.grid.grid-v1 span.price:after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 1px;
        background-color: #666;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        transition: all .3s ease
    }

.product-block.grid.grid-v1:hover p.price:after, .product-block.grid.grid-v1:hover span.price:after {
    width: 90px
}

.product-block.grid.grid-v3 .metas {
    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: #0f2041;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 2px !important;
    white-space: nowrap;
    letter-spacing: .05em;
    z-index: 0
}

    .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: #0f2041;
        width: 100%;
        left: 50%;
        transition: transform .5s cubic-bezier(.28,0,.18,1) .2s;
        transform: translateX(-50%) scaleX(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 {
        transform: translateX(-50%) scaleX(0);
        transition: transform .5s cubic-bezier(.28,0,.18,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 {
    text-align: left;
    transition: all .2s ease-in-out 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(30px);
    position: absolute;
    padding-right: 20px;
    width: 100%;
    left: 0;
    bottom: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0
}

.rtl .product-block.grid.grid-v3 .add-cart {
    text-align: right
}

.rtl .product-block.grid.grid-v3 .add-cart {
    padding-left: 20px;
    padding-right: inherit
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3 .add-cart {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(30px);
        visibility: visible
    }
}

.product-block.grid.grid-v3 .add-cart > * {
    margin-right: 15px;
    margin-top: 5px
}

.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 .add-cart {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(30px)
}

@media (min-width:1200px) {
    .product-block.grid.grid-v3:hover .add-cart {
        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: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: 1px solid #e6e6e6;
        margin: 0;
        padding: 9px 14px;
        text-align: left
    }

.rtl .product-block.list .list-inner {
    text-align: right
}

@media (min-width:1200px) {
    .product-block.list .list-inner {
        padding: 19px 29px
    }
}

.product-block.list .list-inner:hover .add-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0)
}

.product-block.list .left-content {
    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 .left-content .add-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(10px);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 8;
    transition: all .3s ease
}

    .product-block.list .left-content .add-cart .added_to_cart, .product-block.list .left-content .add-cart a.button {
        font-size: 11px;
        font-family: iranyekanLight,Arial,sans-serif;
        display: inline-block;
        width: 100%;
        padding: 7px 14px;
        background-color: #0f2041;
        color: #fff;
        text-align: center;
        transition: all .3s ease-in-out 0s;
        border-radius: 0;
        border: 1px solid #0f2041;
        line-height: 1.7;
        text-transform: uppercase;
        letter-spacing: .05em
    }

@media (min-width:1200px) {
    .product-block.list .left-content .add-cart .added_to_cart, .product-block.list .left-content .add-cart a.button {
        font-size: 13px
    }
}

.product-block.list .left-content .add-cart .added_to_cart:hover, .product-block.list .left-content .add-cart .added_to_cart:focus, .product-block.list .left-content .add-cart a.button:hover, .product-block.list .left-content .add-cart a.button:focus {
    border-color: #f09e5d;
    background-color: #f09e5d
}

.product-block.list .right-content {
    padding-left: 15px;
    justify-content: center;
    align-content: center;
    align-items: center;
    -webkit-align-items: center;
    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 .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: #666
    }

.product-block.list .name {
    font-size: 12px;
    margin: 5px 0
}

@media (min-width:1200px) {
    .product-block.list .name {
        font-size: 16px
    }
}

.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: #666;
    top: 5px
}

.product-block.list .goal-countdown .times > div span {
    font-size: 12px;
    display: inline;
    color: #666
}

.product-block.grid-deal {
    border: 0;
    margin-bottom: 0
}

    .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
}

@media (min-width:768px) {
    .products-list .product-block-list {
        margin: 0 0 30px
    }
}

.product-block-list {
    padding: 15px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    background: #fff;
    transition: all .3s ease-in-out 0s
}

@media (min-width:1200px) {
    .product-block-list {
        padding: 30px
    }
}

.product-block-list .onsale {
    top: 0 !important;
    left: 0 !important
}

.product-block-list:hover {
    border-color: #f09e5d
}

.product-block-list .quickview {
    font-size: 13px;
    display: block;
    text-align: center;
    background-color: #0f2041;
    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: #f09e5d
    }

    .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: #666;
            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: 24px;
    margin: 0 0 10px;
    font-weight: 600
}

@media (min-width:1200px) {
    .product-block-list .name {
        font-size: 26px
    }
}

.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: #f09e5d;
    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 .compare {
    white-space: nowrap;
    font-size: 13px;
    font-family: iranyekanLight,Arial,sans-serif;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 7px 14px;
    background-color: #f09e5d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #f09e5d;
    line-height: 1.71;
    letter-spacing: .05em
}

    .product-block-list .compare.added, .product-block-list .compare:hover, .product-block-list .compare:focus {
        border-color: #0f2041;
        background: #0f2041
    }

.product-block-list .add-cart {
    margin-bottom: 10px;
    margin-top: 10px
}

@media (min-width:1200px) {
    .product-block-list .add-cart {
        margin-top: 20px
    }
}

.product-block-list .add-cart .added {
    display: none !important
}

.product-block-list .add-cart .wc-forward {
    width: 100%
}

.product-block-list .add-cart .added_to_cart, .product-block-list .add-cart a.button {
    font-size: 13px;
    font-family: iranyekanLight,Arial,sans-serif;
    display: inline-block;
    width: 100%;
    padding: 7px 14px;
    background-color: #0f2041;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #0f2041;
    line-height: 1.71;
    text-transform: uppercase;
    letter-spacing: .05em
}

    .product-block-list .add-cart .added_to_cart:hover, .product-block-list .add-cart .added_to_cart:focus, .product-block-list .add-cart a.button:hover, .product-block-list .add-cart a.button:focus {
        border-color: #f09e5d;
        background-color: #f09e5d
    }

    .product-block-list .add-cart .added_to_cart.loading:after, .product-block-list .add-cart a.button.loading:after {
        margin-top: -7px
    }

.product-block-list .top-list-info {
    position: relative
}

.product-block-list .yith-wcwl-add-to-wishlist {
    display: inline-block
}

    .product-block-list .yith-wcwl-add-to-wishlist a {
        display: inline-block;
        padding: 0;
        font-size: 16px;
        transition: all .2s ease-in-out 0s
    }

        .product-block-list .yith-wcwl-add-to-wishlist a:hover, .product-block-list .yith-wcwl-add-to-wishlist a:focus {
            color: #f09e5d
        }

        .product-block-list .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
            color: #f09e5d
        }

.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: 10px;
    font-weight: 700;
    font-size: 14px !important;
    color: #f09e5d !important;
    margin: 0
}

@media (min-width:1200px) {
    .product-block-list .price {
        margin-top: 20px
    }
}

.product-block-list .price del {
    color: #666;
    font-weight: 500;
    font-size: 13px !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: #e6e6e6
}

.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: 15px;
        right: 15px;
        z-index: 1
    }

.rtl .product-block-list .wrapper-image .yith-wcwl-add-to-wishlist {
    left: 15px;
    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);
    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: auto;
    top: 15px
}

    .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: 14px;
    color: #666;
    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: 15px;
    border: 1px solid #e6e6e6
}

@media (min-width:1200px) {
    .shop-list-small {
        padding: 20px
    }
}

.shop-list-small .image-left {
    width: 130px
}

.shop-list-small .info-right {
    width: calc(100% - 130px);
    padding-left: 20px
}

.rtl .shop-list-small .info-right {
    padding-right: 20px;
    padding-left: inherit
}

@media (min-width:1200px) {
    .shop-list-small .info-right {
        padding-left: 30px
    }

    .rtl .shop-list-small .info-right {
        padding-right: 30px;
        padding-left: inherit
    }
}

.shop-list-small .name {
    font-size: 14px;
    margin: 5px 0;
    white-space: break-spaces
}

.shop-list-normal {
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #fff
}

@media (min-width:1200px) {
    .shop-list-normal {
        margin-bottom: 20px
    }
}

.shop-list-normal.shop-deal-list {
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0
}

.rtl .shop-list-normal.shop-deal-list {
    text-align: right
}

.shop-list-normal.shop-deal-list .content-left {
    width: 100%;
    padding: 0
}

@media (min-width:767px) {
    .shop-list-normal.shop-deal-list .content-left {
        width: 45%
    }
}

.shop-list-normal.shop-deal-list .content-body {
    width: 100%;
    padding-left: 15px;
    padding-top: 0;
    text-align: center
}

.rtl .shop-list-normal.shop-deal-list .content-body {
    padding-right: 15px;
    padding-left: inherit
}

@media (min-width:1200px) {
    .shop-list-normal.shop-deal-list .content-body {
        padding-left: 30px
    }

    .rtl .shop-list-normal.shop-deal-list .content-body {
        padding-right: 30px;
        padding-left: inherit
    }
}

@media (min-width:767px) {
    .shop-list-normal.shop-deal-list .content-body {
        text-align: left;
        width: 55%
    }

    .rtl .shop-list-normal.shop-deal-list .content-body {
        text-align: right
    }
}

.shop-list-normal.shop-deal-list .name {
    font-size: 14px
}

@media (min-width:1200px) {
    .shop-list-normal.shop-deal-list .name {
        font-size: 16px
    }
}

.shop-list-normal.shop-deal-list .goal-countdown {
    margin: 10px 0 15px
}

    .shop-list-normal.shop-deal-list .goal-countdown .times {
        font-size: 11px;
        text-transform: uppercase
    }

        .shop-list-normal.shop-deal-list .goal-countdown .times > div {
            line-height: 1;
            text-align: center;
            padding: 4px;
            display: inline-block;
            margin-right: 3px;
            border: 1px solid #e6e6e6;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -ms-border-radius: 6px;
            -o-border-radius: 6px
        }

.rtl .shop-list-normal.shop-deal-list .goal-countdown .times > div {
    margin-left: 3px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .shop-list-normal.shop-deal-list .goal-countdown .times > div {
        padding: 10px 12px 12px;
        margin-right: 10px
    }

    .rtl .shop-list-normal.shop-deal-list .goal-countdown .times > div {
        margin-left: 10px;
        margin-right: inherit
    }
}

.shop-list-normal.shop-deal-list .goal-countdown .times > div > span {
    color: #0f2041;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px
}

@media (min-width:1200px) {
    .shop-list-normal.shop-deal-list .goal-countdown .times > div > span {
        font-size: 18px
    }
}

.shop-list-normal.shop-deal-list .add-cart {
    margin: 0;
    z-index: 99;
    transition: all .3s ease-in-out;
    text-transform: none
}

    .shop-list-normal.shop-deal-list .add-cart a.button, .shop-list-normal.shop-deal-list .add-cart a.added_to_cart {
        background-color: #0f2041;
        background-image: linear-gradient(to right,#f09e5d,#0f2041,#f09e5d);
        background-size: 300% 100%;
        color: #fff;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        font-size: 11px;
        line-height: 1;
        padding: 10px 20px;
        transition: all .4s ease-in-out
    }

@media (min-width:767px) {
    .shop-list-normal.shop-deal-list .add-cart a.button, .shop-list-normal.shop-deal-list .add-cart a.added_to_cart {
        font-size: 13px
    }
}

.shop-list-normal.shop-deal-list .add-cart a.button:hover, .shop-list-normal.shop-deal-list .add-cart a.added_to_cart:hover {
    background-color: #f09e5d;
    background-position: 50% 0;
    background-image: linear-gradient(to right,#0f2041,#f09e5d,#f09e5d)
}

.shop-list-normal .content-left {
    transition: all .2s ease-in-out 0s;
    width: 77px;
    float: left;
    padding: 7px
}

.rtl .shop-list-normal .content-left {
    float: right
}

@media (min-width:1200px) {
    .shop-list-normal .content-left {
        width: 120px
    }
}

.shop-list-normal .content-body {
    width: calc(100% - 77px);
    overflow: hidden;
    padding-left: 10px;
    padding-top: 5px
}

.rtl .shop-list-normal .content-body {
    padding-right: 10px;
    padding-left: inherit
}

@media (min-width:1200px) {
    .shop-list-normal .content-body {
        padding-left: 10px;
        width: calc(100% - 120px)
    }

    .rtl .shop-list-normal .content-body {
        padding-right: 10px;
        padding-left: inherit
    }
}

.shop-list-normal .name {
    margin: 0 0 2px;
    font-size: 14px
}

.shop-list-normal:hover {
    border-color: #f09e5d
}

.shop-list-smallest .name a {
    color: #0f2041
}

    .shop-list-smallest .name a:hover, .shop-list-smallest .name a:active {
        color: #f09e5d;
        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 #e6e6e6
}

    .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: #666;
    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 #e6e6e6;
    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: #dcdcdc
    }

    .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: 10px
}

.rtl .details-product.layout-v1 .wrapper-thumbs {
    float: right
}

.rtl .details-product.layout-v1 .wrapper-thumbs {
    padding-left: 10px;
    padding-right: inherit
}

@media (max-width:767px) {
    .details-product.layout-v1 .wrapper-thumbs {
        padding-top: 20px
    }
}

.details-product.layout-v2 .top-content {
    background-color: #fff
}

.details-product.layout-v2 table.variations .tawcvs-swatches .swatch-label {
    border-color: #0f2041
}

    .details-product.layout-v2 table.variations .tawcvs-swatches .swatch-label.selected {
        box-shadow: 0 0 0 1px #0f2041 inset
    }

.details-product.layout-v2 .quantity {
    border-color: #0f2041 !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
}

@media (min-width:1200px) {
    .details-product.layout-v4 .information {
        padding-left: 10px
    }

    .rtl .details-product.layout-v4 .information {
        padding-right: 10px;
        padding-left: inherit
    }

    .details-product.layout-v4 .information-left {
        padding-right: 10px
    }

    .rtl .details-product.layout-v4 .information-left {
        padding-left: 10px;
        padding-right: inherit
    }
}

.details-product.layout-v4 .top-content {
    white-space: nowrap;
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .details-product.layout-v4 .top-content {
        margin-bottom: 60px
    }
}

.details-product.layout-v4 .top-content > div {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.details-product.layout-v4 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    top: 15px;
    bottom: auto
}

@media (min-width:1200px) {
    .details-product.layout-v4 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
        top: 30px
    }
}

.details-product.layout-v4 .goal-breadscrumb .breadcrumb {
    margin: 0
}

.details-product.layout-v4 .goal-breadscrumb .wrapper-breads {
    padding: 0;
    text-align: left
}

.rtl .details-product.layout-v4 .goal-breadscrumb .wrapper-breads {
    text-align: right
}

.details-product.layout-v4 .goal-breadscrumb .wrapper-breads a {
    color: #0f2041
}

.details-product.layout-v4 .product-navs, .details-product.layout-v4 .woo-breadcrumb {
    margin-bottom: 20px;
    background-color: transparent
}

@media (min-width:1200px) {
    .details-product.layout-v4 .product-navs, .details-product.layout-v4 .woo-breadcrumb {
        margin-bottom: 30px
    }
}

.details-product.layout-v4 .post-navigation .nav-links {
    display: -moz-flex;
    display: flex
}

    .details-product.layout-v4 .post-navigation .nav-links > * {
        width: auto;
        float: none
    }

    .details-product.layout-v4 .post-navigation .nav-links > .nav-next {
        padding-left: 30px
    }

.rtl .details-product.layout-v4 .post-navigation .nav-links > .nav-next {
    padding-right: 30px;
    padding-left: inherit
}

.details-product.layout-v4 .woocommerce-product-gallery__image {
    margin-bottom: 10px
}

    .details-product.layout-v4 .woocommerce-product-gallery__image:last-child {
        margin-bottom: 0
    }

@media (max-width:767px) {
    .details-product.layout-v4 .product-v-wrapper .sticky-this {
        z-index: 1;
        position: relative !important
    }
}

.details-product.layout-v5 .top-content {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .details-product.layout-v5 .top-content {
        margin-bottom: 60px
    }
}

.details-product.layout-v5 .woocommerce-product-gallery__image {
    margin-bottom: 10px
}

    .details-product.layout-v5 .woocommerce-product-gallery__image:last-child {
        margin-bottom: 0
    }

.details-product.layout-v6 .woocommerce-product-gallery__image {
    margin-bottom: 10px
}

    .details-product.layout-v6 .woocommerce-product-gallery__image:last-child {
        margin-bottom: 0
    }

.details-product.layout-v6 .second-wrapper {
    flex-wrap: wrap;
    display: -moz-flex;
    display: flex
}

    .details-product.layout-v6 .second-wrapper .woocommerce-product-gallery__image {
        width: calc(50% - 5px)
    }

        .details-product.layout-v6 .second-wrapper .woocommerce-product-gallery__image:nth-child(2n+1) {
            margin-right: 10px
        }

.rtl .details-product.layout-v6 .second-wrapper .woocommerce-product-gallery__image:nth-child(2n+1) {
    margin-left: 10px;
    margin-right: inherit
}

.details-product.layout-v6 .delivery-shipping-info {
    margin-top: 10px
}

.details-product.layout-v6 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    bottom: 20px;
    right: 10px
}

.rtl .details-product.layout-v6 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    left: 10px;
    right: auto
}

@media (min-width:1200px) {
    .details-product.layout-v6 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
        bottom: 30px;
        right: 20px
    }

    .rtl .details-product.layout-v6 .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
        left: 20px;
        right: auto
    }
}

.details-product.layout-v7 .wrapper-thumbs {
    margin-top: 10px
}

@media (min-width:992px) {
    .details-product.layout-v7 .top-row > div {
        width: 50%
    }
}

@media (min-width:1200px) {
    .details-product.layout-v7 .information {
        padding-left: 60px
    }

    .rtl .details-product.layout-v7 .information {
        padding-right: 60px;
        padding-left: 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.layout-v9 .goal-woocommerce-product-gallery-wrapper {
    width: calc(100% - 100px);
    float: right
}

.rtl .details-product.layout-v9 .goal-woocommerce-product-gallery-wrapper {
    float: left
}

.details-product.layout-v9 .wrapper-thumbs {
    float: left;
    width: 100px;
    padding-right: 10px
}

.rtl .details-product.layout-v9 .wrapper-thumbs {
    float: right
}

.rtl .details-product.layout-v9 .wrapper-thumbs {
    padding-left: 10px;
    padding-right: inherit
}

.details-product.layout-v10 .goal-woocommerce-product-gallery-wrapper {
    width: calc(100% - 100px);
    float: right
}

.rtl .details-product.layout-v10 .goal-woocommerce-product-gallery-wrapper {
    float: left
}

.details-product.layout-v10 .wrapper-thumbs {
    float: left;
    width: 100px;
    padding-right: 10px
}

.rtl .details-product.layout-v10 .wrapper-thumbs {
    float: right
}

.rtl .details-product.layout-v10 .wrapper-thumbs {
    padding-left: 10px;
    padding-right: inherit
}

.details-product .breadcrumb-navigation-wrapper {
    margin-bottom: 10px;
    display: -moz-flex;
    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: #0f2041
        }

.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: flex;
    flex-wrap: initial
}

    .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 #e6e6e6
    }
}

.details-product .delivery-shipping-info .item-btn {
    font-size: 14px;
    font-weight: 600;
    font-family: iranyekanLight,Arial,sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #0f2041
}

    .details-product .delivery-shipping-info .item-btn:before {
        content: "";
        width: 0;
        height: 2px;
        background-color: #0f2041;
        position: absolute;
        bottom: -4px;
        left: 0;
        transition: all .3s ease-in-out 0s
    }

.rtl .details-product .delivery-shipping-info .item-btn:before {
    right: 0;
    left: auto
}

.details-product .delivery-shipping-info .item-btn:focus, .details-product .delivery-shipping-info .item-btn:hover {
    color: #0f2041
}

    .details-product .delivery-shipping-info .item-btn:focus:before, .details-product .delivery-shipping-info .item-btn:hover:before {
        width: 100%
    }

.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: #666
}

.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: #0f2041;
    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: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row
}

    .details-product .popup-video i {
        height: 40px;
        line-height: 40px;
        width: 40px;
        font-size: 13px;
        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: #f09e5d
    }

.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: 5px
}

    .details-product .goal-countdown .times {
        display: -moz-flex;
        display: flex
    }

        .details-product .goal-countdown .times > div {
            display: -moz-flex;
            display: flex;
            flex-direction: column;
            text-align: center;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 12px;
            color: #0f2041;
            margin-right: 6px
        }

.rtl .details-product .goal-countdown .times > div {
    margin-left: 6px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .details-product .goal-countdown .times > div {
        margin-right: 12px
    }

    .rtl .details-product .goal-countdown .times > div {
        margin-left: 12px;
        margin-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;
    color: #f09e5d;
    line-height: 48px;
    border: 1px solid #f09e5d;
    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: 8px 0
}

.details-product .goal-countdown {
    margin-top: 5px
}

    .details-product .goal-countdown .times {
        margin-bottom: 5px
    }

        .details-product .goal-countdown .times > span {
            color: #f09e5d;
            margin-bottom: 5px
        }

        .details-product .goal-countdown .times > div {
            text-align: center;
            vertical-align: middle;
            min-width: 40px;
            font-size: 12px;
            display: inline-block;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 5px;
            padding: 0
        }

            .details-product .goal-countdown .times > div:first-child {
                margin-left: 0
            }

.rtl .details-product .goal-countdown .times > div:first-child {
    margin-right: 0;
    margin-left: inherit
}

.details-product .goal-countdown .times > div:before {
    display: none
}

.details-product .goal-countdown .times > div span {
    font-size: 16px;
    font-weight: 700;
    color: #0f2041;
    line-height: 48px;
    border: 1px solid #f09e5d;
    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 .top-content {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .details-product .top-content {
        margin-bottom: 35px
    }
}

.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: #f09e5d
}

.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 #e6e6e6;
    padding: 5px
}

    .details-product .goal-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:hover {
        border-color: #f09e5d
    }

.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: #222;
            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: #f09e5d;
    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: 1px solid #e6e6e6;
    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
        }

@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: 8;
    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 #e6e6e6;
    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: 30px;
        right: 30px
    }

    .rtl .details-product .goal-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
        left: 30px;
        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: #f09e5d;
    color: #fff;
    background: #f09e5d
}

.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 {
    width: 100%;
    overflow: hidden;
    display: flex
}

.details-product .list li {
    margin-bottom: 10px
}

.details-product .list i {
    color: #f09e5d;
    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: 13px;
    line-height: 1.5;
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #e6e6e6
}

    .details-product .product_meta .sub_title {
        text-transform: uppercase;
        font-weight: 600;
        color: #0f2041
    }

    .details-product .product_meta a {
        color: #666;
        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: #666;
        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: #666
}

.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
    }

    .details-product .information .price {
        font-weight: 400;
        font-size: 24px !important;
        color: #f09e5d;
        margin: 0
    }

        .details-product .information .price del {
            color: #666;
            font-size: 14px !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.5;
        padding-top: 18px;
        border-top: 1px solid;
        border-top-color: #e6e6e6
    }

        .details-product .information .woocommerce-product-details__short-description p:last-child {
            margin-bottom: 0;
            text-align:justify;
            direction:rtl
        }

    .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: #0f2041
        }

        .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 {
    width: 100%;
    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 {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: #0f2041;
    transition: all .3s ease-in-out 0s;
    margin-left: 15px;
    border: 1px solid transparent;
    line-height: 1.7;
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative
}

.rtl .details-product .information .compare {
    margin-right: 15px;
    margin-left: inherit
}

.details-product .information .compare:before {
    content: "\e6ba";
    font-family: "themify";
    font-size: 14px;
    margin-right: 5px;
    display: inline-block
}

.rtl .details-product .information .compare:before {
    margin-left: 5px;
    margin-right: inherit
}

.details-product .information .compare:hover, .details-product .information .compare:focus {
    background-color: transparent;
    border-color: transparent;
    color: #f09e5d
}

.details-product .information .compare.added {
    border-color: transparent;
    background-color: transparent
}

.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: #0f2041;
    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: #f09e5d
    }

    .details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
        color: #f09e5d
    }

    .details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a .sub-title {
        display: none
    }

.details-product .goal-social-share {
    margin-top: 15px
}

    .details-product .goal-social-share span {
        color: #0f2041;
        font-size: 16px;
        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: #666;
    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: #f09e5d
}

.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: #f09e5d;
                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: #a7b5d5;
    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: 4;
    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: #666
    }

    .add-to-cart-bottom-wrapper ins {
        margin: 0 10px
    }

    .add-to-cart-bottom-wrapper .woocommerce-Price-amount {
        color: #f09e5d;
        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: #0f2041;
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.add-to-cart-bottom-wrapper .woocs_price_code {
    color: #0f2041;
    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: flex;
    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 {
        border: 2px solid #0f2041;
        background-color: #0f2041;
        color: #fff;
        padding: 10px 20px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        font-size: 14px;
        font-weight: 600;
        font-family: iranyekanLight,Arial,sans-serif;
        text-transform: uppercase;
        letter-spacing: .05em;
        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 {
            color: #fff;
            border-color: #f09e5d;
            background-color: #f09e5d
        }

    .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: flex;
    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: flex;
        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: flex
}

    .add-to-cart-bottom-wrapper table.variations > tbody > tr {
        display: -moz-flex;
        display: flex;
        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 .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/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: #0f2041;
    margin: 0 0 5px
}

.accessoriesproducts .total-price {
    display: block;
    color: #f09e5d;
    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: 14px;
    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 #cdcdcd;
    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: #fff;
    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 #e6e6e6
}

@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: #0f2041;
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0 0;
    text-transform: uppercase
}

.woocommerce #reviews #comments ol.commentlist li .date {
    font-size: 13px;
    color: #666
}

.woocommerce #reviews #comments ol.commentlist li .content-comment {
    margin-top: 15px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding-left: 15px;
    border-left: 1px solid #e6e6e6
}

.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 #e6e6e6;
    border-left: inherit
}

.woocommerce #reviews #review_form_wrapper {
    padding: 15px 20px 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #e6e6e6
}

@media (min-width:1200px) {
    .woocommerce #reviews #review_form_wrapper {
        padding: 50px 50px 30px
    }
}

.woocommerce #reviews #review_form_wrapper #review_form #respond .form-submit input {
    text-transform: uppercase
}

.woocommerce p.stars a[class*=star-]:before {
    display: none
}

#respond .comment-reply-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px !important
}

@media (min-width:1200px) {
    #respond .comment-reply-title {
        font-size: 24px
    }
}

#respond .comment-reply-title #cancel-comment-reply-link {
    color: #0f2041;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    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: #f09e5d
}

#respond label {
    color: #666;
    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: 80px;
    font-size: 14px;
    height: 53px;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    font-weight: 500;
    color: #666
}

.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
    height: 25px
}

.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: #f09e5d;
    background-color: #f09e5d
}

.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 {
    color: #0f2041;
    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;
    color: #0f2041;
    line-height: 1
}

    .wishlist-icon i, .mini-cart i {
        font-size: 20px;
        margin: 0 !important
    }

    .wishlist-icon .count, .mini-cart .count {
        position: absolute;
        bottom: -5px;
        left: 10px;
        display: inline-block;
        font-size: 10px;
        color: #fff;
        background: #f09e5d;
        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
    }

    .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: #f09e5d;
    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: #f09e5d
    }

    .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: #0f2041;
    position: relative;
    display: inline-block
}

.goal-shop-menu ul.goal-categories li .product-count {
    font-size: 14px;
    color: #666;
    margin: 0 2px;
    vertical-align: top;
    display: inline-block
}

.goal-shop-menu ul.goal-categories li.current-cat > a {
    color: #f09e5d
}

.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 #f09e5d;
        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: #f09e5d
    }

        .goal-shop-header .widget_layered_nav li.chosen > a, .goal-shop-header .product-categories li.chosen > a {
            color: #f09e5d
        }

.goal-categories-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    color: #0f2041;
    font-size: 14px;
    margin-top: 4px
}

    .goal-categories-dropdown .category-dropdown-label {
        cursor: pointer
    }

    .goal-categories-dropdown option {
        font-size: 16px;
        color: #666
    }

        .goal-categories-dropdown option[selected=selected] {
            color: #0f2041
        }

    .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 #f09e5d;
        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: #666
                }

                    .goal-categories-dropdown .dropdown-menu ul li a:hover, .goal-categories-dropdown .dropdown-menu ul li a:active {
                        color: #0f2041
                    }

                .goal-categories-dropdown .dropdown-menu ul li.active {
                    color: #0f2041
                }

                .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: #fff;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

@media (min-width:1200px) {
    .goal-filter {
        margin-bottom: 30px
    }
}

.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: #0f2041
        }

.goal-filter .woocommerce-ordering, .goal-filter .woocommerce-result-count {
    margin: 0
}

@media (min-width:768px) {
    .goal-filter {
        display: -moz-flex;
        display: flex;
        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: flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center
}

    .goal-filter .wrapper-right .left-inner > .orderby-wrapper {
        margin: 0 30px
    }

.goal-filter select {
    color: #0f2041;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select.png) right 0 center no-repeat;
    font-weight: 500;
    font-size: 13px;
    padding: 0 15px 0 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #0f2041;
    outline: none
}

.goal-filter .change-view {
    color: #666;
    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: #f09e5d
}

.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: flex
}

    .shop-filter-top-wrapper .widget {
        margin-bottom: 0;
        position: relative;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 2px solid #e6e6e6
    }

.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 #e6e6e6;
    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: 12px;
    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:before {
    content: "\f10a";
    font-family: "Flaticon";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 10px
}

.rtl .shop-filter-top-wrapper .widget .widget-title:before {
    left: 0;
    right: auto
}

.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 #e6e6e6;
    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: 10;
    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 {
    margin-bottom: 30px
}

    .shop-filter-sidebar-wrapper .widget .widget-title {
        color: #0f2041;
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        margin: 0 0 25px;
        -webkit-padding-after: 20px;
        padding-block-end: 20px;
        border-bottom: 1px solid #e6e6e6;
        -webkit-padding-before: 0;
        padding-block-start: 0;
        letter-spacing: 0;
        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: 20px
    }
}

.shop-filter-sidebar-wrapper .widget .widget-title:before {
    background-color: #f09e5d;
    content: "";
    position: absolute;
    width: 70px;
    left: 0;
    height: 2px;
    bottom: -1px
}

.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: #0f2041
}

@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-vardeh-ppp {
    float: left
}

.rtl .form-vardeh-ppp {
    float: right
}

.form-vardeh-ppp select {
    font-size: 16px;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select.png) #fff right 10px center no-repeat;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    padding: 3px 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0;
    border: 1px solid #e6e6e6
}

.goal-after-loop-shop {
    margin-bottom: 10px
}

    .goal-after-loop-shop .form-vardeh-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: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 4px 15px
}

#goal-orderby .dropdown-menu {
    min-width: 200px;
    padding: 20px 30px;
    border-radius: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #f09e5d;
    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: #666
            }

                #goal-orderby .dropdown-menu ul li a:hover, #goal-orderby .dropdown-menu ul li a:active {
                    color: #0f2041
                }

            #goal-orderby .dropdown-menu ul li.active {
                color: #0f2041
            }

            #goal-orderby .dropdown-menu ul li:last-child {
                margin: 0
            }

.goal-topcart .dropdown-menu {
    top: 42px;
    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 .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .goal-topcart .buttons .button, .goal-topcart .buttons .woocommerce .track_order .button, .woocommerce .track_order .goal-topcart .buttons .button, .goal-topcart .buttons .woocommerce #respond input#submit, .woocommerce #respond .goal-topcart .buttons input#submit, .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, .goal-topcart .buttons .woocommerce table.shop_table input.button, .woocommerce table.shop_table .goal-topcart .buttons input.button, .goal-topcart .buttons .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .goal-topcart .buttons .button, .goal-topcart .buttons .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .goal-topcart .buttons .button, .goal-topcart .buttons .woocommerce .checkout_coupon .button, .woocommerce .checkout_coupon .goal-topcart .buttons .button {
        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%)
}

    .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: #f09e5d;
        border-bottom: 1px solid #e6e6e6;
        text-transform: uppercase;
        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: flex;
    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 {
    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
}

    .shopping_cart_content .cart_list > div {
        margin: 0 0 20px;
        overflow: hidden
    }

        .shopping_cart_content .cart_list > div.empty {
            border: none;
            margin: 0;
            color: #0f2041
        }

        .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 #e6e6e6;
        display: block
    }

        .shopping_cart_content .cart_list .image img {
            width: 75px;
            height: 75px;
            max-width: none
        }

    .shopping_cart_content .cart_list .quantity {
        font-size: 16px;
        font-weight: 600;
        color: #f09e5d;
        padding: 0;
        line-height: 1
    }

    .shopping_cart_content .cart_list .name {
        margin: 0;
        font-size: 14px;
        font-weight: 600
    }

    .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: #666 !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: #f09e5d;
    border-top: 1px solid #e6e6e6;
    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: #0f2041
    }

    .shopping_cart_content .total .amount {
        font-size: 18px;
        font-weight: 600;
        float: right
    }

.rtl .shopping_cart_content .total .amount {
    float: left
}

.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 {
    list-style: none;
    margin: 0;
    font-size: 14px;
    padding: 0;
    overflow: hidden
}

    .product-categories + .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 {
            color: #e44343
        }

        .product-categories + .view-more-list-cat:hover, .product-categories + .view-more-list-cat:active {
            text-decoration: underline
        }

    .product-categories.hideContent {
        height: 340px
    }

    .product-categories.showContent {
        height: auto
    }

    .product-categories .children {
        list-style: none;
        padding: 0
    }

    .product-categories li {
        line-height: 30px;
        width: 100%;
        display: inline-block
    }

        .product-categories li li {
            padding-left: 20px
        }

.rtl .product-categories 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 {
    color: #f09e5d
}

.product-categories li.current-cat-parent > a, .product-categories li.current-cat > a, .product-categories li:hover > a {
    color: #f09e5d
}

.product-categories li .count {
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px
}

.product-categories li a {
    transition: all .2s ease-in-out 0s
}

    .product-categories li a:hover, .product-categories li a:active {
        color: #f09e5d
    }

.product-categories li.cat-parent {
    position: relative
}

    .product-categories li.cat-parent > i {
        padding-right: 12px;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 13px
    }

.rtl .product-categories li.cat-parent > i {
    padding-left: 12px;
    padding-right: inherit
}

.rtl .product-categories li.cat-parent > i {
    right: 0;
    left: auto
}

.product-categories li.cat-parent > .opened, .product-categories li.cat-parent > .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 {
    padding-right: 15px;
    padding-left: inherit
}

.rtl .product-categories li.cat-parent > .opened, .rtl .product-categories li.cat-parent > .closed {
    left: 0;
    right: auto
}

.product-categories > li {
    padding: 10px 0;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px dashed #e6e6e6
}

    .product-categories > li:last-child {
        margin-bottom: 0;
        border-bottom: 0
    }

    .product-categories > li > ul.children {
        position: relative;
        padding-top: 10px
    }

    .product-categories > li > a {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #0f2041
    }

    .product-categories > li > .opened, .product-categories > li > .closed {
        font-size: 18px;
        color: #0f2041
    }

.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: #d51f1f
        }

.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/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-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border-bottom: 2px solid #eee
}

    .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
        margin-right: 30px;
        display: inline-block
    }

.rtl .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    margin-left: 30px;
    margin-right: inherit
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    padding: 0 0 7px;
    position: relative;
    display: inline-block
}

    .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
        width: 100%;
        height: 2px;
        background: #f09e5d;
        position: absolute;
        bottom: -2px;
        left: 0;
        content: "";
        transform: scale(0);
        transition: all .2s ease-in-out 0s
    }

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a {
    color: #f09e5d
}

    .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a:before {
        transform: scale(1)
    }

.woocommerce-MyAccount-content {
    padding: 20px 0
}

    .woocommerce-MyAccount-content h2 {
        margin: 20px 0 10px;
        text-transform: uppercase;
        font-size: 18px
    }

.edit-account br {
    display: none
}

.edit-account input[type=text], .edit-account input[type=password] {
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

    .edit-account input[type=text]:focus, .edit-account input[type=password]:focus {
        border-color: #e6e6e6
    }

.edit-account legend {
    font-size: 72px;
    font-weight: 300;
    border: none;
    margin: 30px 0 0
}

.edit-account label {
    font-weight: 400;
    font-size: 16px;
    color: #0f2041
}

@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 #e6e6e6 !important;
        height: 40px
    }

        form.login .input-text:focus, form.register .input-text:focus {
            border-color: #cdcdcd !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: #f09e5d
}

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: #fff
}

.login-wrapper .title {
    text-align: center
}

.login-wrapper .goal-mfp-close {
    font-size: 20px;
    display: inline-block;
    background: #e44343;
    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 #e6e6e6
}

    .cart_item > .media-left {
        width: 70%
    }

    .cart_item img {
        width: 90px;
        max-width: none
    }

    .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: #666 !important
}

    .cart_item a.remove:hover, .cart_item a.remove:active {
        color: #e44343 !important
    }

div.cart .input-text {
    height: 53px;
    border: 2px solid #e6e6e6
}

    div.cart .input-text:focus, div.cart .input-text:active {
        border-color: #0f2041
    }

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: #f09e5d
}

#order_review > .media-left {
    width: auto
}

#order_review .woocommerce-Price-amount {
    color: #0f2041;
    font-weight: 600
}

#order_review .subtotal tr > * {
    border-bottom: 1px solid #e6e6e6 !important
}

#order_review .subtotal th {
    border: none;
    font-weight: 400;
    color: #0f2041
}

#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: #f09e5d
}

.goal-checkout-step {
    padding: 0 0 30px
}

    .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: 20px;
    font-weight: 500;
    color: #232530;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    background: #fff
}

    .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 #e6e6e6;
        width: 60px;
        height: 60px;
        transform: rotate(45deg);
        background: #fff
    }

    .goal-checkout-step li:after {
        position: absolute;
        content: "";
        border-width: 1px 0;
        border-style: solid;
        border-color: #e6e6e6;
        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: #fff #fff #fff transparent;
        border-width: 30px;
        width: 60px;
        height: 60px;
        background: #fff
    }

    .goal-checkout-step li .inner:before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 0;
        right: 12px;
        border: 1px solid #e6e6e6;
        border-width: 1px 1px 0 0;
        width: 60px;
        height: 60px;
        transform: rotate(45deg);
        background: #fff;
        z-index: 2
    }

.goal-checkout-step li.active {
    background: #f09e5d;
    color: #fff
}

    .goal-checkout-step li.active:after {
        border-color: #f09e5d
    }

    .goal-checkout-step li.active .inner:after {
        border-color: #fff #f09e5d
    }

    .goal-checkout-step li.active .inner:before {
        display: none
    }

    .goal-checkout-step li.active .step {
        opacity: .1;
        filter: alpha(opacity=10);
        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: 600;
    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: #0f2041
}

@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: #0f2041
    }

    .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 #e6e6e6;
    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: #f09e5d;
            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/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: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.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: #e6e6e6;
    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: #f09e5d
    }

    .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: #f09e5d;
    background: #f09e5d
}

.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 #e6e6e6;
    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 #e6e6e6;
    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: 13px
}

    .special-progress .claimed {
        margin-bottom: 2px
    }

        .special-progress .claimed strong {
            color: #0f2041
        }

    .special-progress .progress {
        background: #e6e6e6;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        height: 5px;
        margin: 5px 0 17px
    }

        .special-progress .progress .progress-bar {
            background: #f09e5d;
            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 #e6e6e6
}

    .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: #666
}

    .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: #f09e5d
    }

.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: #f09e5d;
        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: #0f2041;
    border-top: 1px solid #e6e6e6
}

.wfg-gifts .wfg-gift-item {
    border: 1px solid #e6e6e6
}

#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 .woocommerce .return-to-shop .button, .woocommerce .return-to-shop #dokan-seller-listing-wrap ul.dokan-seller-wrap .button, #dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce .track_order .button, .woocommerce .track_order #dokan-seller-listing-wrap ul.dokan-seller-wrap .button, #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 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 .woocommerce table.shop_table input.button, .woocommerce table.shop_table #dokan-seller-listing-wrap ul.dokan-seller-wrap input.button, #dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error #dokan-seller-listing-wrap ul.dokan-seller-wrap .button, #dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message #dokan-seller-listing-wrap ul.dokan-seller-wrap .button, #dokan-seller-listing-wrap ul.dokan-seller-wrap .woocommerce .checkout_coupon .button, .woocommerce .checkout_coupon #dokan-seller-listing-wrap ul.dokan-seller-wrap .button, #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 #e6e6e6;
    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: #fff !important
    }

        #woocommerce-accordion .panel > .panel-heading:hover a, #woocommerce-accordion .panel > .panel-heading:active a {
            color: #f09e5d
        }

    #woocommerce-accordion .panel .panel-title {
        font-size: 16px;
        font-weight: 400
    }

        #woocommerce-accordion .panel .panel-title > :not(.collapsed) {
            color: #f09e5d
        }

    #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 #e6e6e6
}

.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: #f09e5d
        }

    .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;
        border-bottom: 1px solid #e6e6e6;
        padding: 9px 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background: #fff !important
    }

    #woocommerce-accordion .panel .panel-title {
        font-weight: 600;
        font-size: 14px
    }

        #woocommerce-accordion .panel .panel-title a {
            display: block;
            position: relative;
            color: #0f2041
        }

            #woocommerce-accordion .panel .panel-title a:before {
                color: #0f2041;
                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: #0f2041
}

    #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
    }

.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: #0f2041;
    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: #0f2041
}

.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: #faf9f8;
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 16px 20px;
        color: #0f2041;
        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: #0f2041;
    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: #0f2041;
    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: 30px
}

    .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: 80px
    }
}

.page-shop .goal-pagination {
    margin-top: 30px;
    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 {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto
}

    .shop-normal .woo-breadcrumb .wrapper-breads .breadcrumb {
        margin: 0
    }

.shop-normal .woo-breadcrumb .bread-title {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.3;
    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: 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: 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: #faf9f8;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 20px;
        color: #0f2041;
        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: #0f2041;
    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
}

.info_wrapper_alert .info-price {
    font-weight: 700;
    color: #0f2041;
    text-transform: uppercase;
    white-space: nowrap
}

.info_wrapper_alert .free {
    color: #f09e5d
}

@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: flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: 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: 14px;
    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 {
    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: 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: 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: #666;
    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: #0f2041
    }

.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: #f09e5d
}

    .list-category-products li a.active h5, .list-category-products li a:hover h5 {
        color: #f09e5d
    }

.list-category-products li.current-cat a, .list-category-products li.current-cat h5 {
    color: #f09e5d
}

.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: 13px
}

.rtl .goal-salespopup-wrapper {
    right: 20px;
    left: auto
}

.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 h4.product-name {
    font-weight: 600;
    font-size: 14px
}

    .goal-salespopup-wrapper h4.product-name + small {
        color: #f09e5d
    }

.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: #0f2041;
    text-transform: uppercase
}

.sizeguides-table {
    border: 0;
    margin: 0;
    text-transform: uppercase;
    color: #0f2041
}

    .sizeguides-table td {
        border: 0 !important;
        padding: 6px 8px
    }

    .sizeguides-table th {
        color: #666
    }

    .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: #0f2041 !important
}

    .sizeguides-btn:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #0f2041;
        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/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: #e6e6e6;
        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 .categories-item {
    text-align: center;
    transition: all .35s ease-in-out 0s;
    padding: 0
}

@media (min-width:1200px) {
    .widget-categories-box .categories-item {
        padding: 0
    }
}

.widget-categories-box .categories-item .categories-inner {
    float: none;
    text-align: center;
    position: relative;
    margin: 0;
    overflow: hidden
}

@media (min-width:1200px) {
    .widget-categories-box .categories-item .categories-inner {
        margin: 0
    }
}

.widget-categories-box .categories-item .categories-inner:hover .cate-image {
    border-color: #f09e5d
}

    .widget-categories-box .categories-item .categories-inner:hover .cate-image img {
        transform: scale(.85)
    }

.widget-categories-box .categories-item .categories-inner:hover .product-nb {
    opacity: 1;
    transition: all .4s ease;
    transition-duration: .4s
}

.widget-categories-box .categories-item .cate-image {
    margin-bottom: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-radius: 50%;
    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);
    transition: all .35s ease-in-out 0s;
    overflow: hidden;
    width: 100%
}

.widget-categories-box .categories-item .cate-content {
    transition: all .4s;
    padding: 0
}

.widget-categories-box .categories-item .cat-title {
    display: inline-block;
    margin: 15px 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #0f2041;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: all .4s;
    position: relative
}

.widget-categories-box .categories-item .product-nb {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: #666;
    opacity: 1;
    transition: all .3s ease
}

@media (min-width:1200px) {
    .widget-categories-box.special .slick-list {
        overflow: visible
    }
}

.widget-categories-box.special .slick-carousel .slick-dots {
    position: unset;
    display: flex;
    justify-content: center;
    margin: 30px auto 0 !important;
    width: 100%;
    padding: 0 15px
}

    .widget-categories-box.special .slick-carousel .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        cursor: pointer;
        flex-basis: 100%;
        margin-right: 0
    }

        .widget-categories-box.special .slick-carousel .slick-dots li button {
            width: 100%;
            height: 3px;
            background-color: #e6e6e6;
            position: relative;
            border-radius: 0;
            display: unset
        }

        .widget-categories-box.special .slick-carousel .slick-dots li.slick-active button {
            background-color: #f09e5d
        }

.widget-categories-box.style2 .categories-item .categories-inner {
    text-align: center
}

    .widget-categories-box.style2 .categories-item .categories-inner .cate-image {
        transition: all .2s ease-in-out 0s;
        font-size: 35px;
        font-weight: 100;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: 0;
        overflow: hidden
    }

@media (min-width:1200px) {
    .widget-categories-box.style2 .categories-item .categories-inner .cate-image {
        font-size: 50px
    }
}

.widget-categories-box.style2 .categories-item .categories-inner .cate-image:before {
    background-color: rgba(17,17,17,.3);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.widget-categories-box.style2 .categories-item .categories-inner .cate-image img {
    display: inline-block;
    transition: all .4s ease-in-out 0s;
    width: 100%
}

.widget-categories-box.style2 .categories-item .categories-inner .cate-image.img + .cate-content {
    position: absolute;
    z-index: 2;
    transform: translateY(-50%);
    margin-top: 0;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all .4s ease-in-out 0s
}

@media (min-width:1200px) {
    .widget-categories-box.style2 .categories-item .categories-inner .cate-image.img + .cate-content {
        margin-top: 25px
    }
}

.widget-categories-box.style2 .categories-item .categories-inner .cate-image a {
    color: #0f2041
}

.widget-categories-box.style2 .categories-item .categories-inner:hover .cate-image img {
    transform: scale(1.1)
}

.widget-categories-box.style2 .categories-item .categories-inner:hover .cate-image a {
    color: #f09e5d
}

.widget-categories-box.style2 .categories-item .categories-inner:hover .cate-image.img + .cate-content {
    margin-top: 0
}

.widget-categories-box.style2 .categories-item .categories-inner:hover .product-nb {
    opacity: 1;
    filter: alpha(opacity=100)
}

.widget-categories-box.style2 .categories-item .categories-inner .cat-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #fff
}

@media (min-width:1200px) {
    .widget-categories-box.style2 .categories-item .categories-inner .cat-title {
        font-size: 18px
    }
}

.widget-categories-box.style2 .categories-item .categories-inner .cat-title:after {
    background-color: #0f2041
}

.widget-categories-box.style2 .categories-item .categories-inner .product-nb {
    transition: all .2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff
}

.widget-categories-box.style2 .categories-item .categories-inner:hover .category-box-image a, .widget-categories-box.style2 .categories-item .categories-inner:focus .category-box-image a {
    color: #0f2041
}

.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: #f09e5d
}

.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: 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;
        align-items: center;
        -webkit-align-items: 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: #666
}

.item-inner-categories.style2:hover .category-box-image a, .item-inner-categories.style2:focus .category-box-image a {
    color: #0f2041
}

.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: 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;
        align-items: center;
        -webkit-align-items: 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 #e6e6e6
    }

@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 #e6e6e6
    }

    .item-inner-categories.style5:hover .category-box-image {
        border-color: #f09e5d
    }

.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: flex;
    -webkit-webkit-direction: normal;
    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: #666
}

.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: #f09e5d
}

    .widget-category-banner .subcategories li a:hover:before, .widget-category-banner .subcategories li a:focus:before {
        background-color: #f09e5d
    }

.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: #666;
    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: #f09e5d
}

    .widget-category-banner .subcategories li.active > a:before {
        background-color: #f09e5d
    }

.widget-category-banner .more-categories {
    margin-top: auto
}

@media (min-width:1200px) {
    .widget-category-banner .more-categories {
        padding-top: 5px
    }
}

.widget-category-banner.style1 {
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-color: #fff
}

@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: #f09e5d
}

.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 {
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    float: left;
    margin-right: 15px
}

.rtl .widget_price_filter .price_slider_amount .price_label {
    float: right
}

.rtl .widget_price_filter .price_slider_amount .price_label {
    margin-left: 15px;
    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: #eaeaea;
    height: 4px;
    margin: 5px 10px 20px
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    border-color: #f09e5d;
    background: #f09e5d;
    color: #fff;
    font-size: 13px;
    padding: 3px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    float: right
}

.rtl .woocommerce .widget_price_filter .price_slider_amount .button {
    float: left
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: #fff;
    border-color: #f09e5d;
    background: #f09e5d
}

.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: #f09e5d;
    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 #e6e6e6
}

    .woocommerce .widget_price_filter .price_slider_amount > input:focus {
        border-color: #000
    }

.woocommerce ul.product_list_widget {
    list-style: none
}

    .woocommerce ul.product_list_widget li {
        display: flex;
        align-items: flex-start;
        padding-top: 0;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #e1e1e1
    }

        .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: 13px;
    font-weight: 700;
    color: #f09e5d
}

.woocommerce ul.product_list_widget del .woocommerce-Price-amount {
    font-size: 12px;
    color: #b7b7b7
}

.woocommerce ul.product_list_widget .product-title {
    font-size: 13px;
    display: block;
    margin: 15px 0 0
}

    .woocommerce ul.product_list_widget .product-title a {
        font-weight: 600
    }

.woocommerce ul.product_list_widget .left-content {
    border: 1px solid #e6e6e6;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 35%
}

.woocommerce ul.product_list_widget .right-content {
    padding-left: 15px;
    justify-content: center;
    align-content: center;
    align-items: center
}

.product_list_v1_widget .product-block {
    padding: 25px 15px;
    border-bottom: 1px solid #e6e6e6;
    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: #f09e5d;
        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: #f09e5d
        }

        .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: #f09e5d;
    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
}

.woocommerce-currency-switcher-form {
    min-width: 100px
}

    .woocommerce-currency-switcher-form .dd-select {
        background: 0 0 !important;
        border: none;
        border-radius: 0
    }

        .woocommerce-currency-switcher-form .dd-select label.dd-selected-text {
            color: #fff
        }

    .woocommerce-currency-switcher-form ul.dd-options {
        border: none;
        box-shadow: none
    }

        .woocommerce-currency-switcher-form ul.dd-options li {
            padding: 0;
            border: none
        }

.widget-woocommerce-currency-switcher .dd-desc {
    display: none
}

.widget-woocommerce-currency-switcher a.dd-option, .widget-woocommerce-currency-switcher .dd-selected {
    padding: 5px 15px !important;
    color: #666;
    cursor: pointer
}

.widget-woocommerce-currency-switcher label {
    line-height: 100%;
    float: left;
    margin: 0
}

.rtl .widget-woocommerce-currency-switcher label {
    float: right
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #fff
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #fff !important
}

.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 #e6e6e6;
    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: #0f2041;
    margin: 10px 0
}

.widget.widget-compare-device table td {
    border: none
}

.widget.widget-compare-device table tr > td:first-child {
    color: #0f2041;
    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: #666;
        font-size: 14px;
        text-transform: capitalize
    }

.goal-products-list .product-block:hover .name a {
    color: #f09e5d
}

.goal-products-list .groups-button * i {
    color: #666
}

    .goal-products-list .groups-button * i:hover {
        color: #f09e5d
    }

.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: #0f2041;
    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: #666
    }

        .sub-categories > .list-square > li > a:before {
            background: #666
        }

    .sub-categories > .list-square > li:hover > a, .sub-categories > .list-square > li.active > a {
        color: #0f2041
    }

        .sub-categories > .list-square > li:hover > a:before, .sub-categories > .list-square > li.active > a:before {
            background: #0f2041
        }

.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: #0f2041;
    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 {
        -webkit-animation: zoomInDown .5s linear 1;
        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 #e6e6e6
}

    #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 {
        border-color: #fff !important;
        margin: 0;
        float: none;
        min-width: 150px;
        padding: 5px 20px
    }

.woocommerce-order-details, .woocommerce-checkout {
    margin-bottom: 50px
}

.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: #666;
                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
}

    .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
        font-size: 15px;
        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 > a {
            color: #666;
            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: #f09e5d
            }

            .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;
    float: right
}

.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a .count, .rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a + .count {
    float: left
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a {
    color: #f09e5d
}

    .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: #f09e5d;
        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"
    }

.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: #666
        }

            .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: #f09e5d
            }

        .goal-price-filter li.current, .goal-price-filter li.active, .goal-product-sorting li.current, .goal-product-sorting li.active {
            color: #f09e5d
        }

.widget.widget-products-tabs {
    margin-bottom: 0
}

    .widget.widget-products-tabs .top-info-tabs {
        overflow: hidden;
        margin-bottom: 15px;
        justify-content: space-between
    }

@media (min-width:1200px) {
    .widget.widget-products-tabs .top-info-tabs {
        margin-bottom: 45px
    }
}

.widget.widget-products-tabs .top-info-tabs .nav.tabs-product.center {
    margin-bottom: 0
}

.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: 10px 0 15px
    }
}

@media (min-width:768px) {
    .widget.widget-products-tabs .top-info-tabs.left {
        display: -moz-flex;
        display: flex;
        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: 15px 15px 0;
    border-bottom: 1px solid #e6e6e6
}

@media (min-width:768px) {
    .widget.widget-products-tabs .top-info-tabs.right {
        padding: 0 15px;
        display: -moz-flex;
        display: flex;
        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
    }
}

@media (min-width:1200px) {
    .widget.widget-products-tabs .top-info-tabs.right {
        padding: 0 30px
    }
}

.widget.widget-products-tabs .top-info-tabs.right + .widget-inner {
    padding: 0 15px
}

@media (min-width:1200px) {
    .widget.widget-products-tabs .top-info-tabs.right + .widget-inner {
        padding: 0 30px
    }
}

.widget.widget-products-tabs .top-info-tabs.st_normal {
    padding: 0 0 15px
}

    .widget.widget-products-tabs .top-info-tabs.st_normal + .widget-inner {
        padding: 0
    }

.widget.widget-products-tabs .top-info-tabs.no_border {
    border: 0;
    padding: 0
}

@media (min-width:1200px) {
    .widget.widget-products-tabs .top-info-tabs.no_border {
        margin-bottom: 25px
    }
}

.widget.widget-products-tabs .widget-title {
    padding: 0
}

    .widget.widget-products-tabs .widget-title h3 {
        margin: 0
    }

    .widget.widget-products-tabs .widget-title:before {
        width: 2000px
    }

    .widget.widget-products-tabs .widget-title.center:before, .widget.widget-products-tabs .widget-title.center:after {
        display: none
    }

.nav.tabs-product {
    border: 1px solid transparent;
    overflow-x: auto;
    white-space: nowrap
}

    .nav.tabs-product.st_1 > li {
        float: none;
        display: inline-block;
        margin-right: 7px;
        margin-bottom: 0
    }

.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: 700;
    font-family: iranyekanLight,Arial,sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    border: 1px solid #0f2041;
    margin: 0;
    font-size: 13px;
    color: #0f2041;
    padding: 5px 22px;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    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: #f09e5d;
    border-color: #f09e5d
}

.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: 14px;
    color: #666;
    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: #f09e5d;
    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: #f09e5d
}

    .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 #e6e6e6;
    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: 14px;
            color: #666;
            padding: 0 15px 5px;
            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 15px;
        font-size: 16px
    }
}

.nav.tabs-product.st_3 > li > a i {
    transition: all .3s ease-in-out 0s;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #0f2041;
    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: 48px;
        width: 80px;
        height: 80px;
        line-height: 80px
    }
}

.nav.tabs-product.st_3 > li > a span {
    display: block;
    margin-top: 0
}

@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: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scale(0,1);
    background-color: #f09e5d;
    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: #0f2041
}

    .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: #f09e5d;
        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-special .tab-content-products.colection_gutter .primary, .widget-products-tabs-special .tab-content-products.colection_gutter .second {
    padding: 0
}

.widget.widget-products-deal {
    margin: 0;
    text-align: center
}

    .widget.widget-products-deal.special .slick-list {
        overflow: visible
    }

    .widget.widget-products-deal.special .slick-carousel .slick-dots {
        position: unset;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
        margin-right: 0
    }

        .widget.widget-products-deal.special .slick-carousel .slick-dots li {
            position: relative;
            display: inline-block;
            margin: 0;
            padding: 0;
            cursor: pointer;
            flex-basis: 100%;
            margin-right: 0
        }

            .widget.widget-products-deal.special .slick-carousel .slick-dots li button {
                width: 100%;
                height: 3px;
                background-color: #e6e6e6;
                position: relative;
                border-radius: 0;
                display: unset
            }

            .widget.widget-products-deal.special .slick-carousel .slick-dots li.slick-active button {
                background-color: #f09e5d
            }

    .widget.widget-products-deal .slick-carousel-top .slick-arrow {
        top: -60px
    }

    .widget.widget-products-deal .goal-countdown-dark .times > div > span {
        color: #0f2041
    }

.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/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)
    }
}

@-webkit-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: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f09e5d;
    position: relative;
    border: 5px solid #fff
}

    .goal-lookbook .mapper-pin-wrapper > a:before {
        content: "";
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,.3);
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -13px;
        margin-left: -13px;
        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: #0f2041;
    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-weight: 400;
    margin: 0
}

.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: 42px;
        height: 42px
    }
}

.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: 60px;
        height: 60px;
        margin-top: -9px;
        margin-left: -9px
    }
}

.goal-lookbook.style2 .mapper-pin-wrapper > a:after {
    z-index: 2;
    content: "+";
    color: #141f46;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-55%);
    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 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.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-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-rezbahar:before {
    content: "\f19a"
}

.fa-rezbahar-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.eot?n40p2b);
    src: url(../fonts/icomoon.eot?n40p2b#iefix) format('embedded-opentype'),url(../fonts/icomoon.ttf?n40p2b) format('truetype'),url(../fonts/icomoon.woff?n40p2b) format('woff'),url(../fonts/icomoon.svg?n40p2b#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=icon-], [class*=" icon-"] {
    font-family: 'icomoon' !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-valid:before {
    content: "\e900"
}

.icon-call:before {
    content: "\e901"
}

.icon-return-box:before {
    content: "\e902"
}

.icon-delivery:before {
    content: "\e903"
}

.icon-email:before {
    content: "\e904"
}

.icon-online-chat:before {
    content: "\e905"
}

.icon-warranty:before {
    content: "\e906"
}

@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
}

[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-rezbahar: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: "Flaticon";
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"),url(../fonts/Flaticon.woff2) format("woff2"),url(../fonts/Flaticon.woff) format("woff"),url(../fonts/Flaticon.ttf) format("truetype"),url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url(../fonts/Flaticon.svg#Flaticon) format("svg")
    }
}

[class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-loupe:before {
    content: "\f100"
}

.flaticon-user:before {
    content: "\f101"
}

.flaticon-shopping-bag:before {
    content: "\f102"
}

.flaticon-heart:before {
    content: "\f103"
}

.flaticon-shipping:before {
    content: "\f104"
}

.flaticon-headphone:before {
    content: "\f105"
}

.flaticon-shield:before {
    content: "\f106"
}

.flaticon-next:before {
    content: "\f107"
}

.flaticon-back:before {
    content: "\f108"
}

.flaticon-upload:before {
    content: "\f109"
}

.flaticon-download:before {
    content: "\f10a"
}

.flaticon-view:before {
    content: "\f10b"
}

.flaticon-handbag:before {
    content: "\f10c"
}

.flaticon-clothes-hanger:before {
    content: "\f10d"
}

.flaticon-wristwatch:before {
    content: "\f10e"
}

.flaticon-wedding-dress:before {
    content: "\f10f"
}

.flaticon-shoes:before {
    content: "\f110"
}

.flaticon-trousers:before {
    content: "\f111"
}

.flaticon-tshirt:before {
    content: "\f112"
}

.flaticon-hoodie:before {
    content: "\f113"
}

.flaticon-play:before {
    content: "\f114"
}

.flaticon-gift:before {
    content: "\f115"
}

.flaticon-filter-results-button:before {
    content: "\f116"
}

.flaticon-sharing:before {
    content: "\f117"
}

.flaticon-placeholder:before {
    content: "\f118"
}

.flaticon-hanger:before {
    content: "\f119"
}

.flaticon-home:before {
    content: "\f11a"
}

.flaticon-360-degrees:before {
    content: "\f11b"
}

.flaticon-check:before {
    content: "\f11c"
}

@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
}

[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    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_rezbahar, .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_rezbahar_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_rezbahar_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_rezbahar: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_rezbahar_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_rezbahar_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: iranyekanLight,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #666;
    background: #f1f2f5;
    overflow-x: hidden
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0f2041;
    text-decoration: none;
    transition: color .3s ease
}

    a:hover, a:focus {
        color: #f09e5d;
        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: #f1f2f5;
    border: 1px solid #ddd;
    border-radius: 0;
    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: 23px;
    margin-bottom: 23px;
    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: iranyekanLight,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.3;
    text-align:justify;
    direction:rtl;
    color: #0f2041
}

    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: 23px;
    margin-bottom: 11.5px
}

    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: 11.5px;
    margin-bottom: 11.5px
}

    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 11.5px;
    text-align:justify;
    direction:rtl
}

.lead {
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

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: #0f2041
}

a.text-primary:hover {
    color: #050c18
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442;
    text-align:right;
    direction:rtl
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #0f2041
}

a.bg-primary:hover {
    background-color: #050c18
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10.5px;
    margin: 46px 0 23px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 11.5px
}

    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: 23px
}

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: 11.5px 23px;
    margin: 0 0 23px;
    font-size: 17.5px;
    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: 23px;
    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: 0
}

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: 11px;
    margin: 0 0 11.5px;
    font-size: 13px;
    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: 23px
}

    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: #f1f2f5
    }

.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: #d0e9c6
}

.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: #c4e3f3
}

.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: #faf2cc
}

.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: #ebcccc
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 17.25px;
        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: 23px;
    font-size: 21px;
    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: 14px;
    line-height: 1.7;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    transition: all .3s ease-in-out
}

    .form-control:focus {
        border-color: #0f2041;
        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: 41px;
    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: 23px;
    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: 51.25px
    }

.form-control-feedback {
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 2;
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    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: #2b542c
    }

.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: #66512c
    }

.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: #843534
    }

.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: #a6a6a6
}

@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: 34px
}

.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 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    letter-spacing: .05em;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out 0s;
    font-family: iranyekanLight,Arial,sans-serif
}

    .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: #f09e5d;
        text-decoration: none
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .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: #e6e6e6;
        border-color: #b3b3b3
    }

    .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: #0f2041;
    border-color: #0a162c
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #050c18;
        border-color: #010103
    }

    .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: #0f2041;
        border-color: #0a162c
    }

    .btn-primary .badge {
        color: #0f2041;
        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: #449d44;
        border-color: #3d8b3d
    }

    .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: #46b8da
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #28a1c5
    }

    .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: #46b8da
    }

    .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: #ec971f;
        border-color: #df8a13
    }

    .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: #e12d2d
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d51f1f;
        border-color: #bf1b1b
    }

    .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: #e12d2d
    }

    .btn-danger .badge {
        color: #e44343;
        background-color: #fff
    }

.btn-link {
    color: #0f2041;
    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: #f09e5d;
                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: 14px;
    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: 10.5px 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: #0f2041
    }

    .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-lg.btn-group > .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: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        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: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #e6e6e6;
    border-radius: 0
}

    .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: #0f2041
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10.5px 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: 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: #f1f2f5;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0
    }

    .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: #0f2041
    }

.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: 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: 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: 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: #f1f2f5
    }
}

.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: 23px;
    border: 1px solid transparent
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

.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: 13.5px 15px;
    font-size: 18px;
    line-height: 23px;
    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: 0
}

    .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: 6.75px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 23px
    }

@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: 23px
        }

            .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: 13.5px;
                padding-bottom: 13.5px
            }

        .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: 4.5px;
    margin-bottom: 4.5px
}

@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: 4.5px;
    margin-bottom: 4.5px
}

    .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: 13.5px;
    margin-bottom: 13.5px
}

@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: #5e5e5e;
            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: #090909
}

    .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: #090909
    }

    .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: #090909;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .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: #090909
    }

    .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: 23px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

    .breadcrumb a {
        color: #000
    }

        .breadcrumb a:hover {
            color: #f09e5d
        }

    .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: 23px 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: #0f2041;
            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: #f09e5d;
            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: #0f2041;
        border-color: #0f2041;
        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: 23px 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: #5e5e5e
    }

.label-primary {
    background-color: #0f2041
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #050c18
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #e44343
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #d51f1f
    }

.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: #0f2041;
    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: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.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: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.7;
    background-color: #f1f2f5;
    border: 1px solid #ddd;
    border-radius: 0
}

    .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: #666
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #0f2041
}

.alert {
    padding: 15px;
    margin-bottom: 23px;
    border: 1px solid transparent;
    border-radius: 0
}

    .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: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

    .alert-success .close {
        color: #3c763d
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

    .alert-info .close {
        color: #31708f
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

    .alert-warning .close {
        color: #8a6d3b
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

    .alert-danger .close {
        color: #a94442
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 23px;
    margin-bottom: 23px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    border-radius: 0
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    background-color: #0f2041;
    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 {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    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: 0;
        border-top-left-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .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: #0f2041;
    border-color: #0f2041
}

    .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: #4777d5
    }

.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: #d0e9c6
    }

    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: #c4e3f3
    }

    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: #faf2cc
    }

    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: #ebcccc
    }

    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: 23px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    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: -1px;
    border-top-left-radius: -1px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    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: -1px;
        border-top-left-radius: -1px
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

.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: -1px;
        border-top-left-radius: -1px
    }

        .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: -1px
        }

        .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: -1px
        }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

        .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: -1px
        }

        .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: -1px
        }

.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: 23px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0
    }

        .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: #0f2041
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #0f2041;
        border-color: #0f2041
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0f2041
        }

        .panel-primary > .panel-heading .badge {
            color: #0f2041;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0f2041
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.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: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    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: #f09e5d;
        color: #f09e5d
    }

.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: #0f2041
    }

    .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
    }
}

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    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 {
    pointer-events: none
}

    .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
        }

    .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
        }

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    -o-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    bottom: 0;
    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;
        -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;
        -o-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;
        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;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    -o-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;
        -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;
        -o-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;
        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 {
    pointer-events: none
}

    .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
        }

    .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
        }

.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
        }
/*! =========================================================
 * 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
    }
}

@charset "UTF-8";

.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
}

.woocommerce input.button {
    background: #5cb85c;
    color: #fff;
    padding: 15px 20px;
    border: none
}

    .woocommerce input.button:hover, .woocommerce input.button:active {
        color: #fff;
        background: #449d44
    }

.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
    }

.form-control {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    padding: 0
}

    .form-control:focus {
        border-color: #0f2041
    }

.post-password-form input {
    height: 43px;
    padding: 5px 10px
}

    .post-password-form input[type=submit] {
        background: #f09e5d;
        color: #fff;
        border: none;
        padding: 5px 25px
    }

        .post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:active {
            color: #fff;
            background: #ec822e
        }

.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: #f09e5d
}

::selection {
    color: #fff;
    background: #f09e5d
}

.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
        }

.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: #666;
    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: #f09e5d
        }

            ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
                background: #f09e5d
            }

        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: #0f2041;
    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: #ccc;
    display: inline-block;
    content: "\e649";
    font-family: "themify";
    padding: 0 8px;
    font-size: 8px
}

.goal-breadscrumb {
    background-color: #0f2041;
    background-repeat: no-repeat;
    margin: 0 0 20px
}

@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: #666
}

    .goal-breadscrumb .breadcrumb .active {
        color: #f09e5d;
        font-weight: 600
    }

    .goal-breadscrumb .breadcrumb a {
        color: #fff;
        font-weight: 600
    }

        .goal-breadscrumb .breadcrumb a:hover, .goal-breadscrumb .breadcrumb a:active {
            color: #f09e5d
        }

.goal-breadscrumb .wrapper-breads {
    position: relative;
    padding: 20px 0;
    text-align: center
}

@media (min-width:992px) {
    .goal-breadscrumb .wrapper-breads {
        padding: 120px 0
    }
}

@media (min-width:1200px) {
    .goal-breadscrumb.no-title .wrapper-breads {
        padding: 30px 0
    }
}

.goal-breadscrumb .bread-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    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: #0f2041
}

.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 #e6e6e6
    }

        .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: #f09e5d !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;
    color: #fff !important;
    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;
    text-align: center;
    background: #f09e5d;
    opacity: 0;
    filter: alpha(opacity=0)
}

.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: 25px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

.add-fix-top.active {
    transform: translateX(0);
    opacity: .7;
    filter: alpha(opacity=70)
}

    .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
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes -webkit-spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes -webkit-spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.goal-page-loading {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999
}

.goal-loader-inner {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:1200px) {
    .goal-loader-inner {
        width: 500px;
        height: 375px
    }
}

.goal-loader-inner > div {
    width: 8px;
    height: 100%;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay .8s infinite ease-in-out;
    animation: delay .8s infinite ease-in-out
}

.goal-loader-inner .loader1 {
    background-color: #e39505
}

.goal-loader-inner .loader2 {
    background-color: #ff5395;
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.goal-loader-inner .loader3 {
    background-color: #84b813;
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.goal-loader-inner .loader4 {
    background-color: #f38ca3;
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.goal-loader-inner .loader5 {
    background-color: #da5800;
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

@-webkit-keyframes delay {
    0%,40%,100% {
        transform: scaleY(.05)
    }

    20% {
        transform: scaleY(1)
    }
}

@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: #f09e5d;
            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: #0f2041
    }

@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: #0f2041;
            outline: none !important
        }

        .tab-product-center .nav-tabs > li:hover a, .tab-product-center .nav-tabs > li.active a {
            color: #f09e5d
        }

.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/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: #0f2041
    }

    .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 #e6e6e6;
        color: #0f2041
    }

        .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: #f09e5d;
            border-color: #f09e5d
        }

    .page-links > span:not(.page-links-title) {
        color: #fff;
        background: #f09e5d;
        border-color: #f09e5d
    }

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_golab_colorbox #cboxWrapper #cboxContent {
    position: relative
}

    .yith_golab_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_golab_colorbox #cboxWrapper #cboxContent #cboxClose {
    left: -5px;
    right: auto
}

.yith_golab_colorbox #cboxWrapper #cboxContent #cboxClose:hover, .yith_golab_colorbox #cboxWrapper #cboxContent #cboxClose:active {
    background: #e12d2d
}

.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;
    background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1);
    font-size: 50px;
    display: inline-block;
    border: 6px solid #fff;
    transform: translateY(55px);
    position: relative;
    z-index: 9
}

    .scrollbar:hover, .scrollbar:active {
        color: #fff;
        background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1)
    }

.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-vardeh-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: #f09e5d
    }

.goal-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    border: none !important;
    padding: 4px 25px 6px 0;
    background: 0 0 !important;
    color: #707070 !important
}

.goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: #fff;
    border: none;
    border: 1px solid #e6e6e6;
    min-width: 114px
}

    .goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
        border-bottom: 1px solid #e6e6e6;
        padding: 9px 10px
    }

        .goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
            border: none !important;
            background: 0 0 !important;
            padding: 0;
            color: #0f2041
        }

            .goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover, .goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
                color: #f09e5d
            }

        .goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
            border: none
        }

.goal-header .wpml-ls-legacy-dropdown {
    width: auto
}

.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency, .goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
    padding: 0;
    border: none;
    background: 0 0
}

.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
    padding: 5px 10px;
    border-bottom: 1px solid #e6e6e6
}

    .goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:last-child {
        border: none
    }

.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    font-weight: 400;
    color: #707070
}

.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover, .goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.active a {
    font-weight: 400;
    color: #f09e5d
}

.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    min-width: 80px;
    text-align: inherit;
    z-index: 99
}

.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency:after {
    font-size: 11px
}

.goal-header .goal-topbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    min-width: 155px
}

.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: #e6e6e6;
    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
}

.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: #e12d2d
}

.yith-wcwl-form .hidden-title-form {
    display: none
}

    .yith-wcwl-form .hidden-title-form [name=wishlist_name] {
        height: 41px;
        padding: 5px 20px;
        border: 1px solid #e6e6e6;
        transition: all .3s ease-in-out 0s
    }

        .yith-wcwl-form .hidden-title-form [name=wishlist_name]:focus {
            border-color: #d9d9d9
        }

    .yith-wcwl-form .hidden-title-form [type=submit] {
        height: 41px;
        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: #4cae4c
        }

    .yith-wcwl-form .hidden-title-form .button {
        display: inline-block;
        vertical-align: top;
        line-height: 41px;
        padding: 0 20px;
        height: 41px;
        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: #e12d2d
}

.wishlist_view.mobile {
    list-style: none;
    padding: 0;
    margin: 0
}

    .wishlist_view.mobile .label {
        color: #666
    }

    .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: 14px;
        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 #e6e6e6
}

    .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;
    text-align: center
}

@media (min-width:1200px) {
    .widget .widget-title, .widget .widgettitle, .widget .widget-heading {
        margin: 0 0 40px
    }
}

.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: #0f2041;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    padding: 0;
    margin: 0;
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase
}

@media (min-width:991px) {
    .widget .widget-title h3, .widget .widgettitle h3, .widget .widget-heading h3 {
        font-size: 24px;
        padding: 0;
        margin: 0 0 10px;
        line-height: 1.3
    }
}

.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: #0f2041;
    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: #f09e5d;
    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: #f09e5d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    position: relative;
    margin: 0 0 10px;
    display: inline-block
}

@media (min-width:1200px) {
    .widget .widget-title .sub-widget-title, .widget .widgettitle .sub-widget-title, .widget .widget-heading .sub-widget-title {
        font-size: 14px
    }
}

.widget .widget-title .sub-widget-title:before, .widget .widget-title .sub-widget-title:after, .widget .widgettitle .sub-widget-title:before, .widget .widgettitle .sub-widget-title:after, .widget .widget-heading .sub-widget-title:before, .widget .widget-heading .sub-widget-title:after {
    background-color: #f09e5d;
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 50%
}

.widget .widget-title .sub-widget-title:before, .widget .widgettitle .sub-widget-title:before, .widget .widget-heading .sub-widget-title:before {
    left: -45px
}

.widget .widget-title .sub-widget-title:after, .widget .widgettitle .sub-widget-title:after, .widget .widget-heading .sub-widget-title:after {
    right: -45px
}

.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: 26px
}

@media (min-width:768px) {
    .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: 16px
    }
}

.widget.widget-woocommerce-currency-switcher {
    margin-bottom: 0
}

.widget.widget-lookbook {
    margin: 0
}

@media (min-width:1200px) {
    .widget.related {
        margin-bottom: 60px
    }
}

.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
    }
}

@-webkit-keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.sidebar > .widget, .goal-sidebar > .widget {
    background-color: #fff;
    margin: 0 0 25px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    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: 20px 30px 20px;
        margin: 0 0 30px;
        text-align: left
    }

    .rtl .sidebar > .widget, .rtl .goal-sidebar > .widget {
        text-align: right
    }
}

.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 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, .sidebar > .widget.widget_block label, .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, .goal-sidebar > .widget.widget_block label {
    color: #0f2041;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-family: iranyekanLight,Arial,sans-serif;
    font-weight: 600;
    margin: 0 0 25px;
    -webkit-padding-after: 20px;
    padding-block-end: 20px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    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 .sidebar > .widget.widget_block label, .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, .rtl .goal-sidebar > .widget.widget_block label {
    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, .sidebar > .widget.widget_block label, .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, .goal-sidebar > .widget.widget_block label {
        font-size: 20px
    }
}

.sidebar > .widget.widget_block h1:before, .sidebar > .widget.widget_block h2:before, .sidebar > .widget.widget_block h3:before, .sidebar > .widget.widget_block h4:before, .sidebar > .widget.widget_block h5:before, .sidebar > .widget.widget_block h6:before, .sidebar > .widget.widget_block .h1:before, .sidebar > .widget.widget_block .h2:before, .sidebar > .widget.widget_block .h3:before, .sidebar > .widget.widget_block .h4:before, .sidebar > .widget.widget_block .h5:before, .sidebar > .widget.widget_block .h6:before, .sidebar > .widget.widget_block label:before, .goal-sidebar > .widget.widget_block h1:before, .goal-sidebar > .widget.widget_block h2:before, .goal-sidebar > .widget.widget_block h3:before, .goal-sidebar > .widget.widget_block h4:before, .goal-sidebar > .widget.widget_block h5:before, .goal-sidebar > .widget.widget_block h6:before, .goal-sidebar > .widget.widget_block .h1:before, .goal-sidebar > .widget.widget_block .h2:before, .goal-sidebar > .widget.widget_block .h3:before, .goal-sidebar > .widget.widget_block .h4:before, .goal-sidebar > .widget.widget_block .h5:before, .goal-sidebar > .widget.widget_block .h6:before, .goal-sidebar > .widget.widget_block label:before {
    background-color: #f09e5d;
    content: "";
    position: absolute;
    width: 90px;
    left: 0;
    height: 2px;
    bottom: -1px
}

.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: #0f2041;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    font-family: iranyekanLight,Arial,sans-serif;
    margin: 0 0 25px;
    -webkit-padding-after: 20px;
    padding-block-end: 20px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: right
}

.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: 15px
    }
}

.sidebar > .widget .widget-title:before, .sidebar > .widget .widgettitle:before, .sidebar > .widget .widget-heading:before, .goal-sidebar > .widget .widget-title:before, .goal-sidebar > .widget .widgettitle:before, .goal-sidebar > .widget .widget-heading:before {
    background-color: #f09e5d;
    content: "";
    position: absolute;
    width: 70px;
    left: 0;
    height: 2px;
    bottom: -1px
}

.sidebar > .widget .widget-content, .goal-sidebar > .widget .widget-content {
    list-style: none;
    margin: 0;
    text-align: left;
    display: inline-block
}

.rtl .sidebar > .widget .widget-content, .rtl .goal-sidebar > .widget .widget-content {
    text-align: right
}

.sidebar .goal-products-list, .goal-sidebar .goal-products-list {
    border-style: solid;
    border-color: #e6e6e6;
    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
}

.h-sidebar .widget {
    background-color: #fff;
    margin: 0;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px
}

@media (min-width:1200px) {
    .h-sidebar .widget {
        padding: 20px 30px 20px;
        margin: 0;
        text-align: left
    }

    .rtl .h-sidebar .widget {
        text-align: right
    }
}

.h-sidebar .widget.widget-products-deal {
    border: 2px solid #f09e5d
}

.h-sidebar .widget .products-grid.colection_gutter .row-products-wrapper:after, .h-sidebar .widget .products-grid.colection_gutter .products-wrapper-mansory:after, .h-sidebar .widget.woocommerce.widget-products-deal.colection_gutter .row-products-wrapper:after, .h-sidebar .widget.woocommerce.widget-products-deal.colection_gutter .products-wrapper-mansory:after {
    border: 1px solid #fff;
    right: 0;
    bottom: 0
}

.h-sidebar .widget .product-block.list .meta-buttons {
    display: none !important
}

.h-sidebar .widget .product-block.list .metas {
    display: block !important
}

.h-sidebar .widget .product-block.list:hover .price {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0px)
}

.h-sidebar .widget .product-block.grid .grid-inner {
    border: 1px solid #fff;
    padding: 0
}

.h-sidebar .widget .top-info {
    display: block
}

@media (min-width:768px) {
    .h-sidebar .widget .widget-title {
        margin: 0 0 20px
    }
}

.h-sidebar .widget .widget-title h3 {
    color: #0f2041;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    -webkit-padding-after: 20px;
    padding-block-end: 20px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    letter-spacing: 0;
    text-align: left
}

.rtl .h-sidebar .widget .widget-title h3 {
    text-align: right
}

@media (min-width:1200px) {
    .h-sidebar .widget .widget-title h3 {
        font-size: 22px
    }
}

.h-sidebar .widget .widget-title h3:before {
    background-color: #f09e5d;
    content: "";
    position: absolute;
    width: 90px;
    left: 0;
    height: 2px;
    bottom: -1px
}

.h-sidebar .product-block.list .list-inner {
    padding: 15px 0
}

@media (max-width:767px) {
    .h-sidebar .product-block.list .list-inner {
        padding: 15px 10px
    }
}

.h-sidebar .item-inner-features {
    padding: 20px 0
}

    .h-sidebar .item-inner-features .title {
        font-size: 15px
    }

    .h-sidebar .item-inner-features .description {
        font-size: 13px
    }

    .h-sidebar .item-inner-features.style1 .features-box-image {
        padding-right: 15px
    }

.rtl .h-sidebar .item-inner-features.style1 .features-box-image {
    padding-left: 15px;
    padding-right: inherit
}

.h-sidebar .item-inner-features .features-box-image {
    font-size: 18px
}

@media (min-width:1200px) {
    .h-sidebar .item-inner-features .features-box-image {
        font-size: 32px
    }
}

.h-sidebar .post-grid-v2 .entry-title {
    font-size: 18px
}

.h-sidebar .post-grid-v2 .post-info {
    padding: 20px 0;
    border: 0
}

.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 #e6e6e6
}

.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 #e6e6e6;
    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: #f09e5d;
        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;
    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: #0f2041;
        background-color: #fff;
        border-color: #0f2041
    }

.open .btn-outline-light.dropdown-toggle {
    color: #0f2041;
    background-color: #fff;
    border-color: #0f2041
}

.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-shop {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    border: 0
}

.btn-outline.btn-default {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

    .btn-outline.btn-default:hover {
        color: #f09e5d;
        border-color: #fff;
        background: #fff
    }

.btn-outline.btn-primary {
    background: 0 0;
    border-color: #0f2041;
    color: #0f2041
}

    .btn-outline.btn-primary:hover {
        color: #fff;
        border-color: #0f2041;
        background: #0f2041
    }

.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: #0f2041;
    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: #f09e5d;
    background: #fff
}

.btn-compare.btn-outline {
    color: #4c4c4c;
    background: #fff;
    border: 1px solid #e9e9e9;
    height: 41px
}

    .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: #f09e5d !important;
    text-transform: none;
    padding: 0 0 4px;
    border-bottom: 2px solid #f09e5d
}

    .reamore i {
        margin-left: 8px
    }

.rtl .reamore i {
    margin-right: 8px;
    margin-left: inherit
}

.goal-loadmore-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background: #f09e5d;
    color: #fff;
    text-transform: none;
    transition: all .2s ease-in-out 0s;
    padding: 10px 30px;
    transition: all .2s ease-in-out 0s
}

    .goal-loadmore-btn:hover, .goal-loadmore-btn:active {
        color: #fff;
        background: #0f2041
    }

.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/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: #f09e5d;
    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(240,158,93,.8)
}

.read-more {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    color: #f09e5d
}

.btn-white {
    background: #fff;
    color: #0f2041;
    border-color: #fff
}

    .btn-white:active, .btn-white:hover {
        color: #f09e5d;
        background: #f2f2f2;
        border-color: #f2f2f2
    }

    .btn-white.btn-br-white {
        background: #fff;
        color: #0f2041;
        border-color: #fff
    }

        .btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
            color: #0f2041;
            background: #d9d9d9;
            border-color: #d9d9d9
        }

.btn-gradient {
    border: none !important;
    overflow: hidden;
    color: #fff;
    background-color: #f09e5d;
    border-color: #f09e5d;
    background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1);
    position: relative;
    transition: all .3s ease-in-out 0s;
    padding: 12px 30px
}

    .btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active, .btn-gradient.active, .open > .btn-gradient.dropdown-toggle {
        color: #fff;
        background-color: #ec822e;
        border-color: #ec822e
    }

    .btn-gradient:active, .btn-gradient.active, .open > .btn-gradient.dropdown-toggle {
        background-image: none
    }

    .btn-gradient.disabled, .btn-gradient.disabled:hover, .btn-gradient.disabled:focus, .btn-gradient.disabled:active, .btn-gradient.disabled.active, .btn-gradient[disabled], .btn-gradient[disabled]:hover, .btn-gradient[disabled]:focus, .btn-gradient[disabled]:active, .btn-gradient[disabled].active, fieldset[disabled] .btn-gradient, fieldset[disabled] .btn-gradient:hover, fieldset[disabled] .btn-gradient:focus, fieldset[disabled] .btn-gradient:active, fieldset[disabled] .btn-gradient.active {
        background-color: #f09e5d;
        border-color: #f09e5d
    }

    .btn-gradient .badge {
        color: #f09e5d;
        background-color: #fff
    }

    .btn-gradient:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        background-image: linear-gradient(to right,#ec822e 0%,#ec822e 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEC822E",endColorstr="#FFEC822E",GradientType=1);
        transition: opacity .5s ease-out
    }

    .btn-gradient > * {
        position: relative;
        z-index: 2
    }

    .btn-gradient:hover, .btn-gradient:active {
        color: #fff !important;
        background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1)
    }

        .btn-gradient:hover:before, .btn-gradient:active:before {
            background-image: linear-gradient(to right,#ec822e 0%,#ec822e 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEC822E",endColorstr="#FFEC822E",GradientType=1);
            transition: opacity .5s ease-out
        }

    .btn-gradient.btn-white {
        color: #0f2041
    }

        .btn-gradient.btn-white:before {
            content: "";
            border-radius: 0;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            width: auto;
            height: auto;
            top: 2px;
            right: 2px;
            left: 2px;
            bottom: 2px;
            opacity: 1;
            filter: alpha(opacity=100);
            background: #fff
        }

        .btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
            color: #fff !important
        }

            .btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
                opacity: 0;
                filter: alpha(opacity=0)
            }

.btn-readmore {
    color: #0f2041;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    position: relative
}

    .btn-readmore:after {
        content: "";
        position: absolute;
        top: 100%;
        margin-top: 0;
        height: 1px;
        background-color: #0f2041;
        width: 100%;
        left: 50%;
        transition: transform .5s cubic-bezier(.28,0,.18,1) .2s;
        transform: translateX(-50%) scaleX(1)
    }

    .btn-readmore:hover:after {
        transform: translateX(-50%) scaleX(0);
        transition: transform .5s cubic-bezier(.28,0,.18,1)
    }

    .btn-readmore i {
        margin-left: 5px
    }

.rtl .btn-readmore i {
    margin-right: 5px;
    margin-left: inherit
}

.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: #0f2041;
    border-color: #f09e5d
}

    .btn-outline.btn-white:active, .btn-outline.btn-white:hover {
        color: #fff;
        background: #f09e5d;
        border-color: #f09e5d
    }

.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: #d77c7b;
        border-color: #d77c7b
    }

    .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: #0f2041 !important;
    border-color: #0f2041 !important
}

.btn-theme, .viewmore-products-btn {
    color: #fff;
    background-color: #f09e5d;
    border-color: #f09e5d
}

    .btn-theme:hover, .viewmore-products-btn:hover, .btn-theme:focus, .viewmore-products-btn:focus, .btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
        color: #fff;
        background-color: #ec822e;
        border-color: #ec822e
    }

    .btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
        background-image: none
    }

    .btn-theme.disabled, .disabled.viewmore-products-btn, .btn-theme.disabled:hover, .btn-theme.disabled:focus, .btn-theme.disabled:active, .btn-theme.disabled.active, .btn-theme[disabled], [disabled].viewmore-products-btn, .btn-theme[disabled]:hover, .btn-theme[disabled]:focus, .btn-theme[disabled]:active, .btn-theme[disabled].active, fieldset[disabled] .btn-theme, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .btn-theme.active {
        background-color: #f09e5d;
        border-color: #f09e5d
    }

    .btn-theme .badge, .viewmore-products-btn .badge {
        color: #f09e5d;
        background-color: #fff
    }

    .btn-theme:focus, .viewmore-products-btn:focus, .btn-theme:hover, .viewmore-products-btn:hover {
        color: #fff;
        background-color: #0f2041;
        border-color: #0f2041
    }

.btn-dark {
    color: #252525;
    background-color: #ccc;
    border-color: #ccc
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
        color: #252525;
        background-color: #b3b3b3;
        border-color: #b3b3b3
    }

    .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: #ccc;
        border-color: #ccc
    }

    .btn-dark .badge {
        color: #ccc;
        background-color: #252525
    }

    .btn-dark:focus, .btn-dark:hover {
        color: #fff !important
    }

.btn-theme-second {
    color: #fff;
    background-color: #0f2041;
    border-color: #0f2041
}

    .btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
        color: #fff;
        background-color: #050c18;
        border-color: #050c18
    }

    .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
        background-image: none
    }

    .btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
        background-color: #0f2041;
        border-color: #0f2041
    }

    .btn-theme-second .badge {
        color: #0f2041;
        background-color: #fff
    }

    .btn-theme-second:focus, .btn-theme-second:hover {
        background-color: #f09e5d;
        border-color: #f09e5d
    }

.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: #f09e5d;
        border-color: #f09e5d
    }

.more-link {
    color: #f09e5d;
    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: #ccc;
        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: 700;
    text-transform: uppercase;
    background-color: #0f2041
}

    .btn-banner:hover, .btn-banner:focus {
        background-color: #f09e5d;
        color: #fff
    }

    .btn-banner.st-white {
        color: #0f2041 !important;
        background-color: #fff !important
    }

        .btn-banner.st-white:hover, .btn-banner.st-white:focus {
            background-color: #f09e5d !important;
            color: #fff !important
        }

    .btn-banner.st-theme {
        padding-bottom: 0;
        font-size: 12px;
        color: #f09e5d !important
    }

        .btn-banner.st-theme:before {
            background-color: #f09e5d !important
        }

    .btn-banner.st-small {
        padding-bottom: 0;
        font-size: 12px
    }

.wrapper-container {
    position: relative;
    overflow-x: hidden
}

.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: #f09e5d
        }

    .goal-topbar .dropdown-menu a {
        color: #0f2041
    }

        .goal-topbar .dropdown-menu a:active, .goal-topbar .dropdown-menu a:hover {
            color: #f09e5d
        }

    .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: #0f2041
}

    .goal-topbar .drop-dow:hover, .goal-topbar .drop-dow:active {
        color: #f09e5d
    }

.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 #e6e6e6;
    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 #e6e6e6;
    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: 40px
}

@media (min-width:1200px) {
    .logo img {
        width: 60px
    }
}

.show-search-header {
    line-height: 1;
    transition: all .2s ease-in-out 0s;
    color: #0f2041;
    display: inline-block;
    cursor: pointer
}

    .show-search-header i {
        font-size: 20px
    }

.top-wrapper-menu {
    position: relative
}

    .top-wrapper-menu .login i, .top-wrapper-menu .drop-dow i, .top-wrapper-menu .show-search-header i {
        font-size: 20px
    }

    .top-wrapper-menu .login i {
        margin-right: 0
    }

.rtl .top-wrapper-menu .login i {
    margin-left: 0;
    margin-right: inherit
}

.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: inline-flex;
        text-align: center;
        justify-content: center
    }

        .header_customer_login .topmenu-menu > li {
            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 [class*=icon] {
    font-size: 16px
}

.header-right > div {
    margin-left: 25px
}

.rtl .header-right > div {
    margin-right: 25px;
    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 {
    line-height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

@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 {
        font-size: 18px;
        padding: 0;
        background-color: transparent;
        line-height: 1;
        border: 0
    }

    .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: #f09e5d;
            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 #e6e6e6
            }

    .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: #fff;
    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
    }

.goal-header {
    z-index: 10;
    position: relative;
    font-size: 14px
}

    .goal-header .show-main-menu {
        font-size: 30px;
        line-height: 1;
        color: #0f2041
    }

        .goal-header .show-main-menu:hover, .goal-header .show-main-menu:focus, .goal-header .show-main-menu.active {
            color: #f09e5d
        }

    .goal-header .custom-text strong {
        color: #f09e5d
    }

.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: #f09e5d
        }

    .header-sidebar .show-main-menu {
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-width: 0 0 1px;
        border-color: #e6e6e6;
        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: 14px
}

    .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: 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: 400;
            font-size: 14px;
            display: inline-block;
            float: none;
            color: #0f2041;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            transition: all .2s ease-in-out 0s;
            margin-right: 5px;
            height: 34px;
            line-height: 34px;
            width: 34px;
            vertical-align: top;
            background-color: #fff
        }

.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: #f09e5d
}

.goal-pagination > span, .goal-pagination > a {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    float: none;
    color: #0f2041;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .2s ease-in-out 0s;
    margin-right: 5px;
    height: 34px;
    line-height: 34px;
    width: 34px;
    vertical-align: top;
    background-color: #fff
}

.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: #f09e5d
}

.goal-pagination > span i, .goal-pagination > a i {
    font-size: 12px
}

.goal-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none
}

.goal-footer-mobile {
    display: none
}

.goal-footer {
    background: #fff;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

    .goal-footer .logo img {
        vertical-align: middle;
        width: 110px
    }

@media (min-width:1200px) {
    .goal-footer .logo img {
        width: 120px
    }
}

.goal-footer a {
    color: #f09e5d
}

    .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: 14px;
    font-weight: 400;
    background: #fff;
    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: #f09e5d
        }

    .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: #f09e5d
    }

.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: flex;
    flex-direction: column
}

    .goal-offcanvas .goal-offcanvas-body {
        position: relative;
        height: 100%;
        display: -moz-flex;
        display: flex;
        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: #d51f1f
        }

        .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: #4cae4c
    }

#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: 16px
            }

            .goal-footer-mobile > ul > li span {
                display: block;
                font-size: 12px;
                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: 15px
}

.goal-footer-mobile .mini-cart .count {
    bottom: 25px;
    left: 15px
}

.rtl .goal-footer-mobile .mini-cart .count {
    right: 15px;
    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 #e6e6e6
        }

.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: #f09e5d;
    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 #e6e6e6;
    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: 10px
    }

        .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 {
    line-height: 30px;
    font-weight: 400
}

    .goal-header .header-topbar p {
        margin: 0
    }

    .goal-header .header-topbar .top-info {
        line-height: inherit
    }

    .goal-header .header-topbar .widget-features-box .list-vertical .item {
        padding: 0
    }

    .goal-header .header-topbar .widget-features-box .features-box-image {
        font-size: 14px
    }

    .goal-header .header-topbar .widget-features-box .item-inner-features .features-box-image {
        width: auto;
        padding-right: 7px
    }

.rtl .goal-header .header-topbar .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 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    text-transform: none
}

.goal-header .main-header {
    padding: 0;
    line-height: 90px
}

.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: flex;
        align-items: center;
        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,#f09e5d,#0f2041);
                -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: flex;
    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: flex;
        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 #e6e6e6;
            width: 100%;
            cursor: pointer;
            color: #e44343
        }

    .wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
        display: -moz-flex;
        display: flex;
        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: flex;
        flex-direction: column;
        height: 100%
    }

        .wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart_list {
            flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            display: -moz-flex;
            display: flex;
            flex-direction: column
        }

        .wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
            flex-direction: column;
            flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
            display: -moz-flex;
            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 > li {
        display: inline-block;
        padding: 0;
        margin: 0;
        vertical-align: top;
        float: none;
        padding: 0 7px
    }

@media (min-width:1200px) {
    .megamenu > li {
        padding: 0 5px
    }
}

.megamenu > li:first-child {
    padding-left: 0
}

.rtl .megamenu > li:first-child {
    padding-right: 0;
    padding-left: inherit
}

.megamenu > li > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-family: iranyekanLight,Arial,sans-serif;
    letter-spacing: .5px;
    padding: 10px 0;
    text-transform: uppercase;
    background: 0 0 !important;
    transition: all .2s ease-in-out 0s;
    position: relative
}

    .megamenu > li > a i, .megamenu > li > a img {
        max-width: 50px;
        margin-right: 0;
        font-size: 9px
    }

.rtl .megamenu > li > a i, .rtl .megamenu > li > a img {
    margin-left: 0;
    margin-right: inherit
}

.megamenu > li > a:hover, .megamenu > li > a:active, .megamenu > li > a:focus {
    color: #f09e5d
}

.megamenu > li:hover > a, .megamenu > li.active > a {
    color: #f09e5d
}

.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
}

    .megamenu .dropdown-menu .text-label {
        font-size: 12px;
        vertical-align: super;
        margin-left: 5px;
        color: #f09e5d
    }

.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;
        font-size: 14px;
        color: #666;
        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: #f09e5d
        }

        .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: #f09e5d
}

.megamenu .dropdown-menu .widget-title, .megamenu .dropdown-menu .widgettitle {
    margin: 0 0 15px;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
    text-align: left
}

.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: -31% !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);
    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;
    top: 100%;
    left: 0;
    z-index: 99
}

.megamenu.effect1 > li.aligned-fullwidth > .dropdown-menu {
    min-width: 1270px
}

.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: 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;
    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.aligned-fullwidth > .dropdown-menu {
    min-width: 1270px
}

.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.aligned-fullwidth > .dropdown-menu {
    min-width: 1270px
}

.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: #f09e5d;
    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: #0f2041;
        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 #e6e6e6
}

    .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: #f09e5d
}

.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 .header-offcanvas {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6
}

    #goal-mobile-menu .header-offcanvas .btn-toggle-canvas {
        padding: 0;
        background: 0 0 !important;
        color: #0f2041;
        font-size: 16px
    }

        #goal-mobile-menu .header-offcanvas .btn-toggle-canvas:hover, #goal-mobile-menu .header-offcanvas .btn-toggle-canvas:active {
            color: #e44343
        }

#goal-mobile-menu .middle-offcanvas {
    padding: 0
}

    #goal-mobile-menu .middle-offcanvas .inner-search {
        border: 1px solid #e6e6e6;
        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: #0f2041;
            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: #f09e5d
}

#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 #e6e6e6;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 13px
}

#goal-mobile-menu .header-mobile-bottom {
    padding: 20px 15px;
    border-top: 1px solid #e6e6e6
}

    #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: 15px;
    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
    }

    .topmenu-menu > li.active > a {
        color: #f09e5d
    }

#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 #e6e6e6
    }

        .sliding-menu__panel li .sliding-menu__nav:not(.sliding-menu__back), .sliding-menu__panel li a {
            font-weight: 700;
            padding: 15px 20px;
            color: #0f2041;
            font-size: 13px;
            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: #f09e5d;
    color: #f09e5d
}

.sliding-menu .sliding-menu__nav:before {
    content: "\f107";
    font-family: "Flaticon"
}

.sliding-menu .sliding-menu__back:before {
    content: "\f108";
    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: #f09e5d
        }

    .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: 18px;
    cursor: pointer;
    margin: 0;
    padding: 5px 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: #f09e5d
    }

.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: #f09e5d
}

.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 .dropdown-menu-inner {
    padding-left: 20px
}

.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
    padding-right: 20px;
    padding-left: inherit
}

.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: #666;
    padding: 40px;
    min-height: 100vh;
    font-size: 15px;
    box-shadow: 0 5px 10px 0 rgba(40,52,54,.2)
}

    .dark-menu-sidebar a {
        color: #666
    }

        .dark-menu-sidebar a:hover, .dark-menu-sidebar a:focus {
            color: #f09e5d
        }

    .dark-menu-sidebar .top-wrapper-menu .inner-top-menu a {
        color: #0f2041
    }

        .dark-menu-sidebar .top-wrapper-menu .inner-top-menu a:hover, .dark-menu-sidebar .top-wrapper-menu .inner-top-menu a:focus {
            color: #f09e5d
        }

    .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: #f09e5d
    }

    .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: #f09e5d
            }

        .dark-menu-sidebar .wrapper-topmenu .dropdown-menu .active > a {
            color: #f09e5d
        }

    .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
}

.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: #b6bbcb
    }

.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: #333
}

.user {
    max-width: 570px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

    .user > div {
        display: none
    }

        .user > div.active {
            display: block
        }

    .user form {
        margin-bottom: 25px !important
    }

    .user .title {
        font-size: 30px;
        margin: 0 0 20px
    }

@media (min-width:1200px) {
    .user .title {
        font-size: 48px
    }
}

.user .create {
    margin-bottom: 30px
}

@media (min-width:1200px) {
    .user .create {
        margin-bottom: 50px
    }
}

.user .create a {
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase
}

.page-404 {
    width: 100vw;
    height: 75vh;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

    .page-404 .not-found {
        padding: 0
    }

@media (min-width:1200px) {
    .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;
    margin-bottom: 30px
}

.page-404 .title-big {
    color: #0f2041;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px
}

@media (min-width:1200px) {
    .page-404 .title-big {
        font-size: 40px
    }
}

.page-404 .widget-search {
    max-width: 500px;
    margin: auto
}

.page-404 .page-content {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .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-vardeh_search_form, .box-relative .header-content-right .elementor-widget-vardeh_user_info, .box-relative .header-content-right .elementor-widget-vardeh_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: 500;
    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: #f09e5d;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 12px
    }

        .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: #0f2041;
    font-size: 18px;
    padding: 0 25px;
    border-left: 3px solid #f09e5d;
    font-style: italic
}

.rtl blockquote {
    border-right: 3px solid #f09e5d;
    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: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        height: 50px;
        background-color: #fff;
        border: 1px solid #e6e6e6
    }

        #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: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

    #commentform .form-group {
        margin: 0 0 20px
    }

    #commentform .space-comment {
        margin: 0 0 30px
    }

    #commentform #cancel-comment-reply-link {
        color: #f09e5d
    }

    #commentform #submit {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        text-transform: uppercase
    }

.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 #e6e6e6
}

    .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;
    clear: both;
    overflow: hidden
}

    .post .entry-description p {
        margin: 0 0 10px;
        line-height: 1.6
    }

        .post .entry-description p:last-child {
            margin: 0
        }

    .post .entry-description .wp-block-quote {
        background-color: #f1f2f5;
        -webkit-padding-start: 30px;
        padding-inline-start: 30px;
        -webkit-padding-end: 30px;
        padding-inline-end: 30px;
        padding-block: 24px;
        font-size: 16px;
        line-height: 30px;
        color: #666;
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-left: 5px solid #f09e5d
    }

@media (min-width:768px) {
    .post .entry-description .wp-block-quote {
        font-size: 16px
    }
}

.post .entry-description .wp-block-quote a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    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: #0f2041;
    font-weight: 600
}

@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: #0f2041
}

    .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: #f09e5d;
        border-color: #f09e5d;
        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: #f09e5d;
    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: #666
}

    .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: #0f2041;
            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: #0f2041 !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: #f09e5d;
        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 #e6e6e6
    }

@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 .entry-title {
    font-size: 13px;
    text-transform: inherit;
    margin: 0 0 5px
}

@media (min-width:1200px) {
    .posts-list .entry-title {
        font-size: 16px
    }
}

.posts-list .top-info {
    color: #666;
    font-size: 13px;
    line-height: 1.1
}

    .posts-list .top-info a {
        color: #666
    }

        .posts-list .top-info a:hover, .posts-list .top-info a:focus {
            color: #0f2041
        }

.post-layout {
    z-index: 0;
    position: relative
}

    .post-layout .post-sticky {
        background: #f09e5d;
        color: #fff;
        display: inline-block;
        padding: 3px 15px;
        margin: 0;
        font-size: 14px;
        position: absolute;
        z-index: 10;
        right: 0
    }

.rtl .post-layout .post-sticky {
    left: 0;
    right: auto
}

.post-layout .entry-title {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 26px;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media (min-width:1200px) {
    .post-layout .entry-title {
        font-size: 30px;
        line-height: 36px
    }
}

.post-layout .description {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width:1200px) {
    .post-layout .description {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
        -webkit-line-clamp: 4
    }
}

.post-layout .top-image .date {
    line-height: 1;
    text-align: center;
    padding: 8px 12px 5px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #fff;
    text-transform: uppercase;
    color: #0f2041 !important;
    font-weight: 700;
    font-size: 12px
}

.rtl .post-layout .top-image .date {
    right: 10px;
    left: auto
}

.post-layout .top-image .date .day {
    font-size: 18px;
    display: block;
    margin-top: 5px
}

@media (min-width:1200px) {
    .post-layout .top-image .date .day {
        font-size: 26px
    }
}

@media (min-width:1200px) {
    .post-layout .top-image .date {
        left: 15px;
        top: 15px;
        padding: 10px 15px
    }

    .rtl .post-layout .top-image .date {
        right: 15px;
        left: auto
    }
}

.post-layout .no-image .top-info .top-info-inner {
    padding: 0
}

.post-layout .post-thumbnail {
    display: block;
    position: relative
}

    .post-layout .post-thumbnail:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all .3s ease-in-out 0s;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

.post-layout:hover .post-thumbnail:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.post-layout .post-info {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 20px;
    background-color: #fff;
    text-align: left
}

.rtl .post-layout .post-info {
    text-align: right
}

@media (min-width:1200px) {
    .post-layout .post-info {
        padding: 20px 30px 30px
    }
}

.post-layout .post-info .readmore {
    position: relative;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 20px
}

    .post-layout .post-info .readmore i {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        transition: .3s cubic-bezier(.24,.74,.58,1);
        font-size: 12px;
        font-weight: 600
    }

    .post-layout .post-info .readmore:hover i {
        -khtml-transform: translateX(8px);
        transform: translateX(8px)
    }

.post-layout .list-categories {
    position: relative;
    margin-left: 0
}

.rtl .post-layout .list-categories {
    margin-right: 0;
    margin-left: inherit
}

.post-layout .list-categories a {
    margin: 0;
    display: inline-block;
    float: none;
    color: #f09e5d;
    text-transform: uppercase;
    font-family: iranyekanLight,Arial,sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .05em
}

@media (min-width:1200px) {
    .post-layout .list-categories a {
        font-size: 13px
    }
}

.post-layout .list-categories a + a:before {
    content: ",";
    margin-right: 5px
}

.rtl .post-layout .list-categories a + a:before {
    margin-left: 5px;
    margin-right: inherit
}

.post-layout .top-info {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    position: relative
}

@media (min-width:1200px) {
    .post-layout .top-info {
        padding: 0 0 15px
    }
}

.post-layout .top-info:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 50px;
    border-bottom: 1px solid;
    border-color: #ccc
}

.post-layout .top-info a, .post-layout .top-info span {
    color: #f09e5d;
    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: #f09e5d
    }

.post-layout .top-info .blog-time, .post-layout .top-info span {
    margin-right: 5px
}

.rtl .post-layout .top-info .blog-time, .rtl .post-layout .top-info span {
    margin-left: 5px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .post-layout .top-info .blog-time, .post-layout .top-info span {
        margin-right: 12px
    }

    .rtl .post-layout .top-info .blog-time, .rtl .post-layout .top-info span {
        margin-left: 12px;
        margin-right: inherit
    }
}

.post-layout .top-info i {
    color: #f09e5d;
    margin-right: 5px
}

.rtl .post-layout .top-info i {
    margin-left: 5px;
    margin-right: inherit
}

.post-layout .top-info > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.rtl .post-layout .top-info > * {
    margin-left: 15px;
    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 .categories-name:last-child {
    margin-right: 0
}

.rtl .post-layout .categories-name:last-child {
    margin-left: 0;
    margin-right: inherit
}

.post-layout iframe {
    max-width: 100%;
    width: 100%
}

.post-layout .slick-slide img {
    width: 100%
}

.post-grid-v1 {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .post-grid-v1 {
        margin-bottom: 30px
    }
}

.post-grid-v1 .top-image {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    overflow: hidden
}

.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-info .top-info-inner {
    margin: 0
}

.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-info {
        background-color: #fff;
        box-sizing: border-box;
        position: relative;
        z-index: 9;
        overflow: hidden;
        border: 1px solid #e6e6e6;
        padding: 10px 15px 15px
    }

@media (min-width:1200px) {
    .post-grid-v2 .post-info {
        padding: 20px 30px 30px
    }
}

.post-grid-v2 .entry-thumb img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.post-grid-v2 .entry-title {
    margin: 10px 0;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.post-grid-v2 .description {
    font-size: 14px;
    margin-bottom: 25px
}

@media (min-width:1200px) {
    .post-grid-v2 .description {
        font-size: 16px
    }
}

.post-grid-v2 .image {
    position: relative
}

.post-grid-v2 .top-info {
    z-index: 9;
    margin: 0;
    direction: ltr
}

.post-grid-v2 .bottom-info a, .post-grid-v2 .bottom-info span {
    color: #666;
    margin-right: 7px;
    position: relative
}

.rtl .post-grid-v2 .bottom-info a, .rtl .post-grid-v2 .bottom-info span {
    margin-left: 7px;
    margin-right: inherit
}

.post-grid-v2 .bottom-info a:hover, .post-grid-v2 .bottom-info a:focus, .post-grid-v2 .bottom-info span:hover, .post-grid-v2 .bottom-info span:focus {
    color: #f09e5d
}

.post-grid-v2 .bottom-info i {
    margin-right: 5px
}

.rtl .post-grid-v2 .bottom-info i {
    margin-left: 5px;
    margin-right: inherit
}

.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 30px
    }
}

.post-grid-v3 {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .post-grid-v3 {
        margin-bottom: 30px
    }
}

.post-grid-v3 .post-info {
    padding: 15px
}

@media (min-width:1200px) {
    .post-grid-v3 .post-info {
        padding: 20px 30px
    }
}

.post-grid-v3 .entry-title {
    font-size: 26px;
    line-height: 26px;
    margin: 15px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.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;
    margin: 0;
    direction: ltr;
    bottom: 0
}

    .post-grid-v3 .top-info .top-info-inner {
        margin: 0
    }

.post-grid-v3 .entry-thumb {
    margin-bottom: 0
}

.post-grid-v3 .title {
    margin: 0;
    font-weight: 500;
    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 30px
}

.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
}

.post-list-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

@media (min-width:1200px) {
    .post-list-item {
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

.post-list-item:last-child {
    border: none;
    padding: 0
}

.post-list-item .list-inner {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.post-list-item .post-info {
    padding: 0;
    border: 0;
    text-align: left;
    background-color: transparent
}

.rtl .post-list-item .post-info {
    text-align: right
}

@media (max-width:767px) {
    .post-list-item .post-info {
        padding: 15px 0 0
    }
}

.post-list-item .no-image .post-info {
    padding: 0
}

.post-list-item .no-image-content .post-content .post-content-inner {
    margin: 0
}

.post-list-item .no-image-content .list-categories {
    margin: 0;
    left: 0
}

.post-list-item .top-info {
    text-align: left;
    z-index: 9;
    margin: 0 0 15px;
    direction: ltr;
    position: relative
}

.rtl .post-list-item .top-info {
    text-align: right
}

@media (min-width:1200px) {
    .post-list-item .top-info {
        margin: 0 0 15px
    }
}

.post-list-item .top-info .top-info-inner {
    padding: 20px 15px;
    background-color: #fff;
    margin: 0
}

.post-list-item .top-info a {
    color: #f09e5d;
    margin: 0;
    position: relative
}

    .post-list-item .top-info a:hover, .post-list-item .top-info a:focus {
        color: #f09e5d
    }

    .post-list-item .top-info a.blog-time:before {
        content: "/";
        color: #666;
        right: -12px;
        padding: 0;
        position: absolute;
        font-size: 14px;
        font-weight: 100;
        line-height: 20px
    }

.rtl .post-list-item .top-info a.blog-time:before {
    left: -12px;
    right: auto
}

.post-list-item .top-info span {
    margin-left: 10px
}

.rtl .post-list-item .top-info span {
    margin-right: 10px;
    margin-left: inherit
}

.post-list-item .top-info i {
    color: #f09e5d;
    margin-right: 5px
}

.rtl .post-list-item .top-info i {
    margin-left: 5px;
    margin-right: inherit
}

.post-list-item .top-info > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.rtl .post-list-item .top-info > * {
    margin-left: 15px;
    margin-right: inherit
}

.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 .no-image .list-categories {
    left: 0
}

.post-list-item .top-image {
    position: relative;
    z-index: 1
}

@media (min-width:1200px) {
    .post-list-item .list-categories {
        margin-left: 0
    }

    .rtl .post-list-item .list-categories {
        margin-right: 0;
        margin-left: inherit
    }
}

.post-list-item .entry-title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width:1200px) {
    .post-list-item .entry-title {
        font-size: 30px;
        line-height: 30px
    }
}

.post-list-item .description {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width:1200px) {
    .post-list-item .description {
        -webkit-line-clamp: 2;
        margin-bottom: 0
    }
}

.post-list-item .btn-readmore {
    margin-top: 10px
}

@media (min-width:1200px) {
    .post-list-item .btn-readmore {
        margin-top: 20px
    }
}

.posts-grid-category {
    overflow: hidden
}

.top-blog-info {
    padding: 25px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

    .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: #f09e5d
}

.top-blog-info a {
    color: #666
}

    .top-blog-info a:hover, .top-blog-info a:active {
        color: #f09e5d
    }

.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: #e6e6e6
    }

.rtl .category-posts:after {
    left: 0;
    right: auto
}

.category-posts .post {
    border-bottom: 1px solid #e6e6e6
}

.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: #f09e5d;
    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: #f09e5d
        }

.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: #0f2041;
    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: #f09e5d
        }

.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 #e6e6e6;
        padding-top: 30px;
        margin-top: 30px
    }

    .comment-list .comment-respond {
        padding-bottom: 10px
    }

    .comment-list #cancel-comment-reply-link {
        color: #f09e5d
    }

    .comment-list .comment-author strong {
        font-style: normal
    }

    .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: #f09e5d;
    font-size: 14px;
    margin-left: 5px
}

.rtl .comment-list .comment-edit-link {
    margin-right: 5px;
    margin-left: inherit
}

.comment-list .date {
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .01em
}

.comment-list strong {
    font-size: 16px;
    color: #0f2041;
    font-weight: 500
}

.comment-list .comment-reply-link {
    font-size: 15px;
    color: #f09e5d;
    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: #ea7417
}

.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: #0f2041;
    margin: 0;
    font-size: 26px;
    font-weight: 600
}

.commentform .comment-notes {
    display: none
}

.comment-form #submit {
    text-transform: none
}

.post-navigation a {
    color: #666
}

    .post-navigation a:hover, .post-navigation a:active {
        color: #0f2041
    }

.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-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 {
    font-size: 14px;
    margin: 0 0 15px
}

@media (max-width:767px) {
    .detail-post .top-info {
        font-size: 13px;
        margin: 0 0 10px
    }
}

.detail-post .top-info a, .detail-post .top-info span {
    margin: 0;
    position: relative
}

.detail-post .top-info .blog-time, .detail-post .top-info span {
    margin-right: 5px
}

.rtl .detail-post .top-info .blog-time, .rtl .detail-post .top-info span {
    margin-left: 5px;
    margin-right: inherit
}

@media (min-width:1200px) {
    .detail-post .top-info .blog-time, .detail-post .top-info span {
        margin-right: 15px
    }

    .rtl .detail-post .top-info .blog-time, .rtl .detail-post .top-info span {
        margin-left: 15px;
        margin-right: inherit
    }
}

.detail-post .top-info i {
    color: #f09e5d;
    margin-right: 5px
}

.rtl .detail-post .top-info i {
    margin-left: 5px;
    margin-right: inherit
}

.detail-post .top-info > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.rtl .detail-post .top-info > * {
    margin-left: 15px;
    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: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    overflow: hidden
}

    .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 30px;
    background-color: #fff;
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

@media (max-width:767px) {
    .detail-post .entry-content-detail {
        padding: 15px;
        margin: 0 0 15px
    }
}

.detail-post .entry-content-detail .wp-block-gallery {
    margin-bottom: 20px
}

.detail-post .entry-content-detail .list-categories {
    position: relative;
    margin-left: 15px
}

.rtl .detail-post .entry-content-detail .list-categories {
    margin-right: 15px;
    margin-left: inherit
}

.detail-post .entry-content-detail .list-categories:before {
    content: "\e617";
    font-family: "themify";
    color: #f09e5d;
    left: -15px;
    padding: 0;
    position: absolute;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px
}

.rtl .detail-post .entry-content-detail .list-categories:before {
    right: -15px;
    left: auto
}

.detail-post .entry-content-detail .list-categories a {
    margin: 0;
    display: inline-block;
    float: none
}

    .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: #0f2041
    }

.rtl .detail-post .goal-social-share .title {
    margin-left: 15px;
    margin-right: inherit
}

.detail-post .goal-social-share a {
    color: #666;
    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: #0f2041
}

.detail-post .tag-social {
    margin-bottom: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
    width: 100%
}

@media (min-width:992px) {
    .detail-post .tag-social {
        padding: 30px 0 0;
        margin: 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: #0f2041
}

.rtl .detail-post .tag-social strong {
    margin-left: 15px;
    margin-right: inherit
}

.detail-post .entry-tags-list a {
    font-size: 13px;
    text-transform: none;
    padding: 5px 15px;
    color: #0f2041;
    font-weight: 400;
    display: inline-block;
    transition: all .2s ease-in-out 0s;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1
}

.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: 13px;
        padding: 5px 20px
    }
}

.detail-post .entry-tags-list a:hover, .detail-post .entry-tags-list a:active {
    color: #fff;
    border-color: #f09e5d;
    background: #f09e5d
}

.detail-post .post-navigation {
    margin: 0 0 30px;
    padding-top: 0;
    background-color: #fff
}

@media (max-width:767px) {
    .detail-post .post-navigation {
        margin: 0 0 15px
    }
}

.detail-post .nav-links .navi {
    font-size: 16px;
    color: #0f2041
}

    .detail-post .nav-links .navi:hover, .detail-post .nav-links .navi:active {
        color: #f09e5d
    }

    .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: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: 1px solid #e6e6e6;
        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: 22px;
    margin: 0 0 25px
}

.post-navigation {
    position: relative
}

    .post-navigation .screen-reader-text {
        display: none
    }

    .post-navigation .nav-links {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap
    }

        .post-navigation .nav-links > a {
            transition: all .3s ease-in-out 0s;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            line-height: 24px;
            padding: 20px;
            border: 1px solid #e6e6e6;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0
        }

@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;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
}

@media (min-width:767px) {
    .post-navigation .nav-links > a + a > div {
        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 {
        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
}

.post-navigation .nav-links .media {
    display: flex;
    align-items: flex-start;
    overflow: hidden
}

.post-navigation .nav-links .meta-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 17px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px
}

    .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: #0f2041;
    font-weight: 600;
    display: block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 20px;
    padding-top: 0
}

    .post-navigation .nav-links .post-title:hover {
        color: #f09e5d
    }

.author-info {
    padding: 20px 0;
    border-top: 1px solid #e6e6e6
}

@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: 30px 0 0
}

    .related-posts .title {
        margin: 0 0 15px;
        font-size: 28px;
        text-transform: uppercase
    }

@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: #f09e5d;
    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 #e6e6e6
        }

.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 #e6e6e6;
    border-left: inherit
}

.list-check {
    list-style: none;
    padding: 0;
    margin: 0
}

    .list-check li {
        margin-bottom: 10px
    }

    .list-check i {
        color: #f09e5d;
        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: #f09e5d
    }

.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/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/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-vardeh_heading .vardeh-heading-title {
    color: #0f2041;
    display: block;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    -webkit-padding-after: 0;
    padding-block-end: 0;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    letter-spacing: 0
}

@media (min-width:1200px) {
    .elementor-widget-vardeh_heading .vardeh-heading-title {
        font-size: 36px;
        -webkit-padding-after: 20px;
        padding-block-end: 20px
    }
}

.vertical-wrapper {
    position: relative
}

    .vertical-wrapper .title-vertical {
        color: #fff;
        background-color: #f09e5d;
        font-size: 16px;
        text-transform: capitalize;
        padding: 15px 20px;
        margin: 0;
        cursor: pointer;
        border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -ms-border-radius: 6px 6px 0 0;
        -o-border-radius: 6px 6px 0 0
    }

        .vertical-wrapper .title-vertical i {
            font-size: 16px;
            margin-right: 15px
        }

.rtl .vertical-wrapper .title-vertical i {
    margin-left: 15px;
    margin-right: inherit
}

.vertical-wrapper .title-vertical .show-down {
    font-size: 18px;
    margin: 3px 0 0;
    float: right
}

.rtl .vertical-wrapper .title-vertical .show-down {
    float: left
}

.vertical-wrapper .content-vertical {
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    z-index: 1
}

@media (min-width:1300px) {
    .vertical-wrapper .content-vertical {
        display: block !important
    }
}

.vertical-wrapper.show-always .content-vertical {
    display: block
}

body.home .vertical-wrapper.show-in-home .content-vertical {
    display: block
}

.goal-vertical-menu {
    padding: 14px;
    background: #fff;
    margin: 0;
    list-style: none;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
    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 #e6e6e6
    }

        .goal-vertical-menu > li:last-child {
            border: none
        }

        .goal-vertical-menu > li > a {
            font-size: 13px;
            padding: 0;
            line-height: 29px;
            background: 0 0 !important;
            position: relative
        }

@media (min-width:1500px) {
    .goal-vertical-menu > li > a {
        font-size: 16px;
        line-height: 41px
    }
}

.goal-vertical-menu > li > a.dropdown-toggle:after {
    content: "\e649";
    font-family: "themify";
    font-size: 11px;
    color: #666;
    position: absolute;
    right: 0;
    top: 2px
}

.goal-vertical-menu > li > a > i, .goal-vertical-menu > li > a > img {
    font-size: 22px;
    margin-right: 15px;
    width: 18px;
    display: inline-block;
    color: #f09e5d
}

.rtl .goal-vertical-menu > li > a > i, .rtl .goal-vertical-menu > li > a > img {
    margin-left: 15px;
    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: #f09e5d
}

.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: 20px;
    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: #0f2041;
        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: #f09e5d
}

.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: -10px;
    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 .slick-prev {
    left: 3px
}

.rtl .colection_gutter .slick-carousel .slick-prev {
    right: 3px;
    left: auto
}

.colection_gutter .slick-carousel .slick-next {
    right: 3px
}

.rtl .colection_gutter .slick-carousel .slick-next {
    left: 3px;
    right: auto
}

.slick-carousel {
    position: relative;
    margin-right: -15px;
    margin-left: -15px
}

    .slick-carousel .slick-arrow {
        background: #0f2041;
        padding: 0;
        display: inline-block;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 38px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        transition: all .3s ease-in-out 0s;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 3;
        border: none;
        box-shadow: none;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px
    }

@media (min-width:1200px) {
    .slick-carousel .slick-arrow {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.slick-carousel .slick-arrow .textnav {
    display: none
}

.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:active, .slick-carousel .slick-arrow:focus {
    background-color: #f09e5d;
    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: 1;
    border: 0;
    background: 0 0 !important;
    box-shadow: none;
    width: auto;
    height: auto;
    transform: translateY(0);
    top: -42px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #0f2041;
    margin: 0
}

@media (min-width:1200px) {
    .slick-carousel.arrow-top .slick-arrow {
        top: -46px
    }
}

.slick-carousel.arrow-top .slick-arrow:hover, .slick-carousel.arrow-top .slick-arrow:focus {
    color: #f09e5d
}

.slick-carousel.arrow-top .slick-prev {
    left: inherit;
    right: 45px
}

.rtl .slick-carousel.arrow-top .slick-prev {
    right: inherit;
    left: auto
}

.rtl .slick-carousel.arrow-top .slick-prev {
    left: 45px;
    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
}

    .slick-carousel.arrow-small .slick-arrow:hover, .slick-carousel.arrow-small .slick-arrow:focus {
        color: #f09e5d
    }

.slick-carousel:hover .slick-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 !important
}

.slick-carousel .slick-slide {
    outline: none !important;
    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: #0f2041
}

    .slick-carousel.show-text .slick-arrow:hover, .slick-carousel.show-text .slick-arrow:active, .slick-carousel.show-text .slick-arrow:focus {
        color: #f09e5d
    }

.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 !important;
    padding: 10px 0 0;
    text-align: center;
    list-style: none;
    line-height: 1
}

@media (min-width:1200px) {
    .slick-carousel .slick-dots {
        padding: 20px 0 0
    }
}

.slick-carousel .slick-dots li {
    display: inline-block;
    margin: 0 3px
}

    .slick-carousel .slick-dots li button {
        border: none;
        display: block;
        text-indent: -9999em;
        width: 8px;
        height: 8px;
        padding: 0;
        background: #e6e6e6;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        transition: all .2s ease-in-out 0s
    }

    .slick-carousel .slick-dots li.slick-active button {
        background: #f09e5d;
        width: 30px
    }

.carousel_white .slick-arrow {
    color: #666
}

    .carousel_white .slick-arrow:hover, .carousel_white .slick-arrow:focus {
        color: #fff
    }

.carousel_white .slick-dots li button {
    background-color: #666
}

.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 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: 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;
    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: #f09e5d;
            background: #f09e5d
        }

.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: #f09e5d;
    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: #f09e5d
    }

.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: #f09e5d;
        background-color: #f09e5d;
        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 #f09e5d;
    top: 50%;
    left: 15px;
    z-index: 99;
    color: #f09e5d;
    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: #f09e5d;
        color: #fff;
        border-color: #f09e5d
    }

.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: 15px;
    padding-left: 15px
}

.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: -webkit-grab;
    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(/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 {
            background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1);
            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: #f09e5d;
    border-color: #f09e5d;
    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: #f09e5d !important
    }

@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: #0f2041
}

    .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: #f09e5d;
        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 #e6e6e6;
    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: #f09e5d
    }

    .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 #e6e6e6
    }

        .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 #e6e6e6;
    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: #666;
            display: inline-block;
            height: 40px;
            line-height: 38px;
            text-align: center;
            width: 40px;
            border: 1px solid #e6e6e6
        }

    .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: #f09e5d;
        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: #f09e5d;
    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: #f09e5d;
        background: #e6e6e6
    }

.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: #0f2041;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .item-inner-features .title {
        font-size: 16px
    }
}

.item-inner-features .description {
    font-size: 12px;
    line-height: 1.5
}

@media (min-width:1200px) {
    .item-inner-features .description {
        font-size: 14px;
        text-align: justify;
        direction: rtl;
        font-family: iranyekanLight;
    }
}

.item-inner-features .features-box-image {
    line-height: 1;
    font-size: 36px;
    color: #0f2041;
    margin-bottom: 20px;
    transition: all .2s ease-in-out 0s
}

@media (min-width:1200px) {
    .item-inner-features .features-box-image {
        font-size: 45px
    }
}

.item-inner-features:hover .features-box-image {
    color: #f09e5d
}

.item-inner-features.style1 .features-box-image {
    float: left;
    padding-right: 10px;
    margin: 0
}

.rtl .item-inner-features.style1 .features-box-image {
    float: right
}

.rtl .item-inner-features.style1 .features-box-image {
    padding-left: 10px;
    padding-right: inherit
}

@media (min-width:1200px) {
    .item-inner-features.style1 .features-box-image {
        padding-right: 20px
    }

    .rtl .item-inner-features.style1 .features-box-image {
        padding-left: 20px;
        padding-right: inherit
    }
}

.item-inner-features.style1 .title {
    margin-bottom: 2px
}

.item-inner-features.style1 .features-box-content {
    overflow: hidden
}

.item-inner-features.style3 {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 10px 15px
}

@media (min-width:1200px) {
    .item-inner-features.style3 {
        padding: 30px
    }
}

.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: 700;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
    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:768px) {
    .goal-countdown .times > div {
        font-size: 16px;
        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: #0f2041;
    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: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #0f2041;
    display: block
}

@media (min-width:768px) {
    .goal-countdown .times > div span {
        font-size: 30px
    }
}

.goal-countdown-dark .times {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center
}

    .goal-countdown-dark .times > div {
        line-height: 1;
        text-align: center;
        padding: 5px;
        display: inline-block;
        margin: 0 2px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        background: #eaeff4
    }

@media (min-width:1200px) {
    .goal-countdown-dark .times > div {
        padding: 10px
    }
}

.goal-countdown-dark .times > div > span {
    color: #f09e5d;
    display: block;
    font-size: 18px;
    margin-bottom: 4px
}

@media (min-width:1200px) {
    .goal-countdown-dark .times > div > span {
        font-size: 24px
    }
}

.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-color: #fff;
    background-color: #fff;
    font-weight: 700;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1)
}

.widget-countdown.style3 .goal-countdown .times > div {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    min-width: 60px
}

@media (min-width:1200px) {
    .widget-countdown.style3 .goal-countdown .times > div {
        min-width: 79px
    }

        .widget-countdown.style3 .goal-countdown .times > div span {
            margin: 4px 0
        }
}

.widget-countdown.style3 .title {
    position: relative;
    padding-bottom: 5px
}

    .widget-countdown.style3 .title:before {
        content: "";
        width: 60px;
        height: 3px;
        background: #f09e5d;
        position: absolute;
        top: 100%;
        left: 0
    }

.rtl .widget-countdown.style3 .title:before {
    right: 0;
    left: auto
}

.widget-countdown .url-bottom {
    margin-top: 10px
}

@media (min-width:1200px) {
    .widget-countdown .url-bottom {
        margin-top: 35px
    }
}

.widget-countdown .btn, .widget-countdown .viewmore-products-btn {
    border-width: 2px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.no-padding .widget-banner .col-xs-12 {
    padding: 0
}

.wrapper-banner {
    position: relative;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    overflow: hidden
}

    .wrapper-banner .content-banner {
        min-height: 100px;
        overflow: hidden;
        transition: all .3s ease-in-out 0s
    }

        .wrapper-banner .content-banner img {
            width: 100%
        }

        .wrapper-banner .content-banner + .inner {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 100%;
            z-index: 1;
            padding: 20px
        }

@media (min-width:1200px) {
    .wrapper-banner .content-banner + .inner {
        padding: 0
    }
}

.wrapper-banner .sub-title {
    margin: 0;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    background-color: #f09e5d;
    padding: 0 10px
}

@media (min-width:1200px) {
    .wrapper-banner .sub-title {
        font-size: 14px;
        padding: 0 20px
    }
}

.wrapper-banner .sub-title strong {
    display: inline-block;
    margin-left: 5px;
    vertical-align: sub;
    line-height: 1
}

.rtl .wrapper-banner .sub-title strong {
    margin-right: 5px;
    margin-left: inherit
}

.wrapper-banner .title1 {
    line-height: 1.4;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 20px;
    color: #fff
}

@media (min-width:1200px) {
    .wrapper-banner .title1 {
        font-size: 36px
    }
}

.wrapper-banner .title2 {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    margin: 0
}

@media (min-width:1200px) {
    .wrapper-banner .title2 {
        font-size: 14px
    }
}

.wrapper-banner .btn, .wrapper-banner .viewmore-products-btn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    padding: 5px 30px
}

.wrapper-banner .link-bottom {
    margin-top: 25px
}

@media (min-width:1200px) {
    .wrapper-banner .link-bottom {
        margin-top: 35px
    }
}

.wrapper-banner:hover .content-banner, .wrapper-banner:focus .content-banner {
    transform: scale(1.07)
}

.wrapper-banner.style2 .title1 {
    margin: 0;
    line-height: 1
}

@media (min-width:1200px) {
    .wrapper-banner.style2 .title1 {
        margin: 10px 0;
        font-size: 46px;
        line-height: 1
    }
}

.wrapper-banner.style2 .content-banner + .inner {
    margin: 0 15px;
    padding: 0
}

@media (min-width:1200px) {
    .wrapper-banner.style2 .content-banner + .inner {
        margin: 0 30px;
        padding: 0
    }
}

.wrapper-banner.style3 .title1 {
    margin: 5px 0 10px
}

@media (min-width:1200px) {
    .wrapper-banner.style3 .title1 {
        margin: 10px 0 20px
    }
}

.wrapper-banner.style3 .content-banner + .inner {
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 75%
}

@media (min-width:1200px) {
    .wrapper-banner.style3 .content-banner + .inner {
        padding: 0 60px;
        max-width: 540px
    }
}

@media (max-width:767px) {
    .wrapper-banner.style3 .content-banner + .inner {
        padding: 0 15px;
        max-width: 80%
    }
}

.txtcollection .item__collection {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 0 10px;
    color: #f09e5d;
    transition: all .3s ease-in
}

@media (min-width:1200px) {
    .txtcollection .item__collection {
        padding: 0 30px
    }
}

.txtcollection .item__collection .img {
    position: absolute;
    width: 250px;
    height: 354px;
    -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 {
    -webkit-text-stroke: 2px #f09e5d
}

    .txtcollection .item__collection:hover .item__collection-name:before {
        transform: scaleX(1);
        background-color: #f09e5d
    }

.txtcollection .item__collection:hover .item__collection-sub {
    opacity: 1;
    transform: translateX(0);
    color: #f09e5d
}

.txtcollection .item__collection-name {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #0f2041;
    color: transparent;
    position: relative
}

@media (min-width:1200px) {
    .txtcollection .item__collection-name {
        font-size: 55px;
        font-weight: 700;
        -webkit-text-stroke: 2px #0f2041
    }
}

.txtcollection .item__collection-name:before {
    transition: transform .3s cubic-bezier(.77,0,.175,1);
    transform-origin: left;
    height: 2px;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    background: #000;
    transform: scaleX(0);
    margin-right: .15em;
    bottom: 0;
    background: #f09e5d
}

.txtcollection .item__collection-sub {
    -webkit-text-stroke: 0px #000;
    color: #f09e5d;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    transform: translateX(-1rem);
    transition: transform .3s,opacity .3s;
    opacity: 0;
    display: block
}

@media (min-width:1200px) {
    .txtcollection .item__collection-sub {
        font-size: 12px
    }
}

.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) {
    .widget-testimonials .slick-carousel .slick-dots {
        padding-top: 40px !important
    }
}

.widget-testimonials .title {
    text-transform: uppercase
}

.widget-testimonials .rating-customers {
    white-space: nowrap;
    color: #cfcdcd;
    position: relative;
    width: 86px;
    text-align: left;
    letter-spacing: 4px
}

.rtl .widget-testimonials .rating-customers {
    text-align: right
}

.widget-testimonials .rating-customers:before {
    font-family: "ElegantIcons" !important;
    content: "\e033\e033\e033\e033\e033"
}

.widget-testimonials .rating-customers .inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: #f5c136
}

.rtl .widget-testimonials .rating-customers .inner {
    right: 0;
    left: auto
}

.widget-testimonials .rating-customers .inner:before {
    font-family: "ElegantIcons" !important;
    content: "\e033\e033\e033\e033\e033"
}

.widget-testimonials.style2 {
    margin-left: auto;
    margin-right: auto
}

.testimonials-item .job {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #f09e5d;
    padding: 25px 0
}

@media (min-width:1200px) {
    .testimonials-item .job {
        margin-top: 10px
    }
}

.testimonials-item .name-client {
    color: #746661
}

@media (min-width:1330px) {
    .testimonials-item .avarta {
        padding-left: 80px
    }

    .rtl .testimonials-item .avarta {
        padding-right: 80px;
        padding-left: inherit
    }
}

.testimonials-item .description {
    color: #0f2041;
    line-height: 1.2;
    font-weight: 300;
    font-size: 25px;
    padding: 0 0 20px
}

@media (min-width:1200px) {
    .testimonials-item .description {
        font-size: 36px
    }
}

.testimonials-item .rating-customers {
    margin: 20px 0
}

@media (min-width:1200px) {
    .testimonials-item .rating-customers {
        margin: 50px 0 20px
    }
}

.testimonials-item-style2 {
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin: 0
}

@media (max-width:767px) {
    .testimonials-item-style2 {
        margin: 0 15px
    }
}

@media (min-width:1200px) {
    .testimonials-item-style2 {
        padding: 30px
    }
}

.testimonials-item-style2:before {
    content: "“";
    color: #e6e6e6;
    display: inline-block;
    line-height: 40px;
    position: absolute;
    font-size: 100px;
    line-height: 100px;
    top: 0;
    right: 15px
}

.rtl .testimonials-item-style2:before {
    left: 15px;
    right: auto
}

@media (min-width:1200px) {
    .testimonials-item-style2:before {
        top: 15%;
        right: 25px;
        font-size: 200px
    }

    .rtl .testimonials-item-style2:before {
        left: 25px;
        right: auto
    }
}

.testimonials-item-style2 .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width:1200px) {
    .testimonials-item-style2 .description {
        -webkit-line-clamp: 3
    }
}

.testimonials-item-style2 .title {
    margin: 10px 0
}

@media (min-width:1200px) {
    .testimonials-item-style2 .title {
        margin: 15px 0
    }
}

.testimonials-item-style2 .rating-customers {
    margin: 0
}

.testimonials-item-style2 .avarta {
    margin: 20px 0 0;
    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%
}

    .testimonials-item-style2 .avarta + .info-testimonials {
        width: calc(100% - 70px);
        padding-left: 20px
    }

.rtl .testimonials-item-style2 .avarta + .info-testimonials {
    padding-right: 20px;
    padding-left: inherit
}

.testimonials-item-style2 .name-client {
    text-transform: uppercase;
    margin-top: 15px;
    color: #0f2041;
    font-weight: 600
}

@media (min-width:1200px) {
    .testimonials-item-style2 .name-client {
        margin-top: 20px
    }
}

.testimonials-item-style3 {
    text-align: center;
    max-width: 820px;
    margin: auto
}

    .testimonials-item-style3 .job {
        font-size: 24px;
        font-weight: 300
    }

    .testimonials-item-style3 .description {
        margin-top: 15px;
        font-size: 24px;
        color: #0f2041;
        line-height: 1.3
    }

@media (min-width:1200px) {
    .testimonials-item-style3 .description {
        margin-top: 25px;
        font-size: 36px
    }
}

.testimonials-item-style3 .rating-customers {
    margin: 15px auto 0
}

@media (min-width:1200px) {
    .testimonials-item-style3 .rating-customers {
        margin-top: 30px
    }
}

.testimonials-item-style3 .bottom-info.flex-middle {
    display: block !important
}

.testimonials-item-style3 .avarta {
    margin: 20px auto 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.testimonials-item-style3 .name-client {
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600
}

@media (min-width:1200px) {
    .testimonials-item-style3 .name-client {
        margin-top: 25px
    }
}

.widget-nav-menu .widget-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 10px
}

@media (min-width:1200px) {
    .widget-nav-menu .widget-title {
        margin-bottom: 15px
    }
}

.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: #666
    }

        .widget-nav-menu .menu li > a:hover {
            color: #f09e5d
        }

.widget-nav-menu.style2 .menu li {
    display: inline-block;
    margin: 0 10px
}

.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: #f09e5d;
        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.st_white, .widget-mailchimp.st_white .title {
    color: #fff
}

    .widget-mailchimp.st_white input {
        color: #fff;
        background: rgba(255,255,255,.2);
        border-color: rgba(255,255,255,.2)
    }

        .widget-mailchimp.st_white input::-webkit-input-placeholder {
            color: #fff
        }

        .widget-mailchimp.st_white input::-moz-placeholder {
            color: #fff
        }

        .widget-mailchimp.st_white input:-ms-input-placeholder {
            color: #fff
        }

        .widget-mailchimp.st_white input:-moz-placeholder {
            color: #fff
        }

        .widget-mailchimp.st_white input:focus {
            color: #fff;
            border-color: #fff
        }

.widget-mailchimp.default .btn, .widget-mailchimp.default .viewmore-products-btn {
    background-color: #f09e5d;
    border-color: #fff;
    border-width: 0;
    color: #fff;
    height: 40px;
    line-height: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: iranyekanLight,Arial,sans-serif;
    font-size: 16px
}

    .widget-mailchimp.default .btn:hover, .widget-mailchimp.default .viewmore-products-btn:hover, .widget-mailchimp.default .btn:focus, .widget-mailchimp.default .viewmore-products-btn:focus {
        color: #fff;
        background: #ee9046;
        border-color: #ee9046
    }

.widget-mailchimp.default .input-group {
    padding: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #fff
}

.widget-mailchimp.default input {
    color: #aaa;
    background: 0 0;
    border: 0;
    padding: 0 10px;
    outline: none;
    font-size: 13px
}

    .widget-mailchimp.default input::-webkit-input-placeholder {
        color: #aaa
    }

    .widget-mailchimp.default input::-moz-placeholder {
        color: #aaa
    }

    .widget-mailchimp.default input:-ms-input-placeholder {
        color: #aaa
    }

    .widget-mailchimp.default input:-moz-placeholder {
        color: #aaa
    }

    .widget-mailchimp.default input:focus {
        color: #aaa;
        border-color: #eaeff4
    }

.widget-mailchimp .title {
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .01em
}

.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: 40px
}

.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
}

@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: 15px 10px
}

    .widget-brand.style-2 {
        background-color: #fff
    }

        .widget-brand.style-2 .brand-item {
            border-style: solid;
            border-width: 0;
            border-color: #e6e6e6;
            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
}

.widget-brand .slick-slide img {
    display: inline-block;
    transition: all .3s ease-in-out 0s;
    opacity: .5;
    filter: alpha(opacity=50);
    filter: gray;
    -webkit-filter: grayscale(1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

    .widget-brand .slick-slide img:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        filter: none;
        -webkit-filter: grayscale(0)
    }

@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 #e6e6e6
        }

    .rtl .space-border .row > [class*=col] {
        border-left: 1px solid #e6e6e6;
        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: #f09e5d
}

    .skew-theme-right > * {
        position: relative;
        z-index: 2
    }

    .skew-theme-right:before {
        content: "";
        background: #f09e5d;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 60px;
        z-index: 1;
        transform: skewX(20deg)
    }

.skew-theme-left {
    position: relative;
    background: #f09e5d
}

    .skew-theme-left > * {
        position: relative;
        z-index: 2
    }

    .skew-theme-left:before {
        content: "";
        background: #f09e5d;
        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: #f09e5d;
    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 #f09e5d
}

.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 #e6e6e6;
    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: 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: 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 {
        justify-content: flex-end !important
    }

    .justify-content-end-sm {
        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: flex;
        align-items: flex-end
    }
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-column {
    -webkit-webkit-direction: normal !important;
    flex-direction: column !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-start {
    align-items: flex-start !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.flex-middle {
    display: -webkit-flex !important;
    -webkit-align-items: center;
    display: flex !important;
    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: flex;
    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 {
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.flex-top {
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    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 {
        justify-content: flex-end;
        -webkit-justify-content: flex-end
    }

    .flex-top-lg {
        display: -webkit-flex;
        -webkit-align-items: flex-start;
        display: flex;
        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: flex;
        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 {
        justify-content: flex-end !important
    }

    .justify-content-end-lg {
        justify-content: flex-end !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .flex-middle-md {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        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 {
        justify-content: flex-end !important
    }

    .justify-content-end-md {
        justify-content: flex-end !important
    }
}

@media (min-width:768px) {
    .flex-middle-sm {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        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: flex;
        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: #f09e5d
}

.border-theme {
    border-color: #f09e5d
}

.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: #f09e5d;
        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
        }
}

.vardeh-counter {
    overflow: hidden
}

    .vardeh-counter .image-icon {
        padding-right: 20px
    }

.rtl .vardeh-counter .image-icon {
    padding-left: 20px;
    padding-right: inherit
}

.vardeh-counter .counter-wrapper {
    overflow: hidden;
    font-size: 48px;
    line-height: 1.2;
    color: #0f2041
}

.vardeh-counter .vardeh-counter-title {
    color: #707070;
    font-size: 16px
}

.widget-team {
    position: relative;
    text-align: center
}

    .widget-team .name-team {
        color: #0f2041;
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0 5px;
        text-transform: none
    }

    .widget-team .job {
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0
    }

    .widget-team .bottom-info {
        padding-top: 15px
    }

    .widget-team .description {
        margin-top: 20px
    }

    .widget-team .content {
        padding-top: 15px
    }

    .widget-team .top-image {
        padding: 0;
        position: relative
    }

        .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,.5);
                transition: all .3s ease-in-out 0s;
                top: 0;
                left: 0;
                opacity: 0;
                filter: alpha(opacity=0)
            }

        .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 5px
            }

            .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: #f09e5d;
                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_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: #f09e5d
}

.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: #f09e5d
    }

.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: #f1f2f5;
    padding: 5px 15px 20px;
    margin-top: 0;
    display: inline-block;
    width: 100%
}

@media (min-width:991px) {
    .tabs-v1 {
        margin-bottom: 60px;
        padding: 60px
    }
}

.tabs-v1 .ps-container {
    position: relative
}

.tabs-v1 .nav-tabs {
    border: none;
    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 #e6e6e6;
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        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: 16px;
    font-weight: 700;
    font-family: iranyekanLight,Arial,sans-serif;
    padding: .5em 0;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #0f2041;
    border: none !important;
    background-color: transparent;
    transition: all .3s ease-in-out 0s;
    letter-spacing: .05em
}

.rtl .tabs-v1 .nav-tabs > li > a {
    text-align: right
}

.tabs-v1 .nav-tabs > li > a:hover {
    color: #666;
    background: 0 0
}

.tabs-v1 .nav-tabs > li.active {
    border-bottom: 2px solid #f09e5d;
    background-color: transparent
}

    .tabs-v1 .nav-tabs > li.active > a {
        background-color: transparent;
        color: #f09e5d
    }

.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: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #0f2041
}

    .tabs-v2 .tab-header-title:before {
        content: "";
        width: 0;
        height: 2px;
        background-color: #0f2041;
        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: #0f2041
}

    .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: 30px
    }

    .rtl .tabs-v2 .tab-item {
        margin-left: 30px;
        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: 10;
    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: #0f2041
}

.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;
    font-weight: 500;
    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: 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
}

    .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: iranyekanLight,Arial,sans-serif;
    text-transform: uppercase;
    color: #0f2041
}

@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: #0f2041;
    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: flex;
        align-items: center;
        -webkit-align-items: center
    }

    .flex-top-sm {
        display: flex;
        align-items: flex-start;
        -webkit-align-items: flex-start
    }
}

.flex-middle {
    display: block;
    align-items: center;
    -webkit-align-items: center
}

@media (min-width:768px) {
    .flex-middle {
        display: flex
    }
}

.flex-top {
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start
}

.flex-bottom {
    display: flex;
    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
}

.updow:hover .top-img img, .updow:hover .img img {
    -webkit-animation: updow .8s ease-in-out 0s infinite;
    animation: updow .8s ease-in-out 0s infinite
}

.updow-infinite img {
    -webkit-animation: updow 1s ease-in-out 0s infinite;
    animation: updow 1s ease-in-out 0s infinite
}

@-webkit-keyframes updow {
    50% {
        transform: translateY(-10px)
    }

    0%,100% {
        transform: translateY(0px)
    }
}

@keyframes updow {
    50% {
        transform: translateY(-10px)
    }

    0%,100% {
        transform: translateY(0px)
    }
}

@-webkit-keyframes fadeleft {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-15px,0)
    }
}

@keyframes fadeleft {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-15px,0)
    }
}

@-webkit-keyframes faderight {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(15px,0)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0,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 {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    display: inline-block
}

.anim-loop-left {
    animation: loop-anim-left 30s linear infinite reverse;
    -webkit-animation: loop-anim-left 30s linear infinite reverse;
    -moz-animation: loop-anim-left 30s linear infinite reverse;
    font-weight: 600;
    font-size: 28px;
    margin: 0
}

@media (min-width:1200px) {
    .anim-loop-left {
        font-size: 36px
    }
}

.anim-loop-right {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    animation: loop-anim-right 30s linear infinite reverse;
    -webkit-animation: loop-anim-right 30s linear infinite reverse;
    -moz-animation: loop-anim-right 30s linear infinite reverse
}

@media (min-width:1200px) {
    .anim-loop-right {
        font-size: 36px
    }
}

.anim-loop-right .running_inner {
    display: flex;
    vertical-align: top
}

.anim-loop-right .icon:not(:last-child) {
    position: relative
}

    .anim-loop-right .icon:not(:last-child):before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        background-color: #0f2041;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        top: 50%;
        transform: translateX(-50%)
    }

.anim-loop-right .item:not(:last-child) {
    -webkit-margin-end: 60px;
    margin-inline-end: 60px;
    -webkit-margin-start: 60px;
    margin-inline-start: 60px
}

.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 {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    display: inline-block
}

.anim-loop-right:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes loop-anim-left {
    0% {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-100%,0,0)
    }
}

@keyframes loop-anim-left {
    0% {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes loop-anim-right {
    0% {
        transform: translate3d(-100%,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes loop-anim-right {
    0% {
        transform: translate3d(-100%,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.text-body {
    color: #666
}

.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 {
    margin-top: -12px !important;
    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-golab-widget .products-list {
    padding-top: 20px;
    padding-bottom: 20px
}

.widget.yith-golab-widget a.clear-all {
    margin-bottom: 20px;
    margin-left: 15px
}

.rtl .widget.yith-golab-widget a.clear-all {
    margin-right: 15px;
    margin-left: inherit
}

.widget.yith-golab-widget a.compare {
    margin-bottom: 20px;
    margin-right: 15px
}

.rtl .widget.yith-golab-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: #f09e5d
}

.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: #666
}

.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 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: 15px 0;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px dashed #e6e6e6
}

    .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: #e6e6e6;
        line-height: 1
    }

    .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: 7px;
        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: #666;
        font-weight: 400
    }

    .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: #f09e5d
    }

.widget_categories ul > li.cat-item.noactive > .opened, .widget_categories ul > li.cat-item.noactive > .closed {
    padding-left: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 24px;
    color: #0f2041
}

.widget_categories ul > li:first-child.cat-item.noactive > .opened, .widget_categories ul > li:first-child.cat-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: #f09e5d;
    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: 14px;
    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: #b3b3b3
}

    .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: #d2d2d2;
        color: #b3b3b3
    }

.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: "Heebo",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: "Flaticon";
    content: "\f10a";
    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: 48px;
        margin: 0;
        color: #0f2041;
        outline: none !important;
        border: 0 !important
    }

        .goal-search-form-inner .select2-container .select2-selection--single .select2-selection__arrow {
            margin: 0;
            top: 15px;
            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: 20px;
    font-size: 16px
}

.rtl .goal-search-form-inner .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: inherit
}

.goal-search-form-inner form {
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    width: 100%;
    background-color: transparent;
    position: relative
}

    .goal-search-form-inner form .main-search {
        width: 100%
    }

    .goal-search-form-inner form .btn-search {
        border: 0;
        font-size: 16px;
        font-weight: 500;
        transition: all .2s ease-in-out 0s;
        margin-right: 5px
    }

.rtl .goal-search-form-inner form .btn-search {
    margin-left: 5px;
    margin-right: inherit
}

.goal-search-form-inner form .btn-search:hover, .goal-search-form-inner form .btn-search:focus {
    color: #f09e5d
}

.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: 48px;
    width: 100%;
    padding: 10px 15px
}

    .goal-search-form-inner form .form-control::-webkit-input-placeholder {
        color: #666
    }

    .goal-search-form-inner form .form-control::-moz-placeholder {
        color: #666
    }

    .goal-search-form-inner form .form-control:-ms-input-placeholder {
        color: #666
    }

    .goal-search-form-inner form .form-control:-moz-placeholder {
        color: #666
    }

    .goal-search-form-inner form .form-control:focus {
        color: #0f2041
    }

.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/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 #e6e6e6
}

    .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 #e6e6e6
}

@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: #0f2041
    }

.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: 10px 0;
    font-size: 16px;
    font-weight: 600;
    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: #666;
    text-transform: uppercase;
    font-size: 11px
}

.goal-search-form-inner .autocomplete-list-item .price {
    color: #f09e5d;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    line-height: 30px
}

@media (min-width:1200px) {
    .goal-search-form-inner .autocomplete-list-item .price {
        font-size: 16px
    }
}

.goal-search-form-inner .autocomplete-list-item .price del {
    font-size: 13px;
    color: #666;
    font-weight: 500
}

.goal-search-form-inner .autocomplete-list-item .price ins {
    padding: 0 7px
}

.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: #f09e5d
    }

.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;
            color: #0f2041;
            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: #666;
    font-weight: 500;
    font-size: 14px
}

.goal-search-form-inner.style2 .title-quick-links {
    font-size: 14px;
    margin: 0 0 12px;
    text-transform: uppercase;
    color: #666;
    font-weight: 500
}

.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: flex;
    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 .input-group .form-control {
    height: 48px;
    border-color: #e6e6e6;
    border-width: 1px;
    padding: 0 10px
}

.widget-search .btn, .widget-search .viewmore-products-btn {
    padding: 14px 20px;
    color: #fff;
    background-color: #0f2041;
    border-color: #0f2041;
    margin: 0 !important
}

.widget_search .wp-block-search .wp-block-search__input {
    height: 48px;
    border-color: #e6e6e6;
    border-width: 1px;
    outline: none;
    padding: 12px 20px
}

.widget_search .wp-block-search .wp-block-search__button {
    padding: 7px 20px;
    color: #fff;
    background-color: #0f2041;
    border-color: #0f2041;
    margin: 0 !important
}

.tagcloud a {
    text-transform: capitalize;
    margin-bottom: 8px;
    margin-right: 8px;
    font-size: 14px !important;
    display: inline-block;
    float: left;
    padding: 5px 13px;
    transition: all .3s ease 0s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #0f2041
}

.rtl .tagcloud a {
    margin-left: 8px;
    margin-right: inherit
}

.rtl .tagcloud a {
    float: right
}

.tagcloud a:hover, .tagcloud a:focus, .tagcloud a.active {
    color: #fff;
    background: #f09e5d;
    border-color: #f09e5d
}

.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: #666;
    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: #f09e5d
    }

.goal-search-top .content-form {
    box-shadow: none;
    margin: 0;
    border: none;
    padding: 0;
    min-width: 280px
}

@-webkit-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)
    }
}

@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;
    overflow: hidden;
    z-index: 10
}

    .video-wrapper-inner .popup-video {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        z-index: 2;
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 74px;
        color: #fff;
        background-color: transparent;
        border: 3px 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;
        transition: all .25s ease-in-out 0s;
        -webkit-animation: boxscale .8s linear 0s infinite alternate;
        animation: boxscale .8s linear 0s infinite alternate;
        margin: 0 auto;
        box-shadow: 0 0 0 0 #ffe1ff;
        transform: scale(1)
    }

@media (min-width:1200px) {
    .video-wrapper-inner .popup-video {
        top: 40%;
        width: 100px;
        height: 100px;
        line-height: 94px;
        font-size: 26px
    }
}

@media (max-width:767px) {
    .video-wrapper-inner .popup-video {
        top: 35%;
        width: 50px;
        height: 50px;
        line-height: 44px;
        font-size: 16px
    }
}

.video-wrapper-inner .image-wrapper img {
    width: 100%
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,225,255,.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255,225,255,0)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,225,255,0)
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,255,255,.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(255,255,255,0)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

.elementor-counter .elementor-counter-number-wrapper {
    margin-bottom: 10px;
    align-items: baseline;
    -webkit-background-clip: text;
    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: #f09e5d
        }

        .vertical-menu > .nav > li {
            float: none;
            position: static;
            border-bottom: 1px solid #e6e6e6
        }

            .vertical-menu > .nav > li.active > a {
                color: #f09e5d;
                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: #f09e5d;
                    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: #f09e5d
                }

        .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: #0f2041
}

.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;
    -webkit-padding-start: 25px;
    padding-inline-start: 25px
}

    #recentcomments > li:before, .wp-block-latest-comments > li:before {
        content: "\e726";
        font-family: "themify";
        font-size: 16px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
        color: #f09e5d
    }

    #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: 16px;
        color: #222
    }

    #recentcomments > li a, .wp-block-latest-comments > li a {
        color: #666;
        font-weight: 400
    }

        #recentcomments > li a:hover, .wp-block-latest-comments > li a:hover {
            color: #f09e5d
        }

.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: iranyekanLight
    }

.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: #f09e5d
    }

.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 .nav-tabs {
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px
}

    .widget-tabs .nav-tabs.tabs-list-v2 {
        margin: 0 0 15px
    }

.widget-tabs .carousel-controls {
    top: -42px
}

.widget-infor .media .fa, .widget-infor .media .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #f09e5d;
    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 #0f2041;
    border-radius: 50%;
    color: #0f2041;
    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: #0f2041;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select.png) right 10px center no-repeat;
    font-weight: 500;
    margin: 0;
    outline: none;
    border: 1px solid #e6e6e6
}

.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: #0f2041
}

.widget-twitter .twitter-timeline {
    display: block !important
}

.widget-twitter .timeline-Tweet-media {
    display: none
}

.widget_goal_instagram {
    margin: 0
}

    .widget_goal_instagram .widget-title {
        font-size: 35px;
        font-weight: 300;
        margin: 0 0 60px;
        padding: 0;
        text-align: center;
        text-transform: inherit
    }

        .widget_goal_instagram .widget-title a {
            font-weight: 400;
            color: #f09e5d
        }

    .widget_goal_instagram .instagram-pics a {
        display: block;
        position: relative;
        transition: all .1s ease-in-out 0s
    }

        .widget_goal_instagram .instagram-pics a:hover, .widget_goal_instagram .instagram-pics a:active {
            outline: 8px solid #f09e5d;
            outline-offset: -8px
        }

            .widget_goal_instagram .instagram-pics a:hover:before, .widget_goal_instagram .instagram-pics a:active:before {
                opacity: 0;
                filter: alpha(opacity=0)
            }

        .widget_goal_instagram .instagram-pics a:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: .5;
            filter: alpha(opacity=50);
            transition: all .3s ease-in-out 0s
        }

    .widget_goal_instagram .style2 .widget-title {
        padding: 60px 0;
        margin: 0;
        background: #eff1f2
    }

    .widget_goal_instagram .style2 .row {
        margin: 0
    }

        .widget_goal_instagram .style2 .row > div {
            padding: 0
        }

.wpcf7-form {
    position: relative
}

    .wpcf7-form textarea.form-control {
        height: 150px;
        resize: none
    }

.contact-form {
    padding: 30px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    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: #f09e5d;
    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: #f09e5d;
    border: 2px solid #f7f7f7;
    transition: all .3s ease-in-out 0s
}

    .contact-form input:focus, .contact-form textarea:focus {
        border-color: #f09e5d
    }

    .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
        color: #f09e5d
    }

    .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
        color: #f09e5d
    }

    .contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
        color: #f09e5d
    }

    .contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
        color: #f09e5d
    }

.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(240,158,93,.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: iranyekanLight;
        font-weight: 300
    }

    .contact-form.style2 .title {
        font-size: 45px;
        font-family: iranyekanLight;
        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: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-color: #f09e5d;
        background: #f09e5d
    }

        .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: #ee9046;
            border-color: #ee9046
        }

.widget-ticket-pricing {
    background: #fff;
    transition: all .3s ease-in-out 0s;
    border: 2px dashed #e6e6e6;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden
}

@media (min-width:1200px) {
    .widget-ticket-pricing .product-block-pricing {
        max-width: 170px;
        margin: auto
    }
}

.widget-ticket-pricing .column {
    transition: all .3s ease-in-out 0s;
    overflow: hidden;
    border: 2px dashed #e6e6e6;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin: -2px 0;
    padding: 0 10px !important
}

    .widget-ticket-pricing .column:last-child, .widget-ticket-pricing .column:first-child {
        border: none;
        margin: 0
    }

.widget-ticket-pricing.style-style2 {
    border: 1px solid #e6e6e6;
    overflow: visible
}

    .widget-ticket-pricing.style-style2 .column {
        border: 1px solid #e6e6e6;
        margin: -1px 0
    }

        .widget-ticket-pricing.style-style2 .column:last-child, .widget-ticket-pricing.style-style2 .column:first-child {
            margin: 0;
            border: none
        }

        .widget-ticket-pricing.style-style2 .column:hover {
            border-color: #f09e5d
        }

            .widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
                border: 1px solid #f09e5d
            }

            .widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
                border-bottom: 1px solid #f09e5d
            }

    .widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
        border: 1px solid #e6e6e6
    }

    .widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
        border-bottom: 1px solid #e6e6e6
    }

.widget-ticket-pricing.style-style3 {
    border: none;
    overflow: visible
}

    .widget-ticket-pricing.style-style3 .column {
        border: none;
        overflow: visible;
        margin: 20px 0
    }

.product-block-pricing .name {
    font-size: 22px;
    font-family: iranyekanLight;
    margin: 37px 0 30px;
    font-weight: 400;
    text-align: center
}

.product-block-pricing .wrapper-pricing {
    text-align: center;
    position: relative
}

    .product-block-pricing .wrapper-pricing:before {
        transition: all .3s ease-in-out 0s;
        width: 1000px;
        height: 2px;
        border-bottom: 2px dashed #e6e6e6;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -150px;
        z-index: 1;
        content: ""
    }

    .product-block-pricing .wrapper-pricing .price {
        transition: all .3s ease-in-out 0s;
        border: 2px dashed #e6e6e6;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        padding: 8px;
        background: #fff;
        display: inline-block;
        z-index: 2;
        position: relative
    }

.product-block-pricing .woocommerce-Price-amount {
    transition: all .3s ease-in-out 0s;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #0f2041;
    background: #f1f1f1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

    .product-block-pricing .woocommerce-Price-amount > span {
        font-weight: 300
    }

.product-block-pricing .block-inner-content .desc {
    margin: 20px 0 35px
}

    .product-block-pricing .block-inner-content .desc strong {
        color: #0f2041
    }

.product-block-pricing .block-inner-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .product-block-pricing .block-inner-content ul li {
        margin: 0 0 5px
    }

    .product-block-pricing .block-inner-content ul i {
        margin-right: 15px;
        color: #f09e5d
    }

.rtl .product-block-pricing .block-inner-content ul i {
    margin-left: 15px;
    margin-right: inherit
}

.product-block-pricing .button {
    transition: all .3s ease-in-out 0s
}

.product-block-pricing .groups-button {
    margin: 40px 0 45px
}

    .product-block-pricing .groups-button .button.added {
        display: none
    }

    .product-block-pricing .groups-button .added_to_cart.wc-forward {
        display: inline-block;
        padding: 12px 30px;
        white-space: nowrap;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1);
        color: #fff
    }

        .product-block-pricing .groups-button .added_to_cart.wc-forward:hover, .product-block-pricing .groups-button .added_to_cart.wc-forward:active {
            color: #fff;
            background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1)
        }

.product-block-pricing:hover .woocommerce-Price-amount {
    background-image: linear-gradient(to right,#f09e5d 0%,#f09e5d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF09E5D",endColorstr="#FFF09E5D",GradientType=1);
    color: #fff
}

.product-block-pricing:hover .button {
    color: #fff !important
}

    .product-block-pricing:hover .button:before {
        opacity: 0;
        filter: alpha(opacity=0)
    }

.product-block-pricing3 {
    text-align: center;
    padding: 80px 10px 50px;
    transition: all .2s ease-in-out 0s;
    position: relative
}

    .product-block-pricing3 .name {
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 8px
    }

    .product-block-pricing3 .desc strong {
        color: #0f2041
    }

    .product-block-pricing3 .price {
        font-size: 40px;
        font-weight: 900;
        color: #f09e5d
    }

        .product-block-pricing3 .price .woocommerce-Price-currencySymbol {
            font-size: 20px;
            vertical-align: text-top;
            font-weight: 600
        }

    .product-block-pricing3 .wrapper-pricing {
        max-width: 310px;
        margin: auto;
        padding: 5px 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }

    .product-block-pricing3 .block-inner-content > ul {
        list-style: none;
        margin: 40px 0 42px;
        padding: 0
    }

        .product-block-pricing3 .block-inner-content > ul li {
            margin: 0 0 5px
        }

            .product-block-pricing3 .block-inner-content > ul li > i {
                display: none
            }

    .product-block-pricing3 .thumbnail-wrapper {
        margin: 50px 0 54px
    }

    .product-block-pricing3 .button {
        box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
        background: #fff;
        color: #0f2041
    }

        .product-block-pricing3 .button:before {
            display: none !important
        }

        .product-block-pricing3 .button:hover {
            background: #f09e5d;
            color: #fff !important
        }

    .product-block-pricing3 .label {
        position: absolute;
        left: -37px;
        margin-left: 100%;
        top: -10px;
        padding: 10px 25px;
        background: #f09e5d;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        transform: rotate(90deg);
        transform-origin: 0 0
    }

        .product-block-pricing3 .label:after {
            content: "";
            background: 0 0;
            position: absolute;
            top: 0;
            left: 0;
            transform: translateY(-100%);
            width: 10px;
            height: 6px;
            border-width: 3px 5px;
            border-style: solid;
            border-color: transparent #ea7417 #ea7417 transparent
        }

        .product-block-pricing3 .label:before {
            content: "";
            position: absolute;
            top: 0;
            left: 100%;
            transform: translateX(-50%);
            border-width: 17px;
            border-style: solid;
            border-color: #f09e5d transparent #f09e5d #f09e5d
        }

    .product-block-pricing3.is-featured, .product-block-pricing3:hover {
        z-index: 1
    }

        .product-block-pricing3.is-featured .button, .product-block-pricing3:hover .button {
            background: #f09e5d;
            color: #fff !important
        }

    .product-block-pricing3.is-featured {
        box-shadow: 0 5px 20px 0 rgba(0,0,0,.1)
    }

.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: #f09e5d;
    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: #e12d2d
    }

.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: iranyekanLight;
    font-size: 16px;
    margin: 0 0 20px
}

.popupnewsletter-wrapper .modal-content form {
    transition: all .2s ease-in-out 0s;
    border: 1px solid #e6e6e6;
    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: #cdcdcd
}

.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: #f09e5d
}

.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: #ec822e
}

.popupnewsletter-wrapper .close-dont-show:hover, .popupnewsletter-wrapper .close-dont-show:focus {
    color: #e44343
}

@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: 1300px
    }
}

@media (min-width:1200px) {
    .col-lg-5c, .col-md-5c {
        width: 20%
    }

    .top-percent-50 > div {
        position: relative;
        transform: translateY(-50%);
        z-index: 2
    }
}

@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:1024px) {
    .products-grid .product.first {
        clear: both
    }
}

@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
    }

    .widget-banner.style1 .btn, .widget-banner.style1 .viewmore-products-btn {
        opacity: 1;
        filter: alpha(opacity=100);
        padding: 5px 20px;
        font-size: 12px;
        bottom: 20px
    }

    .product-block.grid:before, .product-block.grid .groups-button {
        display: none
    }

    .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
    }

    .logo {
        text-align: center
    }

    .goal-footer .logo {
        text-align: left
    }

    .rtl .goal-footer .logo {
        text-align: right
    }

    .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;
        padding: 10px
    }

    .widget-social .social a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 12px
    }

    .products-grid .product.first {
        clear: both
    }
}

@media (max-width:768px) {
    .hidden-768 {
        display: none
    }

    .products-grid .product.first {
        clear: 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
    }

    .goal-breadscrumb {
        background-image: none !important
    }

    .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: inline-flex;
        width: 100%
    }

    .details-product {
        margin-bottom: 10px !important
    }

    .widget.related {
        margin-bottom: 0
    }

    .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: 13px
    }
}

@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
    }
}

@media (max-width:767px) {
    .widget-features-box.style2.right .features-box-image {
        float: left;
        padding: 0 15px 0 0
    }
}

@media (max-width:767px) {
    .widget.widget-about {
        margin: 0;
        display: inline-block
    }
}

@media (max-width:767px) {
    .widget-team .name-team {
        font-size: 13px;
        margin: 0
    }
}

@media (max-width:767px) {
    .row-blog > .col-xs-6 {
        width: 100%
    }
}

@media (max-width:767px) {
    .widget-blogs .widget-title {
        margin: 0 15px 20px
    }
}

@media (max-width:767px) {
    .post-grid-v1 .entry-thumb {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .post-grid-v2 .no-image {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .post-list-item .top-info {
        margin: 0 0 15px
    }
}

@media (max-width:767px) {
    .post-list-item.post-grid-v2 .post-content .post-content-inner {
        padding: 30px;
        min-height: 300px;
        margin: 0
    }
}

@media (max-width:767px) {
    .comment-list .comment-text {
        font-size: 13px;
        line-height: 20px
    }
}

@media (max-width:767px) {
    .entry-thumb .image-wrapper img {
        width: 100%
    }
}

@media (max-width:767px) {
    .post .entry-description .wp-block-quote {
        margin: 15px 0 0;
        padding: 20px
    }
}

@media (max-width:767px) {
    .post .entry-description .wp-block-quote:before {
        top: -30px
    }
}

@media (max-width:767px) {
    .popupnewsletter-wrapper .modal-content {
        background-image: none !important;
        padding: 50px 20px 20px
    }
}

@media (max-width:767px) {
    .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
        }
}

@media (max-width:767px) {
    .product-block-list .compare, .product-block-list .add-cart .added_to_cart, .product-block-list .add-cart a.button {
        font-size: 12px;
        padding: 12px
    }
}

@media (max-width:767px) {
    .details-product.layout-v1 .summary-right .summary {
        padding: 15px 0 0
    }

        .details-product.layout-v1 .summary-right .summary:before {
            display: none
        }
}

@media (max-width:767px) {
    .details-product .product_meta > * {
        display: block;
        padding: 0;
        margin: 0 0 10px;
        border: none
    }
}

@media (max-width:767px) {
    .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%
        }
}

@media (max-width:767px) {
    .slick-carousel-top .slick-arrow {
        top: -55px
    }
}

@media (max-width:767px) {
    .tabs-v1 .nav-tabs > li > a {
        font-size: 14px;
        text-align:right
    }
}

@media (max-width:767px) {
    .woocommerce div.product form.cart .button, .details-product .information .compare {
        padding: 14px;
        font-size: 12px;
        line-height: 1
    }
}

@media (max-width:767px) {
    .woocommerce #reviews #comments ol.commentlist li .content-comment {
        font-size: 15px;
        margin-top: 5px
    }
}

@media (max-width:767px) {
    .goal-checkout-step ul li {
        float: none;
        margin-bottom: 10px
    }

        .goal-checkout-step ul li:last-child {
            margin-bottom: 0
        }
}

@media (max-width:767px) {
    .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
    }
}

@media (max-width:767px) {
    .woocommerce table.wishlist_table .product-name {
        padding: 0
    }
}

@media (max-width:767px) {
    .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 #e6e6e6
        }

        .product-block-list .name {
            font-size: 18px
        }
}

@media (max-width:767px) {
    .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-vardeh-ppp select, .goal-filter select {
        font-size: 14px;
        padding: 3px 10px
    }
}

@media (max-width:767px) {
    .nav.tabs-product.center > li {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width:767px) {
    .woocommerce .woocommerce-message .button {
        padding: 5px 15px;
        font-size: 12px
    }
}

@media (max-width:767px) {
    .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
    }
}

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
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important
}

.woocommerce div.product form.cart.variations_form .tawcvs-swatches, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches, .woocommerce.archive form.cart.variations_form .tawcvs-swatches {
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

    .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
        padding: 0;
    margin-top: 0 !important;
        margin-right: 5px !important;
        margin-bottom: 5px !important;
        margin-left: 5px !important;
        }

    .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch .swatch__tooltip, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch .swatch__tooltip, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch .swatch__tooltip {
        width: 0;
        max-width: 0;
        line-height: 1
    }
/*! elementor - v3.6.5 - 27-04-2022 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}
/*! elementor - v3.6.5 - 27-04-2022 */
.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.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 - v3.6.5 - 27-04-2022 */
.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 {
        vertical-align: middle;
        display: inline-block
    }
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.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-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-rezbahar:before {
    content: "\f19a"
}

.fa-rezbahar-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.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(../fonts/revicons.eot?5510888);
    src: url(../fonts/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../fonts/revicons.woff?5510888) format('woff'),url(../fonts/revicons.ttf?5510888) format('truetype'),url(../fonts/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-as: none;
    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-as: none;
    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
}

.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(),move
}

    rs-carousel-wrap.dragged {
        cursor: url(),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-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-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 !important;
    left: auto !important;
    top: auto !important;
    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-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-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;
    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;
    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(../images/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(../images/gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(../images/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(../images/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(../images/coloredbg.png) repeat
        }

        .rs-layer.slidelink a span {
            background: url(../images/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(../images/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(../images/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-color: radial-gradient(40%,circle,#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
}

@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_3_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_3_1_wrapper .hermes .tp-bullet.rs-touchhover {
        background-color: rgba(0,0,0,.21)
    }

    #rev_slider_3_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_3_1_wrapper .hermes .tp-bullet.selected:after {
        height: 100%
    }
