.wp-block-archives-dropdown label {
    display: block
}

.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;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns:where(.has-background) {
    padding: 1.25em 2.375em
}

.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: 599px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
        flex-grow: 0
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: var(--wp--style--block-gap, 2em)
    }
}

@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:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
        margin-left: var(--wp--style--block-gap, 2em)
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap
}

.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
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 2em)
}

.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-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-overflow-scrolling:touch) {
    .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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__gradient-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__gradient-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__gradient-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__gradient-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__gradient-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__gradient-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__gradient-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__gradient-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__gradient-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__gradient-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__gradient-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.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, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .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 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .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 .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

.wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px) 0;
    width: calc(50% - var(--gallery-block--gutter-size, 16px) / 2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image), .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    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.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:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
    margin-bottom: var(--gallery-block--gutter-size, 16px)
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
    bottom: var(--gallery-block--gutter-size, 16px)
}

.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) {
    margin-right: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px);
        width: calc(33.33333% - var(--gallery-block--gutter-size, 16px) * 0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px);
        width: calc(25% - var(--gallery-block--gutter-size, 16px) * 0.75)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px);
        width: calc(20% - var(--gallery-block--gutter-size, 16px) * 0.8)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px);
        width: calc(16.66667% - var(--gallery-block--gutter-size, 16px) * 0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px);
        width: calc(14.28571% - var(--gallery-block--gutter-size, 16px) * 0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px);
        width: calc(12.5% - var(--gallery-block--gutter-size, 16px) * 0.875)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n), .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n), .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n), .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n), .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n), .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n), .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n), .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
        margin-right: 0
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size, 16px);
        width: calc(33.33% - var(--gallery-block--gutter-size, 16px) * 0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
        margin-right: 0
    }

    .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(--gallery-block--gutter-size, 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, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word
}

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 .alignleft, .wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > 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 {
    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
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol, ul {
    overflow-wrap: break-word
}

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    direction: ltr;
    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 {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.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[style*=text-decoration] .wp-block-navigation-item, .wp-block-navigation[style*=text-decoration] .wp-block-navigation__submenu-container, .wp-block-navigation[style*=text-decoration] a, .wp-block-navigation[style*=text-decoration] a:active, .wp-block-navigation[style*=text-decoration] a:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) a, .wp-block-navigation:not([style*=text-decoration]) a:active, .wp-block-navigation:not([style*=text-decoration]) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    margin-left: .25em;
    width: .6em;
    height: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit
}

.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 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, .wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-container-content {
    gap: var(--wp--style--block-gap, 2em)
}

.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 {
    gap: var(--wp--style--block-gap, .5em)
}

.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: 2em;
    overflow: auto;
    z-index: 100000
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2em + 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: 2em;
    padding-right: 2em
}

.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: var(--wp--style--block-gap, 2em)
}

.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__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%
}

.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-home-link__content {
    color: inherit;
    display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
    text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
    top: -1px
}

.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 {
    overflow-wrap: break-word
}

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 > h3:first-of-type {
    margin-top: 0
}

.wp-block-post-comments .commentlist {
    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: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.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-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .75em
}

.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 .reply {
    font-size: .75em;
    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-excerpt__more-link {
    display: inline-block
}

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.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
}

.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:not(.is-style-solid-color) {
    background: none
}

.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 {
    overflow-wrap: break-word
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

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-wide {
    border-bottom-width: 1px
}

.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
}

.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.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 {
    display: block;
    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-wordpress {
    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-wordpress {
    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-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
}

.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
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: inline-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%
}

: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(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

.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: transparent
}

.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.2em;
    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;
    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: none;
    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: transparent;
    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-checkout .wc-block-components-shipping-rates-control__package {
    margin-bottom: 1.5em
}

.wc-block-checkout .wc-block-components-shipping-rates-control__package:last-of-type {
    margin-bottom: 0
}

.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: transparent;
    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: transparent;
    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: transparent;
    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: transparent
}

.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: none;
    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: transparent;
    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: transparent
}

.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%;
    overflow: auto;
    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: transparent;
    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: transparent;
    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-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .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-disabled .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
    visibility: hidden
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount:after, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button:after, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper:after, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount:after, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button:after, .wc-block-components-price-slider.is-loading .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-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .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: transparent;
    -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: transparent;
    -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('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/%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: transparent;
    -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: transparent;
    -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('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/%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('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/%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: transparent;
        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: transparent;
        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: transparent
    }

    .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: transparent
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .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-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper:after, .wc-block-components-price-slider.is-loading .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-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .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: transparent;
        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: transparent;
        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: transparent
    }

    .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: transparent
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .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-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper:after, .wc-block-components-price-slider.is-loading .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-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .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: transparent;
    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: transparent;
    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.33333%;
    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.66667%;
    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.28571%;
    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 {
    display: flex;
    width: 107px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-sizing: content-box;
    margin: 0 0 .25em
}

.has-dark-controls .wc-block-components-quantity-selector {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .4)
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 1em;
    order: 2;
    min-width: 40px;
    flex: 1 1 auto;
    border: 0;
    padding: .4em 0;
    margin: 0;
    text-align: center;
    background: transparent;
    box-shadow: none;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    -moz-appearance: textfield;
    font-weight: 600
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    background: #f0f0f0;
    outline: 1px solid #ddd
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    color: #949494
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #fff;
    background: transparent
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    background: transparent
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    color: hsla(0, 0%, 100%, .3)
}

.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;
    min-width: 30px;
    cursor: pointer;
    color: #949494;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    outline: 2px solid #ddd
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    color: #1e1e1e
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
    outline: 2px solid #ddd
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    color: #949494;
    cursor: default;
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
    outline: 2px solid #ddd
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    color: #fff
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    color: hsla(0, 0%, 100%, .3)
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    order: 1
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    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(' https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/%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: transparent;
    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: transparent
}

.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
}

.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
}

.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-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: transparent;
    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: transparent
}

.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: transparent;
    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
}

.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__badge, .wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex
}

.wc-block-mini-cart__badge {
    background: #fff;
    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;
    stroke: currentColor
}

.wc-block-mini-cart {
    background-color: transparent !important;
    display: flex;
    justify-content: flex-end
}

.wc-block-mini-cart.align-center {
    justify-content: center
}

.wc-block-mini-cart.align-left {
    justify-content: flex-start
}

.wc-block-mini-cart.is-transparent .wc-block-mini-cart__button {
    background-color: transparent !important
}

.wc-block-mini-cart__button {
    align-items: center;
    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;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 0;
    justify-content: center
}

.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 {
    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;
    padding: 12px 24px;
    text-decoration: none
}

.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 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
}

.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, .wc-block-checkout__sidebar .wc-block-components-totals-taxes {
    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-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: transparent;
    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 {
    padding-bottom: 1em
}

.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:last-child {
    padding-bottom: 0
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
    border-bottom-width: 1px
}

.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;
    margin: .75em 0 0;
    width: 100%
}

.wc-block-components-totals-item:first-child {
    margin-top: 0
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate {
    margin: 4px 0
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:first-child {
    margin-top: 0
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:last-child {
    margin-bottom: 0
}

.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
}

.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.5em
}

.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
}

.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: transparent;
    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: transparent;
    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
}


#wp-admin-bar-titan-menu::after {
    clear: both;
}

#wp-admin-bar-titan-menu .dashicons {
    font: 400 20px/1 dashicons;
}

#wp-admin-bar-titan-menu #wp-admin-bar-titan-menu-default {
}

#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-icon {
    display: inline-block !important;
    width: 20px;
    height: 25px;
    margin-top: 6px;
    margin-right: 5px;
    float: left;
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/anti-spam/assets/css/../img/titan-icon.png') 0 0 no-repeat;
}

#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-title {
    display: inline-block !important;
    overflow: hidden;
}

#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-title .dashicons {
    font-size: 20px !important;
    padding: 6px 0 !important;
}

#wp-admin-bar-titan-menu .ab-item .dashicons {
    font-size: 14px;
    padding: 6px 0;
}

#wp-admin-bar-titan-menu .ab-item .dashicons.dashicons-heart {
    color: #fb7976;
}

#wp-admin-bar-titan-menu .ab-item .dashicons.dashicons-dashboard {
    color: #fff;
}

#wp-admin-bar-titan-menu .wtitan-count-bubble {
    display: inline-block;
    vertical-align: baseline;
    box-sizing: border-box;
    margin: 0px 0 0px 5px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #ca4a1f;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}

.mks-ep-modal {
    z-index: -1;
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    background: #fafafa;
    will-change: opacity, transform, height, width, display;
}

.mks-ep-modal.active {
    z-index: 99999999999;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-animation: modalFadeInFromNone .15s ease-out;
    animation: modalFadeInFromNone .15s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

body.mks-ep-modal-open {
    position: initial;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    width: 100%;
    zoom: initial;
    padding-right: 17px;
}

html.mks-ep-modal-open {
    position: initial;
    overflow: hidden !important;
    overflow-y: hidden !important;
    zoom: initial;
}

body.mks-ep-modal-open .mks-ep-modal {
    -webkit-overflow-scrolling: touch;
}

.mks-ep-modal .mks-ep-section {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.mks-ep-container {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.mks-ep-modal, .mks-ep-modal .mks-ep-button {
    font-family: Arial, sans-serif;
}

.mks-ep-section-subtitle {
    color: #666;
    font-size: 15px;
    line-height: 23px;
}

.mks-ep-modal-test-drive-response {
    display: none;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    line-height: 23px;
    color: #666;
}

.mks-ep-modal-test-drive-form {
    text-align: center;
}

.mks-ep-modal-test-drive-form .mks-ep-test-drive-email {
    height: 42px;
    width: 263px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    font-size: 14px;
    margin: 0 5px 5px 0;
    color: #555;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    float: none;
}

.mks-ep-test-drive-email::-webkit-input-placeholder {
    color: #555;
}

.mks-ep-test-drive-email::-moz-placeholder {
    color: #555;
}

.mks-ep-test-drive-email:-ms-input-placeholder {
    color: #555;
}

.mks-ep-test-drive-email:-moz-placeholder {
    color: #555;
}

.mks-ep-modal-test-drive-form img {
    margin: 0 auto 50px;
    display: block;
}

.mks-ep-close-modal {
    color: #434343;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.mks-ep-close-modal:hover {
    color: #434343;
    opacity: 1;
}

.mks-ep-modal-test-drive-form .mks-ep-cta-below {
    clear: both;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    line-height: 20px;
}

.mks-ep-modal-test-drive-response i {
    display: block;
    font-size: 100px;
    margin-bottom: 30px;
    color: #8BC34A;
}

.mks-ep-modal .mks-ep-section-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
    display: block;
    color: #333;
    font-weight: bold;
}

.mks-ep-modal .mks-ep-section-heading {
    text-align: center;
    margin-bottom: 35px;
    padding: 0 70px;
}

.mks-ep-modal .mks-ep-button {
    height: 42px;
    min-height: 42px;
    line-height: 1;
    padding: 0 40px;
    color: #660006 !important;
    background: #ffd635 !important;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    float: none;
    font-weight: bold;
    margin: 0;
    box-shadow: none;
}

.mks-ep-modal .mks-ep-button:hover {
    -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .2);
    height: 42px;
    line-height: 1;
    padding: 0 40px;
    color: #660006 !important;
    background: #ffd635 !important;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    float: none;
    font-weight: bold;
    margin: 0;
}

.mks-ep-modal-test-drive .mks-ep-section, .mks-ep-modal-test-drive .mks-ep-container {
    height: 100%;
}

.mks-ep-modal-test-drive-response-error {
    color: #ff0000;
}

.mks-ep-modal-test-drive-response-success, .mks-ep-modal-test-drive-response-error {
    padding-bottom: 0;
    font-size: 15px !important;
}

p.mks-ep-modal-test-drive-response-success a {
    text-decoration: underline;
    font-weight: bold;
}

.mks-ep-modal-test-drive-request, .mks-ep-modal-test-drive-response, .mks-ep-modal-test-drive-loader {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.mks-ep-modal-test-drive-loader {
    width: 100%;
    display: none;
}

.lds-ellipsis {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.3s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.3s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.3s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.3s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

/
/
Header animation

@-webkit-keyframes modalFadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px);
    }
}

@-moz-keyframes modalFadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px);
    }
}

@-o-keyframes modalFadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes modalFadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px);
    }
}

@font-face {
    font-family: 'Simple-Line-Icons';
    src: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.eot');
    src: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.woff') format('woff'), url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.ttf') format('truetype'), url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'Simple-Line-Icons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-user-female:before {
    content: "\e000";
}

.icon-user-follow:before {
    content: "\e002";
}

.icon-user-following:before {
    content: "\e003";
}

.icon-user-unfollow:before {
    content: "\e004";
}

.icon-trophy:before {
    content: "\e006";
}

.icon-screen-smartphone:before {
    content: "\e010";
}

.icon-screen-desktop:before {
    content: "\e011";
}

.icon-plane:before {
    content: "\e012";
}

.icon-notebook:before {
    content: "\e013";
}

.icon-moustache:before {
    content: "\e014";
}

.icon-mouse:before {
    content: "\e015";
}

.icon-magnet:before {
    content: "\e016";
}

.icon-energy:before {
    content: "\e020";
}

.icon-emoticon-smile:before {
    content: "\e021";
}

.icon-disc:before {
    content: "\e022";
}

.icon-cursor-move:before {
    content: "\e023";
}

.icon-crop:before {
    content: "\e024";
}

.icon-credit-card:before {
    content: "\e025";
}

.icon-chemistry:before {
    content: "\e026";
}

.icon-user:before {
    content: "\e005";
}

.icon-speedometer:before {
    content: "\e007";
}

.icon-social-youtube:before {
    content: "\e008";
}

.icon-social-twitter:before {
    content: "\e009";
}

.icon-social-tumblr:before {
    content: "\e00a";
}

.icon-social-facebook:before {
    content: "\e00b";
}

.icon-social-dropbox:before {
    content: "\e00c";
}

.icon-social-dribbble:before {
    content: "\e00d";
}

.icon-shield:before {
    content: "\e00e";
}

.icon-screen-tablet:before {
    content: "\e00f";
}

.icon-magic-wand:before {
    content: "\e017";
}

.icon-hourglass:before {
    content: "\e018";
}

.icon-graduation:before {
    content: "\e019";
}

.icon-ghost:before {
    content: "\e01a";
}

.icon-game-controller:before {
    content: "\e01b";
}

.icon-fire:before {
    content: "\e01c";
}

.icon-eyeglasses:before {
    content: "\e01d";
}

.icon-envelope-open:before {
    content: "\e01e";
}

.icon-envelope-letter:before {
    content: "\e01f";
}

.icon-bell:before {
    content: "\e027";
}

.icon-badge:before {
    content: "\e028";
}

.icon-anchor:before {
    content: "\e029";
}

.icon-wallet:before {
    content: "\e02a";
}

.icon-vector:before {
    content: "\e02b";
}

.icon-speech:before {
    content: "\e02c";
}

.icon-puzzle:before {
    content: "\e02d";
}

.icon-printer:before {
    content: "\e02e";
}

.icon-present:before {
    content: "\e02f";
}

.icon-playlist:before {
    content: "\e030";
}

.icon-pin:before {
    content: "\e031";
}

.icon-picture:before {
    content: "\e032";
}

.icon-map:before {
    content: "\e033";
}

.icon-layers:before {
    content: "\e034";
}

.icon-handbag:before {
    content: "\e035";
}

.icon-globe-alt:before {
    content: "\e036";
}

.icon-globe:before {
    content: "\e037";
}

.icon-frame:before {
    content: "\e038";
}

.icon-folder-alt:before {
    content: "\e039";
}

.icon-film:before {
    content: "\e03a";
}

.icon-feed:before {
    content: "\e03b";
}

.icon-earphones-alt:before {
    content: "\e03c";
}

.icon-earphones:before {
    content: "\e03d";
}

.icon-drop:before {
    content: "\e03e";
}

.icon-drawer:before {
    content: "\e03f";
}

.icon-docs:before {
    content: "\e040";
}

.icon-directions:before {
    content: "\e041";
}

.icon-direction:before {
    content: "\e042";
}

.icon-diamond:before {
    content: "\e043";
}

.icon-cup:before {
    content: "\e044";
}

.icon-compass:before {
    content: "\e045";
}

.icon-call-out:before {
    content: "\e046";
}

.icon-call-in:before {
    content: "\e047";
}

.icon-call-end:before {
    content: "\e048";
}

.icon-calculator:before {
    content: "\e049";
}

.icon-bubbles:before {
    content: "\e04a";
}

.icon-briefcase:before {
    content: "\e04b";
}

.icon-book-open:before {
    content: "\e04c";
}

.icon-basket-loaded:before {
    content: "\e04d";
}

.icon-basket:before {
    content: "\e04e";
}

.icon-bag:before {
    content: "\e04f";
}

.icon-action-undo:before {
    content: "\e050";
}

.icon-action-redo:before {
    content: "\e051";
}

.icon-wrench:before {
    content: "\e052";
}

.icon-umbrella:before {
    content: "\e053";
}

.icon-trash:before {
    content: "\e054";
}

.icon-tag:before {
    content: "\e055";
}

.icon-support:before {
    content: "\e056";
}

.icon-size-fullscreen:before {
    content: "\e057";
}

.icon-size-actual:before {
    content: "\e058";
}

.icon-shuffle:before {
    content: "\e059";
}

.icon-share-alt:before {
    content: "\e05a";
}

.icon-share:before {
    content: "\e05b";
}

.icon-rocket:before {
    content: "\e05c";
}

.icon-question:before {
    content: "\e05d";
}

.icon-pie-chart:before {
    content: "\e05e";
}

.icon-pencil:before {
    content: "\e05f";
}

.icon-note:before {
    content: "\e060";
}

.icon-music-tone-alt:before {
    content: "\e061";
}

.icon-music-tone:before {
    content: "\e062";
}

.icon-microphone:before {
    content: "\e063";
}

.icon-loop:before {
    content: "\e064";
}

.icon-logout:before {
    content: "\e065";
}

.icon-login:before {
    content: "\e066";
}

.icon-list:before {
    content: "\e067";
}

.icon-like:before {
    content: "\e068";
}

.icon-home:before {
    content: "\e069";
}

.icon-grid:before {
    content: "\e06a";
}

.icon-graph:before {
    content: "\e06b";
}

.icon-equalizer:before {
    content: "\e06c";
}

.icon-dislike:before {
    content: "\e06d";
}

.icon-cursor:before {
    content: "\e06e";
}

.icon-control-start:before {
    content: "\e06f";
}

.icon-control-rewind:before {
    content: "\e070";
}

.icon-control-play:before {
    content: "\e071";
}

.icon-control-pause:before {
    content: "\e072";
}

.icon-control-forward:before {
    content: "\e073";
}

.icon-control-end:before {
    content: "\e074";
}

.icon-calendar:before {
    content: "\e075";
}

.icon-bulb:before {
    content: "\e076";
}

.icon-bar-chart:before {
    content: "\e077";
}

.icon-arrow-up:before {
    content: "\e078";
}

.icon-arrow-right:before {
    content: "\e079";
}

.icon-arrow-left:before {
    content: "\e07a";
}

.icon-arrow-down:before {
    content: "\e07b";
}

.icon-ban:before {
    content: "\e07c";
}

.icon-bubble:before {
    content: "\e07d";
}

.icon-camcorder:before {
    content: "\e07e";
}

.icon-camera:before {
    content: "\e07f";
}

.icon-check:before {
    content: "\e080";
}

.icon-clock:before {
    content: "\e081";
}

.icon-cloud-download:before {
    content: "\e083";
}

.icon-cloud-upload:before {
    content: "\e084";
}

.icon-doc:before {
    content: "\e085";
}

.icon-envelope:before {
    content: "\e086";
}

.icon-eye:before {
    content: "\e087";
}

.icon-flag:before {
    content: "\e088";
}

.icon-folder:before {
    content: "\e089";
}

.icon-heart:before {
    content: "\e08a";
}

.icon-info:before {
    content: "\e08b";
}

.icon-key:before {
    content: "\e08c";
}

.icon-link:before {
    content: "\e08d";
}

.icon-lock:before {
    content: "\e08e";
}

.icon-lock-open:before {
    content: "\e08f";
}

.icon-magnifier:before {
    content: "\e090";
}

.icon-magnifier-add:before {
    content: "\e091";
}

.icon-magnifier-remove:before {
    content: "\e092";
}

.icon-paper-clip:before {
    content: "\e093";
}

.icon-paper-plane:before {
    content: "\e094";
}

.icon-plus:before {
    content: "\e095";
}

.icon-pointer:before {
    content: "\e096";
}

.icon-power:before {
    content: "\e097";
}

.icon-refresh:before {
    content: "\e098";
}

.icon-reload:before {
    content: "\e099";
}

.icon-settings:before {
    content: "\e09a";
}

.icon-star:before {
    content: "\e09b";
}

.icon-symbol-female:before {
    content: "\e09c";
}

.icon-symbol-male:before {
    content: "\e09d";
}

.icon-target:before {
    content: "\e09e";
}

.icon-volume-1:before {
    content: "\e09f";
}

.icon-volume-2:before {
    content: "\e0a0";
}

.icon-volume-off:before {
    content: "\e0a1";
}

.icon-users:before {
    content: "\e001";
}

.icon-close:before {
    content: "\e082";
}

.mks_separator {
    clear: both;
    display: block;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}

.mks_highlight {
    padding: 0 2px;
}

.mks_dropcap_letter {
    float: left;
    font-size: 52px;
    line-height: 1em;
    margin: 0px 10px 0 0;
    font-weight: bold;
}

.mks_dropcap {
    display: block;
    float: left;
    font-size: 52px;
    line-height: 1em;
    margin: 5px 10px 0 0;
    padding: 10px 20px;
    text-align: center;
}

.mks_dropcap_circle {
    border-radius: 50%;
}

.mks_dropcap_rounded {
    border-radius: 20%;
}

.mks_pullquote {
    display: block;
    padding: 25px;
    font-size: 24px;
    line-height: 1.4em;
    position: relative;
    margin: 0 0 20px;
}

.mks_pullquote_left {
    float: left;
    margin: 0 20px 0 0;
}

.mks_pullquote_right {
    float: right;
    margin: 0 0 0 20px;
}

a.mks_button {
    display: inline-block;
    text-decoration: none;
    background: #ffa226;
    line-height: 18px;
    position: relative;
    margin: 0 10px 10px 0;
    color: #FFF;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 1s ease 0s;
    -webkit-transition: background 1s ease 0s;
    -moz-transition: background 1s ease 0s;
    -o-transition: background 1s ease 0s;
}

.mks_button:hover {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.mks_button_small {
    padding: 10px 15px;
}

.mks_button_medium {
    padding: 16px 24px;
}

.mks_button_large {
    padding: 22px 36px;
}

.mks_button.rounded {
    border-radius: 10px;
}

.mks_button i {
    margin: 0 5px 0 0;
}

.mks_col {
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.mks_col {
    display: block;
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.mks_col .mks_one_half, .mks_col .mks_one_third, .mks_col .mks_one_quarter, .mks_col .mks_two_thirds {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 30px;
    margin-left: 2.564102564102564%;
}

.mks_col .mks_one_half {
    width: 48.717948717948715%;
}

.mks_col .mks_one_third {
    width: 31.623931623931625%;
}

.mks_col .mks_two_thirds {
    width: 63.24786324786324%;
}

.mks_col .mks_one_quarter {
    width: 23.076923076923077%;
}

.mks_col [class*="mks_"]:first-child {
    margin-left: 0;
}

.mks_ico {
    display: block;
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 5px;
    text-indent: -9999px;
    margin-bottom: 5px;
    position: relative;
}

.mks_ico.rounded {
    border-radius: 20%;
}

.mks_ico.circle {
    border-radius: 50%;
}

.mks_ico:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.mks_ico.aim_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/aim_ico.png') no-repeat 0 0;
}

.mks_ico.apple_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/apple_ico.png') no-repeat 0 0;
}

.mks_ico.behance_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/behance_ico.png') no-repeat 0 0;
}

.mks_ico.blogger_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/blogger_ico.png') no-repeat 0 0;
}

.mks_ico.cargo_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/cargo_ico.png') no-repeat 0 0;
}

.mks_ico.envato_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/envato_ico.png') no-repeat 0 0;
}

.mks_ico.delicious_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/delicious_ico.png') no-repeat 0 0;
}

.mks_ico.deviantart_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/deviantart_ico.png') no-repeat 0 0;
}

.mks_ico.digg_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/digg_ico.png') no-repeat 0 0;
}

.mks_ico.dribbble_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/dribbble_ico.png') no-repeat 0 0;
}

.mks_ico.evernote_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/evernote_ico.png') no-repeat 0 0;
}

.mks_ico.facebook_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/facebook_ico.png') no-repeat 0 0;
}

.mks_ico.flickr_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/flickr_ico.png') no-repeat 0 0;
}

.mks_ico.forrst_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/forrst_ico.png') no-repeat 0 0;
}

.mks_ico.github_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/github_ico.png') no-repeat 0 0;
}

.mks_ico.google_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/google_ico.png') no-repeat 0 0;
}

.mks_ico.googleplus_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/googleplus_ico.png') no-repeat 0 0;
}

.mks_ico.grooveshark_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/grooveshark_ico.png') no-repeat 0 0;
}

.mks_ico.icloud_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/icloud_ico.png') no-repeat 0 0;
}

.mks_ico.lastfm_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/lastfm_ico.png') no-repeat 0 0;
}

.mks_ico.linkedin_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/linkedin_ico.png') no-repeat 0 0;
}

.mks_ico.myspace_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/myspace_ico.png') no-repeat 0 0;
}

.mks_ico.picasa_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/picasa_ico.png') no-repeat 0 0;
}

.mks_ico.pinterest_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/pinterest_ico.png') no-repeat 0 0;
}

.mks_ico.posterous_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/posterous_ico.png') no-repeat 0 0;
}

.mks_ico.reddit_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/reddit_ico.png') no-repeat 0 0;
}

.mks_ico.rss_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/rss_ico.png') no-repeat 0 0;
}

.mks_ico.skype_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/skype_ico.png') no-repeat 0 0;
}

.mks_ico.stumbleupon_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/stumbleupon_ico.png') no-repeat 0 0;
}

.mks_ico.soundcloud_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/soundcloud_ico.png') no-repeat 0 0;
}

.mks_ico.tumblr_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/tumblr_ico.png') no-repeat 0 0;
}

.mks_ico.twitter_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/twitter_ico.png') no-repeat 0 0;
}

.mks_ico.vimeo_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/vimeo_ico.png') no-repeat 0 0;
}

.mks_ico.wordpress_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/wordpress_ico.png') no-repeat 0 0;
}

.mks_ico.yahoo_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/yahoo_ico.png') no-repeat 0 0;
}

.mks_ico.youtube_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/youtube_ico.png') no-repeat 0 0;
}

.mks_ico.zerply_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/zerply_ico.png') no-repeat 0 0;
}

.mks_ico.instagram_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/instagram_ico.png') no-repeat 0 0;
}

.mks_ico.vine_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/vine_ico.png') no-repeat 0 0;
}

.mks_ico.spotify_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/spotify_ico.png') no-repeat 0 0;
}

.mks_ico.fh_px_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/fh_px_ico.png') no-repeat 0 0;
}

.mks_ico.xing_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/xing_ico.png') no-repeat 0 0;
}

.mks_ico.weibo_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/weibo_ico.png') no-repeat 0 0;
}

.mks_ico.tencent_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/tencent_ico.png') no-repeat 0 0;
}

.mks_ico.me2day_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/me2day_ico.png') no-repeat 0 0;
}

.mks_ico.twitch_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/twitch_ico.png') no-repeat 0 0;
}

.mks_ico.itunes_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/itunes_ico.png') no-repeat 0 0;
}

.mks_ico.vk_ico {
    background: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-flexible-shortcodes/css/../img/social_icons/vk_ico.png') no-repeat 0 0;
}

.mks_ico.aim_ico {
    background-color: #e95a00;
}

.mks_ico.apple_ico {
    background-color: #606060;
}

.mks_ico.behance_ico {
    background-color: #18a3fe;
}

.mks_ico.blogger_ico {
    background-color: #fb913f;
}

.mks_ico.cargo_ico {
    background-color: #00c462;
}

.mks_ico.envato_ico {
    background-color: #a9cf58;
}

.mks_ico.delicious_ico {
    background-color: #3274d1;
}

.mks_ico.deviantart_ico {
    background-color: #d0de21;
}

.mks_ico.digg_ico {
    background-color: #2882c6;
}

.mks_ico.dribbble_ico {
    background-color: #ef5b92;
}

.mks_ico.evernote_ico {
    background-color: #77ba2f;
}

.mks_ico.facebook_ico {
    background-color: #3b5998;
}

.mks_ico.flickr_ico {
    background-color: #f1628b;
}

.mks_ico.forrst_ico {
    background-color: #5b9a68;
}

.mks_ico.github_ico {
    background-color: #7292a2;
}

.mks_ico.google_ico {
    background-color: #dd4b39;
}

.mks_ico.googleplus_ico {
    background-color: #d94a39;
}

.mks_ico.grooveshark_ico {
    background-color: #f88e00;
}

.mks_ico.icloud_ico {
    background-color: #fb913f;
}

.mks_ico.lastfm_ico {
    background-color: #d21309;
}

.mks_ico.linkedin_ico {
    background-color: #71b2d0;
}

.mks_ico.myspace_ico {
    background-color: #003398;
}

.mks_ico.picasa_ico {
    background-color: #444;
}

.mks_ico.pinterest_ico {
    background-color: #cb2027;
}

.mks_ico.posterous_ico {
    background-color: #f9d560;
}

.mks_ico.reddit_ico {
    background-color: #bfd0e2;
}

.mks_ico.rss_ico {
    background-color: #fe9900;
}

.mks_ico.skype_ico {
    background-color: #18b7f1;
}

.mks_ico.stumbleupon_ico {
    background-color: #eb4924;
}

.mks_ico.soundcloud_ico {
    background-color: #f60000;
}

.mks_ico.tumblr_ico {
    background-color: #3a5976;
}

.mks_ico.twitter_ico {
    background-color: #48c4d2;
}

.mks_ico.vimeo_ico {
    background-color: #62a0ad;
}

.mks_ico.wordpress_ico {
    background-color: #464646;
}

.mks_ico.yahoo_ico {
    background-color: #ab64bc;
}

.mks_ico.youtube_ico {
    background-color: #f45750;
}

.mks_ico.zerply_ico {
    background-color: #8db259;
}

.mks_ico.instagram_ico {
    background-color: #306088;
}

.mks_ico.vine_ico {
    background-color: #00bf8f;
}

.mks_ico.spotify_ico {
    background-color: #95ba1a;
}

.mks_ico.fh_px_ico {
    background-color: #02adea;
}

.mks_ico.xing_ico {
    background-color: #126567;
}

.mks_ico.weibo_ico {
    background-color: #E6162C;
}

.mks_ico.tencent_ico {
    background-color: #389FDA;
}

.mks_ico.me2day_ico {
    background-color: #4e28ac;
}

.mks_ico.twitch_ico {
    background-color: #6441A5;
}

.mks_ico.itunes_ico {
    background-color: #FA332F;
}

.mks_ico.vk_ico {
    background-color: #45668e;
}

.mks_ico.square, .mks_ico.rounded, .mks_ico.circle {
    background-position: center center;
}

.mks_progress_bar {
    margin: 0 0 20px;
}

.mks_progress_label {
    line-height: 1.2em;
    margin: 0 0 5px;
}

.mks_progress_name {
    opacity: 0.5;
    float: right;
}

.mks_progress_level {
    display: inline-block;
    background: #EEE;
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.mks_progress_level.rounded, .mks_progress_level.rounded .mks_progress_level_set {
    border-radius: 5px;
}

.mks_progress_level_set {
    display: block;
    height: 100%;
    background: #DDD;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.mks_accordion_item, .mks_toggle {
    margin: 0;
    display: block;
    border: 1px solid;
    border-bottom: none;
}

.mks_accordion, .mks_toggle {
    border-bottom: 1px solid;
}

.mks_accordion, .mks_toggle {
    margin: 0 0 20px 0;
}

.mks_accordion_active {
    border-bottom: none;
}

.mks_accordion_heading, .mks_toggle_heading {
    cursor: pointer;
    display: block;
    line-height: 1.2em;
    position: relative;
    padding: 15px 60px 15px 20px;
    margin: 0px;
    font-weight: normal;
}

.mks_accordion > p, .mks_toggle > p {
    display: none;
}

.mks_accordion_content, .mks_toggle_content {
    display: none;
    border-top: 1px solid;
    padding: 20px 20px 20px 20px;
}

.mks_accordion_active .mks_toggle_content, .mks_toggle_active .mks_toggle_content {
    display: block;
}

.mks_accordion_content p:last-child, .mks_toggle_content p:last-child {
    margin-bottom: 0;
}

.mks_accordion_active .fa-minus, .mks_toggle_active .fa-minus {
    display: block;
}

.mks_accordion .fa-plus, .mks_toggle .fa-plus {
    display: block;
}

.mks_accordion_active .fa-plus, .mks_toggle_active .fa-plus {
    display: none;
}

.mks_accordion_heading i, .mks_toggle_heading i {
    display: none;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    margin: -10px 0 0 0;
    top: 50%;
    right: 20px;
}

.mks_tabs {
    display: none;
    overflow: hidden;
    padding: 40px 0 0 0;
    position: relative;
    margin: 0 0 20px 0;
}

.mks_tabs_nav {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 41px;
    display: block;
    width: 100%;
    z-index: 1;
}

.mks_tab_item {
    position: relative;
    display: block;
    padding: 20px 20px 20px 20px;
    border: 1px solid;
}

.mks_tab_nav_item.active {
    border-bottom: 1px solid #FFF;
}

.mks_tab_nav_item {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    border: 1px solid;
    border-bottom: 1px solid;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.mks_tab_nav_item:hover {
    cursor: pointer;
}

.mks_tabs.vertical {
    padding: 0 0 0 19.9%;
}

.mks_tabs.vertical .mks_tab_nav_item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid;
    margin: 0 0 -1px 0;
    min-height: 39px;
}

.mks_tabs.vertical .mks_tabs_nav {
    width: 20%;
    height: 100%;
}

.mks_tabs.vertical .mks_tab_nav_item.active {
    border-bottom: 1px solid;
    border-right: 1px solid #FFF;
}

.mks_tabs.vertical .mks_tab_item {
    border-left: 1px solid;
    min-height: 200px;
}

.mks_tab_item .mks_col {
    float: none;
}

.mks_tab_item .mks_col:before {
    content: '';
    display: block;
    clear: both;
}

.mks_col:after, .mks_tab_item .mks_col:after {
    content: '';
    display: block;
    clear: both;
}

@media only screen and (max-width: 479px) {
    .mks_col .mks_one_half, .mks_col .mks_one_third, .mks_col .mks_one_quarter, .mks_col .mks_two_thirds {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1em;
    }

    .mks_pullquote {
        width: 100% !important;
    }

    .mks_tab_nav_item {
        padding: 0 10px;
    }
}


:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --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
}

@media (max-width: 768px) {
    :root {
        --woocommerce: #a46497;
        --wc-green: #7ad03a;
        --wc-red: #a00;
        --wc-orange: #ffba00;
        --wc-blue: #2ea2cc;
        --wc-primary: #a46497;
        --wc-primary-text: white;
        --wc-secondary: #ebe9eb;
        --wc-secondary-text: #515151;
        --wc-highlight: #77a464;
        --wc-highligh-text: white;
        --wc-content-bg: #fff;
        --wc-subtext: #767676
    }

    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
        display: none
    }

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0
    }

    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: none
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: block
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: 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
    }
}

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --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('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot');
    src: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix') format("embedded-opentype"), url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff') format("woff"), url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf') format("truetype"), url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot');
    src: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix') format("embedded-opentype"), url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff') format("woff"), url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf') format("truetype"), url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../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('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .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('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    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 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 6px;
    border-style: solid;
    border-color: #1e85be transparent 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 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 {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg')
}

#add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-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
}


.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}

.mfp-container, img.mfp-img {
    -moz-box-sizing: border-box
}

.fa, .fa-stack, .mfp-container:before {
    display: inline-block
}

button.mfp-arrow, button.mfp-close, input[type=number], input[type=search], input[type=date], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], textarea {
    -webkit-appearance: none
}

@font-face {
    font-family: FontAwesome;
    src: url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-stack, .mfp-container:before, .mfp-content, img {
    vertical-align: middle
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right, .pull-right {
    float: right
}

.pull-left {
    float: left
}

.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(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-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);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.bypostauthor .comment-author:before, .fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.colors a:before, .fa-check:before {
    content: "\f00c"
}

#cancel-comment-reply-link:after, .fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.mfp-container:before, .mfp-figure:after, .typology-sidebar-overlay {
    content: ''
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%
}

.mfp-bg {
    top: 0;
    left: 0;
    z-index: 99998;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .9;
    filter: alpha(opacity=90)
}

.mfp-wrap {
    top: 0;
    left: 0;
    z-index: 99999;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    height: 100%
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-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-close, .mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

a, a:focus, a:hover, abbr[title] {
    text-decoration: underline
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.gallery-icon img, img.mfp-img {
    margin: 0 auto
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content, iframe, img, img.mfp-img, legend {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-gallery .mfp-image-holder .mfp-figure, [role=button], [type=button], [type=reset], [type=submit], button {
    cursor: pointer
}

.mfp-title {
    text-align: left;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile 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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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
    }
}

article, aside, details, figcaption, figure, footer, header, legend, main, menu, nav, section, summary {
    display: block
}

audio, canvas, label, output, progress, video {
    display: inline-block
}

address, dl, ol, p, ul {
    margin-bottom: 1rem
}

dd, label, legend {
    margin-bottom: .5rem
}

@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
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit
}

.wp-block-quote .wp-block-quote.is-large p, .wp-block-quote.is-style-large p, address, blockquote cite em, cite, p.wp-block-subhead {
    font-style: normal
}

dt, optgroup {
    font-weight: 700
}

button, input, select {
    overflow: visible
}

button, select {
    text-transform: none
}

[disabled] {
    cursor: default
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring, input:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    white-space: normal;
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: inherit
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

dl, ol, p, ul {
    margin-top: 0
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    line-height: inherit
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dd {
    margin-left: 0
}

a:focus, a:not([href]):not([tabindex]):focus, button:focus {
    outline: 0
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

pre {
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

button, input, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.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(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.alignright, .owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded, .owl-carousel.owl-loading {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-hidden, .owl-carousel.owl-loading {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#switcher_wrap label, .cover-letter, .post-letter {
    -webkit-user-select: none;
    -ms-user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.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
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.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('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    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;
    height: 100%;
    width: 100%
}

img {
    height: auto
}

a:hover {
    text-decoration: none
}

.vh-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 111
}

.text-center {
    text-align: center
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-lg-10, .col-lg-2, .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.typology-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-columns-1 .owl-item .gallery-item, .gallery-columns-8 .gallery-item a:after, .gallery-columns-9 .gallery-item a:after, .typology-post:last-child:after {
    display: none
}

.typology-section {
    -webkit-box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .15);
    max-width: 1170px;
    margin: 0 auto 10rem;
    width: 95%;
    padding: 16rem 0 15rem
}

.typology-fake-bg .typology-section:first-child {
    top: -10rem;
    position: relative;
    z-index: 900;
    margin-bottom: 0
}

.typology-flat .typology-fake-bg .typology-section:first-child {
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.typology-flat .typology-section {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 13rem 0 0
}

.typology-flat .typology-footer {
    margin-top: 8rem
}

.typology-fake-bg {
    position: relative;
    z-index: 9000
}

.typology-section > :last-child {
    margin-bottom: 0
}

.typology-section .section-head:first-child {
    margin-top: -4rem
}

.section-content {
    max-width: 820px;
    margin: 0 auto 12rem
}

.section-content-c {
    max-width: 840px;
    padding-top: 4rem
}

.section-content-c .typology-posts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-head {
    margin-bottom: 8rem
}

.section-title {
    text-align: center;
    position: relative;
    padding-bottom: 4rem;
    margin-bottom: 0
}

.typology-post {
    position: relative;
    margin-bottom: 6rem;
    padding-bottom: 5rem
}

.section-title:after, .typology-post:after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: #333
}

.typology-post:last-child {
    padding-bottom: 0
}

.entry-title a {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none
}

.typology-layout-a .entry-title a, .typology-layout-b .entry-title a, .typology-layout-c .entry-title a {
    display: block
}

.meta-item {
    display: inline-table;
    vertical-align: top
}

.entry-meta {
    margin-top: .8rem
}

.entry-header {
    margin-bottom: 2.6rem
}

.entry-footer, .entry-header {
    position: relative;
    z-index: 2
}

.typology-story {
    margin-bottom: 6rem
}

.sticky .entry-title a:before {
    content: "\f08d";
    font-family: FontAwesome;
    line-height: 1;
    outline: 0;
    font-size: 80%;
    margin-right: 10px
}

.sticky.typology-layout-c .entry-title a:before {
    margin-right: 5px
}

.entry-footer .typology-button {
    margin-right: 1.5rem
}

.post-letter {
    line-height: 1.2;
    color: rgba(0, 0, 0, .07);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: -9rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    text-transform: uppercase
}

.layout-b .post-letter, .typology-layout-c .post-letter {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.layout-b {
    text-align: center
}

.layout-b .post-letter {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.aligncenter, .alignnone {
    clear: both;
    display: block;
    margin: 0 auto 3.6rem;
    max-width: 100%
}

.alignleft, .alignright {
    display: inline;
    margin-bottom: 2.6rem;
    margin-top: .75rem
}

.alignright {
    margin-left: 5rem;
    max-width: 100%
}

.alignleft {
    float: left;
    margin-right: 5rem
}

.wp-caption-text {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 1rem
}

.typology-featured-image {
    position: relative;
    padding: 0 !important;
    border: none !important;
    display: inline-block;
    margin-bottom: 3.6rem
}

.style-thumbnail .entry-image a:after, .typology-featured-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.style-thumbnail .entry-image a:hover:after, .typology-featured-image:hover:after {
    opacity: .2
}

.style-thumbnail .entry-image {
    position: relative
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.meta-item .typology-count {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    min-width: 24px;
    height: 24px;
    line-height: 10px;
    padding: 6px 0;
    vertical-align: 1px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px
}

.gallery {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gallery .gallery-icon {
    display: inline-block;
    height: 100%;
    max-width: 100%
}

.gallery-icon img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-item {
    display: inline-block;
    padding: 0 2px 2px 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    position: relative
}

.gallery-columns-1.owl-carousel, .wp-block-gallery.owl-carousel {
    padding: 0
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-1 {
    display: block
}

.gallery .gallery-item a:after, .wp-block-gallery .blocks-gallery-item a:after {
    content: "\f0b2";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    height: 59px;
    width: 59px;
    text-align: center;
    line-height: 61px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    pointer-events: auto;
    opacity: 0;
    margin-left: -31px;
    margin-top: -31px
}

.gallery-columns-4 .gallery-item a:after, .gallery-columns-5 .gallery-item a:after, .gallery-columns-6 .gallery-item a:after, .gallery-columns-7 .gallery-item a:after {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: -20px;
    margin-top: -20px
}

.gallery .gallery-item a:hover:after, .wp-block-gallery .blocks-gallery-item a:hover:after {
    opacity: 1
}

.entry-content .gallery, .entry-content .gallery-columns-1.owl-carousel {
    margin-bottom: 3.6rem
}

.gallery-columns-1 .owl-controls, .wp-block-gallery.columns-1 .owl-controls {
    width: 100%;
    bottom: auto !important;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    pointer-events: none
}

.mfp-title {
    top: -48px;
    left: 20px;
    background: rgba(0, 0, 0, .8);
    padding: 3px 8px;
    position: absolute;
    color: #CCC;
    font-size: 12px;
    line-height: 18px
}

.mfp-counter:empty, .mfp-title:empty {
    padding: 0
}

.gallery-columns-1 .gallery-item:first-child {
    display: block
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    padding: 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11%;
    flex: 0 0 11.11%
}

.gallery-icon .herald-popup {
    position: relative;
    float: left;
    outline: 0;
    width: 100%
}

.gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    padding-right: 0
}

.gallery-caption {
    display: none
}

.gallery-columns-1 .owl-nav > div, .gridlove-cover-slider .owl-nav > div, .wp-block-gallery.columns-1 .owl-nav > div {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 255, 255, .5);
    color: #333;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    pointer-events: auto
}

.dot, .gallery-columns-1 .owl-nav > div:hover, .gridlove-cover-slider .owl-nav > div:hover, .wp-block-gallery.columns-1 .owl-nav > div:hover {
    background: #fff
}

.gallery-columns-1 .owl-nav, .wp-block-gallery.columns-1 .owl-nav {
    width: 100%;
    bottom: auto !important;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    pointer-events: none;
    position: absolute
}

.gallery-columns-1 .owl-next, .wp-block-gallery.columns-1 .owl-next {
    right: 30px;
    position: absolute
}

.gallery-columns-1 .owl-next i, .wp-block-gallery.columns-1 .owl-next i {
    margin-top: 14px;
    margin-right: -3px
}

.gallery-columns-1 .owl-prev, .wp-block-gallery.columns-1 .owl-prev {
    left: 30px;
    position: absolute
}

.gallery-columns-1 .owl-prev i, .wp-block-gallery.columns-1 .owl-prev i {
    margin-top: 14px;
    margin-left: -3px
}

.typology-popup {
    color: #333
}

.gallery .owl-item .gallery-icon {
    display: block
}

.mfp-image-holder button.mfp-close, button.mfp-arrow {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    font-size: 14px;
    display: inline-block;
    margin: 0 3px;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 1px;
    pointer-events: auto;
    min-width: auto;
    border-radius: 50%;
    vertical-align: top;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.mfp-arrow-right:before {
    content: "\f054"
}

.mfp-arrow-left:before {
    content: "\f053"
}

.mfp-arrow-left:before, .mfp-arrow-right:before {
    font-family: FontAwesome
}

.mfp-arrow-left {
    left: 24px
}

.mfp-arrow-left i {
    margin-left: -3px
}

.mfp-arrow-right {
    right: 24px
}

.mfp-arrow-right i {
    margin-right: -3px
}

.mfp-image-holder button.mfp-close {
    right: -55px;
    top: 10px;
    text-align: center;
    font-size: 30px;
    color: #333
}

.typology-pagination {
    text-align: center;
    position: relative;
    padding-bottom: 0;
    width: 100%;
    padding-top: 9rem;
    margin-top: 9rem
}

.typology-pagination .navigation {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    display: block;
    height: 42px
}

.typology-pagination a, .typology-pagination span {
    font-size: 1.1rem;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none
}

.error404 .typology-post:after, .more-link {
    display: none
}

.typology-pagination a {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.typology-pagination a:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

.typology-pagination a:focus {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 5px 10px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 5px 10px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    min-width: 160px
}

.typology-pagination .nav-links .next:after, .typology-pagination .nav-links .prev:before, .typology-pagination .next a:after, .typology-pagination .prev a:before {
    font-family: FontAwesome;
    font-size: 1.3rem
}

.typology-pagination .nav-links .prev:before, .typology-pagination .prev a:before {
    content: "\f104";
    margin-right: 7px
}

.typology-pagination .nav-links .next:after, .typology-pagination .next a:after {
    content: "\f105";
    margin-left: 7px
}

.typology-pagination .nav-links .next, .typology-pagination .nav-links .prev {
    margin: 0
}

.typology-pagination .current, .typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    border: 1px solid transparent
}

.typology-pagination .page-numbers {
    min-width: 40px;
    margin: 0 4px
}

.typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    position: absolute;
    top: 0
}

.typology-pagination .nav-links .prev, .typology-pagination .prev a {
    left: 0
}

.typology-pagination .nav-links .next, .typology-pagination .next a {
    right: 0
}

.typology-pagination .dots {
    border: 1px solid transparent;
    min-width: 1px
}

.load-more-active a {
    opacity: .3;
    pointer-events: none
}

.typology-loader {
    font-size: 8px;
    width: 32px;
    margin: 0 auto 0 -16px;
    opacity: 0;
    top: 17px;
    height: 10px;
    left: 50%;
    z-index: -1;
    position: absolute
}

.infinite-scroll a, .load-more-active a {
    font-size: 0
}

.load-more-active .typology-loader {
    opacity: 1;
    z-index: 100
}

.dot {
    width: 1em;
    height: 1em;
    border-radius: .5em;
    position: absolute;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.dot1, .dot2 {
    left: 0
}

.dot3 {
    left: 1.5em
}

@-webkit-keyframes reveal {
    from {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes reveal {
    from {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slide {
    to {
        -webkit-transform: translateX(1.5em);
        transform: translateX(1.5em)
    }
}

@keyframes slide {
    to {
        -webkit-transform: translateX(1.5em);
        transform: translateX(1.5em)
    }
}

@-webkit-keyframes revealback {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }
}

@keyframes revealback {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }
}

.dot1 {
    -webkit-animation-name: reveal;
    animation-name: reveal
}

.dot2, .dot3 {
    -webkit-animation-name: slide;
    animation-name: slide
}

.dot4 {
    left: 3em;
    -webkit-animation-name: revealback;
    animation-name: revealback
}

.infinite-scroll {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.infinite-scroll.load-more-active {
    opacity: 1
}

.typology-pagination:before {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px
}

.typology-archive-title:after {
    content: "\22C5";
    top: -1.5px;
    position: relative;
    margin: 0 5px
}

.typology-load-more-active a {
    background: #aaa
}

.typology-cover-slider .owl-stage, .typology-cover-slider .owl-stage-outer, .typology-cover-slider.owl-drag .owl-item {
    height: 100%
}

.typology-cover-slider .owl-dots {
    position: absolute;
    bottom: 135px;
    left: 0;
    width: 100%;
    height: 40px
}

.typology-cover-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    opacity: .6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.typology-cover-slider .owl-dots .owl-dot span:hover, .typology-cover-slider .owl-dots .owl-dot.active span, a.mks_button:hover {
    opacity: 1
}

.typology-cover-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.typology-cover-slider .owl-next, .typology-cover-slider .owl-prev {
    position: absolute;
    color: #000
}

.typology-cover-slider .owl-next i, .typology-cover-slider .owl-prev i {
    position: absolute;
    top: 50%;
    font-size: 32rem;
    margin-top: -160px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.typology-cover-slider .owl-next:hover i, .typology-cover-slider .owl-prev:hover i {
    opacity: .1
}

.typology-cover-slider .owl-prev {
    left: 0;
    width: 20%;
    top: 0;
    height: 100%
}

.typology-cover-slider .owl-prev i {
    left: 30px
}

.typology-cover-slider .owl-next {
    right: 0;
    width: 20%;
    top: 0;
    height: 100%
}

.typology-cover-slider .owl-next i {
    right: 30px
}

.error404 .entry-content {
    margin-top: 11rem
}

.error404 .typology-search-form {
    margin-top: 4rem
}

.error404 .typology-post {
    margin-bottom: 0;
    padding-bottom: 0
}

.entry-content #mc_embed_signup, .mks_pullquote {
    padding: 40px
}

.entry-content a[class*=mks_], .entry-content a[class*=mks_]:hover {
    border: none;
    padding-bottom: 0
}

.mks_dropcap {
    margin: 5px 15px 0 0;
    padding: 20px 26px
}

.mks_separator {
    float: none
}

.mks_separator:after {
    content: "";
    display: table;
    clear: both
}

.entry-content a[class*=mks_], .mks_progress_bar {
    margin-bottom: 3.6rem
}

.syntaxhighlighter div {
    display: block
}

.section-avatar {
    text-align: center;
    margin-bottom: 32px
}

.cover-avatar, .typology-action-button .sub-menu ul li {
    margin-bottom: 20px
}

.cover-avatar {
    text-align: center;
    margin-top: -10px
}

_:-moz-tree-row(hover), body .slot-l, body .typology-header .container, body .typology-header .typology-site-branding {
    height: inherit
}

:root .typology-sidebar-header, _:-ms-input-placeholder {
    position: absolute
}

:root .cover-item-container, _:-ms-input-placeholder {
    width: 950px
}

:root .typology-posts, _::-moz-svg-foreign-content {
    display: table-cell
}

:root .col-lg-10, :root .col-lg-2, :root .col-lg-4, :root .col-lg-6, _::-moz-svg-foreign-content {
    display: inline-block
}

:root .col-lg-6, _::-moz-svg-foreign-content {
    width: 49%
}

.typology-ie9 .typology-sidebar {
    right: -420px !important
}

.typology-ie9 .typology-sidebar-header {
    left: auto
}

.typology-ie9 .typology-footer .typology-footer-sidebar {
    display: inline-block
}

.typology-ie9 .typology-footer .col-lg-4 {
    max-width: 33% !important
}

.typology-ie9 .typology-posts .col-lg-6 {
    max-width: 49% !important;
    display: inline-block
}

.typology-ie9 .typology-prev-next-nav > a, .typology-ie9 .typology-prev-next-nav > div {
    display: inline-block
}

.typology-ie9 .typology-next-link, .typology-ie9 .typology-sticky-r {
    float: right
}

.typology-ie9 .typology-prev-link, .typology-ie9 .typology-sticky-l {
    float: left
}

.typology-ie9 .typology-sticky-l, .typology-ie9 .typology-sticky-r {
    padding-top: 20px
}

.typology-ie9 .typology-social-icons a {
    display: inline-block;
    max-width: 30%
}

.typology-ad, .typology-header-wide .container {
    max-width: 100%
}

.typology-ie9 .typology-sidebar-header-wrapper {
    display: inline-block;
    margin: 40px 50px
}

.typology-ie9 .typology-sidebar-header-wrapper .typology-site-branding {
    display: inline-block
}

.typology-ie9.typology-sidebar-open .typology-sidebar {
    right: 0 !important
}

.typology-pagination a, .typology-pagination span, _::-webkit-:not(:root:root) {
    padding: 4px 0 0
}

.archive-desc {
    margin-top: 32px;
    text-align: center
}

.cover-archive-desc {
    margin-bottom: 0
}

.slot-c, .typology-ad {
    margin: 0 auto;
    text-align: center
}

.typology-ad-top {
    margin-top: -50px;
    margin-bottom: 100px
}

.typology-ad-bottom {
    margin-top: 50px
}

.typology-ad-between-posts {
    margin-bottom: 150px;
    width: 100%
}

ul.mks_social_widget_ul li a {
    letter-spacing: normal
}

article.typology-post.typology-has-ad:after {
    display: none
}

.typology-layout-a {
    width: 100%
}

.typology-layout-a.typology-has-ad, .typology-layout-a.typology-post:last-child {
    margin-bottom: 0
}

.entry-footer {
    margin-top: 3rem
}

.section-content-b .typology-ad-between-posts:before, .typology-post.typology-layout-b:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    left: 5.9rem;
    top: 25px;
    display: block
}

.typology-post.typology-layout-b:last-of-type:before {
    height: 7rem
}

.typology-layout-b {
    padding-left: 14rem;
    padding-bottom: 7rem;
    margin-bottom: 0;
    padding-top: 6rem
}

.section-content-b .typology-ad-between-posts {
    position: relative;
    padding-left: 14rem;
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-top: 0;
    width: 100%
}

.typology-layout-b:first-child {
    padding-top: 0
}

.typology-layout-b .post-date {
    position: absolute;
    top: 8px;
    left: -180px;
    text-align: center;
    width: 75px
}

.typology-layout-b .post-date-day {
    font-size: 6rem;
    display: block;
    line-height: 5rem
}

.typology-layout-b .post-date:after {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    display: block;
    border-radius: 50%;
    left: 94px;
    top: 17px;
    z-index: 2
}

.typology-layout-b .post-date-hidden, .typology-layout-b:only-of-type:before {
    display: none
}

.typology-layout-c.typology-post {
    padding: 0 60px;
    margin: 0 0 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.typology-layout-c.typology-post:after {
    display: none
}

.typology-layout-c .post-letter {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.typology-layout-c .typology-featured-image {
    margin-bottom: 1.8rem
}

.typology-layout-c.post-image-on {
    margin: 0 0 7rem;
    display: block
}

.layout-even .typology-layout-c:last-child, .layout-odd .typology-layout-c:nth-last-of-type(-n+2), .typology-layout-c .entry-header {
    margin-bottom: 0
}

.section-content-c .typology-ad-between-posts {
    margin-top: -60px;
    margin-bottom: 160px
}

html {
    font-size: 62.5%
}

body {
    line-height: 1.88
}

html, html a {
    -webkit-font-smoothing: antialiased
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem
}

.h1, .typology-cover .entry-title, .typology-cover h1, h1 {
    line-height: 1.2
}

.h2, h2 {
    line-height: 1.25
}

.h3, h3 {
    line-height: 1.3
}

.h4, h4 {
    line-height: 1.35
}

.h5, .widget ul li, h5 {
    line-height: 1.5
}

.h6, h6 {
    line-height: 1.4
}

.entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 3.6rem
}

.entry-title, .typology-layout-a .entry-content p:last-child, .typology-layout-b .entry-content p:last-child, .typology-layout-b .entry-content p:only-of-type, blockquote p, q p {
    margin-bottom: 0
}

.meta-item {
    margin-right: 15px
}

.meta-item a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom .1s ease-in-out;
    -o-transition: border-bottom .1s ease-in-out;
    transition: border-bottom .1s ease-in-out
}

.meta-item:after {
    content: "·";
    right: -7px;
    position: relative
}

.meta-item:last-child:after {
    display: none
}

.meta-item a:hover {
    border-bottom: 1px solid
}

.section-title {
    line-height: 1
}

p {
    margin: 0 0 3.6rem
}

.entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

blockquote, q {
    position: relative;
    padding: 8rem 8rem 7rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.88;
    border: 1px double rgba(0, 0, 0, .1);
    margin: 6rem 0;
    display: block
}

blockquote:after, blockquote:before, q:after, q:before {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    color: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px #FFF;
    box-shadow: 0 0 0 10px #FFF;
    font-size: 3.6rem;
    font-weight: 600;
    padding: 12px
}

blockquote:before, q:before {
    content: "\201D";
    top: -2rem
}

blockquote cite, q cite {
    display: block;
    opacity: .6;
    font-size: 80%;
    margin-top: 2rem
}

.comment-list .comment-content ol li, .comment-list .comment-content ul li, .entry-content ol li, .entry-content ul li {
    margin-bottom: 4px
}

.comment-list .comment-content address, .comment-list .comment-content dl, .comment-list .comment-content ol, .comment-list .comment-content ul, .entry-content address, .entry-content dl, .entry-content ol, .entry-content ul {
    margin-bottom: 3.6rem
}

.comment-list .comment-content address address, .comment-list .comment-content address dl, .comment-list .comment-content address ol, .comment-list .comment-content address ul, .comment-list .comment-content dl address, .comment-list .comment-content dl dl, .comment-list .comment-content dl ol, .comment-list .comment-content dl ul, .comment-list .comment-content ol address, .comment-list .comment-content ol dl, .comment-list .comment-content ol ol, .comment-list .comment-content ol ul, .comment-list .comment-content ul address, .comment-list .comment-content ul dl, .comment-list .comment-content ul ol, .comment-list .comment-content ul ul, .entry-content address address, .entry-content address dl, .entry-content address ol, .entry-content address ul, .entry-content dl address, .entry-content dl dl, .entry-content dl ol, .entry-content dl ul, .entry-content ol address, .entry-content ol dl, .entry-content ol ol, .entry-content ol ul, .entry-content ul address, .entry-content ul dl, .entry-content ul ol, .entry-content ul ul, table:last-child {
    margin-bottom: 0
}

pre, table {
    margin-bottom: 3.6rem
}

.comment-list .comment-content ul, .comment-list .comment-content ul li, .entry-content ul, .entry-content ul li {
    list-style: disc
}

.comment-list .comment-content ol, .comment-list .comment-content ol li, .entry-content ol, .entry-content ol li {
    list-style: decimal
}

pre {
    white-space: pre-wrap;
    padding: 15px 20px
}

.widget-title {
    line-height: 1.2
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid;
    border-left: 1px solid
}

td, th {
    padding: 10px 15px;
    border-bottom: 1px solid;
    border-right: 1px solid
}

.post-date-month {
    text-transform: uppercase;
    font-size: 1.4rem
}

input[type=number], input[type=date], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], input[type=search], select, textarea {
    border: 1px solid;
    padding: 0 15px;
    outline: 0;
    line-height: 1;
    width: 100%;
    font-size: 1.3rem;
    margin: 0;
    height: 40px;
    vertical-align: baseline;
    -webkit-transition: .2s all cubic-bezier(.4, 0, .2, 1);
    -o-transition: .2s all cubic-bezier(.4, 0, .2, 1);
    transition: .2s all cubic-bezier(.4, 0, .2, 1)
}

textarea {
    resize: vertical;
    padding: 15px
}

div#user-submitted-posts textarea.usp-textarea, textarea {
    min-height: 200px;
    line-height: 22px
}

select {
    width: 100%
}

select option {
    display: inline-block
}

.s2_form_widget input[type=submit] {
    min-width: 120px
}

#usp-error-message, #usp-success-message, div.wpcf7-response-output {
    margin: 0;
    padding: 10px 20px;
    border: none;
    border-radius: 2px
}

.error, .usp-callout-failure, div.wpcf7-validation-errors {
    color: #FFF;
    background: #e74c3c
}

#usp-success-message, .success, div.wpcf7-mail-sent-ok {
    color: #FFF;
    background: #27ae60
}

#usp-success-message, .error, .success {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-radius: 2px
}

span.wpcf7-not-valid-tip {
    display: none;
    position: absolute;
    top: -4px;
    right: 12px;
    left: auto;
    padding: 6px 10px;
    border: none;
    color: #fff;
    background: #f1c40f
}

.invalid span.wpcf7-not-valid-tip {
    display: block
}

input[type=number].wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=url].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, input[type=password].wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: #f1c40f
}

.wpcf7-form label, body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 9px
}

body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400
}

body div.wpforms-container-full .wpforms-form input[type=text] {
    height: 40px
}

.wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=url], .wpcf7-form input[type=tel], .wpcf7-form input[type=password], .wpcf7-form select, .wpcf7-form textarea {
    margin-top: 10px
}

.wpcf7-form p {
    margin-bottom: 10px
}

.wpcf7-form input[type=submit], body div.wpforms-container-full form.wpforms-form .wpforms-submit-container .wpforms-page-button, body div.wpforms-container-full form.wpforms-form .wpforms-submit-container button[type=submit], body div.wpforms-container-full form.wpforms-form .wpforms-submit-container input[type=submit] {
    min-width: 100px
}

input::-webkit-input-placeholder {
    line-height: normal !important
}

div.wpcf7 {
    margin-top: 3.6rem
}

#mc_embed_signup .sub-menu {
    margin-top: 10px
}

#mc_embed_signup input[type=submit] {
    width: 100%
}

#mc_embed_signup p {
    margin-bottom: 0
}

.select2-container {
    z-index: 9999
}

.mks_read_more a, .submit, .typology-button, .widget .mks_autor_link_wrap a, .widget .mks_read_more a, a.mks_button, body div.wpforms-container-full .wpforms-form .wpforms-page-button, body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form input[type=submit], button, input[type=button], input[type=submit] {
    height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    line-height: 42px;
    min-width: 160px;
    font-size: 1.1rem;
    border: 1px solid;
    font-weight: 400;
    outline: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.slot-c, .slot-l, .slot-r {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.entry-content a.mks_button, .hover-on, body .meks_ess a:hover, body .typology-section .meks_ess a:hover {
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out
}

.mks_read_more a:hover, .submit:hover, .typology-button:hover, .widget .mks_autor_link_wrap a:hover, .widget .mks_read_more a:hover, a.mks_button:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form input[type=submit]:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

.mks_read_more a:focus, .submit:focus, .typology-button:focus, .widget .mks_autor_link_wrap a:focus, .widget .mks_read_more a:focus, a.mks_button:focus, body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, body div.wpforms-container-full .wpforms-form button[type=submit]:focus, body div.wpforms-container-full .wpforms-form input[type=submit]:focus, button:focus, input[type=button]:focus, input[type=submit]:focus {
    -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.button-invert {
    background: 0 0;
    border: 1px solid
}

.typology-button i {
    margin-right: 5px
}

.entry-content a.mks_button {
    transition: all .1s ease-in-out
}

.hover-on, body .meks_ess a:hover, body .typology-section .meks_ess a:hover {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .1s ease-in-out
}

.hover-on:hover, body .meks_ess a:hover:hover, body .typology-section .meks_ess a:hover:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15) !important;
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15) !important
}

.hover-on:focus, body .meks_ess a:hover:focus, body .typology-section .meks_ess a:hover:focus {
    -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15) !important;
    box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15) !important;
    text-decoration: none !important
}

.mejs-container button {
    min-width: unset
}

.entry-content .mejs-horizontal-volume-slider {
    border-bottom: none;
    padding-bottom: none
}

.typology-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9001;
    will-change: scroll-position
}

.typology-header .col-lg-12, .typology-header .container {
    height: 100%;
    position: relative
}

.typology-header a {
    text-decoration: none
}

.slot-l, .slot-r {
    position: absolute;
    z-index: 1001;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 0
}

.slot-r {
    right: 0
}

.typology-header-wide .slot-r {
    right: 15px
}

.slot-c {
    z-index: 1000;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.slot-c, .slot-l, .slot-r {
    height: 100%
}

.slot-c > div, .slot-c > nav, .slot-c > ul, .slot-l > div, .slot-l > nav, .slot-l > ul, .slot-r > div, .slot-r > nav, .slot-r > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: center
}

.site-title {
    margin-bottom: 0;
    line-height: 1.2;
    top: 0
}

.site-title img {
    max-width: 200px
}

.typology-site-description {
    font-size: 1.2rem;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, .5);
    font-style: italic;
    top: 1px
}

.site-title, .typology-site-description {
    position: relative
}

.typology-header .typology-site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slot-l {
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slot-l .typology-nav {
    padding-left: 1.5rem
}

.slot-c .typology-site-branding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slot-c .typology-site-branding .typology-site-description {
    border: none;
    padding: 0;
    margin: 0
}

.typology-sidebar-header .typology-site-description {
    display: none
}

.typology-sidebar-header .site-title {
    top: 0
}

.typology-header {
    position: fixed
}

.typology-cover {
    overflow: hidden
}

.typology-cover-item, .typology-slider-wrapper-fixed {
    width: 100%
}

.typology-header.typology-header-sticky {
    height: 70px;
    z-index: 9002;
    top: -70px
}

.typology-header .typology-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.typology-header .typology-nav > li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    min-height: 4rem;
    padding: 0;
    position: relative
}

.typology-header .typology-nav a, .typology-header .typology-nav span {
    display: block;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-backface-visibility: hidden
}

.typology-header .typology-nav a {
    padding: 16px 14px 13px;
    line-height: 1
}

.typology-header .typology-nav span {
    padding: 13px 14px;
    line-height: 1.3;
    cursor: pointer
}

.typology-header .typology-nav i {
    font-size: 1.4rem
}

.typology-header .typology-nav > .current-menu-item, .typology-header .typology-nav > .current-menu-parent {
    background: rgba(0, 0, 0, .1)
}

.typology-header .typology-nav li.current-menu-item:hover, .typology-header .typology-nav li.current-menu-parent:hover {
    background: 0 0
}

.typology-header .typology-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    padding: 0;
    width: 200px;
    list-style: none;
    margin: 0;
    z-index: 9999;
    text-align: left;
    -webkit-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
    left: -9999px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.typology-header .typology-nav .sub-menu .sub-menu {
    top: -8px
}

.typology-header .typology-nav .sub-menu li:hover .sub-menu {
    left: 100%
}

.typology-header .typology-nav .sub-menu > li:first-child .sub-menu {
    top: 0
}

.typology-header .typology-nav .sub-menu > li {
    position: relative
}

.typology-header .typology-nav li:hover > .sub-menu {
    opacity: 1;
    left: 0;
    pointer-events: auto;
    visibility: visible
}

.typology-header .typology-nav li:hover > .sub-menu .sub-menu {
    left: 100%
}

.typology-header .typology-nav li.search-action-active > .sub-menu {
    opacity: 1;
    left: 0;
    pointer-events: auto;
    visibility: visible
}

.typology-header .typology-nav .sub-menu a {
    display: block;
    width: 100%;
    padding: 8px 15px 0 20px;
    line-height: 22px;
    height: auto;
    -webkit-transition: padding .1s ease-in-out;
    -moz-transition: padding .1s ease-in-out;
    -ms-transition: padding .1s ease-in-out;
    -o-transition: padding .1s ease-in-out;
    transition: padding .1s ease-in-out
}

.typology-header .typology-nav .sub-menu > li:first-child > a {
    padding: 15px 15px 0 20px
}

.typology-header .typology-nav .sub-menu > li:last-child > a {
    padding: 8px 15px 15px 20px
}

.typology-header .typology-nav .sub-menu > li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 7px;
    font-size: 10px;
    float: right;
    opacity: .5
}

.typology-header .typology-nav .sub-menu > li:hover > a {
    padding-left: 25px;
    padding-right: 15px
}

.typology-header .typology-nav .sub-menu li:only-of-type a {
    padding: 15px 15px 15px 20px
}

.typology-lock, .typology-lock .cover-letter, .typology-lock .typology-cover-img, .typology-lock .typology-header {
    padding-right: 17px
}

.typology-header .search-action-active > span, .typology-header .typology-nav > li:hover > a, .typology-header .typology-nav > li:hover > span {
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .15)
}

.typology-header .typology-site-branding + .typology-main-navigation {
    padding-left: 20px
}

.typology-lock {
    overflow: hidden !important
}

.typology-sidebar-overlay {
    width: 100%;
    height: 100%;
    height: -webkit-calc(100% + 60px);
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, .6);
    display: block;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.typology-sidebar {
    width: 407px;
    height: 100%;
    position: fixed;
    padding: 160px 0 0;
    top: 0;
    right: 0;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    -webkit-transform: translate3D(437px, 0, 0);
    -ms-transform: translate3D(437px, 0, 0);
    transform: translate3D(437px, 0, 0);
    -webkit-transition: visibility 1ms linear .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, visibility 1ms linear .2s;
    transition: transform .2s ease, visibility 1ms linear .2s;
    transition: transform .2s ease, visibility 1ms linear .2s, -webkit-transform .2s ease
}

.menu-item-has-children span, .typology-sidebar-close {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.typology-sidebar-open .typology-sidebar {
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .5);
    box-shadow: 0 0 100px rgba(0, 0, 0, .5)
}

.typology-sidebar-open .typology-sidebar-overlay {
    opacity: 1;
    visibility: visible
}

.typology-sidebar-header-wrapper {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.typology-sidebar-header {
    position: fixed;
    width: 100%;
    left: 0;
    height: 110px;
    top: 0;
    padding: 0;
    z-index: 1000
}

.typology-sidebar-header .site-title img {
    max-height: 110px
}

.typology-header.typology-header-sticky .site-title img {
    max-height: 70px
}

.typology-sidebar-header a {
    text-decoration: none
}

.typology-sidebar-close {
    padding: 10px;
    cursor: pointer;
    color: #FFF;
    opacity: .5;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    right: -10px
}

.typology-sidebar-close:hover {
    opacity: 1
}

.typology-action-button .sub-menu {
    width: 310px;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.2;
    right: 0;
    left: auto
}

.typology-action-button .sub-menu ul {
    padding: 35px 40px;
    list-style: none
}

.typology-action-button .sub-menu ul li:last-child {
    margin-bottom: 0
}

.typology-action-button .sub-menu ul a {
    position: relative;
    padding: 0 15px
}

.typology-action-button .sub-menu ul a:before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -8px;
    top: 8px
}

.typology-actions-list .typology-action-button.typology-mobile-visible, .typology-header .typology-mobile-visible, .typology-responsive-menu, .typology-responsive-menu .typology-nav li:before {
    display: none
}

.typology-header .typology-nav li ul.typology-rev {
    left: auto !important;
    right: 0
}

.typology-header .typology-nav li .sub-menu ul.typology-rev {
    left: auto !important;
    right: 100%
}

.typology-responsive-menu .typology-nav li {
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.typology-responsive-menu .typology-nav a {
    display: block;
    padding-bottom: 12px;
    text-transform: none
}

.typology-responsive-menu .typology-nav .sub-menu {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 0;
    padding-top: 12px
}

.typology-responsive-menu .typology-nav .sub-menu a {
    padding-left: 20px
}

.typology-responsive-menu .typology-nav li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.typology-nav-widget-acordion {
    position: absolute;
    right: -5px;
    top: -4px;
    cursor: pointer;
    font-size: 18px;
    width: 32px;
    text-align: center;
    height: 31px;
    line-height: 31px
}

.menu-item-has-children span {
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.typology-responsive-menu .menu-item-has-children.active > span, .widget_pages .page_item_has_children.active > span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.typology-header .typology-main-navigation {
    opacity: 0
}

.typology-nav .typology-action-search > .sub-menu {
    padding: 20px
}

.typology-nav .typology-social-icons {
    margin-top: 0
}

.typology-soc-menu {
    padding: 10px 20px
}

.typology-soc-menu li {
    margin-top: 5px
}

.typology-soc-menu li a {
    position: relative;
    text-decoration: none;
    display: block
}

.typology-soc-menu li a .typology-social-name {
    opacity: 1;
    display: inline-block;
    vertical-align: top;
    padding: 6px 14px
}

.typology-soc-menu li a:before {
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    font-family: FontAwesome;
    text-decoration: none;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 25px
}

.typology-header .typology-social-icons .sub-menu li:only-of-type a {
    padding: 0;
    text-align: left
}

.typology-soc-menu li a[href*="/feed"]::before, .typology-soc-menu li a[href*="/rss"]::before, .typology-soc-menu li a[href*=feedburner]::before {
    content: "\f09e"
}

.typology-soc-menu li a[href*="@"]::before {
    content: "\f0e0"
}

.typology-soc-menu li a[href*="codepen."]::before {
    content: "\f1cb"
}

.typology-soc-menu li a[href*="digg."]::before {
    content: "\f1a6"
}

.typology-soc-menu li a[href*="dribbble."]::before {
    content: "\f17d"
}

.typology-soc-menu li a[href*="dropbox."]::before {
    content: "\f16b"
}

.typology-soc-menu li a[href*="facebook."]::before {
    content: "\f09a"
}

.typology-soc-menu li a[href*="flickr."]::before {
    content: "\f16e"
}

.typology-soc-menu li a[href*="foursquare."]::before {
    content: "\f180"
}

.typology-soc-menu li a[href*="google."]::before {
    content: "\f0d5"
}

.typology-soc-menu li a[href*="github."]::before {
    content: "\f09b"
}

.typology-soc-menu li a[href*="instagram."]::before {
    content: "\f16d"
}

.typology-soc-menu li a[href*="linkedin."]::before {
    content: "\f0e1"
}

.typology-soc-menu li a[href*="last.fm"]::before {
    content: "\f202"
}

.typology-soc-menu li a[href*="pinterest."]::before {
    content: "\f0d2"
}

.typology-soc-menu li a[href*="reddit."]::before {
    content: "\f1a1"
}

.typology-soc-menu li a[href*="soundcloud."]::before {
    content: "\f1be"
}

.typology-soc-menu li a[href*="spotify."]::before {
    content: "\f1bc"
}

.typology-soc-menu li a[href*="stumbleupon."]::before {
    content: "\f1a4"
}

.typology-soc-menu li a[href*="tumblr."]::before {
    content: "\f173"
}

.typology-soc-menu li a[href*="twitter."]::before {
    content: "\f099"
}

.typology-soc-menu li a[href*="vimeo."]::before {
    content: "\f194"
}

.typology-soc-menu li a[href*="vine."]::before {
    content: "\f1ca"
}

.typology-soc-menu li a[href*="vk."]::before {
    content: "\f189"
}

.typology-soc-menu li a[href*="wordpress."]::before {
    content: "\f19a"
}

.typology-soc-menu li a[href*="xing."]::before {
    content: "\f168"
}

.typology-soc-menu li a[href*="youtube."]::before {
    content: "\f16a"
}

.typology-soc-menu li a[href*="medium."]::before {
    content: "\f23a"
}

.typology-soc-menu li a[href*="buysellads."]::before {
    content: "\f20d"
}

.typology-soc-menu li a[href*="behance."]::before {
    content: "\f1b4"
}

.typology-soc-menu li a[href*="slack."]::before {
    content: "\f198"
}

.typology-soc-menu li a[href*="weibo."]::before {
    content: "\f18a"
}

.typology-soc-menu li a[href*="snapchat."]::before {
    content: "\f2ac "
}

.typology-soc-menu li a[href*="500px."]::before {
    content: "\f26e"
}

.typology-soc-menu li a[href*="amazon."]::before {
    content: "\f270"
}

.typology-soc-menu li a[href*="mixcloud."]::before {
    content: "\f289"
}

.typology-soc-menu li a[href*="ok.ru"]::before {
    content: "\f263"
}

.typology-actions-button .typology-soc-menu li a[href*="/feed"]:before, .typology-actions-button .typology-soc-menu li a[href*="/rss"]:before {
    background-color: #FA9B39
}

.typology-actions-button .typology-soc-menu li a[href*="@"]:before {
    background-color: #AAA
}

.typology-actions-button .typology-soc-menu li a[href*="codepen."]:before, .typology-actions-button .typology-soc-menu li a[href*="digg."]:before {
    background-color: #fff
}

.typology-actions-button .typology-soc-menu li a[href*="dribbble."]:before {
    background-color: #ea4c89
}

.typology-actions-button .typology-soc-menu li a[href*="dropbox."]:before {
    background-color: #007ee5
}

.typology-actions-button .typology-soc-menu li a[href*="facebook."]:before, .typology-facebook {
    background-color: #3b5998
}

.typology-actions-button .typology-soc-menu li a[href*="flickr."]:before {
    background-color: #ff0084
}

.typology-actions-button .typology-soc-menu li a[href*="foursquare."]:before {
    background-color: #0732a2
}

.typology-actions-button .typology-soc-menu li a[href*="google."]:before, .typology-gplus {
    background-color: #dd4b39
}

.typology-actions-button .typology-soc-menu li a[href*="github."]:before {
    background-color: #4183c4
}

.typology-actions-button .typology-soc-menu li a[href*="instagram."]:before {
    background-color: #3f729b
}

.typology-actions-button .typology-soc-menu li a[href*="linkedin."]:before, .typology-linkedin {
    background-color: #0e76a8
}

.typology-actions-button .typology-soc-menu li a[href*="last.fm"]:before {
    background-color: #e31b23
}

.typology-actions-button .typology-soc-menu li a[href*="pinterest."]:before, .typology-pinterest {
    background-color: #c8232c
}

.typology-actions-button .typology-soc-menu li a[href*="reddit."]:before, .typology-reddit {
    background-color: #369
}

.typology-actions-button .typology-soc-menu li a[href*="soundcloud."]:before {
    background-color: #f50
}

.typology-actions-button .typology-soc-menu li a[href*="spotify."]:before {
    background-color: #81b900
}

.typology-actions-button .typology-soc-menu li a[href*="stumbleupon."]:before, .typology-stumbleupon {
    background-color: #ff2618
}

.typology-actions-button .typology-soc-menu li a[href*="tumblr."]:before {
    background-color: #34526f
}

.typology-actions-button .typology-soc-menu li a[href*="twitter."]:before, .typology-twitter {
    background-color: #55acee
}

.typology-actions-button .typology-soc-menu li a[href*="vimeo."]:before {
    background-color: #1AB7EA
}

.typology-actions-button .typology-soc-menu li a[href*="vine."]:before {
    background-color: #00d9a3
}

.typology-actions-button .typology-soc-menu li a[href*="vk."]:before {
    background-color: #4e729a
}

.typology-actions-button .typology-soc-menu li a[href*="wordpress."]:before {
    background-color: #21759b
}

.typology-actions-button .typology-soc-menu li a[href*="xing."]:before {
    background-color: #026466
}

.typology-actions-button .typology-soc-menu li a[href*="youtube."]:before {
    background-color: #c4302b
}

.typology-actions-button .typology-soc-menu li a[href*="medium."]:before {
    background-color: #57ad68
}

.typology-actions-button .typology-soc-menu li a[href*="buysellads."]:before {
    background-color: #c90100
}

.typology-actions-button .typology-soc-menu li a[href*="behance."]:before {
    background-color: #1769ff
}

.typology-actions-button .typology-soc-menu li a[href*="slack."]:before {
    background-color: #6ecadc
}

.typology-actions-button .typology-soc-menu li a[href*="weibo."]:before {
    background-color: #B53434
}

.typology-actions-button .typology-soc-menu li a[href*="snapchat."]:before {
    background-color: #FFFC00
}

.typology-actions-button .typology-soc-menu li a[href*="500px."]:before {
    background-color: #0099e5
}

.typology-actions-button .typology-soc-menu li a[href*="amazon."]:before {
    background-color: #f90
}

.typology-actions-button .typology-soc-menu li a[href*="mixcloud."]:before {
    background-color: #314359
}

.typology-actions-button .typology-soc-menu li a[href*="ok.ru"]:before {
    background-color: #ed812b
}

.typology-actions-button .typology-soc-menu li {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.typology-actions-button .typology-soc-menu li:hover {
    padding-left: 5px
}

.typology-footer {
    padding: 0
}

.typology-footer .container > .typology-footer-sidebar {
    margin-bottom: 8rem
}

.typology-footer .typology-footer-sidebar {
    padding-right: 50px;
    padding-left: 50px
}

.typology-footer .container {
    max-width: 1270px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.typology-footer .widget p:last-child {
    margin-bottom: 0
}

.typology-footer-sidebar {
    margin-bottom: 50px
}

.typology-flat .typology-footer .widget:only-of-type {
    margin-top: 6rem
}

.page .typology-single-post .typology-featured-image:after, .page .typology-single-post:after, .single .typology-single-post .typology-featured-image:after, .single .typology-single-post:after {
    display: none
}

.typology-social-icons, body .typology-section .meks_ess {
    margin-top: 1.6rem;
    margin-bottom: 0
}

body .typology-section .meks_ess {
    margin-left: -15px
}

.entry-content .typology-social-icons a, .entry-content .typology-social-icons a:hover {
    border-bottom: 0;
    background-image: none !important
}

body .typology-section .meks_ess a:hover {
    background-image: none !important
}

.entry-content .typology-social-icons {
    margin: 0 0 3.6rem;
    padding-top: 1.6rem
}

.typology-social-icons a, body .typology-section .meks_ess a {
    height: 50px;
    color: #FFF;
    text-align: center;
    margin-right: 0;
    margin-left: 15px;
    line-height: 5rem;
    font-size: 1.8rem;
    margin-bottom: 15px;
    min-width: 100px
}

body .typology-section .meks_ess a {
    font-size: 1.6rem
}

body .typology-section .meks_ess.no-labels a {
    font-size: 1.8rem
}

body .typology-section .meks_ess.rounded a {
    border-radius: 40px
}

body .typology-section .meks_ess.circle a, body .typology-section .meks_ess.square a, body .typology-section .meks_ess.transparent.no-labels a {
    width: 50px
}

body .typology-section .meks_ess.transparent a {
    min-width: auto;
    margin-left: 15px;
    padding: 0 9px;
    font-size: 16px
}

.typology-facebook {
    background: #3b5998
}

.typology-twitter {
    background: #55acee
}

.typology-pinterest {
    background: #c8232c
}

.typology-reddit {
    background-color: #369
}

.typology-stumbleupon {
    background-color: #ff2618
}

.typology-gplus {
    background-color: #dd4b39
}

.typology-linkedin {
    background-color: #0e76a8
}

.typology-mailto {
    background-color: #95a5a6
}

.typology-whatsapp {
    background-color: #00e676
}

.avatar {
    border-radius: 50%
}

.typology-author-links a {
    text-decoration: none;
    margin-right: 1.5rem
}

.typology-single-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 95px;
    background: #FFF;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 110px, 0);
    transform: translate3d(0, 110px, 0)
}

.typology-single-sticky a {
    text-decoration: none;
    font-size: 1.4rem
}

.typology-single-sticky .typology-sticky-content, .typology-single-sticky.typology-single-sticky-show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.typology-sticky-content {
    max-width: 1170px;
    margin: 0 auto;
    height: 95px;
    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;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.typology-show-meta .meta, .typology-show-prev-next .prev-next {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.typology-show-meta .prev-next, .typology-show-prev-next .meta {
    height: 0
}

.typology-header-wide .typology-sticky-content {
    max-width: 100%;
    padding: 0 35px
}

.typology-sticky-l, .typology-sticky-r, .widget {
    max-width: 300px
}

.typology-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 95px
}

.prev-next .typology-sticky-l, .prev-next .typology-sticky-r {
    min-width: 300px
}

.typology-prev-next-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.typology-prev-next-nav .typology-next-link a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.cover-item-container, .typology-sticky-c {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.typology-sticky-l .typology-pn-ico {
    margin-right: 2rem
}

.typology-sticky-r .typology-pn-ico {
    margin-left: 2rem
}

.typology-prev-next-nav .typology-pn-link {
    line-height: 2rem
}

.typology-sticky-c {
    text-align: center;
    flex-direction: column
}

.typology-sticky-author img, .typology-sticky-comments i {
    margin-right: 1rem
}

.typology-sticky-author {
    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
}

.sticky-author-date {
    display: block
}

.sticky-author-date, .typology-sticky-c {
    font-size: 1.2rem
}

.page .section-content .typology-single-post, .single .section-content .typology-single-post {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%
}

.entry-tags, .mejs-container, .typology-link-pages {
    margin-bottom: 3.6rem
}

.comment-content a, .comment-reply-link, .entry-content a, .logged-in-as a, .textwidget a, .typology-footer .widget p a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    -webkit-transition: border-bottom .1s ease-in-out;
    -o-transition: border-bottom .1s ease-in-out;
    transition: border-bottom .1s ease-in-out
}

.comment-content a:hover, .comment-reply-link:hover, .entry-content a:hover, .logged-in-as a:hover, .textwidget a:hover, .typology-footer .widget p a:hover, .widget .textwidget a:hover {
    border-bottom: 1px solid transparent
}

.typology-button-social, .typology-icon-social {
    height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    line-height: 42px;
    font-size: 1.1rem;
    border: 1px solid;
    font-weight: 400;
    outline: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    min-width: 1px
}

.typology-button-social:hover, .typology-icon-social:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

.typology-button-social:focus, .typology-icon-social:focus {
    -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.typology-button-social {
    width: 160px
}

.typology-icon-social {
    width: 40px;
    padding: 0 10px
}

.typology-link-pages {
    display: block
}

.typology-link-pages a, .typology-link-pages > span {
    font-size: 1.1rem;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #333 !important;
    color: #333;
    display: inline-block;
    text-decoration: none;
    min-width: 40px;
    margin: 0 4px;
    height: 40px;
    padding-bottom: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.typology-link-pages > span {
    background: #333;
    color: #FFF
}

.typology-link-pages a:hover {
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

.entry-content .entry-tags:first-child {
    margin-top: 6rem
}

.sticky-author-title {
    line-height: 1.6
}

.page-template-template-authors .entry-content > .typology-author {
    margin-top: 9rem
}

.page-template-template-authors .typology-author {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 9rem;
    padding-bottom: 10rem;
    position: relative
}

.page-template-template-authors .typology-author h5 {
    margin-bottom: 2rem
}

.page-template-template-authors .typology-author:after {
    background: rgba(51, 51, 51, .2);
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px
}

.page-template-template-blank .typology-cover, .page-template-template-blank .typology-cover-empty, .typology-cover-item, .widget_calendar table, .widget_calendar table tfoot, article:only-of-type {
    background: 0 0
}

.page-template-template-authors .typology-author:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.page-template-template-authors .typology-author:last-child:after {
    content: none
}

.widget {
    margin-bottom: 5rem;
    margin-right: auto;
    margin-left: auto
}

.widget:only-of-type {
    margin-bottom: 0
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.rssSummary, .typology-button-search, .widget ul ul, .widget_rss cite {
    margin-top: 1rem
}

.widget ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.2rem
}

.widget a {
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.typology-responsive-menu ul li:before, .typology_category_widget ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_meta ul li:before, .widget_nav_menu ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_recent_entries ul li:before, .widget_rss ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.widget_calendar table {
    width: 100%;
    table-layout: fixed;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.widget_calendar table thead {
    font-size: 1.2rem
}

.widget_calendar table thead th {
    text-align: center
}

.widget_calendar table tbody td {
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 0
}

.widget_calendar table tfoot tr #next {
    text-align: right
}

.widget_calendar table caption {
    font-size: 1.2rem;
    position: absolute;
    top: -5px;
    right: 0
}

.widget_calendar, .widget_calendar #today {
    position: relative
}

.widget_calendar table tbody td a {
    display: inline-block;
    min-width: 16px;
    height: 25px;
    border-bottom: 1px solid;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.widget_calendar table tbody td a:hover {
    min-width: 20px
}

.widget_calendar {
    padding: 0
}

.widget_calendar .widget-title {
    padding: 0 0 2rem;
    margin-bottom: 0
}

.widget_calendar #today:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -15px 0 0 -15px
}

.entry-tags a, .widget_tag_cloud a {
    font-size: 12px !important;
    display: inline-block;
    vertical-align: top;
    padding: 9px 20px;
    height: 30px;
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px;
    background: rgba(0, 0, 0, .07);
    border: none
}

.entry-tags a:hover, .widget_tag_cloud a:hover {
    border: none
}

.widget .post-date {
    display: block;
    font-size: 1.4rem
}

.rss-widget-icon {
    display: none
}

.rss-date {
    display: block;
    font-size: 1.2rem
}

.widget_rss cite {
    display: block
}

.mks_ads_widget ul {
    text-align: center
}

.mks_ads_widget .widget-title {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center
}

.widget.mks_ads_widget li {
    padding: 0
}

.widget.mks_ads_widget .small li, .widget.mks_ads_widget ul.custom li, .widget.mks_adswidget_ul.custom li, .widget.mks_adswidget_ul.small li {
    margin-bottom: 15px;
    margin-right: 11px
}

.mks_author_widget h3 {
    font-size: 1.8rem
}

.mks_author_widget p, .mks_social_widget p {
    margin: 0 0 1.8rem
}

.mks_author_widget p:last-child {
    margin-bottom: 0
}

.mks_themeforest_widget {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 2.2rem
}

.mks_themeforest_widget .widget-title {
    text-align: center
}

.widget.mks_author_widget img {
    margin: 5px 20px 0 0
}

.widget .mks_read_more {
    margin-bottom: 0;
    margin-top: 18px
}

.widget .mks_read_more a {
    width: 100%
}

.widget ul.flickr li, ul.flickr li {
    padding: 0
}

ul.flickr a img {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1
}

.mks_flickr_widget a {
    position: relative
}

.mks_flickr_widget a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0
}

.mks_flickr_widget a:hover:after {
    opacity: .2
}

ul.mks_social_widget_ul li {
    margin-bottom: 2px
}

.typology-search-form {
    position: relative
}

.entry-content .typology-button-search {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50px;
    height: 100%;
    min-width: 100px;
    margin: 0
}

.error404 .widget .typology-search-form {
    margin: 0
}

.error404 .typology-search-form {
    max-width: 420px
}

.entry-content input[type=text] {
    max-width: 100%;
    margin-right: 1rem
}

.widget .typology-icon-button {
    width: 100%
}

.typology_posts_widget .post {
    position: relative;
    margin-bottom: 2rem;
    display: block
}

.typology_posts_widget .post-letter {
    font-size: 8rem;
    left: 0
}

.typology_posts_widget h6 {
    margin-bottom: 0
}

.typology_posts_widget .entry-meta {
    margin-top: .4rem
}

.style-timeline .post {
    padding: 0 0 0 70px
}

.style-dropcap .post {
    padding: 0 0 0 32px
}

.style-timeline .post-date {
    position: absolute;
    top: 10px;
    left: 3px;
    text-align: center
}

.style-timeline .post-date-day {
    font-size: 2.7rem;
    display: block;
    line-height: .5
}

.style-timeline .post-date-month {
    font-size: 1rem
}

.typology_posts_widget .style-timeline .post:before {
    height: 100%;
    width: 1px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 54px;
    background: rgba(0, 0, 0, .1)
}

.typology_posts_widget .style-timeline .post {
    margin-bottom: 0;
    padding-bottom: 2rem
}

.typology_posts_widget .style-timeline .post:last-child {
    padding-bottom: 0
}

.style-thumbnail .entry-image {
    float: left;
    max-width: 70px;
    margin-right: 15px
}

.widget .mejs-controls .mejs-button button {
    min-width: unset
}

.widget .mejs-overlay-button {
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6)
}

.widget .gallery .gallery-item a:after {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

#cancel-comment-reply-link:after, .widget .meks-instagram-follow-link a {
    height: 40px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out
}

.widget .meks-instagram-follow-link a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    line-height: 40px;
    min-width: 160px;
    font-size: 1.1rem;
    border: 1px solid;
    font-weight: 400;
    outline: 0;
    transform: translateY(0);
    transition: all .1s ease-in-out
}

.comment-form label {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 10px
}

.comment-respond {
    width: 100%
}

.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
    margin-bottom: 20px
}

.comment-form-url {
    padding: 0
}

.comment-form p {
    margin-bottom: 5px
}

.comment-form p:last-child, .comment-respond {
    margin-bottom: 0
}

.form-submit {
    margin-top: 25px;
    clear: both;
    display: inline-block
}

.comment .comment-respond .comment-form-comment label, .comment-list .says {
    display: none
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 3rem 0 0;
    clear: both
}

.comment-content, .reply {
    margin-left: 95px
}

.comment-list li {
    list-style: none
}

.comment-list .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 15px
}

.comment-author b {
    font-size: 18px
}

.comment-list .comment-metadata {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 12px
}

.comment-meta a {
    text-decoration: none
}

.reply {
    font-size: 1.4rem
}

.comment-reply-link {
    text-decoration: none
}

.comment-content p {
    margin-bottom: 1.3rem
}

.comment-body {
    margin-bottom: 2rem
}

.comment-list .children {
    margin-left: 98px;
    padding: 0
}

.comment-list .comment-respond {
    margin-bottom: 35px
}

.comment .comment-respond {
    margin: 0 0 6rem;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5rem;
    position: relative
}

#cancel-comment-reply-link:after, .bypostauthor .comment-author:before {
    font-family: FontAwesome;
    border-radius: 50%;
    text-align: center
}

.comment-form {
    position: relative
}

#cancel-comment-reply-link {
    font-size: 0
}

#cancel-comment-reply-link:after {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 40px;
    transform: translateY(0);
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#cancel-comment-reply-link:hover:after {
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

#cancel-comment-reply-link:focus:after {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 5px 10px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 5px 10px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.comment-reply-title {
    float: right
}

.comment-form .logged-in-as, .comment-notes {
    margin-bottom: 25px
}

.pingback .comment-content, .trackback .comment-content {
    margin-left: 0
}

.bypostauthor .comment-author {
    position: relative
}

.bypostauthor .comment-author:before {
    font-size: 11px;
    line-height: 27px;
    height: 30px;
    width: 30px;
    color: #FFF;
    display: inline-block;
    position: absolute;
    left: -9px;
    top: -6px;
    border: 2px solid #FFF
}

.comment-author .fn {
    text-transform: uppercase
}

.comment-subscription-form label {
    font-size: 1.4rem
}

.comment-subscription-form [type=checkbox], .comment-subscription-form [type=radio] {
    vertical-align: -2px
}

.comment .comment-respond .submit {
    min-width: 190px
}

.comment-list > li:last-child > .comment-body + .comment-respond {
    margin-top: 6rem
}

.comment-list li:last-child .children li:last-child article {
    margin-bottom: 0
}

.comment-list li:last-child .children li:only-of-type article {
    margin-bottom: 3rem
}

.typology-comments-pagination ul {
    margin: 0;
    padding: 0
}

.typology-comments-pagination li {
    list-style: none;
    display: inline-block
}

.typology-comments-pagination .page-numbers {
    min-width: 30px;
    line-height: 30px;
    height: 30px
}

.typology-comments-pagination .page-numbers i {
    position: relative;
    top: 1px;
    left: -1px
}

.typology-comments-pagination .next i {
    left: 1px
}

.typology-comments-pagination span {
    height: 30px;
    line-height: 30px
}

.comment-form-cookies-consent input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 8px
}

#wp-comment-cookies-consent {
    margin-right: 7px;
    position: relative;
    top: 2px
}

.typology-cover {
    position: relative;
    text-align: center
}

.cover-item-container {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    min-height: 445px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.typology-cover .entry-title {
    margin-bottom: 2rem
}

.typology-cover .entry-footer {
    margin-top: 2rem
}

.typology-cover-content {
    position: relative;
    height: 100%
}

.typology-cover-item {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 155px 0 215px
}

.typology-flat .typology-cover-item {
    padding: 195px 0
}

.typology-flat .typology-cover-slider .owl-dots {
    bottom: 75px
}

.cover-letter {
    line-height: 1.2;
    color: rgba(0, 0, 0, .1);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-user-select: none;
    user-select: none;
    text-transform: uppercase
}

.entry-pre-title {
    color: #FFF;
    text-transform: uppercase
}

.typology-cover .entry-title a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-shadow: 0 0 0 transparent;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.typology-cover .entry-title:hover a {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.typology-cover-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.typology-cover-img {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0
}

.typology-cover-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.typology-cover-slider {
    max-height: 90vh;
    overflow: hidden
}

.typology-cover-slider.owl-loaded {
    max-height: initial;
    overflow: initial
}

.typology-slider-wrapper-fixed {
    height: 100%
}

.typology-cover-img video {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.typology-cover-wrap {
    position: relative;
    height: 100%
}

.typology-cover-item-no-bg {
    background: 0 0 !important
}

.typology-slider-wrapper {
    position: relative;
    z-index: 50
}

.typology-scroll-down-arrow {
    display: none;
    position: absolute;
    bottom: 100px;
    left: 50%;
    font-size: 40px;
    color: #fff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.typology-cover-empty .typology-scroll-down-arrow, .typology-fallback-video-img {
    display: none
}

.wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment-date {
    margin-top: 10px
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-button__link {
    font-size: 1.1rem;
    line-height: 24px;
    padding: 9px 24px 6px;
    outline: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    border-bottom: 1px solid transparent !important
}

.wp-block-button__link:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    border-bottom: 1px solid currentcolor;
    text-decoration: none
}

.wp-block-button__link:focus {
    -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.entry-content .wp-block-button__link {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.is-style-outline .wp-block-button__link:hover {
    border-bottom: 2px solid currentcolor
}

@media (min-width: 600px) {
    .wp-block-column:not(:last-child), .wp-block-column:nth-child(odd) {
        margin-right: 18px
    }

    .wp-block-column:not(:first-child), .wp-block-column:nth-child(even) {
        margin-left: 18px
    }
}

.entry-content .wp-block-pullquote blockquote p:last-child, .wp-block-column p:only-of-type {
    margin-bottom: 0
}

@media (max-width: 782px) {
    .wp-block-columns {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width: 660px) {
    .wp-block-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .wp-block-columns .wp-block-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .entry-content .wp-block-pullquote, .entry-content .wp-block-quote {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .wp-block-column, .wp-block-embed, .wp-block-image, .wp-block-media-text, .wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-separator, .wp-block-table {
        margin-bottom: 2rem
    }

    .wp-block-gallery {
        margin-bottom: 4px
    }
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image h2 {
    position: relative;
    z-index: 2
}

.wp-block-cover-image.aligncenter {
    margin: 0 0 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
    line-height: 1.4;
    padding: 36px
}

.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 30px
}

.wp-block-cover__inner-container p:last-child {
    margin-bottom: 0
}

.blocks-gallery-item figure a {
    color: #333;
    border: none;
    padding: 0
}

.blocks-gallery-item figure a:hover {
    border: none
}

.wp-block-gallery.owl-carousel .blocks-gallery-item {
    margin: 0
}

body .entry-content .blocks-gallery-item a, body .entry-content .blocks-gallery-item a:hover {
    border-bottom: 0 none transparent
}

.wp-block-gallery .blocks-gallery-item {
    overflow: hidden;
    margin-bottom: 2px
}

.wp-block-gallery {
    margin: 0 0 3.6rem
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 320px;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 0
}

.wp-block-gallery.columns-2 .blocks-gallery-image, .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 2) / 2);
    width: calc((100% - 2px * 2) / 2);
    margin-right: 2px
}

.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 2) / 3);
    width: calc((100% - 2px * 2) / 3);
    margin-right: 2px
}

.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 3) / 4);
    width: calc((100% - 2px * 3) / 4);
    margin-right: 2px
}

.wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 4) / 5);
    width: calc((100% - 2px * 4) / 5);
    margin-right: 2px
}

.wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 5) / 6);
    width: calc((100% - 2px * 5) / 6);
    margin-right: 2px
}

.wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 6) / 7);
    width: calc((100% - 2px * 6) / 7);
    margin-right: 2px
}

.wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 7) / 8);
    width: calc((100% - 2px * 7) / 8);
    margin-right: 2px
}

.alignfull img, .customizer-button, .entry-content iframe, .entry-content video, table {
    width: 100%
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child, .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
}

.wp-block-image .alignleft, .wp-block-image .alignright {
    margin-bottom: 10px;
    position: relative
}

.wp-block-image .alignleft {
    margin-right: 30px
}

.wp-block-image .alignright {
    margin-left: 30px
}

.wp-block-image figcaption {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 8px;
    margin-bottom: 0
}

@media (max-width: 630px) {
    .wp-block-image .alignleft, .wp-block-image .alignright {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }

    .wp-block-image .alignleft figcaption, .wp-block-image .alignright figcaption {
        text-align: left
    }
}

.wp-block-video video {
    max-width: 100%
}

.wp-block-audio.aligncenter {
    text-align: center
}

.wp-block-audio figcaption {
    margin-top: 8px;
    margin-bottom: 0
}

.wp-block-audio audio {
    min-width: 270px
}

p.wp-block-subhead {
    opacity: 1;
    line-height: 1.35
}

p.has-drop-cap:not(:focus)::first-letter {
    font-size: 8rem;
    margin: 20px 20px 0 0
}

.wp-block-preformatted {
    white-space: nowrap;
    overflow: auto
}

.wp-block-pullquote {
    padding: 0
}

.wp-block-pullquote blockquote {
    border-left: none;
    border-right: none;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-pullquote blockquote:before {
    display: none
}

.wp-block-pullquote p, .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 24px;
    line-height: 36px
}

.wp-block-pullquote blockquote cite {
    font-size: 18px
}

.wp-block-pullquote blockquote p {
    margin-bottom: 26px
}

.wp-block-pullquote.is-style-solid-color blockquote {
    border: none;
    text-align: center
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-gallery.aligncenter, .wp-block-gallery.alignnone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-pullquote.aligncenter {
    text-align: center
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p {
    font-size: 18px;
    line-height: 30px
}

.entry-content .wp-block-pullquote.alignleft, .entry-content .wp-block-pullquote.alignright, .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    text-align: left;
    padding: 40px
}

.wp-block-audio.aligncenter, .wp-block-pullquote.aligncenter {
    text-align: center
}

.wp-block-pullquote.aligncenter:before {
    left: 50%;
    margin-left: -11px
}

.wp-block-pullquote.alignleft {
    text-align: left;
    margin-right: 30px;
    margin-bottom: 10px
}

.wp-block-pullquote.alignright {
    text-align: left;
    margin-left: 30px;
    margin-bottom: 10px
}

.wp-block-pullquote.alignleft cite, .wp-block-pullquote.alignright cite {
    font-size: 75%
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 350px
}

.wp-block-pullquote.alignright:before {
    left: auto;
    right: -35px
}

.wp-block-pullquote cite, .wp-block-quote cite {
    font-size: 80%
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto
}

.wp-block-pullquote.is-style-solid-color.alignfull blockquote, .wp-block-pullquote.is-style-solid-color.alignwide blockquote {
    padding-left: 0;
    padding-right: 0
}

blockquote.aligncenter:after {
    margin-left: auto;
    margin-right: auto
}

blockquote.alignright:after {
    margin-left: auto
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    text-align: center;
    font-size: 18px
}

.entry-content .wp-block-pullquote, .entry-content .wp-block-quote {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding: 80px 80px 70px
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 8rem 8rem 7rem
}

@media (max-width: 800px) {
    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 630px) {
    .wp-block-pullquote blockquote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote:not(.is-large):not(.is-style-large) {
        padding: 30px
    }

    .entry-content .wp-block-quote {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .wp-block-pullquote p, .wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 1.5rem
    }

    .entry-content .wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-pullquote p, .wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        margin-bottom: 1.5rem
    }

    .wp-block-pullquote.is-style-solid-color.alignfull blockquote, .wp-block-pullquote.is-style-solid-color.alignwide blockquote {
        padding-left: 30px;
        padding-right: 30px
    }
}

.wp-block-separator {
    clear: both;
    max-width: 200px;
    border-bottom-width: 0
}

.wp-block-separator.is-style-wide {
    max-width: 100%;
    border-bottom-width: 0
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
    border-left: none;
    border-top: 0
}

@media (max-width: 680px) {
    .wp-block-table td, .wp-block-table th {
        padding: 5px
    }
}

.wp-block-calendar tfoot a {
    color: inherit;
    text-decoration: none
}

.wp-block-calendar #prev {
    text-align: left
}

.wp-block-calendar #next {
    text-align: right
}

.wp-block-calendar table th {
    background: 0 0;
    text-align: center
}

.wp-block-calendar table {
    border: none
}

.wp-block-calendar caption {
    caption-side: top;
    text-align: center
}

.entry-content .wp-block-rss li, .wp-block-rss li {
    margin-bottom: 20px
}

.wp-block-rss {
    list-style: disc;
    padding-left: 20px
}

.wp-block-search .wp-block-search__button {
    margin-left: 0;
    margin-top: 20px
}

.entry-content .wp-block-tag-cloud a, .wp-block-tag-cloud a {
    font-size: 12px !important;
    display: inline-block;
    vertical-align: top;
    padding: 9px 20px;
    height: 30px;
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px;
    background: rgba(0, 0, 0, .07);
    border: none
}

.entry-content .alignwide {
    width: 140%;
    margin-left: -20%;
    max-width: 100vw
}

body:not(.typology-flat) .entry-content .alignfull {
    position: relative
}

.typology-flat .entry-content .alignfull {
    position: relative;
    max-width: initial
}

.entry-content .fluid-width-video-wrapper, .wp-block-audio, .wp-block-calendar, .wp-block-column, .wp-block-embed, .wp-block-image, .wp-block-media-text, .wp-block-search, .wp-block-separator, .wp-block-table {
    margin-bottom: 3.6rem
}

@media (max-width: 630px) {
    .entry-content .fluid-width-video-wrapper, .wp-block-audio, .wp-block-calendar, .wp-block-column, .wp-block-embed, .wp-block-image, .wp-block-media-text, .wp-block-search, .wp-block-separator, .wp-block-table {
        margin-bottom: 2rem
    }
}

@media (max-width: 1035px) {
    .entry-content .alignwide {
        width: 100%;
        margin-left: 0;
        max-width: 100vw
    }
}

@media (max-width: 1366px) {
    .typology-cover-item {
        min-height: 100vh
    }

    .typology-cover {
        height: -webkit-calc(100vh + 13.9rem);
        height: calc(100vh + 13.9rem)
    }

    .cover-letter {
        font-size: 50rem
    }

    .typology-cover-slider .owl-next, .typology-cover-slider .owl-prev {
        width: 15%
    }

    .typology-cover-slider .owl-next i, .typology-cover-slider .owl-prev i {
        font-size: 20rem;
        margin-top: -100px
    }

    .typology-flat .typology-cover {
        height: -webkit-calc(100vh);
        height: calc(100vh)
    }

    .typology-scroll-down-arrow {
        display: block
    }
}

@media (max-width: 1260px) {
    .typology-section {
        width: 93%
    }

    .typology-header .container {
        max-width: 93%
    }

    .typology-header-wide .typology-header .container {
        max-width: 100%
    }

    .slot-l {
        left: 0
    }

    .slot-r {
        right: -15px
    }

    .typology-single-sticky {
        padding: 0 20px
    }
}

@media (max-width: 1100px) {
    .cover-item-container {
        max-width: 850px
    }
}

@media (max-width: 1024px) {
    .typology-post {
        margin-bottom: 7rem;
        padding-bottom: 8rem
    }

    .post-letter {
        left: -7rem
    }

    .section-head {
        margin-bottom: 6rem
    }

    .typology-section {
        padding: 10rem 14% 11rem;
        margin-bottom: 8rem
    }

    .typology-post.typology-layout-b:first-child {
        padding-top: 0
    }

    .typology-post.typology-layout-b {
        padding-left: 14rem;
        padding-bottom: 7rem;
        margin-bottom: 0;
        padding-top: 6rem
    }

    .typology-post.typology-layout-b:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .cover-item-container {
        max-width: 750px
    }

    .owl-nav {
        display: none
    }

    .typology-cover .entry-title, .typology-cover h1 {
        font-size: 5.4rem !important
    }

    .typology-layout-c.typology-post {
        padding: 0 10px
    }

    .typology-footer .widget {
        font-size: 1.2rem !important
    }

    .section-content-a .typology-ad-between-posts {
        margin-bottom: 100px
    }
}

@media (max-width: 1000px) {
    .typology-cover .entry-title, .typology-cover h1 {
        font-size: 4.8rem !important
    }

    .cover-item-container {
        max-width: 650px
    }

    .page.typology-single-post .entry-header {
        margin-top: 4rem
    }

    .section-content-b .typology-ad-between-posts, .typology-post.typology-layout-b {
        padding-left: 10rem
    }

    .typology-layout-b .post-date {
        left: -140px
    }

    .entry-footer .typology-button {
        min-width: 145px
    }
}

@media (max-width: 800px) {
    .typology-cover .entry-title, .typology-cover h1 {
        font-size: 4.8rem !important
    }

    .cover-item-container {
        max-width: 610px
    }

    .cover-letter {
        font-size: 60rem
    }

    .typology-header .container {
        max-width: 90%
    }

    .typology-section {
        width: 90%
    }

    .entry-meta {
        line-height: 1.5
    }

    .typology-footer .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .h1, h1 {
        font-size: 4rem !important
    }

    .h2, h2 {
        font-size: 3.6rem !important
    }

    .h3, h3 {
        font-size: 3.2rem !important
    }

    .h4, h4 {
        font-size: 2.8rem !important
    }

    .h5, .typology-layout-c .h4, h5 {
        font-size: 2.4rem !important
    }

    .h6, h6 {
        font-size: 2rem !important
    }

    .h6.section-title {
        font-size: 1.5rem !important;
        line-height: 1.6
    }

    .typology-pagination {
        height: auto;
        min-height: 40px;
        padding-top: 7rem;
        margin-top: 7rem
    }

    .typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
        width: 49%;
        min-width: auto
    }

    .typology-pagination .infinite-scroll a, .typology-pagination .load-more a {
        max-width: 160px
    }

    .typology-pagination .nav-links {
        padding-top: 50px
    }

    blockquote, q {
        padding: 7rem 7rem 6rem;
        font-size: 1.8rem
    }

    .aligncenter, .alignleft, .alignright {
        max-width: 100%;
        clear: both;
        float: none;
        display: block;
        margin: 0 auto 3.6rem
    }

    .prev-next .typology-sticky-l, .prev-next .typology-sticky-r {
        min-width: 250px;
        max-width: 250px
    }

    .typology-layout-b .post-date-hidden {
        display: block
    }

    .typology-layout-b .post-date, .typology-layout-b .post-date:after, .typology-post.typology-layout-b:before {
        display: none
    }

    .typology-post.typology-layout-b {
        padding-left: 0;
        margin-bottom: 6rem;
        padding-top: 2rem
    }

    .typology-layout-b .post-date {
        left: 0;
        top: -30px;
        width: auto;
        text-align: center
    }

    .typology-layout-b .post-date-day {
        font-size: 2rem;
        line-height: 1;
        text-align: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block
    }

    .section-content-b .typology-ad-between-posts {
        padding-left: 0
    }

    .section-content-b .typology-ad-between-posts:before, .typology-layout-a .post-letter, .typology-single-post .post-letter {
        display: none
    }

    .typology-post .entry-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .typology-post .entry-footer .typology-button {
        min-width: auto;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .entry-footer .typology-button:last-child {
        margin-right: 0
    }

    .typology-section-related .section-content-c {
        max-width: 100%
    }

    .typology-layout-c.typology-post {
        margin-bottom: 10rem
    }

    .section-content-c .typology-ad-between-posts {
        margin-top: -60px;
        margin-bottom: 100px
    }

    .typology-sidebar-close {
        opacity: 1
    }

    .typology-cover-img {
        max-height: 100vh;
        max-width: 100vh
    }
}

@media (max-width: 800px) and (orientation: landscape) {
    .typology-cover-img {
        max-height: unset;
        max-width: unset
    }
}

@media (max-width: 680px) {
    .typology-header .typology-mobile-visible {
        display: block;
        padding-top: 18px
    }

    .typology-actions-list .typology-action-button.typology-mobile-visible {
        display: inline-block
    }

    .typology-flat .typology-section, .typology-section {
        padding: 7rem 10%;
        margin-bottom: 4rem;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .section-content {
        margin: 0 auto 5rem
    }

    .section-head {
        margin-bottom: 4rem
    }

    .typology-posts .typology-post {
        margin-bottom: 3rem;
        padding-bottom: 4rem
    }

    p {
        margin: 0 0 2rem
    }

    blockquote, q {
        padding: 3rem 3rem 2.4rem;
        margin: 3rem 0
    }

    .entry-tags, .mejs-container {
        margin-bottom: 2rem
    }

    .typology-author .col-lg-2 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        padding-bottom: 10px
    }

    .typology-author .col-lg-10 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .typology-author .typology-author-box-title, .typology-author-links {
        text-align: center
    }

    .typology-author .typology-button-social {
        margin-bottom: 1rem
    }

    .comment-content, .comment-list .children, .reply {
        margin-left: 0
    }

    .comment-content {
        clear: both
    }

    .comment-body {
        margin-bottom: 3rem
    }

    .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, pre {
        margin-bottom: 2rem
    }

    .comment .comment-respond {
        padding: 2rem
    }

    .comment-list > li:last-child > .comment-body + .comment-respond {
        margin-top: 3rem
    }

    .comment-form p, .comment-respond .submit {
        width: 100%;
        padding: 0
    }

    .comment-respond .submit {
        max-width: 50%
    }

    .typology-footer .col-lg-4 {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .typology-footer {
        padding: 0
    }

    .cover-item-container {
        max-width: 80%
    }

    .typology-post.typology-layout-b:before {
        left: 6.9rem
    }

    .typology-layout-b .post-date {
        left: -130px
    }

    .typology-layout-b .post-date-day {
        font-size: 5.6rem;
        line-height: 4.1rem
    }

    .post-date-month {
        font-size: 1.2rem
    }

    .typology-footer .container {
        padding: 0 20%
    }

    .h1, .typology-cover .entry-title, .typology-cover h1, h1 {
        font-size: 4.2rem !important
    }

    .h2, h2 {
        font-size: 3.6rem !important
    }

    .h3, h3 {
        font-size: 3rem !important
    }

    .h4, .typology-layout-c .h4, h4 {
        font-size: 2.4rem !important
    }

    .h5, h5 {
        font-size: 2rem !important
    }

    .h6, h6 {
        font-size: 1.6rem !important
    }

    .typology-cover-empty, .typology-header {
        max-height: 75px;
        min-height: 75px !important;
        height: 75px !important
    }

    .typology-fake-bg .typology-section:first-child {
        top: 0 !important
    }

    body .typology-fake-bg:first-child {
        margin-top: 0
    }

    .section-content-c .typology-posts {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial
    }

    .typology-layout-c.typology-post {
        margin: 0 0 4rem
    }

    .layout-even .typology-layout-c:last-child, .layout-odd .typology-layout-c:nth-last-of-type(-n+2) {
        margin: 0 0 4rem;
        padding-bottom: 4rem
    }

    .page.typology-single-post .entry-header {
        margin-top: 0
    }

    .section-content-c .post-letter {
        display: block;
        font-size: 18rem;
        height: 18rem !important
    }

    .section-content-c {
        padding-top: 5rem
    }

    .typology-section-related .section-content-c {
        max-width: 380px
    }

    .cover-item-container {
        height: auto
    }

    .typology-layout-c .h4 {
        font-size: 2rem !important
    }

    .typology-section-related .layout-even .typology-layout-c:last-child, .typology-section-related .layout-odd .typology-layout-c:nth-last-of-type {
        margin-bottom: 5rem
    }

    .typology-section-related .entry-header {
        margin-bottom: 0
    }

    .typology-section-related .layout-odd .typology-layout-c:nth-last-of-type(-n+2) {
        margin-bottom: 5rem
    }

    .typology-section-related .layout-odd .typology-layout-c:nth-last-of-type(-n+2):last-child {
        margin-bottom: 0
    }

    .typology-cover-slider .owl-dots {
        bottom: 10px
    }

    .typology-footer .container > .typology-footer-sidebar {
        padding: 20px
    }
}

@media (max-width: 620px) {
    .cover-letter, .typology-site-description {
        display: none
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .typology-section .section-head:first-child {
        margin-top: 0
    }

    .typology-social-icons a, body .typology-section .meks_ess a {
        height: 40px;
        line-height: 4rem;
        width: 100%;
        max-width: 100%
    }

    body .typology-section .meks_ess {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .typology-footer .container > div {
        margin-bottom: 0;
        margin-top: 2rem
    }

    .typology-footer .container > .typology-footer-sidebar {
        margin-bottom: 0;
        padding: 0
    }

    .prev-next .typology-sticky-l, .prev-next .typology-sticky-r {
        font-size: 85%;
        min-width: 190px;
        max-width: 190px
    }

    .typology-sticky-r .typology-pn-ico {
        margin-left: 1rem
    }

    .typology-sticky-l .typology-pn-ico {
        margin-right: 1rem
    }

    .section-content-c {
        padding-top: 3rem
    }

    .typology-layout-c.typology-post:last-child {
        margin: 0
    }

    .typology-post .entry-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .typology-post .entry-footer .typology-button {
        margin-right: 0;
        margin-bottom: 1.5rem
    }

    .typology-header li.typology-action-button, .typology-header li.typology-actions-button {
        width: 4rem
    }
}

@media (max-width: 480px) {
    body {
        font-size: 1.5em
    }

    .typology-header {
        max-height: 70px
    }

    .typology-section {
        width: 100%
    }

    .entry-footer .typology-button {
        width: 100%;
        min-width: auto;
        margin-right: 0
    }

    .typology-cover .typology-button:first-child {
        margin-bottom: 1rem;
        margin-right: 0
    }

    .typology-sidebar-header {
        height: 75px;
        padding: 0 40px
    }

    .typology-sidebar {
        max-width: 320px;
        padding: 100px 40px 40px
    }

    .typology-cover .typology-button {
        margin-right: 0;
        margin-left: 0;
        max-width: 200px
    }

    .cover-letter {
        font-size: 45rem !important
    }

    .typology-cover + .typology-section {
        margin-top: 0
    }

    .typology-flat .typology-section, .typology-section {
        padding: 2.8rem 8% 4rem
    }

    .typology-header .container {
        max-width: 83%
    }

    .typology-cover {
        height: 100vh
    }

    .section-title {
        padding-bottom: 3rem
    }

    .section-head {
        margin-bottom: 3rem;
        margin-top: 1rem !important
    }

    .typology-footer .container {
        padding: 0 5%
    }

    .widget, .widget:only-of-type {
        margin-bottom: 4rem
    }

    .typology-footer .widget {
        font-size: 1.2rem !important
    }

    .h1, .typology-cover .entry-title, .typology-cover h1, .typology-layout-b .entry-title, h1 {
        font-size: 2.7rem !important
    }

    .h2, h2 {
        font-size: 2.5rem !important
    }

    .h3, h3 {
        font-size: 2.3rem !important
    }

    .h4, .typology-layout-c .h4, h4 {
        font-size: 2rem !important
    }

    .h5, h5 {
        font-size: 1.8rem !important
    }

    .h6, h6 {
        font-size: 1.6rem !important
    }

    .typology-pagination {
        padding-top: 4rem;
        margin-top: 4rem
    }

    .typology-pagination .page-numbers {
        min-width: 32px;
        margin: 0 1px
    }

    .comment-content a, .comment-reply-link, .entry-content a, .logged-in-as a, .textwidget a, .typology-footer .widget a {
        padding-bottom: 2px
    }

    .alignleft, .alignright {
        margin-bottom: 2rem
    }

    .entry-header {
        margin-bottom: 1.6rem
    }

    blockquote, q {
        padding: 4rem 4rem 3rem;
        line-height: 3rem
    }

    .entry-content .typology-button-search, .widget .typology-icon-button {
        position: relative;
        top: 10px;
        right: 0;
        max-width: 100%;
        height: 100%;
        margin: 0;
        min-width: 100%
    }

    .error404 .entry-content {
        margin-top: 1rem
    }

    pre {
        margin-bottom: 2rem
    }

    .entry-content address, .entry-content dl, .entry-content ol, .entry-content ul {
        margin-bottom: 1rem
    }

    .typology-flex-center, .typology-single-sticky, .typology-sticky-content {
        height: 60px
    }

    .typology-single-sticky {
        font-size: 85%
    }

    .typology-sticky-author img {
        max-width: 30px
    }

    .sticky-author-title {
        line-height: 1.4
    }

    .typology-sticky-l .typology-pn-ico {
        margin-right: 1rem
    }

    .typology-sticky-r .typology-pn-ico {
        margin-left: 1rem
    }

    .prev-next .typology-sticky-l, .prev-next .typology-sticky-r {
        min-width: 100px;
        width: 100px;
        font-size: 85%
    }

    .typology-prev-next-nav .typology-pn-link {
        display: none
    }

    .typology-sticky-comments, .typology-sticky-comments a {
        font-size: 0
    }

    .typology-sticky-comments i {
        font-size: 2.9rem
    }

    .typology-pn-ico i {
        font-size: 2rem;
        margin-top: 6px
    }

    .section-content-c {
        max-width: 300px
    }

    .typology-cover .entry-header {
        margin-bottom: 0
    }

    .typology-cover-item {
        min-height: 100%;
        padding: 1px 0
    }

    .typology-section {
        margin-bottom: 2rem
    }

    .typology-pagination .navigation {
        min-height: 42px;
        height: auto
    }

    .typology-header .typology-main-navigation {
        display: none
    }

    .typology-responsive-menu {
        display: block !important
    }

    .typology-ad-top {
        margin-bottom: 50px
    }

    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        word-break: break-all
    }
}

@media (max-width: 320px) {
    .cover-letter {
        font-size: 37rem
    }

    .typology-sidebar-header {
        padding: 0 40px
    }

    .typology-sidebar {
        max-width: 100%;
        padding: 100px 30px 40px
    }

    .meta-item {
        font-size: 1.2rem !important
    }

    .entry-meta {
        line-height: 1.5
    }

    .typology-cover .typology-button {
        max-width: 130px;
        width: 130px
    }

    .cover-item-container {
        max-width: 70%
    }

    .entry-footer .typology-button {
        max-width: 100%
    }

    .typology-social-icons, body .typology-section .meks_ess {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .typology-social-icons a, body .typology-section .meks_ess a {
        margin-bottom: 10px
    }

    body .typology-section .meks_ess a {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 5px
    }

    .entry-tags, .mejs-container {
        margin-bottom: 1rem
    }

    .typology-author .typology-button-social {
        width: 100%
    }

    .typology-icon-social {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 1.6rem
    }

    .comment-respond .submit {
        max-width: 100%
    }

    blockquote, q {
        font-size: 1.6rem;
        line-height: 2.8rem
    }

    .typology-cover .entry-title, .typology-cover h1 {
        font-size: 2.4rem !important;
        line-height: 1.4
    }

    body {
        font-size: 1.4rem !important
    }

    p {
        margin: 0 0 2.2rem
    }

    .h1, .typology-layout-b .entry-title, h1 {
        font-size: 2.4rem !important
    }

    .h2, h2 {
        font-size: 2.2rem !important
    }

    .h3, h3 {
        font-size: 2rem !important
    }

    .h4, .typology-layout-c .h4, h4 {
        font-size: 1.8rem !important
    }

    .h5, h5 {
        font-size: 1.6rem !important
    }

    .h6, h6 {
        font-size: 1.4rem !important
    }

    .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        margin-bottom: 1.6rem
    }

    .widget, .widget:only-of-type {
        margin-bottom: 3rem
    }

    .typology-section {
        padding: 2.6rem 8% 4rem
    }

    .typology-cover .entry-footer .typology-button {
        width: 80%
    }
}

@media (max-width: 740px) and (orientation: landscape) {
    .typology-sidebar-header {
        height: 75px;
        padding: 0 30px
    }

    .typology-sidebar {
        max-width: 320px;
        padding: 100px 40px 40px
    }

    .typology-cover {
        height: auto
    }

    .typology-cover-slider .owl-dots {
        bottom: 0
    }

    .typology-cover .cover-letter {
        display: none
    }
}

.typology-header .typology-nav #menu-item-208.current-menu-parent {
    background: 0 0
}

#switcher_link, #switcher_wrap {
    position: fixed;
    z-index: 9999;
    left: 0;
    background: #FFF
}

#switcher_link {
    top: 666px;
    color: #333;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    border-radius: 0 4px 4px 0
}

#switcher_link a i {
    font-size: 2em
}

#switcher_link a {
    padding: 10px 10px 4px;
    float: left;
    color: #333;
    border: none
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

#switcher_wrap {
    top: 300px;
    padding: 15px 17px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    max-width: 227px;
    color: #232323;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#switcher_wrap.switcher_moved {
    left: -309px
}

#switcher_wrap, #switcher_wrap h3, #switcher_wrap h4, #switcher_wrap p, .buy_now, .customizer-button, .presale_question {
    direction: ltr;
    text-align: left;
    text-transform: none
}

.switcher_close {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #d6d6d6;
    line-height: 1em;
    font-size: 16px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

#switcher_link a:hover, .switcher_close:hover {
    text-decoration: none
}

.switcher_close:hover {
    color: #989898
}

#switcher_wrap label {
    line-height: 1.6em;
    -moz-user-select: none;
    user-select: none;
    color: #333;
    clear: both;
    display: block;
    margin: 0 0 15px;
    padding-top: 0;
    font-size: 11px
}

#switcher_wrap label:hover {
    cursor: pointer
}

#switcher_wrap label input {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px
}

#switcher_wrap .buy_now, #switcher_wrap h3, #switcher_wrap h4, #switcher_wrap h5, #switcher_wrap label, #switcher_wrap p, #switcher_wrap select {
    font-family: Arial, sans-serif
}

#switcher_wrap h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.6em;
    color: #232323;
    text-transform: uppercase
}

#switcher_wrap h4 {
    font-size: .875em;
    font-weight: 700;
    line-height: 1.4em;
    color: #232323;
    margin-bottom: 4px;
    text-transform: none;
    margin-top: 8px
}

#switcher_wrap p.double-margin {
    margin-bottom: 20px
}

#switcher_wrap p {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 10px;
    clear: both
}

#switcher_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.customizer-button {
    display: block;
    text-align: center;
    text-transform: uppercase;
    float: left;
    border-radius: 3px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 5px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    font-size: 11px;
    font-family: Arial, sans-serif;
    text-decoration: none
}

.customizer-button i {
    margin-right: 5px
}

.customizer-button:active, .customizer-button:focus, .customizer-button:hover {
    text-decoration: none
}

.customizer-button-orange {
    color: #660006;
    background: #ffd635
}

.customizer-button-orange:hover {
    background: #fc0
}

.customizer-button-green {
    background: #4BBB5A;
    color: #FFF
}

.customizer-button-green:hover {
    background: #43b152
}

.customizer-button-hollow {
    color: rgba(51, 51, 51, .8)
}

.customizer-button-hollow:hover {
    color: #333
}

.customizer-button-orange i {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block
}

.switcher_items li {
    margin-bottom: 5px;
    float: left;
    margin-right: 4px
}

.presale_question {
    color: #da0000;
    text-decoration: underline
}

.presale_question:hover {
    text-decoration: none
}

.fa-spin {
    -webkit-animation: spin 5s infinite linear;
    -moz-animation: spin 5s infinite linear;
    -o-animation: spin 5s infinite linear;
    animation: spin 5s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.herald-slider.owl-carousel, .owl-carousel .owl-stage-outer {
    direction: ltr
}

#switcher_wrap h5 {
    clear: both;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 5px;
    direction: ltr;
    color: #111;
    text-align: left
}

.switcher_items a {
    height: 30px;
    width: 44px;
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
    font-size: 0;
    line-height: 23px
}

.fonts a {
    background: url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../img/typology_customizer_sprite.png') 0 -1px no-repeat;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.fonts .list-item-1 a {
    background-position: -45px -1px
}

.fonts .list-item-2 a {
    background-position: -90px -1px
}

.fonts .list-item-3 a {
    background-position: -133px -1px
}

.fonts a.active, .fonts a:hover {
    border: 1px solid #999
}

.colors a, .colors a:hover {
    background: #c62641;
    border: none;
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.colors .list-item-1 a {
    background: #039be5
}

.colors .list-item-2 a {
    background: #f57c00
}

.colors .list-item-3 a {
    background: #81439c
}

.colors .list-item-4 a {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#9e1e48), color-stop(#ad1e79), color-stop(#ad1ea1), color-stop(#b226d8), to(#8224e3));
    background-image: -webkit-linear-gradient(left bottom, #9e1e48, #ad1e79, #ad1ea1, #b226d8, #8224e3);
    background-image: -o-linear-gradient(left bottom, #9e1e48, #ad1e79, #ad1ea1, #b226d8, #8224e3);
    background-image: linear-gradient(to right top, #9e1e48, #ad1e79, #ad1ea1, #b226d8, #8224e3)
}

.colors .list-item-5 a {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#006bc9), color-stop(#008ecc), color-stop(#00b0cc), color-stop(#00ccc5), to(#00b593));
    background-image: -webkit-linear-gradient(left bottom, #006bc9, #008ecc, #00b0cc, #00ccc5, #00b593);
    background-image: -o-linear-gradient(left bottom, #006bc9, #008ecc, #00b0cc, #00ccc5, #00b593);
    background-image: linear-gradient(to right top, #006bc9, #008ecc, #00b0cc, #00ccc5, #00b593)
}

.colors a:before {
    font-family: FontAwesome;
    position: relative;
    color: #FFF;
    z-index: 1000;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    height: 30px;
    padding: 4px 0;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.colors a.active:before, .colors a:hover:before {
    opacity: 1
}

.switcher_items .list-item-flat, .switcher_items .list-item-material {
    margin-right: 10px
}

.list-item-flat a, .list-item-material a {
    background: url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../img/typology_customizer_sprite.png') 0 -1px no-repeat;
    height: 60px;
    width: 70px;
    border: 1px solid #ddd;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.list-item-material a {
    background-position: -270px -1px
}

.list-item-flat a {
    background-position: -185px -1px
}

.list-item-flat a.active, .list-item-material a.active {
    border: 1px solid #999
}

@media only screen and (max-width: 1200px) {
    #switcher_link, #switcher_wrap {
        display: none
    }
}

@media only screen and (max-width: 1919px) {
    #switcher_link {
        top: initial;
        bottom: 60px
    }

    #switcher_wrap {
        top: initial;
        bottom: 50px
    }
}

.customizer-button-hollow {
    border: 1px solid rgba(51, 51, 51, .3);
    line-height: 28px
}

body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
    text-align: center;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .price {
    padding: 10px;
}

.woocommerce ul.products li.product .price {
    margin: 0;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 15px;
}

.woocommerce h1.page-title {
    font-size: 2.6rem;
    line-height: 1.308;
}

body.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.herald-woo-mod-right {
    float: right;
}

.woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after, .woocommerce ul.products li.product .added_to_cart:after, .return-to-shop .button.wc-backward:before, .woocommerce .widget_shopping_cart_content .buttons .button:after, body.woocommerce #content div.product form.cart .variations .reset_variations:before, .wcmenucart .fa {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 30px;
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart {
    height: 24px;
    border: none;
    border-radius: 0;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 8px 15px;
    min-width: 115px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.woocommerce .widget_shopping_cart_content .buttons .button {
    height: 35px;
    line-height: 8px;
}

body.woocommerce .button, body.woocommerce-page .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #review_form #respond .form-submit input {
    height: 40px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 14px 20px;
    text-transform: uppercase;
    min-width: 115px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .added_to_cart:hover, body.woocommerce #content div.product form.cart .button:hover, body.woocommerce .button:hover, body.woocommerce-page .button:hover, .woocommerce a.button.alt:hover, .woocommerce-checkout #place_order:hover, .woocommerce .widget_shopping_cart_content .buttons .button:hover, .woocommerce #review_form #respond .form-submit input:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
}

.woocommerce a.button.alt, .woocommerce form.checkout_coupon a.button {
    border: 1px solid transparent;
}

.price, .amount {
    color: #77a464;
}

.woocommerce del {
    opacity: .5;
}

.woocommerce ins {
    text-decoration: none;
}

.woocommerce select {
    border-radius: 2px;
}

.woocommerce p.stars a, .woocommerce .star-rating {
    font-size: 14px;
    color: #F9CA63;
}

.woocommerce .star-rating:before {
    color: #dedede;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 10px 4px 0 0;
}

.quantity.buttons_added input {
    -webkit-appearance: none !important
}

.quantity.buttons_added {
    position: relative;
    overflow: hidden;
    zoom: 1;
    border: 1px solid #e4e4e4;
    float: left;
}

.quantity.buttons_added input[type=number] {
    float: left;
    height: 24px;
    line-height: 24px;
    -moz-appearance: textfield;
}

.quantity.buttons_added .minus, .quantity.buttons_added .plus, .quantity.buttons_added .qty {
    display: block;
    float: left;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 0.923em;
    color: #777;
    cursor: pointer;
    outline: none;
}

.quantity.buttons_added .minus, .quantity.buttons_added .qty {
    border-right: 1px solid #e4e4e4
}

.quantity.buttons_added .plus, .quantity.buttons_added .minus {
    background: #f7f7f7
}

.quantity.buttons_added .minus:hover, .quantity.buttons_added .plus:hover {
    background: #f5f5f5;
    color: #000;
}

.quantity.buttons_added input::-webkit-outer-spin-button, .quantity.buttons_added input::-webkit-inner-spin-button {
    display: none
}

.col2-set:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.woocommerce-checkout #payment ul.payment_methods, .woocommerce table.shop_table, .woocommerce table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce .order_details, .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals h2, .woocommerce .cart-collaterals h2, .woocommerce ul.order_details, .woocommerce .shop_table.order_details tfoot th, .woocommerce .shop_table.customer_details th, .woocommerce-checkout #payment ul.payment_methods, .woocommerce .col2-set.addresses .col-1, .woocommerce .col2-set.addresses .col-2, .select2-container .select2-choice {
    border-color: rgba(0, 0, 0, 0.1);
}

.entry-content div.select2-container .select2-choice {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce ul.products li.product .added_to_cart {
    color: #FFF;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce ul.products li.product .added_to_cart:hover {
    color: #FFF;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    opacity: 1;
    padding-right: 1em;
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
    font-family: "FontAwesome";
    content: "\f021";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: inherit;
    top: auto;
    right: auto;
    margin-left: .53em;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    display: inline-block;
    color: inherit;
    opacity: 1;
}

.woocommerce ul.products li.product .added_to_cart:after {
    font-family: "FontAwesome";
    content: "\f07a";
    margin-left: .53em;
    font-size: 1.1em;
}

.woocommerce #respond input#submit.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #fff;
    -webkit-font-smoothing: inherit;
    font-weight: normal;
}

.woocommerce button.disabled, .woocommerce button.alt:disabled {
    background: #4a97c2 !important;
}

.return-to-shop .button.wc-backward:before {
    font-family: "FontAwesome";
    content: "\f053";
    margin-right: 8px;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 10px 30px 0;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    float: right;
    margin-bottom: 10px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border-radius: 4px;
    padding: 6px;
    font-size: 12px;
    height: 30px;
}

.woocommerce .woocommerce-result-count {
    display: block;
    float: left;
    margin: 11px 10px 10px 0;
    font-size: 12px;
}

.woocommerce .woocommerce-result-count span.strong {
    font-weight: bold;
    font-weight: 600;
}

.woocommerce .woocommerce-ordering .orderby, .woocommerce .woocommerce-ordering .orderby span {
    width: auto !important
}

.woocommerce nav.woocommerce-pagination ul {
    display: block;
    border: none;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    display: block;
    border-right: none;
    margin: 0 4px 4px 0;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: #f7f7f7;
    border-left: 1px solid rgba(0, 0, 0, 0.01);
    border-right: 1px solid rgba(0, 0, 0, 0.01);
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
    padding: 15px 15px 15px 40px !important;
    font-size: 14px;
    border-top: none;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    top: 15px;
    left: 15px;
}

.woocommerce .woocommerce-error:before {
    font-family: "FontAwesome";
    content: "\f071";
}

.woocommerce .woocommerce-message:before {
    font-family: "FontAwesome";
    content: "\f00c"
}

.woocommerce .woocommerce-info:before {
    font-family: "FontAwesome";
    content: "\f05a";
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    margin: 0;
    width: 110px;
}

.woocommerce-pagination {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 40px;
    margin: 0 4px;
    font-size: 1.1rem;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    background: transparent;
}

.woocommerce ul.products {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.woocommerce .products .product-inner {
    position: relative;
    text-align: center;
}

.woocommerce ul.products li.product a img.woo-entry-image-main {
    display: block;
    margin: 0 auto 20px;
}

.woo-product-entry-slider {
    margin-bottom: 20px;
}

.woo-product-entry-slider .sp-arrow {
    height: 40px;
    width: 25px;
    line-height: 40px;
    background: rgba(0, 0, 0, .3);
}

.woo-product-entry-slider .sp-arrow:hover {
    background: rgba(0, 0, 0, 1);
}

.woo-product-entry-slider.wpex-slider .sp-buttons {
    left: auto;
    right: 0;
    top: 0;
    padding: 10px;
}

.woocommerce ul.products li.product h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.woocommerce span.onsale {
    z-index: 9;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    text-align: center;
    top: 15px;
    left: 15px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    border-radius: 15px;
    -webkit-font-smoothing: inherit;
}

.woocommerce ul.products li.product .onsale {
    top: 10px;
    right: 10px;
    margin: 0;
    border-radius: 0;
    font-size: 11px;
}

.woocommerce ul.products li.product.outofstock .onsale {
    display: none;
}

.woocommerce ul.products li.product.outofstock .outofstock-badge {
    z-index: 9;
    color: #fff;
    font-size: 0.923em;
    padding: .6em .8em;
    line-height: 1;
    font-weight: normal;
    position: absolute;
    text-align: center;
    top: 15px;
    left: 15px;
    margin: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
}

.woocommerce ul.products li.product .star-rating {
    font-size: 12px;
    display: inline-block;
    margin: 5px 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 0;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
}

.woocommerce ul.products li.product .price del {
    font-size: 12px;
    position: absolute;
    top: 130px;
    right: 11px;
    opacity: 1;
}

.woocommerce ul.products li.product .price del .amount {
    background: #e53935;
    color: #fff;
    padding: 4px 7px;
    border-radius: 0;
    font-size: 11px;
}

.woocommerce ul.products li.product .price ins {
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
}

.woocommerce ul.products li.product .price del .amount {
    font-weight: normal;
    text-decoration: line-through;
}

.woocommerce ul.products li.product .button {
    margin: 5px auto 15px;
    display: inline-block;
    float: none;
}

.woocommerce ul.products li.product .added_to_cart {
    margin: 5px auto 15px;
}

.woocommerce ul.products li.product .button.added {
    display: none !important;
}

.woocommerce-cart .woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 20px 0 0px;
    padding: 0;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    bottom: 1px;
}

.woocommerce #reviews #comments ol.commentlist li {
    list-style: none;
}

body.woocommerce #content div.product .product_title {
    margin: 0;
}

body.woocommerce #content div.product div.images {
    float: left;
    width: 52%;
    margin-bottom: 0;
}

.product-variation-thumbs {
    margin: 0 -3px;
}

.product-variation-thumbs a {
    display: block;
    float: left;
    cursor: pointer;
    height: auto;
    width: 20%;
    padding: 3px;
    margin: 0;
}

body.woocommerce #content div.product div.summary {
    float: right;
    width: 44%;
    margin-bottom: 2em;
}

body.woocommerce #content div.product form.cart {
    padding: 0 0 20px;
    margin: 0;
}

body.woocommerce #content div.product div.summary .price {
    font-size: 24px;
}

body.woocommerce #content div.product div.summary ins, body.woocommerce #content div.product div.summary del {
    display: inline;
}

body.woocommerce #content div.product div.summary ins {
    text-decoration: none;
}

body.woocommerce #content div.product div.summary del {
    font-size: 0.667em;
    margin-right: 5px;
}

body.woocommerce #content div.product p.price ins, body.woocommerce #content div.product span.price ins {
    font-weight: normal;
}

.woocommerce .woocommerce-review-link {
    font-size: 14px;
}

body.woocommerce #content div.product .woocommerce-product-rating {
    margin: 0 0 10px;
}

body.woocommerce #content div.product form.cart .variations select {
    width: 50%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2.25em;
    margin: 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin: 0;
}

bodybody.woocommerce #content div.product form.cart .variations .reset_variations {
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 6px 20px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-color: rgba(68, 68, 68, 0.2);
    margin: 0 0 0 10px;
}

bodybody.woocommerce #content div.product form.cart .variations .reset_variations:hover {
    color: red;
    border: 1px solid red;
}

body.woocommerce #content div.product div.summary .single_add_to_cart_button {
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 30px;
    font-size: 12px;
    text-transform: uppercase;
}

body.woocommerce #content div.product div.summary .single_add_to_cart_button .fa {
    margin-left: 8px;
}

body.woocommerce #content div.product form.cart div.quantity {
    float: left;
    margin-right: 10px
}

body.woocommerce #content div.product form.cart div.quantity .minus, body.woocommerce #content div.product form.cart div.quantity .plus, body.woocommerce #content div.product form.cart div.quantity .qty {
    height: 35px;
    line-height: 34px;
    width: 34px;
    -moz-appearance: textfield;
    padding: 0;
}

body.woocommerce #content div.product form.cart div.quantity .qty {
    width: 55px;
    border-radius: 4px;
    height: 35px;
}

body.woocommerce #content div.product form.cart .variations label {
    color: #000;
    font-weight: bold;
    font-weight: 600;
}

body.woocommerce #content div.product form.cart .variations td.label {
    padding: 0 0 10px;
    width: 20%;
}

body.woocommerce #content div.product form.cart .variations td.value {
    padding: 0 0 10px;
}

body.woocommerce #content div.product form.cart .variations .reset_variations {
    display: block;
    float: left;
    margin-top: 10px;
    font-size: 0.923em;
    color: #989898;
    font-weight: normal;
    border: 2px solid #ededed;
    padding: 3px 10px;
    border-radius: 3px;
    text-decoration: none;
}

body.woocommerce #content div.product form.cart .variations .reset_variations:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f00d";
    margin-right: 5px;
}

body.woocommerce #content div.product form.cart .variations .reset_variations:hover:before {
    color: red;
}

.single_variation {
    display: block;
    float: left;
    margin-bottom: 10px;
}

.variations_button {
    clear: both;
}

.product_meta {
    clear: both;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.product_meta span {
    display: block
}

.sku_wrapper {
    font-weight: bold;
    font-weight: 600;
}

.sku_wrapper span {
    display: inline;
    font-weight: 400;
}

.product_meta .posted_in a, .product_meta .tagged_as a {
    font-size: 12px;
    margin: 0 3px 0;
    vertical-align: middle;
}

.product_meta span.sku {
    display: inline
}

.product_meta .posted_in a:hover, .product_meta .tagged_as a:hover {
    text-decoration: underline;
}

body.woocommerce #content div.product .woocommerce-tabs {
    padding-top: 20px;
    clear: both;
}

body.woocommerce #content div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    height: 41px;
    overflow: visible;
}

body.woocommerce #content div.product .woocommerce-tabs ul.tabs:before {
    display: none;
}

body.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 0;
    margin: 0 20px 0 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
}

body.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, body.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

body.woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    margin: -1px 0 0 0;
    padding: 0;
    background: none;
    font-weight: normal;
}

body.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
}

body.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 2;
    background: none;
}

body.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: bold;
    font-weight: 600;
    position: relative;
    margin-bottom: -1px;
}

.woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
}

.woocommerce-tabs .panel h2, .woocommerce .related h2 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 30px;
}

.woocommerce table.shop_attributes th {
    font-weight: 600;
}

.woocommerce.single-product .social-share-title.theme-heading span.text:after {
    display: none;
}

.woocommerce #reviews h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    float: none;
}

#reviews #commentform label {
    margin: 0 0 10px;
}

.woocommerce #review_form #respond p {
    padding: 0;
    margin: 0 0 5px;
    clear: both;
}

.woocommerce #review_form #respond p.form-submit {
    clear: both;
    display: block;
    margin: 20px 0 0 0;
    float: left;
}

#reviews .comment-form-author input, #reviews .comment-form-email input {
    width: 100%;
}

.woocommerce #reviews #commentform p.stars a {
    border-color: rgba(0, 0, 0, 0.01);
}

.woocommerce .comment-form-rating {
    float: left;
}

.woocommerce #review_form #respond p.comment-form-author {
    margin-right: 15px;
}

.woocommerce #review_form #respond p.stars a {
    font-size: 22px;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 25px 0 -25px;
    position: relative;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    border-bottom: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.woocommerce #reviews #comments ol.commentlist li .description p:last-child {
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: 0;
    margin: 0 0 0 80px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 50%;
    margin: 0 0 10px;
    width: 60px;
    height: 60px;
    padding: 0;
    background: transparent;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-weight: bold;
    font-weight: 600;
}

.woocommerce #review_form_wrapper {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.woocommerce #review_form #respond {
    width: 100%;
}

.woocommerce #reviews #comment {
    height: 150px;
}

.woocommerce .comment-reply-title {
    clear: both;
    text-align: center;
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 8rem;
    position: relative;
    padding-bottom: 4rem;
}

.woocommerce .comment-reply-title:after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.woocommerce .comment-reply-title {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 2rem 0 0;
}

.woocommerce .term-description {
    margin-bottom: 40px
}

.woocommerce .term-description p:last-child {
    margin-bottom: 0
}

.woocommerce ul.products li.product-category a img {
    margin-bottom: 20px;
}

.woocommerce ul.products li.product h3 {
    margin: 0;
    padding: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-weight: bold;
    font-weight: 600;
    font-size: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    float: left;
    padding: 0;
    height: 24px;
    line-height: 24px;
    text-align: left;
    margin: 7px 0 0 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
}

.woocommerce ul.product_list_widget {
    margin: 0 !important;
    padding: 0;
}

.widget_shopping_cart ul.product_list_widget {
    padding: 0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: normal;
}

.woocommerce ul.product_list_widget li .remove {
    display: none;
}

.woocommerce ul.product_list_widget li, .woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    min-height: 60px;
}

.woocommerce.widget_shopping_cart .cart_list li:last-child {
    padding: 0;
    margin: 0;
}

.woocommerce ul.product_list_widget li.empty {
    min-height: 0;
    margin: 0;
    border: none;
    padding: 10px 0 0;
    text-align: center;
}

.woocommerce ul.product_list_widget li img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 15px 0 0;
}

.woocommerce ul.product_list_widget li img:hover, .woocommerce ul.products li.product a img:hover {
    opacity: 0.8;
}

.woocommerce ul.product_list_widget li .quantity {
    display: block;
    margin: 5px 0 0;
    line-height: 1em;
}

.woocommerce ul.product_list_widget li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce .widget_shopping_cart_content .buttons {
    margin: 0;
    padding-top: 10px;
}

.woocommerce .widget_shopping_cart_content .buttons .button {
    float: left;
    width: 47%;
    text-align: center;
    color: #FFF;
}

.woocommerce .widget_shopping_cart_content .buttons .checkout {
    float: right;
}

.woocommerce .widget_shopping_cart_content .buttons .wc-forward:after, .woocommerce .widget_shopping_cart_content .buttons .checkout:after {
    font-family: "FontAwesome";
    margin-left: 8px;
}

.woocommerce .widget_shopping_cart_content .buttons .wc-forward:after {
    content: "\f07a"
}

.woocommerce .widget_shopping_cart_content .buttons .checkout:after {
    content: "\f054"
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    display: block;
    margin: 5px 0;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    display: none;
}

.woocommerce-product-search label {
    display: none;
}

.woocommerce-product-search {
    position: relative;
}

.woocommerce-product-search input[type="search"] {
    height: 40px;
    font-size: 14px;
    width: 100%;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 0 0 2px;
}

.woocommerce-product-search input[type="submit"] {
    position: absolute;
    top: 0;
    border-radius: 0;
    right: 0;
    height: 39px;
    width: 80px;
    min-width: 80px;
}

.woocommerce .woocommerce-breadcrumb {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 12px;
}

.widget_product_categories .product-categories li a {
    float: left;
}

.widget_product_categories .product-categories > li:first-child {
    padding-top: 0;
}

.widget_product_categories .product-categories > li {
    padding: 10px 0;
}

.widget_product_categories .product-categories li {
    margin: 0;
    text-align: right;
    display: table;
    width: 100%;
}

.widget_product_categories .product-categories > li > .children {
    margin-bottom: -10px;
    display: block;
    clear: both;
    padding-top: 10px;
}

.widget_product_categories .product-categories .children li {
    margin: 0;
    padding: 10px 0;
    border-bottom: none;
}

.widget_product_categories .product-categories li:last-child a {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_product_categories .product-categories li:last-child {
    border-bottom: none;
}

.widget_product_categories .product-categories .children li a {
    margin-left: 20px;
}

.widget_product_categories .product-categories li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.widget_product_categories .product-categories li > a:hover {
    padding-left: 5px;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 10px;
}

.woocommerce table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-bottom: none;
}

.woocommerce-cart .cart_item td:last-child, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    border-right: none;
}

.shop_table a, .shop_table a:hover {
    border-bottom: none;
    padding-bottom: 0;
}

.woocommerce .quantity .qty {
    height: 40px;
    padding: 5px;
    width: 50px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table {
    border-collapse: collapse;
    margin: 0 0 40px;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce table.shop_table thead {
    background: rgba(0, 0, 0, 0.01);
}

.woocommerce table.shop_table thead th {
    font-weight: bold;
    font-weight: 600;
}

.woocommerce table.shop_table th {
    border: none;
}

.woocommerce table.shop_table .product-remove {
    text-align: center;
}

.woocommerce table.shop_table a.remove {
    display: inline;
    display: inline-block;
    background: no-repeat;
}

.woocommerce table.shop_table a.remove:hover {
    color: red !important;
}

.woocommerce td.product-name dl.variation dt {
    font-weight: bold;
    font-weight: 600;
}

.woocommerce-cart table.cart td.actions input {
    border: 1px solid transparent;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    line-height: 32px;
    padding: 0 .8em;
    margin: 0 8px 0 0;
}

.woocommerce-cart table.cart td.actions input[name="update_cart"] {
    float: right;
}

.woocommerce-cart table.cart td.actions .coupon {
    float: left;
}

.woocommerce-cart table.cart td.actions .coupon label {
    display: none;
}

.woocommerce input.button:disabled[disabled]:hover {
    box-shadow: 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;
    padding: 0 20px;
    border-width: 1px;
    border-style: solid;
}

.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%;
    padding: 0 20px 20px;
    border-width: 1px;
    border-style: solid;
}

.woocommerce .cart-collaterals h2 {
    border-bottom: 1px solid #eee;
    margin: 0 -20px 20px;
    padding: 10px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
}

.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: 140px;
}

.woocommerce .cart-collaterals .products .product {
    margin-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
    border-top: none;
}

.woocommerce form .form-row {
    padding: 3px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    font-weight: bold;
    font-weight: 600;
    color: #444;
    border-bottom: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 30%;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce table.shop_table tbody:first-child tr:first-child td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .button[name="calc_shipping"] {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-color: transparent;
    margin: 20px 0;
    padding: 0;
    border-radius: 0;
}

.woocommerce form.checkout_coupon .form-row-first {
    width: 68%;
    float: left;
}

.woocommerce form.checkout_coupon .form-row-last {
    width: 30%;
    float: right;
}

.woocommerce form.checkout_coupon p {
    margin: 0;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
}

.woocommerce .woocommerce-checkout #customer_details h3, .woocommerce #order_review_heading {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.woocommerce .woocommerce-checkout #customer_details p.form-row label {
    margin: 0 0 5px;
    display: inline-block;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
}

.woocommerce-checkout-payment {
    width: 100%;
}

.woocommerce table.shop_table tfoot td {
    font-weight: normal;
}

.woocommerce-checkout-review-order-table tfoot th {
    border-right: 1px solid rgba(0, 0, 0, 0.01);
    background: rgba(0, 0, 0, 0.05);
}

.woocommerce-checkout #payment {
    border: 1px solid #eee;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 0;
}

.woocommerce-checkout #place_order {
    width: 100%;
    padding: 0.9em;
}

.woocommerce-checkout .form-row.place-order {
    margin: 0;
}

.woocommerce-page form #order_comments {
    height: 200px;
    resize: vertical;
}

.woocommerce-page #payment #place_order {
    width: 100%;
    max-width: 300px;
    text-transform: uppercase;
    float: none;
    display: inline-block
}

.woocommerce-checkout #payment div.form-row {
    text-align: center;
}

.woocommerce-checkout #payment ul.payment_methods li {
    text-align: left;
    margin: 0 0 10px;
    list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 3em;
}

.woocommerce form .form-row .required {
    text-decoration: none;
}

.woocommerce #order_review_heading {
    margin-bottom: 30px;
    margin-top: 20px;
}

.showcoupon {
    text-decoration: underline;
}

#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 5px 0 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    font-size: 1.1rem;
    margin-left: 20px;
    line-height: 27px;
}

.woocommerce ul.order_details {
    border: 1px solid rgba(0, 0, 0, 0.01);
    padding: 20px;
    margin: 0 0 20px;
    background: #f7f7f7;
}

.woocommerce ul.order_details li {
    border-color: rgba(0, 0, 0, 0.01);
}

.product-quantity {
    font-weight: normal;
}

.woocommerce .shop_table.order_details tfoot th, .woocommerce .shop_table.customer_details th {
    border-right: 1px solid rgba(0, 0, 0, 0.01);
    background: #f7f7f7;
    font-weight: bold;
    font-weight: 600;
    color: #444;
}

.woocommerce .col2-set.addresses {
    text-align: center;
}

.woocommerce .col2-set.addresses h3 {
    margin: 0 0 10px;
}

.woocommerce address {
    margin: 0;
}

.woocommerce .col2-set.addresses .col-1, .woocommerce .col2-set.addresses .col-2 {
    float: left;
    width: 48%;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .col2-set.addresses .col-2 {
    float: right;
}

.woocommerce-account .addresses .title h3 {
    font-size: 20px;
    line-height: 30px;
}

.woocommerce-account address {
    text-align: left;
}

.woocommerce form .form-row .select2-container {
    line-height: 40px;
}

.woocommerce .order_details li {
    font-size: 14px;
    margin-bottom: 20px;
}

.woocommerce .order_details li:last-child {
    margin-bottom: 0;
}

.woocommerce address {
    background: #f7f7f7;
    padding: 20px;
}

p.myaccount_user {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.01);
}

.woocommerce table.my_account_orders {
    font-size: 0.923em;
}

.woocommerce .order-info mark {
    background: none;
    color: #444;
    font-weight: bold;
    font-weight: 600;
    text-decoration: underline;
}

.my_account_orders .button.view {
    padding: 0.5em 0.95em;
}

#current-shop-items-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 10000;
    padding: 10px 20px 20px;
    border-top: 3px solid #3b86b0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    max-height: 350px;
    width: 260px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

#current-shop-items-dropdown.show {
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.boxed-main-layout #current-shop-items-dropdown {
    right: 30px
}

#current-shop-items-dropdown .widgettitle {
    display: none !important
}

#current-shop-items-dropdown li:first-child {
    border-top: none;
}

#current-shop-items-overlay {
    display: none;
    top: 120px;
    background: #fff;
    margin: 0;
    padding: 25px;
    overflow: hidden;
    border-radius: 4px;
    width: 400px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

#current-shop-items-overlay .widgettitle {
    display: none !important;
}

#current-shop-items-overlay li.empty {
    padding: 0;
    color: #000;
    font-weight: bold;
    font-weight: 600;
    border: none;
}

.navbar-style-two .dropdown-menu {
    width: 100%
}

.navbar-style-two li.woo-menu-icon {
    float: right
}

.navbar-style-two li.woo-menu-icon {
    border-left: 1px solid rgba(0, 0, 0, 0.01)
}

body.woocommerce #content div.product .product_title {
    width: auto;
}

.upsells.products h2 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 30px;
}

.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding: 0 1.5em;
    color: #FFF;
}

.cross-sells ul.products {
    border-top: none;
    padding: 0 0 20px;
}

.woocommerce .gridlove-content, .woocommerce-page .gridlove-content {
    max-width: 880px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 2px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 2px -2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 4rem;
    width: 100%;
}

.my_account_orders .button.view {
    padding: 14px 20px;
}

.entry-content .woocommerce-LoopProduct-link, .entry-content .woocommerce-LoopProduct-link:hover {
    border-bottom: none;
}

.select2-container {
    z-index: 9001;
}

@media (max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product, .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-ordering .orderby, .woocommerce .woocommerce-ordering .orderby span {
        width: 100% !important;
    }

    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        margin-bottom: 30px;
    }

    .woocommerce-checkout #payment ul.payment_methods {
        padding: 10px;
    }
}

.mks_ads_widget .small li, .mks_ads_widget ul.custom li, .mks_adswidget_ul.small li, .mks_adswidget_ul.custom li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0;
}

.mks_ads_widget ul.large img, .mks_adswidget_ul.large img {
    width: 300px;
    height: 250px;
}

.mks_ads_widget ul.small img, .mks_adswidget_ul.small img {
    width: 125px;
    height: 125px;
}

.mks_ads_widget ul li a {
    padding: 0;
    margin: 0;
}

.mks_adswidget_ul li img {
    width: auto;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;'
}

.widget_mks_widget_hidden {
    display: none;
}

.widget_mks_widget_hidden {
    background: red;
    color: #FFF;
}

.meks-instagram-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: stretch;
}

.meks-instagram-widget a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 0;
    border: none;
    outline: 0;
    margin: 0;
    padding: 0;
}

.meks-instagram-widget a img {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0;
    margin: 0;
    padding: 0;
}

.meks-instagram-follow-link {
    display: block;
    margin: 20px 0 0 0;
}

.meks-instagram-follow-link a {
    width: 100%;
}

.mks_ig_likes {
    font-size: 11px;
    display: block;
    opacity: .8;
    margin-bottom: 5px;
}

ul.flickr {
    list-style-type: none;
    padding: 0;
}

ul.flickr li, .widget ul.flickr li {
    width: auto;
    float: left;
    margin: 10px 10px 0 0;
}

ul.flickr a {
    display: block;
}

ul.flickr img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

ul.flickr a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.clear {
    clear: both;
}

.mks_author_widget img {
    float: left;
    margin: 0 20px 0 0;
}

.mks_author_widget .mks_autor_link_wrap {
    margin: 0;
    padding: 0;
}

.mks-co-authors-wrapper {
    margin-bottom: 30px;
}

.mks-co-authors-wrapper:last-child {
    margin-bottom: 0;
}

.wp-block-legacy-widget__edit-preview .mks_author_widget > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.howto {
    font-size: 12px;
}

.widget-inside ul {
    padding: 0 !important;
    margin: 5px 0 !important;
}

.widget-inside ul li::marker {
    content: none !important;
}

@font-face {
    font-family: "socicon";
    src: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.eot');
    src: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.eot?#iefix') format("embedded-opentype"), url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.woff') format("woff"), url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.ttf') format("truetype"), url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.svg#socicon') format("svg");
    font-weight: normal;
    font-style: normal;
}

ul.mks_social_widget_ul li a:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.mks_social_widget_ul li:before, ul.mks_social_widget_ul li:after {
    display: none;
}

ul.mks_social_widget_ul li a {
    background: none;
    display: block;
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 5px;
    font-size: 0px;
    margin-bottom: 5px;
    position: relative;
    border: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: normal;
}

ul.mks_social_widget_ul li a span {
    margin: 0;
    padding: 0;
    font-size: 0px;
}

ul.mks_social_widget_ul li a:before {
    color: #FFF;
}

ul.mks_social_widget_ul li a.soc_rounded {
    border-radius: 20%;
}

ul.mks_social_widget_ul li a.soc_circle {
    border-radius: 50%;
}

ul.mks_social_widget_ul li:hover a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

ul.mks_social_widget_ul li {
    display: inline-block;
    vertical-align: top;
    border: none !important;
    padding: 0;
}

ul.mks_social_widget_ul .socicon-aim {
    background-color: #e95a00;
}

ul.mks_social_widget_ul .socicon-evernote {
    background-color: #77ba2f;
}

ul.mks_social_widget_ul .socicon-cargo {
    background-color: #00c462;
}

ul.mks_social_widget_ul .socicon-icloud {
    background-color: #fb913f;
}

ul.mks_social_widget_ul .socicon-picasa {
    background-color: #444;
}

ul.mks_social_widget_ul .socicon-posterous {
    background-color: #f9d560;
}

ul.mks_social_widget_ul .socicon-tencent {
    background-color: #389FDA;
}

ul.mks_social_widget_ul .socicon-me2day {
    background-color: #4e28ac;
}

ul.mks_social_widget_ul .socicon-aim {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/aim_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-cargo {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/cargo_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-evernote {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/evernote_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-icloud {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/icloud_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-picasa {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/picasa_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-posterous {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/posterous_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-tencent {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/tencent_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-me2day {
    background-image: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/me2day_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-500px {
    background: #58a9de;
}

ul.mks_social_widget_ul .socicon-500px:before {
    content: "\e000"
}

ul.mks_social_widget_ul .socicon-8tracks {
    background: #122c4b;
}

ul.mks_social_widget_ul .socicon-8tracks:before {
    content: "\e001"
}

ul.mks_social_widget_ul .socicon-airbnb {
    background: #ff5a5f;
}

ul.mks_social_widget_ul .socicon-airbnb:before {
    content: "\e002"
}

ul.mks_social_widget_ul .socicon-alliance {
    background: #144587;
}

ul.mks_social_widget_ul .socicon-alliance:before {
    content: "\e003"
}

ul.mks_social_widget_ul .socicon-amazon {
    background: #ff9900;
}

ul.mks_social_widget_ul .socicon-amazon:before {
    content: "\e004"
}

ul.mks_social_widget_ul .socicon-amplement {
    background: #0996c3;
}

ul.mks_social_widget_ul .socicon-amplement:before {
    content: "\e005"
}

ul.mks_social_widget_ul .socicon-android {
    background: #8ec047;
}

ul.mks_social_widget_ul .socicon-android:before {
    content: "\e006"
}

ul.mks_social_widget_ul .socicon-angellist {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-angellist:before {
    content: "\e007"
}

ul.mks_social_widget_ul .socicon-apple {
    background: #B9BFC1;
}

ul.mks_social_widget_ul .socicon-apple:before {
    content: "\e008"
}

ul.mks_social_widget_ul .socicon-appnet {
    background: #494949;
}

ul.mks_social_widget_ul .socicon-appnet:before {
    content: "\e009"
}

ul.mks_social_widget_ul .socicon-baidu {
    background: #2629d9;
}

ul.mks_social_widget_ul .socicon-baidu:before {
    content: "\e00a"
}

ul.mks_social_widget_ul .socicon-bandcamp {
    background: #619aa9;
}

ul.mks_social_widget_ul .socicon-bandcamp:before {
    content: "\e00b"
}

ul.mks_social_widget_ul .socicon-battlenet {
    background: #0096CD;
}

ul.mks_social_widget_ul .socicon-battlenet:before {
    content: "\e00c"
}

ul.mks_social_widget_ul .socicon-mixer {
    background: #1FBAED;
}

ul.mks_social_widget_ul .socicon-mixer:before {
    content: "\e00d"
}

ul.mks_social_widget_ul .socicon-bebee {
    background: #f28f16;
}

ul.mks_social_widget_ul .socicon-bebee:before {
    content: "\e00e"
}

ul.mks_social_widget_ul .socicon-bebo {
    background: #EF1011;
}

ul.mks_social_widget_ul .socicon-bebo:before {
    content: "\e00f"
}

ul.mks_social_widget_ul .socicon-behance {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-behance:before {
    content: "\e010"
}

ul.mks_social_widget_ul .socicon-blizzard {
    background: #01B2F1;
}

ul.mks_social_widget_ul .socicon-blizzard:before {
    content: "\e011"
}

ul.mks_social_widget_ul .socicon-blogger {
    background: #ec661c;
}

ul.mks_social_widget_ul .socicon-blogger:before {
    content: "\e012"
}

ul.mks_social_widget_ul .socicon-buffer {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-buffer:before {
    content: "\e013"
}

ul.mks_social_widget_ul .socicon-chrome {
    background: #757575;
}

ul.mks_social_widget_ul .socicon-chrome:before {
    content: "\e014"
}

ul.mks_social_widget_ul .socicon-coderwall {
    background: #3E8DCC;
}

ul.mks_social_widget_ul .socicon-coderwall:before {
    content: "\e015"
}

ul.mks_social_widget_ul .socicon-curse {
    background: #f26522;
}

ul.mks_social_widget_ul .socicon-curse:before {
    content: "\e016"
}

ul.mks_social_widget_ul .socicon-dailymotion {
    background: #004e72;
}

ul.mks_social_widget_ul .socicon-dailymotion:before {
    content: "\e017"
}

ul.mks_social_widget_ul .socicon-deezer {
    background: #32323d;
}

ul.mks_social_widget_ul .socicon-deezer:before {
    content: "\e018"
}

ul.mks_social_widget_ul .socicon-delicious {
    background: #020202;
}

ul.mks_social_widget_ul .socicon-delicious:before {
    content: "\e019"
}

ul.mks_social_widget_ul .socicon-deviantart {
    background: #c5d200;
}

ul.mks_social_widget_ul .socicon-deviantart:before {
    content: "\e01a"
}

ul.mks_social_widget_ul .socicon-diablo {
    background: #8B1209;
}

ul.mks_social_widget_ul .socicon-diablo:before {
    content: "\e01b"
}

ul.mks_social_widget_ul .socicon-digg {
    background: #1d1d1b;
}

ul.mks_social_widget_ul .socicon-digg:before {
    content: "\e01c"
}

ul.mks_social_widget_ul .socicon-discord {
    background: #7289da;
}

ul.mks_social_widget_ul .socicon-discord:before {
    content: "\e01d"
}

ul.mks_social_widget_ul .socicon-disqus {
    background: #2e9fff;
}

ul.mks_social_widget_ul .socicon-disqus:before {
    content: "\e01e"
}

ul.mks_social_widget_ul .socicon-douban {
    background: #3ca353;
}

ul.mks_social_widget_ul .socicon-douban:before {
    content: "\e01f"
}

ul.mks_social_widget_ul .socicon-draugiem {
    background: #ffa32b;
}

ul.mks_social_widget_ul .socicon-draugiem:before {
    content: "\e020"
}

ul.mks_social_widget_ul .socicon-dribbble {
    background: #e84d88;
}

ul.mks_social_widget_ul .socicon-dribbble:before {
    content: "\e021"
}

ul.mks_social_widget_ul .socicon-drupal {
    background: #00598e;
}

ul.mks_social_widget_ul .socicon-drupal:before {
    content: "\e022"
}

ul.mks_social_widget_ul .socicon-ebay {
    background: #333333;
}

ul.mks_social_widget_ul .socicon-ebay:before {
    content: "\e023"
}

ul.mks_social_widget_ul .socicon-ello {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-ello:before {
    content: "\e024"
}

ul.mks_social_widget_ul .socicon-endomondo {
    background: #86ad00;
}

ul.mks_social_widget_ul .socicon-endomondo:before {
    content: "\e025"
}

ul.mks_social_widget_ul .socicon-envato {
    background: #597c3a;
}

ul.mks_social_widget_ul .socicon-envato:before {
    content: "\e026"
}

ul.mks_social_widget_ul .socicon-etsy {
    background: #F56400;
}

ul.mks_social_widget_ul .socicon-etsy:before {
    content: "\e027"
}

ul.mks_social_widget_ul .socicon-facebook {
    background: #3e5b98;
}

ul.mks_social_widget_ul .socicon-facebook:before {
    content: "\e028"
}

ul.mks_social_widget_ul .socicon-feedburner {
    background: #ffcc00;
}

ul.mks_social_widget_ul .socicon-feedburner:before {
    content: "\e029"
}

ul.mks_social_widget_ul .socicon-filmweb {
    background: #ffc404;
}

ul.mks_social_widget_ul .socicon-filmweb:before {
    content: "\e02a"
}

ul.mks_social_widget_ul .socicon-firefox {
    background: #484848;
}

ul.mks_social_widget_ul .socicon-firefox:before {
    content: "\e02b"
}

ul.mks_social_widget_ul .socicon-flattr {
    background: #F67C1A;
}

ul.mks_social_widget_ul .socicon-flattr:before {
    content: "\e02c"
}

ul.mks_social_widget_ul .socicon-flickr {
    background: #1e1e1b;
}

ul.mks_social_widget_ul .socicon-flickr:before {
    content: "\e02d"
}

ul.mks_social_widget_ul .socicon-formulr {
    background: #ff5a60;
}

ul.mks_social_widget_ul .socicon-formulr:before {
    content: "\e02e"
}

ul.mks_social_widget_ul .socicon-forrst {
    background: #5B9A68;
}

ul.mks_social_widget_ul .socicon-forrst:before {
    content: "\e02f"
}

ul.mks_social_widget_ul .socicon-foursquare {
    background: #f94877;
}

ul.mks_social_widget_ul .socicon-foursquare:before {
    content: "\e030"
}

ul.mks_social_widget_ul .socicon-friendfeed {
    background: #2F72C4;
}

ul.mks_social_widget_ul .socicon-friendfeed:before {
    content: "\e031"
}

ul.mks_social_widget_ul .socicon-github {
    background: #221e1b;
}

ul.mks_social_widget_ul .socicon-github:before {
    content: "\e032"
}

ul.mks_social_widget_ul .socicon-goodreads {
    background: #463020;
}

ul.mks_social_widget_ul .socicon-goodreads:before {
    content: "\e033"
}

ul.mks_social_widget_ul .socicon-google {
    background: #4285f4;
}

ul.mks_social_widget_ul .socicon-google:before {
    content: "\e034"
}

ul.mks_social_widget_ul .socicon-googlegroups {
    background: #4F8EF5;
}

ul.mks_social_widget_ul .socicon-googlegroups:before {
    content: "\e036"
}

ul.mks_social_widget_ul .socicon-googlephotos {
    background: #212121;
}

ul.mks_social_widget_ul .socicon-googlephotos:before {
    content: "\e037"
}

ul.mks_social_widget_ul .socicon-googleplus {
    background: #dd4b39;
}

ul.mks_social_widget_ul .socicon-googleplus:before {
    content: "\e038"
}

ul.mks_social_widget_ul .socicon-googlescholar {
    background: #4285f4;
}

ul.mks_social_widget_ul .socicon-googlescholar:before {
    content: "\e035"
}

ul.mks_social_widget_ul .socicon-grooveshark {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-grooveshark:before {
    content: "\e039"
}

ul.mks_social_widget_ul .socicon-hackerrank {
    background: #2ec866;
}

ul.mks_social_widget_ul .socicon-hackerrank:before {
    content: "\e03a"
}

ul.mks_social_widget_ul .socicon-hearthstone {
    background: #EC9313;
}

ul.mks_social_widget_ul .socicon-hearthstone:before {
    content: "\e03b"
}

ul.mks_social_widget_ul .socicon-hellocoton {
    background: #d30d66;
}

ul.mks_social_widget_ul .socicon-hellocoton:before {
    content: "\e03c"
}

ul.mks_social_widget_ul .socicon-heroes {
    background: #2397F7;
}

ul.mks_social_widget_ul .socicon-heroes:before {
    content: "\e03d"
}

ul.mks_social_widget_ul .socicon-hitbox {
    background: #99CC00;
}

ul.mks_social_widget_ul .socicon-hitbox:before {
    content: "\e03e"
}

ul.mks_social_widget_ul .socicon-horde {
    background: #84121C;
}

ul.mks_social_widget_ul .socicon-horde:before {
    content: "\e03f"
}

ul.mks_social_widget_ul .socicon-houzz {
    background: #7CC04B;
}

ul.mks_social_widget_ul .socicon-houzz:before {
    content: "\e040"
}

ul.mks_social_widget_ul .socicon-icq {
    background: #7EBD00;
}

ul.mks_social_widget_ul .socicon-icq:before {
    content: "\e041"
}

ul.mks_social_widget_ul .socicon-identica {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-identica:before {
    content: "\e042"
}

ul.mks_social_widget_ul .socicon-imdb {
    background: #E8BA00;
}

ul.mks_social_widget_ul .socicon-imdb:before {
    content: "\e043"
}

ul.mks_social_widget_ul .socicon-instagram {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-instagram:before {
    content: "\e044"
}

ul.mks_social_widget_ul .socicon-issuu {
    background: #F26F61;
}

ul.mks_social_widget_ul .socicon-issuu:before {
    content: "\e045"
}

ul.mks_social_widget_ul .socicon-istock {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-istock:before {
    content: "\e046"
}

ul.mks_social_widget_ul .socicon-itunes {
    background: #ff5e51;
}

ul.mks_social_widget_ul .socicon-itunes:before {
    content: "\e047"
}

ul.mks_social_widget_ul .socicon-keybase {
    background: #FF7100;
}

ul.mks_social_widget_ul .socicon-keybase:before {
    content: "\e048"
}

ul.mks_social_widget_ul .socicon-lanyrd {
    background: #3c80c9;
}

ul.mks_social_widget_ul .socicon-lanyrd:before {
    content: "\e049"
}

ul.mks_social_widget_ul .socicon-lastfm {
    background: #d41316;
}

ul.mks_social_widget_ul .socicon-lastfm:before {
    content: "\e04a"
}

ul.mks_social_widget_ul .socicon-line {
    background: #00B901;
}

ul.mks_social_widget_ul .socicon-line:before {
    content: "\e04b"
}

ul.mks_social_widget_ul .socicon-linkedin {
    background: #3371b7;
}

ul.mks_social_widget_ul .socicon-linkedin:before {
    content: "\e04c"
}

ul.mks_social_widget_ul .socicon-livejournal {
    background: #0099CC;
}

ul.mks_social_widget_ul .socicon-livejournal:before {
    content: "\e04d"
}

ul.mks_social_widget_ul .socicon-lyft {
    background: #FF00BF;
}

ul.mks_social_widget_ul .socicon-lyft:before {
    content: "\e04e"
}

ul.mks_social_widget_ul .socicon-macos {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-macos:before {
    content: "\e04f"
}

ul.mks_social_widget_ul .socicon-mail {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-mail:before {
    content: "\e050"
}

ul.mks_social_widget_ul .socicon-medium {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-medium:before {
    content: "\e051"
}

ul.mks_social_widget_ul .socicon-meetup {
    background: #e2373c;
}

ul.mks_social_widget_ul .socicon-meetup:before {
    content: "\e052"
}

ul.mks_social_widget_ul .socicon-mixcloud {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-mixcloud:before {
    content: "\e053"
}

ul.mks_social_widget_ul .socicon-modelmayhem {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-modelmayhem:before {
    content: "\e054"
}

ul.mks_social_widget_ul .socicon-mumble {
    background: #5AB5D1;
}

ul.mks_social_widget_ul .socicon-mumble:before {
    content: "\e055"
}

ul.mks_social_widget_ul .socicon-myspace {
    background: #323232;
}

ul.mks_social_widget_ul .socicon-myspace:before {
    content: "\e056"
}

ul.mks_social_widget_ul .socicon-newsvine {
    background: #075B2F;
}

ul.mks_social_widget_ul .socicon-newsvine:before {
    content: "\e057"
}

ul.mks_social_widget_ul .socicon-nintendo {
    background: #F58A33;
}

ul.mks_social_widget_ul .socicon-nintendo:before {
    content: "\e058"
}

ul.mks_social_widget_ul .socicon-npm {
    background: #C12127;
}

ul.mks_social_widget_ul .socicon-npm:before {
    content: "\e059"
}

ul.mks_social_widget_ul .socicon-odnoklassniki {
    background: #f48420;
}

ul.mks_social_widget_ul .socicon-odnoklassniki:before {
    content: "\e05a"
}

ul.mks_social_widget_ul .socicon-openid {
    background: #f78c40;
}

ul.mks_social_widget_ul .socicon-openid:before {
    content: "\e05b"
}

ul.mks_social_widget_ul .socicon-opera {
    background: #FF1B2D;
}

ul.mks_social_widget_ul .socicon-opera:before {
    content: "\e05c"
}

ul.mks_social_widget_ul .socicon-outlook {
    background: #0072C6;
}

ul.mks_social_widget_ul .socicon-outlook:before {
    content: "\e05d"
}

ul.mks_social_widget_ul .socicon-overwatch {
    background: #9E9E9E;
}

ul.mks_social_widget_ul .socicon-overwatch:before {
    content: "\e05e"
}

ul.mks_social_widget_ul .socicon-patreon {
    background: #F96854;
}

ul.mks_social_widget_ul .socicon-patreon:before {
    content: "\e05f"
}

ul.mks_social_widget_ul .socicon-paypal {
    background: #009cde;
}

ul.mks_social_widget_ul .socicon-paypal:before {
    content: "\e060"
}

ul.mks_social_widget_ul .socicon-periscope {
    background: #3AA4C6;
}

ul.mks_social_widget_ul .socicon-periscope:before {
    content: "\e061"
}

ul.mks_social_widget_ul .socicon-persona {
    background: #e6753d;
}

ul.mks_social_widget_ul .socicon-persona:before {
    content: "\e062"
}

ul.mks_social_widget_ul .socicon-pinterest {
    background: #c92619;
}

ul.mks_social_widget_ul .socicon-pinterest:before {
    content: "\e063"
}

ul.mks_social_widget_ul .socicon-play {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-play:before {
    content: "\e064"
}

ul.mks_social_widget_ul .socicon-player {
    background: #6E41BD;
}

ul.mks_social_widget_ul .socicon-player:before {
    content: "\e065"
}

ul.mks_social_widget_ul .socicon-playstation {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-playstation:before {
    content: "\e066"
}

ul.mks_social_widget_ul .socicon-pocket {
    background: #ED4055;
}

ul.mks_social_widget_ul .socicon-pocket:before {
    content: "\e067"
}

ul.mks_social_widget_ul .socicon-qq {
    background: #4297d3;
}

ul.mks_social_widget_ul .socicon-qq:before {
    content: "\e068"
}

ul.mks_social_widget_ul .socicon-quora {
    background: #cb202d;
}

ul.mks_social_widget_ul .socicon-quora:before {
    content: "\e069"
}

ul.mks_social_widget_ul .socicon-raidcall {
    background: #073558;
}

ul.mks_social_widget_ul .socicon-raidcall:before {
    content: "\e06a"
}

ul.mks_social_widget_ul .socicon-ravelry {
    background: #B6014C;
}

ul.mks_social_widget_ul .socicon-ravelry:before {
    content: "\e06b"
}

ul.mks_social_widget_ul .socicon-reddit {
    background: #e74a1e;
}

ul.mks_social_widget_ul .socicon-reddit:before {
    content: "\e06c"
}

ul.mks_social_widget_ul .socicon-renren {
    background: #2266b0;
}

ul.mks_social_widget_ul .socicon-renren:before {
    content: "\e06d"
}

ul.mks_social_widget_ul .socicon-researchgate {
    background: #00CCBB;
}

ul.mks_social_widget_ul .socicon-researchgate:before {
    content: "\e06e"
}

ul.mks_social_widget_ul .socicon-residentadvisor {
    background: #B3BE1B;
}

ul.mks_social_widget_ul .socicon-residentadvisor:before {
    content: "\e06f"
}

ul.mks_social_widget_ul .socicon-reverbnation {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-reverbnation:before {
    content: "\e070"
}

ul.mks_social_widget_ul .socicon-rss {
    background: #f26109;
}

ul.mks_social_widget_ul .socicon-rss:before {
    content: "\e071"
}

ul.mks_social_widget_ul .socicon-sharethis {
    background: #01bf01;
}

ul.mks_social_widget_ul .socicon-sharethis:before {
    content: "\e072"
}

ul.mks_social_widget_ul .socicon-skype {
    background: #28abe3;
}

ul.mks_social_widget_ul .socicon-skype:before {
    content: "\e073"
}

ul.mks_social_widget_ul .socicon-slideshare {
    background: #4ba3a6;
}

ul.mks_social_widget_ul .socicon-slideshare:before {
    content: "\e074"
}

ul.mks_social_widget_ul .socicon-smugmug {
    background: #ACFD32;
}

ul.mks_social_widget_ul .socicon-smugmug:before {
    content: "\e075"
}

ul.mks_social_widget_ul .socicon-snapchat {
    background: #fffa37;
}

ul.mks_social_widget_ul .socicon-snapchat:before {
    content: "\e076"
}

ul.mks_social_widget_ul .socicon-songkick {
    background: #F80046;
}

ul.mks_social_widget_ul .socicon-songkick:before {
    content: "\e077"
}

ul.mks_social_widget_ul .socicon-soundcloud {
    background: #fe3801;
}

ul.mks_social_widget_ul .socicon-soundcloud:before {
    content: "\e078"
}

ul.mks_social_widget_ul .socicon-spotify {
    background: #7bb342;
}

ul.mks_social_widget_ul .socicon-spotify:before {
    content: "\e079"
}

ul.mks_social_widget_ul .socicon-stackexchange {
    background: #2f2f2f;
}

ul.mks_social_widget_ul .socicon-stackexchange:before {
    content: "\e07a"
}

ul.mks_social_widget_ul .socicon-stackoverflow {
    background: #FD9827;
}

ul.mks_social_widget_ul .socicon-stackoverflow:before {
    content: "\e07b"
}

ul.mks_social_widget_ul .socicon-starcraft {
    background: #002250;
}

ul.mks_social_widget_ul .socicon-starcraft:before {
    content: "\e07c"
}

ul.mks_social_widget_ul .socicon-stayfriends {
    background: #F08A1C;
}

ul.mks_social_widget_ul .socicon-stayfriends:before {
    content: "\e07d"
}

ul.mks_social_widget_ul .socicon-steam {
    background: #171a21;
}

ul.mks_social_widget_ul .socicon-steam:before {
    content: "\e07e"
}

ul.mks_social_widget_ul .socicon-storehouse {
    background: #25B0E6;
}

ul.mks_social_widget_ul .socicon-storehouse:before {
    content: "\e07f"
}

ul.mks_social_widget_ul .socicon-strava {
    background: #FC4C02;
}

ul.mks_social_widget_ul .socicon-strava:before {
    content: "\e080"
}

ul.mks_social_widget_ul .socicon-streamjar {
    background: #503a60;
}

ul.mks_social_widget_ul .socicon-streamjar:before {
    content: "\e081"
}

ul.mks_social_widget_ul .socicon-stumbleupon {
    background: #e64011;
}

ul.mks_social_widget_ul .socicon-stumbleupon:before {
    content: "\e082"
}

ul.mks_social_widget_ul .socicon-swarm {
    background: #FC9D3C;
}

ul.mks_social_widget_ul .socicon-swarm:before {
    content: "\e083"
}

ul.mks_social_widget_ul .socicon-teamspeak {
    background: #465674;
}

ul.mks_social_widget_ul .socicon-teamspeak:before {
    content: "\e084"
}

ul.mks_social_widget_ul .socicon-teamviewer {
    background: #168EF4;
}

ul.mks_social_widget_ul .socicon-teamviewer:before {
    content: "\e085"
}

ul.mks_social_widget_ul .socicon-technorati {
    background: #5cb030;
}

ul.mks_social_widget_ul .socicon-technorati:before {
    content: "\e086"
}

ul.mks_social_widget_ul .socicon-telegram {
    background: #0088cc;
}

ul.mks_social_widget_ul .socicon-telegram:before {
    content: "\e087"
}

ul.mks_social_widget_ul .socicon-tripadvisor {
    background: #4B7E37;
}

ul.mks_social_widget_ul .socicon-tripadvisor:before {
    content: "\e088"
}

ul.mks_social_widget_ul .socicon-tripit {
    background: #1982C3;
}

ul.mks_social_widget_ul .socicon-tripit:before {
    content: "\e089"
}

ul.mks_social_widget_ul .socicon-triplej {
    background: #E53531;
}

ul.mks_social_widget_ul .socicon-triplej:before {
    content: "\e08a"
}

ul.mks_social_widget_ul .socicon-tumblr {
    background: #45556c;
}

ul.mks_social_widget_ul .socicon-tumblr:before {
    content: "\e08b"
}

ul.mks_social_widget_ul .socicon-twitch {
    background: #6441a5;
}

ul.mks_social_widget_ul .socicon-twitch:before {
    content: "\e08c"
}

ul.mks_social_widget_ul .socicon-twitter {
    background: #4da7de;
}

ul.mks_social_widget_ul .socicon-twitter:before {
    content: "\e08d"
}

ul.mks_social_widget_ul .socicon-uber {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-uber:before {
    content: "\e08e"
}

ul.mks_social_widget_ul .socicon-ventrilo {
    background: #77808A;
}

ul.mks_social_widget_ul .socicon-ventrilo:before {
    content: "\e08f"
}

ul.mks_social_widget_ul .socicon-viadeo {
    background: #e4a000;
}

ul.mks_social_widget_ul .socicon-viadeo:before {
    content: "\e090"
}

ul.mks_social_widget_ul .socicon-viber {
    background: #7b519d;
}

ul.mks_social_widget_ul .socicon-viber:before {
    content: "\e091"
}

ul.mks_social_widget_ul .socicon-viewbug {
    background: #2B9FCF;
}

ul.mks_social_widget_ul .socicon-viewbug:before {
    content: "\e092"
}

ul.mks_social_widget_ul .socicon-vimeo {
    background: #51b5e7;
}

ul.mks_social_widget_ul .socicon-vimeo:before {
    content: "\e093"
}

ul.mks_social_widget_ul .socicon-vine {
    background: #00b389;
}

ul.mks_social_widget_ul .socicon-vine:before {
    content: "\e094"
}

ul.mks_social_widget_ul .socicon-vkontakte {
    background: #5a7fa6;
}

ul.mks_social_widget_ul .socicon-vkontakte:before {
    content: "\e095"
}

ul.mks_social_widget_ul .socicon-warcraft {
    background: #1EB10A;
}

ul.mks_social_widget_ul .socicon-warcraft:before {
    content: "\e096"
}

ul.mks_social_widget_ul .socicon-wechat {
    background: #09b507;
}

ul.mks_social_widget_ul .socicon-wechat:before {
    content: "\e097"
}

ul.mks_social_widget_ul .socicon-weibo {
    background: #e31c34;
}

ul.mks_social_widget_ul .socicon-weibo:before {
    content: "\e098"
}

ul.mks_social_widget_ul .socicon-whatsapp {
    background: #20B038;
}

ul.mks_social_widget_ul .socicon-whatsapp:before {
    content: "\e099"
}

ul.mks_social_widget_ul .socicon-wikipedia {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-wikipedia:before {
    content: "\e09a"
}

ul.mks_social_widget_ul .socicon-windows {
    background: #00BDF6;
}

ul.mks_social_widget_ul .socicon-windows:before {
    content: "\e09b"
}

ul.mks_social_widget_ul .socicon-wordpress {
    background: #464646;
}

ul.mks_social_widget_ul .socicon-wordpress:before {
    content: "\e09c"
}

ul.mks_social_widget_ul .socicon-wykop {
    background: #328efe;
}

ul.mks_social_widget_ul .socicon-wykop:before {
    content: "\e09d"
}

ul.mks_social_widget_ul .socicon-xbox {
    background: #92C83E;
}

ul.mks_social_widget_ul .socicon-xbox:before {
    content: "\e09e"
}

ul.mks_social_widget_ul .socicon-xing {
    background: #005a60;
}

ul.mks_social_widget_ul .socicon-xing:before {
    content: "\e09f"
}

ul.mks_social_widget_ul .socicon-yahoo {
    background: #6e2a85;
}

ul.mks_social_widget_ul .socicon-yahoo:before {
    content: "\e0a0"
}

ul.mks_social_widget_ul .socicon-yammer {
    background: #1175C4;
}

ul.mks_social_widget_ul .socicon-yammer:before {
    content: "\e0a1"
}

ul.mks_social_widget_ul .socicon-yandex {
    background: #FF0000;
}

ul.mks_social_widget_ul .socicon-yandex:before {
    content: "\e0a2"
}

ul.mks_social_widget_ul .socicon-yelp {
    background: #c83218;
}

ul.mks_social_widget_ul .socicon-yelp:before {
    content: "\e0a3"
}

ul.mks_social_widget_ul .socicon-younow {
    background: #61C03E;
}

ul.mks_social_widget_ul .socicon-younow:before {
    content: "\e0a4"
}

ul.mks_social_widget_ul .socicon-youtube {
    background: #e02a20;
}

ul.mks_social_widget_ul .socicon-youtube:before {
    content: "\e0a5"
}

ul.mks_social_widget_ul .socicon-zapier {
    background: #FF4A00;
}

ul.mks_social_widget_ul .socicon-zapier:before {
    content: "\e0a6"
}

ul.mks_social_widget_ul .socicon-zerply {
    background: #9DBC7A;
}

ul.mks_social_widget_ul .socicon-zerply:before {
    content: "\e0a7"
}

ul.mks_social_widget_ul .socicon-zomato {
    background: #cb202d;
}

ul.mks_social_widget_ul .socicon-zomato:before {
    content: "\e0a8"
}

ul.mks_social_widget_ul .socicon-zynga {
    background: #DC0606;
}

ul.mks_social_widget_ul .socicon-zynga:before {
    content: "\e0a9"
}

ul.mks_social_widget_ul .socicon-spreadshirt {
    background: #00b2a6;
}

ul.mks_social_widget_ul .socicon-spreadshirt:before {
    content: "\e900"
}

ul.mks_social_widget_ul .socicon-trello {
    background: #0079bf;
}

ul.mks_social_widget_ul .socicon-trello:before {
    content: "\e902"
}

ul.mks_social_widget_ul .socicon-gamejolt {
    background: #191919;
}

ul.mks_social_widget_ul .socicon-gamejolt:before {
    content: "\e901"
}

ul.mks_social_widget_ul .socicon-tunein {
    background: #36b4a7;
}

ul.mks_social_widget_ul .socicon-tunein:before {
    content: "\e903"
}

ul.mks_social_widget_ul .socicon-bloglovin {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-bloglovin:before {
    content: "\e904"
}

ul.mks_social_widget_ul .socicon-gamewisp {
    background: #F8A853;
}

ul.mks_social_widget_ul .socicon-gamewisp:before {
    content: "\e905"
}

ul.mks_social_widget_ul .socicon-messenger {
    background: #0084ff;
}

ul.mks_social_widget_ul .socicon-messenger:before {
    content: "\e906"
}

ul.mks_social_widget_ul .socicon-pandora {
    background: #224099;
}

ul.mks_social_widget_ul .socicon-pandora:before {
    content: "\e907"
}

ul.mks_social_widget_ul .socicon-microsoft {
    background: #666666;
}

ul.mks_social_widget_ul .socicon-microsoft:before {
    content: "\e90e"
}

ul.mks_social_widget_ul .socicon-mobcrush {
    background: #FFEE00;
}

ul.mks_social_widget_ul .socicon-mobcrush:before {
    content: "\e90d"
}

ul.mks_social_widget_ul .socicon-sketchfab {
    background: #00A5D6;
}

ul.mks_social_widget_ul .socicon-sketchfab:before {
    content: "\e90c"
}

ul.mks_social_widget_ul .socicon-yt-gaming {
    background: #E91D00;
}

ul.mks_social_widget_ul .socicon-yt-gaming:before {
    content: "\e90b"
}

ul.mks_social_widget_ul .socicon-fyuse {
    background: #FF3143;
}

ul.mks_social_widget_ul .socicon-fyuse:before {
    content: "\e90a"
}

ul.mks_social_widget_ul .socicon-bitbucket {
    background: #243759;
}

ul.mks_social_widget_ul .socicon-bitbucket:before {
    content: "\e909"
}

ul.mks_social_widget_ul .socicon-augment {
    background: #E71204;
}

ul.mks_social_widget_ul .socicon-augment:before {
    content: "\e908"
}

ul.mks_social_widget_ul .socicon-toneden {
    background: #777BF9;
}

ul.mks_social_widget_ul .socicon-toneden:before {
    content: "\e93a"
}

ul.mks_social_widget_ul .socicon-niconico {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-niconico:before {
    content: "\e939"
}

ul.mks_social_widget_ul .socicon-zillow {
    background: #0074e4;
}

ul.mks_social_widget_ul .socicon-zillow:before {
    content: "\e938"
}

ul.mks_social_widget_ul .socicon-googlemaps {
    background: #4285F4;
}

ul.mks_social_widget_ul .socicon-googlemaps:before {
    content: "\e937"
}

ul.mks_social_widget_ul .socicon-booking {
    background: #003580;
}

ul.mks_social_widget_ul .socicon-booking:before {
    content: "\e936"
}

ul.mks_social_widget_ul .socicon-fundable {
    background: #1d181f;
}

ul.mks_social_widget_ul .socicon-fundable:before {
    content: "\e935"
}

ul.mks_social_widget_ul .socicon-upwork {
    background: #5BBC2F;
}

ul.mks_social_widget_ul .socicon-upwork:before {
    content: "\e934"
}

ul.mks_social_widget_ul .socicon-ghost {
    background: #33393C;
}

ul.mks_social_widget_ul .socicon-ghost:before {
    content: "\e933"
}

ul.mks_social_widget_ul .socicon-loomly {
    background: #00425f;
}

ul.mks_social_widget_ul .socicon-loomly:before {
    content: "\e932"
}

ul.mks_social_widget_ul .socicon-trulia {
    background: #20BF63;
}

ul.mks_social_widget_ul .socicon-trulia:before {
    content: "\e931"
}

ul.mks_social_widget_ul .socicon-ask {
    background: #CF0000;
}

ul.mks_social_widget_ul .socicon-ask:before {
    content: "\e930"
}

ul.mks_social_widget_ul .socicon-gust {
    background: #1E2E3E;
}

ul.mks_social_widget_ul .socicon-gust:before {
    content: "\e92f"
}

ul.mks_social_widget_ul .socicon-toptal {
    background: #4C73AA;
}

ul.mks_social_widget_ul .socicon-toptal:before {
    content: "\e92e"
}

ul.mks_social_widget_ul .socicon-squarespace {
    background: #121212;
}

ul.mks_social_widget_ul .socicon-squarespace:before {
    content: "\e92d"
}

ul.mks_social_widget_ul .socicon-bonanza {
    background: #62764A;
}

ul.mks_social_widget_ul .socicon-bonanza:before {
    content: "\e92c"
}

ul.mks_social_widget_ul .socicon-doodle {
    background: #0064DC;
}

ul.mks_social_widget_ul .socicon-doodle:before {
    content: "\e92b"
}

ul.mks_social_widget_ul .socicon-bing {
    background: #008485;
}

ul.mks_social_widget_ul .socicon-bing:before {
    content: "\e92a"
}

ul.mks_social_widget_ul .socicon-seedrs {
    background: #7FBB31;
}

ul.mks_social_widget_ul .socicon-seedrs:before {
    content: "\e929"
}

ul.mks_social_widget_ul .socicon-freelancer {
    background: #0088CA;
}

ul.mks_social_widget_ul .socicon-freelancer:before {
    content: "\e928"
}

ul.mks_social_widget_ul .socicon-shopify {
    background: #5C6AC4;
}

ul.mks_social_widget_ul .socicon-shopify:before {
    content: "\e927"
}

ul.mks_social_widget_ul .socicon-googlecalendar {
    background: #3D81F6;
}

ul.mks_social_widget_ul .socicon-googlecalendar:before {
    content: "\e926"
}

ul.mks_social_widget_ul .socicon-redfin {
    background: #C82022;
}

ul.mks_social_widget_ul .socicon-redfin:before {
    content: "\e925"
}

ul.mks_social_widget_ul .socicon-wix {
    background: #0096FF;
}

ul.mks_social_widget_ul .socicon-wix:before {
    content: "\e924"
}

ul.mks_social_widget_ul .socicon-craigslist {
    background: #561A8B;
}

ul.mks_social_widget_ul .socicon-craigslist:before {
    content: "\e923"
}

ul.mks_social_widget_ul .socicon-alibaba {
    background: #FF6A00;
}

ul.mks_social_widget_ul .socicon-alibaba:before {
    content: "\e922"
}

ul.mks_social_widget_ul .socicon-zoom {
    background: #2D8CFF;
}

ul.mks_social_widget_ul .socicon-zoom:before {
    content: "\e921"
}

ul.mks_social_widget_ul .socicon-homes {
    background: #F7841B;
}

ul.mks_social_widget_ul .socicon-homes:before {
    content: "\e920"
}

ul.mks_social_widget_ul .socicon-appstore {
    background: #007AFF;
}

ul.mks_social_widget_ul .socicon-appstore:before {
    content: "\e91f"
}

ul.mks_social_widget_ul .socicon-guru {
    background: #4C81C0;
}

ul.mks_social_widget_ul .socicon-guru:before {
    content: "\e91e"
}

ul.mks_social_widget_ul .socicon-aliexpress {
    background: #E92C00;
}

ul.mks_social_widget_ul .socicon-aliexpress:before {
    content: "\e91d"
}

ul.mks_social_widget_ul .socicon-gotomeeting {
    background: #FD7A2B;
}

ul.mks_social_widget_ul .socicon-gotomeeting:before {
    content: "\e91c"
}

ul.mks_social_widget_ul .socicon-fiverr {
    background: #0DB62A;
}

ul.mks_social_widget_ul .socicon-fiverr:before {
    content: "\e91b"
}

ul.mks_social_widget_ul .socicon-logmein {
    background: #45B6F3;
}

ul.mks_social_widget_ul .socicon-logmein:before {
    content: "\e91a"
}

ul.mks_social_widget_ul .socicon-openaigym {
    background: #29A8B3;
}

ul.mks_social_widget_ul .socicon-openaigym:before {
    content: "\e919"
}

ul.mks_social_widget_ul .socicon-slack {
    background: #4B6BC6;
}

ul.mks_social_widget_ul .socicon-slack:before {
    content: "\e918"
}

ul.mks_social_widget_ul .socicon-codepen {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-codepen:before {
    content: "\e917"
}

ul.mks_social_widget_ul .socicon-angieslist {
    background: #299F37;
}

ul.mks_social_widget_ul .socicon-angieslist:before {
    content: "\e916"
}

ul.mks_social_widget_ul .socicon-homeadvisor {
    background: #EF8B1D;
}

ul.mks_social_widget_ul .socicon-homeadvisor:before {
    content: "\e915"
}

ul.mks_social_widget_ul .socicon-unsplash {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-unsplash:before {
    content: "\e914"
}

ul.mks_social_widget_ul .socicon-mastodon {
    background: #2986D6;
}

ul.mks_social_widget_ul .socicon-mastodon:before {
    content: "\e913"
}

ul.mks_social_widget_ul .socicon-natgeo {
    background: #222222;
}

ul.mks_social_widget_ul .socicon-natgeo:before {
    content: "\e912"
}

ul.mks_social_widget_ul .socicon-qobuz {
    background: #298FBF;
}

ul.mks_social_widget_ul .socicon-qobuz:before {
    content: "\e911"
}

ul.mks_social_widget_ul .socicon-tidal {
    background: #01FFFF;
}

ul.mks_social_widget_ul .socicon-tidal:before {
    content: "\e910"
}

ul.mks_social_widget_ul .socicon-realtor {
    background: #D52228;
}

ul.mks_social_widget_ul .socicon-realtor:before {
    content: "\e90f"
}

ul.mks_social_widget_ul .socicon-calendly {
    background: #00a3fa;
}

ul.mks_social_widget_ul .socicon-calendly:before {
    content: "\e93d"
}

ul.mks_social_widget_ul .socicon-homify {
    background: #7DCDA3;
}

ul.mks_social_widget_ul .socicon-homify:before {
    content: "\e93c"
}

ul.mks_social_widget_ul .socicon-crunchbase {
    background: #0288d1;
}

ul.mks_social_widget_ul .socicon-crunchbase:before {
    content: "\e93b"
}

ul.mks_social_widget_ul .socicon-livemaster {
    background: #e76d00;
}

ul.mks_social_widget_ul .socicon-livemaster:before {
    content: "\e93e"
}

ul.mks_social_widget_ul .socicon-udemy {
    background: #17aa1c;
}

ul.mks_social_widget_ul .socicon-udemy:before {
    content: "\e93f"
}

ul.mks_social_widget_ul .socicon-nextdoor {
    background: #01B247;
}

ul.mks_social_widget_ul .socicon-nextdoor:before {
    content: "\e942"
}

ul.mks_social_widget_ul .socicon-origin {
    background: #F56C2E;
}

ul.mks_social_widget_ul .socicon-origin:before {
    content: "\e941"
}

ul.mks_social_widget_ul .socicon-codered {
    background: #FF033B;
}

ul.mks_social_widget_ul .socicon-codered:before {
    content: "\e940"
}

ul.mks_social_widget_ul .socicon-portfolio {
    background: #54AFFF;
}

ul.mks_social_widget_ul .socicon-portfolio:before {
    content: "\e943"
}

ul.mks_social_widget_ul .socicon-instructables {
    background: #f8b514;
}

ul.mks_social_widget_ul .socicon-instructables:before {
    content: "\e944"
}

ul.mks_social_widget_ul .socicon-gitlab {
    background: #e65228;
}

ul.mks_social_widget_ul .socicon-gitlab:before {
    content: "\e945"
}

ul.mks_social_widget_ul .socicon-mailru {
    background: #FDA840;
}

ul.mks_social_widget_ul .socicon-mailru:before {
    content: "\e94a"
}

ul.mks_social_widget_ul .socicon-bookbub {
    background: #E70005;
}

ul.mks_social_widget_ul .socicon-bookbub:before {
    content: "\e949"
}

ul.mks_social_widget_ul .socicon-kobo {
    background: #BF0000;
}

ul.mks_social_widget_ul .socicon-kobo:before {
    content: "\e948"
}

ul.mks_social_widget_ul .socicon-smashwords {
    background: #4181C3;
}

ul.mks_social_widget_ul .socicon-smashwords:before {
    content: "\e947"
}

ul.mks_social_widget_ul .socicon-hackernews {
    background: #FF6601;
}

ul.mks_social_widget_ul .socicon-hackernews:before {
    content: "\e946"
}

ul.mks_social_widget_ul .socicon-hackerone {
    background: #ec1075;
}

ul.mks_social_widget_ul .socicon-hackerone:before {
    content: "\e956"
}

ul.mks_social_widget_ul .socicon-beatport {
    background: #94d500;
}

ul.mks_social_widget_ul .socicon-beatport:before {
    content: "\e955"
}

ul.mks_social_widget_ul .socicon-napster {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-napster:before {
    content: "\e954"
}

ul.mks_social_widget_ul .socicon-spip {
    background: #E00D6F;
}

ul.mks_social_widget_ul .socicon-spip:before {
    content: "\e953"
}

ul.mks_social_widget_ul .socicon-wickr {
    background: #F29100;
}

ul.mks_social_widget_ul .socicon-wickr:before {
    content: "\e952"
}

ul.mks_social_widget_ul .socicon-blackberry {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-blackberry:before {
    content: "\e951"
}

ul.mks_social_widget_ul .socicon-myanimelist {
    background: #2E51A2;
}

ul.mks_social_widget_ul .socicon-myanimelist:before {
    content: "\e950"
}

ul.mks_social_widget_ul .socicon-pixiv {
    background: #049CFF;
}

ul.mks_social_widget_ul .socicon-pixiv:before {
    content: "\e94f"
}

ul.mks_social_widget_ul .socicon-gamefor {
    background: #506F82;
}

ul.mks_social_widget_ul .socicon-gamefor:before {
    content: "\e94e"
}

ul.mks_social_widget_ul .socicon-traxsource {
    background: #40A0FF;
}

ul.mks_social_widget_ul .socicon-traxsource:before {
    content: "\e94d"
}

ul.mks_social_widget_ul .socicon-indiedb {
    background: #77C628;
}

ul.mks_social_widget_ul .socicon-indiedb:before {
    content: "\e94c"
}

ul.mks_social_widget_ul .socicon-moddb {
    background: #CC0300;
}

ul.mks_social_widget_ul .socicon-moddb:before {
    content: "\e94b"
}

ul.mks_social_widget_ul .socicon-internet {
    background: #000000;
}

ul.mks_social_widget_ul .socicon-internet:before {
    content: "\e957"
}

ul.mks_themeforest_widget_ul li {
    width: 80px !important;
    height: 80px;
    display: inline-block !important;
    margin: 0 2px 4px 0;
    padding: 0;
    vertical-align: top;
}

ul.mks_themeforest_widget_ul li img {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
}

.mks_read_more {
    text-align: center;
}

.mks_read_more {
    margin-top: 10px;
}

@font-face {
    font-family: "socicon";
    src: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.eot');
    src: url('https://demo.mekshq.com/typology/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.eot?#iefix') format("embedded-opentype"), url('https://demo.mekshq.com/typology/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.woff') format("woff"), url('https://demo.mekshq.com/typology/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.ttf') format("truetype"), url('https://demo.mekshq.com/typology/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.svg#socicon') format("svg");
    font-weight: normal;
    font-style: normal;
}

.meks_ess .socicon-facebook {
    background: #3e5b98;
}

.meks_ess .socicon-facebook:before {
    content: "\e028"
}

.meks_ess .socicon-twitter {
    background: #4da7de;
}

.meks_ess .socicon-twitter:before {
    content: "\e08d"
}

.meks_ess .socicon-pinterest {
    background: #c92619;
}

.meks_ess .socicon-pinterest:before {
    content: "\e063"
}

.meks_ess .socicon-reddit {
    background: #e74a1e;
}

.meks_ess .socicon-reddit:before {
    content: "\e06c"
}

.meks_ess .socicon-instagram {
    background: #000000;
}

.meks_ess .socicon-instagram:before {
    content: "\e044"
}

.meks_ess .socicon-stumbleupon {
    background: #e64011;
}

.meks_ess .socicon-stumbleupon:before {
    content: "\e082"
}

.meks_ess .socicon-linkedin {
    background: #3371b7;
}

.meks_ess .socicon-linkedin:before {
    content: "\e04c"
}

.meks_ess .socicon-googleplus {
    background: #dd4b39;
}

.meks_ess .socicon-googleplus:before {
    content: "\e038"
}

.meks_ess .socicon-whatsapp {
    background: #20B038;
}

.meks_ess .socicon-whatsapp:before {
    content: "\e099"
}

.meks_ess .socicon-vkontakte {
    background: #5a7fa6;
}

.meks_ess .socicon-vkontakte:before {
    content: "\e095"
}

.meks_ess .socicon-mail {
    background: #000000;
}

.meks_ess .socicon-mail:before {
    content: "\e050"
}

.transparent .socicon-facebook:before, .outline .socicon-facebook:before, .transparent .socicon-facebook span, .outline .socicon-facebook span {
    color: #3e5b98;
}

.transparent .socicon-twitter:before, .outline .socicon-twitter:before, .transparent .socicon-twitter span, .outline .socicon-twitter span {
    color: #4da7de;
}

.transparent .socicon-pinterest:before, .outline .socicon-pinterest:before, .transparent .socicon-pinterest span, .outline .socicon-pinterest span {
    color: #c92619;
}

.transparent .socicon-reddit:before, .outline .socicon-reddit:before, .transparent .socicon-reddit span, .outline .socicon-reddit span {
    color: #e74a1e;
}

.transparent .socicon-instagram:before, .outline .socicon-instagram:before, .transparent .socicon-instagram span, .outline .socicon-instagram span {
    color: #000000;
}

.transparent .socicon-stumbleupon:before, .outline .socicon-stumbleupon:before, .transparent .socicon-stumbleupon span, .outline .socicon-stumbleupon span {
    color: #e64011;
}

.transparent .socicon-linkedin:before, .outline .socicon-linkedin:before, .transparent .socicon-linkedin span, .outline .socicon-linkedin span {
    color: #3371b7;
}

.transparent .socicon-googleplus:before, .outline .socicon-googleplus:before, .transparent .socicon-googleplus span, .outline .socicon-googleplus span {
    color: #dd4b39;
}

.transparent .socicon-whatsapp:before, .outline .socicon-whatsapp:before, .transparent .socicon-whatsapp span, .outline .socicon-whatsapp span {
    color: #20B038;
}

.transparent .socicon-vkontakte:before, .outline .socicon-vkontakte:before, .transparent .socicon-vkontakte span, .outline .socicon-vkontakte span {
    color: #5a7fa6;
}

.transparent .socicon-mail:before, .outline .socicon-mail:before, .transparent .socicon-mail span, .outline .socicon-mail span {
    color: #000000;
}

body .outline .meks_ess-item.socicon-facebook, body .outline .meks_ess-item.socicon-facebook:hover {
    border-color: #3e5b98;
}

body .outline .meks_ess-item.socicon-twitter, body .outline .meks_ess-item.socicon-twitter:hover {
    border-color: #4da7de;
}

body .outline .meks_ess-item.socicon-pinterest, body .outline .meks_ess-item.socicon-pinterest:hover {
    border-color: #c92619;
}

body .outline .meks_ess-item.socicon-reddit, body .outline .meks_ess-item.socicon-reddit:hover {
    border-color: #e74a1e;
}

body .outline .meks_ess-item.socicon-instagram, body .outline .meks_ess-item.socicon-instagram:hover {
    border-color: #000000;
}

body .outline .meks_ess-item.socicon-stumbleupon, body .outline .meks_ess-item.socicon-stumbleupon:hover {
    border-color: #e64011;
}

body .outline .meks_ess-item.socicon-linkedin, body .outline .meks_ess-item.socicon-linkedin:hover {
    border-color: #3371b7;
}

body .outline .meks_ess-item.socicon-googleplus, body .outline .meks_ess-item.socicon-googleplus:hover {
    border-color: #dd4b39;
}

body .outline .meks_ess-item.socicon-whatsapp, body .outline .meks_ess-item.socicon-whatsapp:hover {
    border-color: #20B038;
}

body .outline .meks_ess-item.socicon-vkontakte, body .outline .meks_ess-item.socicon-vkontakte:hover {
    border-color: #5a7fa6;
}

body .outline .meks_ess-item.socicon-mail, body .outline .meks_ess-item.socicon-mail:hover {
    border-color: #000000;
}

.meks_ess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: -5px;
}

body .meks_ess .meks_ess-item {
    font-style: normal;
    text-decoration: none !important;
    font-family: inherit;
    color: #FFF;
    font-size: 16px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-top: 5px !important;
    box-shadow: none !important;
    border: 0;
}

.meks_ess .meks_ess-item:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-size: 14px;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
}

body .meks_ess .meks_ess-item:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .1))) !important;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
}

body .meks_ess .meks_ess-item:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.meks_ess .meks_ess-item span {
    font-family: inherit;
    position: relative;
    top: -1px;
    margin-left: 8px;
}

.meks_ess.no-labels span {
    display: none;
}

.meks_ess.transparent .meks_ess-item {
    font-size: 1em;
}

.meks_ess.outline .meks_ess-item {
    border: 1px solid transparent;
    background: transparent !important;
}

.meks_ess.outline .meks_ess-item:hover {
    border: 1px solid;
}

.meks_ess.transparent .meks_ess-item {
    border-radius: 0;
    background: transparent !important;
}

.meks_ess.transparent .meks_ess-item:hover {
    background: transparent !important;
}

.meks_ess.rectangle.no-labels .meks_ess-item {
    border-radius: 0;
    min-width: 100px;
}

.meks_ess.rounded.no-labels .meks_ess-item {
    border-radius: 20px;
    min-width: 100px;
}

.meks_ess.circle, .meks_ess.square, .meks_ess.transparent {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.meks_ess.circle .meks_ess-item, .meks_ess.square .meks_ess-item, .meks_ess.transparent .meks_ess-item {
    width: 40px;
    border-radius: 50%;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.meks_ess.square .meks_ess-item {
    border-radius: 0;
}

.meks_ess.transparent.outline .meks_ess-item {
    border: 0;
}

.meks_ess.rectangle .meks_ess-item {
    border-radius: 0;
    min-width: 140px;
}

.meks_ess.rounded .meks_ess-item {
    border-radius: 20px;
    min-width: 140px;
}

.meks_ess.transparent .meks_ess-item {
    min-width: auto;
    width: auto;
    margin-right: 25px;
    border-radius: 0;
}

.meks_ess.transparent .socicon-facebook {
    margin-left: -3px;
}











body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --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--color--typology-acc: #c62641;
    --wp--preset--color--typology-txt: #444444;
    --wp--preset--color--typology-meta: #888888;
    --wp--preset--color--typology-bg: #ffffff;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 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%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 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: 12.8px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 22.4px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 28.8px;
}

.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;
}

.ext-absolute {
    position: absolute !important
}

.ext-relative {
    position: relative !important
}

.ext-top-base {
    top: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-top-lg {
    top: var(--extendify--spacing--large) !important
}

.ext--top-base {
    top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--top-lg {
    top: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-right-base {
    right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-right-lg {
    right: var(--extendify--spacing--large) !important
}

.ext--right-base {
    right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--right-lg {
    right: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-bottom-base {
    bottom: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-bottom-lg {
    bottom: var(--extendify--spacing--large) !important
}

.ext--bottom-base {
    bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--bottom-lg {
    bottom: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-left-base {
    left: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-left-lg {
    left: var(--extendify--spacing--large) !important
}

.ext--left-base {
    left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--left-lg {
    left: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-order-1 {
    order: 1 !important
}

.ext-order-2 {
    order: 2 !important
}

.ext-col-auto {
    grid-column: auto !important
}

.ext-col-span-1 {
    grid-column: span 1/span 1 !important
}

.ext-col-span-2 {
    grid-column: span 2/span 2 !important
}

.ext-col-span-3 {
    grid-column: span 3/span 3 !important
}

.ext-col-span-4 {
    grid-column: span 4/span 4 !important
}

.ext-col-span-5 {
    grid-column: span 5/span 5 !important
}

.ext-col-span-6 {
    grid-column: span 6/span 6 !important
}

.ext-col-span-7 {
    grid-column: span 7/span 7 !important
}

.ext-col-span-8 {
    grid-column: span 8/span 8 !important
}

.ext-col-span-9 {
    grid-column: span 9/span 9 !important
}

.ext-col-span-10 {
    grid-column: span 10/span 10 !important
}

.ext-col-span-11 {
    grid-column: span 11/span 11 !important
}

.ext-col-span-12 {
    grid-column: span 12/span 12 !important
}

.ext-col-span-full {
    grid-column: 1/-1 !important
}

.ext-col-start-1 {
    grid-column-start: 1 !important
}

.ext-col-start-2 {
    grid-column-start: 2 !important
}

.ext-col-start-3 {
    grid-column-start: 3 !important
}

.ext-col-start-4 {
    grid-column-start: 4 !important
}

.ext-col-start-5 {
    grid-column-start: 5 !important
}

.ext-col-start-6 {
    grid-column-start: 6 !important
}

.ext-col-start-7 {
    grid-column-start: 7 !important
}

.ext-col-start-8 {
    grid-column-start: 8 !important
}

.ext-col-start-9 {
    grid-column-start: 9 !important
}

.ext-col-start-10 {
    grid-column-start: 10 !important
}

.ext-col-start-11 {
    grid-column-start: 11 !important
}

.ext-col-start-12 {
    grid-column-start: 12 !important
}

.ext-col-start-13 {
    grid-column-start: 13 !important
}

.ext-col-start-auto {
    grid-column-start: auto !important
}

.ext-col-end-1 {
    grid-column-end: 1 !important
}

.ext-col-end-2 {
    grid-column-end: 2 !important
}

.ext-col-end-3 {
    grid-column-end: 3 !important
}

.ext-col-end-4 {
    grid-column-end: 4 !important
}

.ext-col-end-5 {
    grid-column-end: 5 !important
}

.ext-col-end-6 {
    grid-column-end: 6 !important
}

.ext-col-end-7 {
    grid-column-end: 7 !important
}

.ext-col-end-8 {
    grid-column-end: 8 !important
}

.ext-col-end-9 {
    grid-column-end: 9 !important
}

.ext-col-end-10 {
    grid-column-end: 10 !important
}

.ext-col-end-11 {
    grid-column-end: 11 !important
}

.ext-col-end-12 {
    grid-column-end: 12 !important
}

.ext-col-end-13 {
    grid-column-end: 13 !important
}

.ext-col-end-auto {
    grid-column-end: auto !important
}

.ext-row-auto {
    grid-row: auto !important
}

.ext-row-span-1 {
    grid-row: span 1/span 1 !important
}

.ext-row-span-2 {
    grid-row: span 2/span 2 !important
}

.ext-row-span-3 {
    grid-row: span 3/span 3 !important
}

.ext-row-span-4 {
    grid-row: span 4/span 4 !important
}

.ext-row-span-5 {
    grid-row: span 5/span 5 !important
}

.ext-row-span-6 {
    grid-row: span 6/span 6 !important
}

.ext-row-span-full {
    grid-row: 1/-1 !important
}

.ext-row-start-1 {
    grid-row-start: 1 !important
}

.ext-row-start-2 {
    grid-row-start: 2 !important
}

.ext-row-start-3 {
    grid-row-start: 3 !important
}

.ext-row-start-4 {
    grid-row-start: 4 !important
}

.ext-row-start-5 {
    grid-row-start: 5 !important
}

.ext-row-start-6 {
    grid-row-start: 6 !important
}

.ext-row-start-7 {
    grid-row-start: 7 !important
}

.ext-row-start-auto {
    grid-row-start: auto !important
}

.ext-row-end-1 {
    grid-row-end: 1 !important
}

.ext-row-end-2 {
    grid-row-end: 2 !important
}

.ext-row-end-3 {
    grid-row-end: 3 !important
}

.ext-row-end-4 {
    grid-row-end: 4 !important
}

.ext-row-end-5 {
    grid-row-end: 5 !important
}

.ext-row-end-6 {
    grid-row-end: 6 !important
}

.ext-row-end-7 {
    grid-row-end: 7 !important
}

.ext-row-end-auto {
    grid-row-end: auto !important
}

.ext-m-0:not([style*=margin]) {
    margin: 0 !important
}

.ext-m-auto:not([style*=margin]) {
    margin: auto !important
}

.ext-m-base:not([style*=margin]) {
    margin: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-m-lg:not([style*=margin]) {
    margin: var(--extendify--spacing--large) !important
}

.ext--m-base:not([style*=margin]) {
    margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--m-lg:not([style*=margin]) {
    margin: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-mx-0:not([style*=margin]) {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.ext-mx-auto:not([style*=margin]) {
    margin-left: auto !important;
    margin-right: auto !important
}

.ext-mx-base:not([style*=margin]) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important;
    margin-right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-mx-lg:not([style*=margin]) {
    margin-left: var(--extendify--spacing--large) !important;
    margin-right: var(--extendify--spacing--large) !important
}

.ext--mx-base:not([style*=margin]) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--mx-lg:not([style*=margin]) {
    margin-left: calc(var(--extendify--spacing--large) * -1) !important;
    margin-right: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-my-0:not([style*=margin]) {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.ext-my-auto:not([style*=margin]) {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.ext-my-base:not([style*=margin]) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    margin-top: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-my-lg:not([style*=margin]) {
    margin-bottom: var(--extendify--spacing--large) !important;
    margin-top: var(--extendify--spacing--large) !important
}

.ext--my-base:not([style*=margin]) {
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--my-lg:not([style*=margin]) {
    margin-bottom: calc(var(--extendify--spacing--large) * -1) !important;
    margin-top: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-mt-0:not([style*=margin]) {
    margin-top: 0 !important
}

.ext-mt-auto:not([style*=margin]) {
    margin-top: auto !important
}

.ext-mt-base:not([style*=margin]) {
    margin-top: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-mt-lg:not([style*=margin]) {
    margin-top: var(--extendify--spacing--large) !important
}

.ext--mt-base:not([style*=margin]) {
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--mt-lg:not([style*=margin]) {
    margin-top: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-mr-0:not([style*=margin]) {
    margin-right: 0 !important
}

.ext-mr-auto:not([style*=margin]) {
    margin-right: auto !important
}

.ext-mr-base:not([style*=margin]) {
    margin-right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-mr-lg:not([style*=margin]) {
    margin-right: var(--extendify--spacing--large) !important
}

.ext--mr-base:not([style*=margin]) {
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--mr-lg:not([style*=margin]) {
    margin-right: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-mb-0:not([style*=margin]) {
    margin-bottom: 0 !important
}

.ext-mb-auto:not([style*=margin]) {
    margin-bottom: auto !important
}

.ext-mb-base:not([style*=margin]) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-mb-lg:not([style*=margin]) {
    margin-bottom: var(--extendify--spacing--large) !important
}

.ext--mb-base:not([style*=margin]) {
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--mb-lg:not([style*=margin]) {
    margin-bottom: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-ml-0:not([style*=margin]) {
    margin-left: 0 !important
}

.ext-ml-auto:not([style*=margin]) {
    margin-left: auto !important
}

.ext-ml-base:not([style*=margin]) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-ml-lg:not([style*=margin]) {
    margin-left: var(--extendify--spacing--large) !important
}

.ext--ml-base:not([style*=margin]) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
}

.ext--ml-lg:not([style*=margin]) {
    margin-left: calc(var(--extendify--spacing--large) * -1) !important
}

.ext-block {
    display: block !important
}

.ext-inline-block {
    display: inline-block !important
}

.ext-inline {
    display: inline !important
}

.ext-flex {
    display: flex !important
}

.ext-inline-flex {
    display: inline-flex !important
}

.ext-grid {
    display: grid !important
}

.ext-inline-grid {
    display: inline-grid !important
}

.ext-hidden {
    display: none !important
}

.ext-w-auto {
    width: auto !important
}

.ext-w-full {
    width: 100% !important
}

.ext-max-w-full {
    max-width: 100% !important
}

.ext-flex-1 {
    flex: 1 1 0% !important
}

.ext-flex-auto {
    flex: 1 1 auto !important
}

.ext-flex-initial {
    flex: 0 1 auto !important
}

.ext-flex-none {
    flex: none !important
}

.ext-flex-shrink-0 {
    flex-shrink: 0 !important
}

.ext-flex-shrink {
    flex-shrink: 1 !important
}

.ext-flex-grow-0 {
    flex-grow: 0 !important
}

.ext-flex-grow {
    flex-grow: 1 !important
}

.ext-list-none {
    list-style-type: none !important
}

.ext-grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr)) !important
}

.ext-grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important
}

.ext-grid-cols-3 {
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important
}

.ext-grid-cols-4 {
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important
}

.ext-grid-cols-5 {
    grid-template-columns:repeat(5, minmax(0, 1fr)) !important
}

.ext-grid-cols-6 {
    grid-template-columns:repeat(6, minmax(0, 1fr)) !important
}

.ext-grid-cols-7 {
    grid-template-columns:repeat(7, minmax(0, 1fr)) !important
}

.ext-grid-cols-8 {
    grid-template-columns:repeat(8, minmax(0, 1fr)) !important
}

.ext-grid-cols-9 {
    grid-template-columns:repeat(9, minmax(0, 1fr)) !important
}

.ext-grid-cols-10 {
    grid-template-columns:repeat(10, minmax(0, 1fr)) !important
}

.ext-grid-cols-11 {
    grid-template-columns:repeat(11, minmax(0, 1fr)) !important
}

.ext-grid-cols-12 {
    grid-template-columns:repeat(12, minmax(0, 1fr)) !important
}

.ext-grid-cols-none {
    grid-template-columns:none !important
}

.ext-grid-rows-1 {
    grid-template-rows:repeat(1, minmax(0, 1fr)) !important
}

.ext-grid-rows-2 {
    grid-template-rows:repeat(2, minmax(0, 1fr)) !important
}

.ext-grid-rows-3 {
    grid-template-rows:repeat(3, minmax(0, 1fr)) !important
}

.ext-grid-rows-4 {
    grid-template-rows:repeat(4, minmax(0, 1fr)) !important
}

.ext-grid-rows-5 {
    grid-template-rows:repeat(5, minmax(0, 1fr)) !important
}

.ext-grid-rows-6 {
    grid-template-rows:repeat(6, minmax(0, 1fr)) !important
}

.ext-grid-rows-none {
    grid-template-rows:none !important
}

.ext-flex-row {
    flex-direction: row !important
}

.ext-flex-row-reverse {
    flex-direction: row-reverse !important
}

.ext-flex-col {
    flex-direction: column !important
}

.ext-flex-col-reverse {
    flex-direction: column-reverse !important
}

.ext-flex-wrap {
    flex-wrap: wrap !important
}

.ext-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.ext-flex-nowrap {
    flex-wrap: nowrap !important
}

.ext-items-start {
    align-items: flex-start !important
}

.ext-items-end {
    align-items: flex-end !important
}

.ext-items-center {
    align-items: center !important
}

.ext-items-baseline {
    align-items: baseline !important
}

.ext-items-stretch {
    align-items: stretch !important
}

.ext-justify-start {
    justify-content: flex-start !important
}

.ext-justify-end {
    justify-content: flex-end !important
}

.ext-justify-center {
    justify-content: center !important
}

.ext-justify-between {
    justify-content: space-between !important
}

.ext-justify-around {
    justify-content: space-around !important
}

.ext-justify-evenly {
    justify-content: space-evenly !important
}

.ext-justify-items-start {
    justify-items: start !important
}

.ext-justify-items-end {
    justify-items: end !important
}

.ext-justify-items-center {
    justify-items: center !important
}

.ext-justify-items-stretch {
    justify-items: stretch !important
}

.ext-gap-0 {
    gap: 0 !important
}

.ext-gap-base {
    gap: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-gap-lg {
    gap: var(--extendify--spacing--large) !important
}

.ext-gap-x-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.ext-gap-x-base {
    -moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
    column-gap: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-gap-x-lg {
    -moz-column-gap: var(--extendify--spacing--large) !important;
    column-gap: var(--extendify--spacing--large) !important
}

.ext-gap-y-0 {
    row-gap: 0 !important
}

.ext-gap-y-base {
    row-gap: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-gap-y-lg {
    row-gap: var(--extendify--spacing--large) !important
}

.ext-justify-self-auto {
    justify-self: auto !important
}

.ext-justify-self-start {
    justify-self: start !important
}

.ext-justify-self-end {
    justify-self: end !important
}

.ext-justify-self-center {
    justify-self: center !important
}

.ext-justify-self-stretch {
    justify-self: stretch !important
}

.ext-rounded-none {
    border-radius: 0 !important
}

.ext-rounded-full {
    border-radius: 9999px !important
}

.ext-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.ext-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important
}

.ext-rounded-r-none {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.ext-rounded-r-full {
    border-bottom-right-radius: 9999px !important;
    border-top-right-radius: 9999px !important
}

.ext-rounded-b-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.ext-rounded-b-full {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important
}

.ext-rounded-l-none {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.ext-rounded-l-full {
    border-bottom-left-radius: 9999px !important;
    border-top-left-radius: 9999px !important
}

.ext-rounded-tl-none {
    border-top-left-radius: 0 !important
}

.ext-rounded-tl-full {
    border-top-left-radius: 9999px !important
}

.ext-rounded-tr-none {
    border-top-right-radius: 0 !important
}

.ext-rounded-tr-full {
    border-top-right-radius: 9999px !important
}

.ext-rounded-br-none {
    border-bottom-right-radius: 0 !important
}

.ext-rounded-br-full {
    border-bottom-right-radius: 9999px !important
}

.ext-rounded-bl-none {
    border-bottom-left-radius: 0 !important
}

.ext-rounded-bl-full {
    border-bottom-left-radius: 9999px !important
}

.ext-border-0 {
    border-width: 0 !important
}

.ext-border-t-0 {
    border-top-width: 0 !important
}

.ext-border-r-0 {
    border-right-width: 0 !important
}

.ext-border-b-0 {
    border-bottom-width: 0 !important
}

.ext-border-l-0 {
    border-left-width: 0 !important
}

.ext-p-0:not([style*=padding]) {
    padding: 0 !important
}

.ext-p-base:not([style*=padding]) {
    padding: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-p-lg:not([style*=padding]) {
    padding: var(--extendify--spacing--large) !important
}

.ext-px-0:not([style*=padding]) {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.ext-px-base:not([style*=padding]) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important;
    padding-right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-px-lg:not([style*=padding]) {
    padding-left: var(--extendify--spacing--large) !important;
    padding-right: var(--extendify--spacing--large) !important
}

.ext-py-0:not([style*=padding]) {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.ext-py-base:not([style*=padding]) {
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    padding-top: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-py-lg:not([style*=padding]) {
    padding-bottom: var(--extendify--spacing--large) !important;
    padding-top: var(--extendify--spacing--large) !important
}

.ext-pt-0:not([style*=padding]) {
    padding-top: 0 !important
}

.ext-pt-base:not([style*=padding]) {
    padding-top: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-pt-lg:not([style*=padding]) {
    padding-top: var(--extendify--spacing--large) !important
}

.ext-pr-0:not([style*=padding]) {
    padding-right: 0 !important
}

.ext-pr-base:not([style*=padding]) {
    padding-right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-pr-lg:not([style*=padding]) {
    padding-right: var(--extendify--spacing--large) !important
}

.ext-pb-0:not([style*=padding]) {
    padding-bottom: 0 !important
}

.ext-pb-base:not([style*=padding]) {
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-pb-lg:not([style*=padding]) {
    padding-bottom: var(--extendify--spacing--large) !important
}

.ext-pl-0:not([style*=padding]) {
    padding-left: 0 !important
}

.ext-pl-base:not([style*=padding]) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-pl-lg:not([style*=padding]) {
    padding-left: var(--extendify--spacing--large) !important
}

.ext-text-left {
    text-align: left !important
}

.ext-text-center {
    text-align: center !important
}

.ext-text-right {
    text-align: right !important
}

.ext-leading-none {
    line-height: 1 !important
}

.ext-leading-tight {
    line-height: 1.25 !important
}

.ext-leading-snug {
    line-height: 1.375 !important
}

.ext-leading-normal {
    line-height: 1.5 !important
}

.ext-leading-relaxed {
    line-height: 1.625 !important
}

.ext-leading-loose {
    line-height: 2 !important
}

.clip-path--rhombus img {
    -webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
    clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%)
}

.clip-path--diamond img {
    -webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
    clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%)
}

.clip-path--rhombus-alt img {
    -webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
    clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%)
}

.wp-block-columns[class*=fullwidth-cols] {
    margin-bottom: unset
}

.wp-block-column.editor\:pointer-events-none {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.is-root-container.block-editor-block-list__layout > [data-align=full]:not(:first-of-type) > .wp-block-column.editor\:pointer-events-none, .is-root-container.block-editor-block-list__layout > [data-align=wide] > .wp-block-column.editor\:pointer-events-none {
    margin-top: calc(var(--wp--style--block-gap, 28px) * -1) !important
}

.ext .wp-block-columns .wp-block-column[style*=padding] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.ext .wp-block-columns + .wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]) {
    margin-top: 0 !important
}

[class*=fullwidth-cols] .wp-block-column:first-child, [class*=fullwidth-cols] .wp-block-group:first-child {
    margin-top: 0
}

[class*=fullwidth-cols] .wp-block-column:last-child, [class*=fullwidth-cols] .wp-block-group:last-child {
    margin-bottom: 0
}

[class*=fullwidth-cols] .wp-block-column:first-child > *, [class*=fullwidth-cols] .wp-block-column > :first-child {
    margin-top: 0
}

.ext .is-not-stacked-on-mobile .wp-block-column, [class*=fullwidth-cols] .wp-block-column > :last-child {
    margin-bottom: 0
}

.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem)
}

@media (min-width: 782px) {
    .wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
        margin-bottom: 0
    }
}

.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile > .wp-block-column {
    margin-bottom: 0 !important
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: var(--wp--style--block-gap, 2em)
    }
}

@media (max-width: 781px) {
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap
    }

    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*=margin]) {
        margin-left: 0 !important
    }

    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (max-width: 1079px) {
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap
    }

    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*=margin]) {
        margin-left: 0 !important
    }

    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }

    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
    }
}

.direction-rtl {
    direction: rtl
}

.direction-ltr {
    direction: ltr
}

.is-style-inline-list {
    padding-left: 0 !important
}

.is-style-inline-list li {
    list-style-type: none !important
}

@media (min-width: 782px) {
    .is-style-inline-list li {
        display: inline !important;
        margin-right: var(--wp--style--block-gap, 1.75rem) !important
    }
}

@media (min-width: 782px) {
    .is-style-inline-list li:first-child {
        margin-left: 0 !important
    }
}

@media (min-width: 782px) {
    .is-style-inline-list li:last-child {
        margin-right: 0 !important
    }
}

.bring-to-front {
    position: relative;
    z-index: 10
}

.text-stroke {
    -webkit-text-stroke-color: var(--wp--preset--color--background)
}

.text-stroke, .text-stroke--primary {
    -webkit-text-stroke-width: var(
            --wp--custom--typography--text-stroke-width, 2px
    )
}

.text-stroke--primary {
    -webkit-text-stroke-color: var(--wp--preset--color--primary)
}

.text-stroke--secondary {
    -webkit-text-stroke-width: var(
            --wp--custom--typography--text-stroke-width, 2px
    );
    -webkit-text-stroke-color: var(--wp--preset--color--secondary)
}

.editor\:no-caption .block-editor-rich-text__editable {
    display: none !important
}

.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender, .editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender, .editor\:no-inserter .wp-block-group__inner-container > .block-list-appender, .editor\:no-inserter > .block-list-appender {
    display: none
}

.editor\:no-resize .components-resizable-box__handle, .editor\:no-resize .components-resizable-box__handle:after, .editor\:no-resize .components-resizable-box__side-handle:before {
    display: none;
    pointer-events: none
}

.editor\:no-resize .components-resizable-box__container {
    display: block
}

.editor\:pointer-events-none {
    pointer-events: none
}

.is-style-angled {
    justify-content: flex-end
}

.ext .is-style-angled > [class*=_inner-container], .is-style-angled {
    align-items: center
}

.is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
    -webkit-clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
    z-index: 1
}

@media (min-width: 782px) {
    .is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
        -webkit-clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
        clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%)
    }
}

.has-foreground-color {
    color: var(--wp--preset--color--foreground, #000) !important
}

.has-foreground-background-color {
    background-color: var(--wp--preset--color--foreground, #000) !important
}

.has-background-color {
    color: var(--wp--preset--color--background, #fff) !important
}

.has-background-background-color {
    background-color: var(--wp--preset--color--background, #fff) !important
}

.has-primary-color {
    color: var(--wp--preset--color--primary, #4b5563) !important
}

.has-primary-background-color {
    background-color: var(--wp--preset--color--primary, #4b5563) !important
}

.has-secondary-color {
    color: var(--wp--preset--color--secondary, #9ca3af) !important
}

.has-secondary-background-color {
    background-color: var(--wp--preset--color--secondary, #9ca3af) !important
}

.ext.has-text-color h1, .ext.has-text-color h2, .ext.has-text-color h3, .ext.has-text-color h4, .ext.has-text-color h5, .ext.has-text-color h6, .ext.has-text-color p {
    color: currentColor
}

.has-white-color {
    color: var(--wp--preset--color--white, #fff) !important
}

.has-black-color {
    color: var(--wp--preset--color--black, #000) !important
}

.has-ext-foreground-background-color {
    background-color: var(
            --wp--preset--color--foreground, var(--wp--preset--color--black, #000)
    ) !important
}

.has-ext-primary-background-color {
    background-color: var(
            --wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000)
    ) !important
}

.wp-block-button__link.has-black-background-color {
    border-color: var(--wp--preset--color--black, #000)
}

.wp-block-button__link.has-white-background-color {
    border-color: var(--wp--preset--color--white, #fff)
}

.has-ext-small-font-size {
    font-size: var(--wp--preset--font-size--ext-small) !important
}

.has-ext-medium-font-size {
    font-size: var(--wp--preset--font-size--ext-medium) !important
}

.has-ext-large-font-size {
    font-size: var(--wp--preset--font-size--ext-large) !important;
    line-height: 1.2
}

.has-ext-x-large-font-size {
    font-size: var(--wp--preset--font-size--ext-x-large) !important;
    line-height: 1
}

.has-ext-xx-large-font-size {
    font-size: var(--wp--preset--font-size--ext-xx-large) !important;
    line-height: 1
}

.has-ext-x-large-font-size:not([style*=line-height]), .has-ext-xx-large-font-size:not([style*=line-height]) {
    line-height: 1.1
}

.ext .wp-block-group > * {
    margin-bottom: 0;
    margin-top: 0
}

.ext .wp-block-group > * + * {
    margin-bottom: 0
}

.ext .wp-block-group > * + *, .ext h2 {
    margin-top: var(--wp--style--block-gap, 1.75rem)
}

.ext h2 {
    margin-bottom: var(--wp--style--block-gap, 1.75rem)
}

.has-ext-x-large-font-size + h3, .has-ext-x-large-font-size + p {
    margin-top: .5rem
}

.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    min-width: 12rem;
    width: calc(25% - var(--wp--style--block-gap, .5em) * .75)
}

.ext .ext-grid > [class*=_inner-container] {
    display: grid
}

.ext > [class*=_inner-container] > .ext-grid:not([class*=columns]), .ext > [class*=_inner-container] > .wp-block > .ext-grid:not([class*=columns]) {
    display: initial !important
}

.ext .ext-grid-cols-1 > [class*=_inner-container] {
    grid-template-columns:repeat(1, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-2 > [class*=_inner-container] {
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-3 > [class*=_inner-container] {
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-4 > [class*=_inner-container] {
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-5 > [class*=_inner-container] {
    grid-template-columns:repeat(5, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-6 > [class*=_inner-container] {
    grid-template-columns:repeat(6, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-7 > [class*=_inner-container] {
    grid-template-columns:repeat(7, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-8 > [class*=_inner-container] {
    grid-template-columns:repeat(8, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-9 > [class*=_inner-container] {
    grid-template-columns:repeat(9, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-10 > [class*=_inner-container] {
    grid-template-columns:repeat(10, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-11 > [class*=_inner-container] {
    grid-template-columns:repeat(11, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-12 > [class*=_inner-container] {
    grid-template-columns:repeat(12, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-13 > [class*=_inner-container] {
    grid-template-columns:repeat(13, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-none > [class*=_inner-container] {
    grid-template-columns:none !important
}

.ext .ext-grid-rows-1 > [class*=_inner-container] {
    grid-template-rows:repeat(1, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-2 > [class*=_inner-container] {
    grid-template-rows:repeat(2, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-3 > [class*=_inner-container] {
    grid-template-rows:repeat(3, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-4 > [class*=_inner-container] {
    grid-template-rows:repeat(4, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-5 > [class*=_inner-container] {
    grid-template-rows:repeat(5, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-6 > [class*=_inner-container] {
    grid-template-rows:repeat(6, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-none > [class*=_inner-container] {
    grid-template-rows:none !important
}

.ext .ext-items-start > [class*=_inner-container] {
    align-items: flex-start !important
}

.ext .ext-items-end > [class*=_inner-container] {
    align-items: flex-end !important
}

.ext .ext-items-center > [class*=_inner-container] {
    align-items: center !important
}

.ext .ext-items-baseline > [class*=_inner-container] {
    align-items: baseline !important
}

.ext .ext-items-stretch > [class*=_inner-container] {
    align-items: stretch !important
}

.ext.wp-block-group > :last-child {
    margin-bottom: 0
}

.ext .wp-block-group__inner-container {
    padding: 0 !important
}

.ext.has-background {
    padding-left: var(--wp--style--block-gap, 1.75rem);
    padding-right: var(--wp--style--block-gap, 1.75rem)
}

.ext [class*=inner-container] > .alignwide [class*=inner-container], .ext [class*=inner-container] > [data-align=wide] [class*=inner-container] {
    max-width: var(--responsive--alignwide-width, 120rem)
}

.ext [class*=inner-container] > .alignwide [class*=inner-container] > *, .ext [class*=inner-container] > [data-align=wide] [class*=inner-container] > * {
    max-width: 100% !important
}

.ext .wp-block-image {
    position: relative;
    text-align: center
}

.ext .wp-block-image img {
    display: inline-block;
    vertical-align: middle
}

body {
    --extendify--spacing--large: var(
            --wp--custom--spacing--large, clamp(2em, 8vw, 8em)
    );
    --wp--preset--font-size--ext-small: 1rem;
    --wp--preset--font-size--ext-medium: 1.125rem;
    --wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem);
    --wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem);
    --wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem);
    --wp--preset--color--black: #000;
    --wp--preset--color--white: #fff
}

.ext * {
    box-sizing: border-box
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
    background: transparent !important
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before {
    display: none !important
}

.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
    margin-bottom: unset;
    margin-top: unset
}

.ext .alignwide {
    margin-left: auto !important;
    margin-right: auto !important
}

.is-root-container.block-editor-block-list__layout > [data-align=full]:not(:first-of-type) > .ext-my-0, .is-root-container.block-editor-block-list__layout > [data-align=wide] > .ext-my-0:not([style*=margin]) {
    margin-top: calc(var(--wp--style--block-gap, 28px) * -1) !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-50 {
    min-height: 50vw !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-60 {
    min-height: 60vw !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-70 {
    min-height: 70vw !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-80 {
    min-height: 80vw !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-100 {
    min-height: 100vw !important
}

.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]) {
    margin-right: 0 !important
}

.ext-ml-0:not([style*=margin]):not([style*=margin]) {
    margin-left: 0 !important
}

.is-root-container .wp-block[data-align=full] > .ext-mx-0:not([style*=margin]):not([style*=margin]) {
    margin-left: calc(var(--wp--custom--spacing--outer, 0) * 1) !important;
    margin-right: calc(var(--wp--custom--spacing--outer, 0) * 1) !important;
    overflow: hidden;
    width: unset
}

@media (min-width: 782px) {
    .tablet\:ext-absolute {
        position: absolute !important
    }

    .tablet\:ext-relative {
        position: relative !important
    }

    .tablet\:ext-top-base {
        top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-top-lg {
        top: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--top-base {
        top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--top-lg {
        top: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-right-base {
        right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-right-lg {
        right: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--right-base {
        right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--right-lg {
        right: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-bottom-base {
        bottom: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-bottom-lg {
        bottom: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--bottom-base {
        bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--bottom-lg {
        bottom: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-left-base {
        left: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-left-lg {
        left: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--left-base {
        left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--left-lg {
        left: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-order-1 {
        order: 1 !important
    }

    .tablet\:ext-order-2 {
        order: 2 !important
    }

    .tablet\:ext-m-0:not([style*=margin]) {
        margin: 0 !important
    }

    .tablet\:ext-m-auto:not([style*=margin]) {
        margin: auto !important
    }

    .tablet\:ext-m-base:not([style*=margin]) {
        margin: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-m-lg:not([style*=margin]) {
        margin: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--m-base:not([style*=margin]) {
        margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--m-lg:not([style*=margin]) {
        margin: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-mx-0:not([style*=margin]) {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .tablet\:ext-mx-auto:not([style*=margin]) {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .tablet\:ext-mx-base:not([style*=margin]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
        margin-right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-mx-lg:not([style*=margin]) {
        margin-left: var(--extendify--spacing--large) !important;
        margin-right: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--mx-base:not([style*=margin]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--mx-lg:not([style*=margin]) {
        margin-left: calc(var(--extendify--spacing--large) * -1) !important;
        margin-right: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-my-0:not([style*=margin]) {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .tablet\:ext-my-auto:not([style*=margin]) {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .tablet\:ext-my-base:not([style*=margin]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        margin-top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-my-lg:not([style*=margin]) {
        margin-bottom: var(--extendify--spacing--large) !important;
        margin-top: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--my-base:not([style*=margin]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--my-lg:not([style*=margin]) {
        margin-bottom: calc(var(--extendify--spacing--large) * -1) !important;
        margin-top: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-mt-0:not([style*=margin]) {
        margin-top: 0 !important
    }

    .tablet\:ext-mt-auto:not([style*=margin]) {
        margin-top: auto !important
    }

    .tablet\:ext-mt-base:not([style*=margin]) {
        margin-top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-mt-lg:not([style*=margin]) {
        margin-top: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--mt-base:not([style*=margin]) {
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--mt-lg:not([style*=margin]) {
        margin-top: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-mr-0:not([style*=margin]) {
        margin-right: 0 !important
    }

    .tablet\:ext-mr-auto:not([style*=margin]) {
        margin-right: auto !important
    }

    .tablet\:ext-mr-base:not([style*=margin]) {
        margin-right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-mr-lg:not([style*=margin]) {
        margin-right: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--mr-base:not([style*=margin]) {
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--mr-lg:not([style*=margin]) {
        margin-right: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-mb-0:not([style*=margin]) {
        margin-bottom: 0 !important
    }

    .tablet\:ext-mb-auto:not([style*=margin]) {
        margin-bottom: auto !important
    }

    .tablet\:ext-mb-base:not([style*=margin]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-mb-lg:not([style*=margin]) {
        margin-bottom: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--mb-base:not([style*=margin]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--mb-lg:not([style*=margin]) {
        margin-bottom: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-ml-0:not([style*=margin]) {
        margin-left: 0 !important
    }

    .tablet\:ext-ml-auto:not([style*=margin]) {
        margin-left: auto !important
    }

    .tablet\:ext-ml-base:not([style*=margin]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-ml-lg:not([style*=margin]) {
        margin-left: var(--extendify--spacing--large) !important
    }

    .tablet\:ext--ml-base:not([style*=margin]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .tablet\:ext--ml-lg:not([style*=margin]) {
        margin-left: calc(var(--extendify--spacing--large) * -1) !important
    }

    .tablet\:ext-block {
        display: block !important
    }

    .tablet\:ext-inline-block {
        display: inline-block !important
    }

    .tablet\:ext-inline {
        display: inline !important
    }

    .tablet\:ext-flex {
        display: flex !important
    }

    .tablet\:ext-inline-flex {
        display: inline-flex !important
    }

    .tablet\:ext-grid {
        display: grid !important
    }

    .tablet\:ext-inline-grid {
        display: inline-grid !important
    }

    .tablet\:ext-hidden {
        display: none !important
    }

    .tablet\:ext-w-auto {
        width: auto !important
    }

    .tablet\:ext-w-full {
        width: 100% !important
    }

    .tablet\:ext-max-w-full {
        max-width: 100% !important
    }

    .tablet\:ext-flex-1 {
        flex: 1 1 0% !important
    }

    .tablet\:ext-flex-auto {
        flex: 1 1 auto !important
    }

    .tablet\:ext-flex-initial {
        flex: 0 1 auto !important
    }

    .tablet\:ext-flex-none {
        flex: none !important
    }

    .tablet\:ext-flex-shrink-0 {
        flex-shrink: 0 !important
    }

    .tablet\:ext-flex-shrink {
        flex-shrink: 1 !important
    }

    .tablet\:ext-flex-grow-0 {
        flex-grow: 0 !important
    }

    .tablet\:ext-flex-grow {
        flex-grow: 1 !important
    }

    .tablet\:ext-list-none {
        list-style-type: none !important
    }

    .tablet\:ext-grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-10 {
        grid-template-columns:repeat(10, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-11 {
        grid-template-columns:repeat(11, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr)) !important
    }

    .tablet\:ext-grid-cols-none {
        grid-template-columns:none !important
    }

    .tablet\:ext-flex-row {
        flex-direction: row !important
    }

    .tablet\:ext-flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .tablet\:ext-flex-col {
        flex-direction: column !important
    }

    .tablet\:ext-flex-col-reverse {
        flex-direction: column-reverse !important
    }

    .tablet\:ext-flex-wrap {
        flex-wrap: wrap !important
    }

    .tablet\:ext-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .tablet\:ext-flex-nowrap {
        flex-wrap: nowrap !important
    }

    .tablet\:ext-items-start {
        align-items: flex-start !important
    }

    .tablet\:ext-items-end {
        align-items: flex-end !important
    }

    .tablet\:ext-items-center {
        align-items: center !important
    }

    .tablet\:ext-items-baseline {
        align-items: baseline !important
    }

    .tablet\:ext-items-stretch {
        align-items: stretch !important
    }

    .tablet\:ext-justify-start {
        justify-content: flex-start !important
    }

    .tablet\:ext-justify-end {
        justify-content: flex-end !important
    }

    .tablet\:ext-justify-center {
        justify-content: center !important
    }

    .tablet\:ext-justify-between {
        justify-content: space-between !important
    }

    .tablet\:ext-justify-around {
        justify-content: space-around !important
    }

    .tablet\:ext-justify-evenly {
        justify-content: space-evenly !important
    }

    .tablet\:ext-justify-items-start {
        justify-items: start !important
    }

    .tablet\:ext-justify-items-end {
        justify-items: end !important
    }

    .tablet\:ext-justify-items-center {
        justify-items: center !important
    }

    .tablet\:ext-justify-items-stretch {
        justify-items: stretch !important
    }

    .tablet\:ext-justify-self-auto {
        justify-self: auto !important
    }

    .tablet\:ext-justify-self-start {
        justify-self: start !important
    }

    .tablet\:ext-justify-self-end {
        justify-self: end !important
    }

    .tablet\:ext-justify-self-center {
        justify-self: center !important
    }

    .tablet\:ext-justify-self-stretch {
        justify-self: stretch !important
    }

    .tablet\:ext-p-0:not([style*=padding]) {
        padding: 0 !important
    }

    .tablet\:ext-p-base:not([style*=padding]) {
        padding: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-p-lg:not([style*=padding]) {
        padding: var(--extendify--spacing--large) !important
    }

    .tablet\:ext-px-0:not([style*=padding]) {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .tablet\:ext-px-base:not([style*=padding]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
        padding-right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-px-lg:not([style*=padding]) {
        padding-left: var(--extendify--spacing--large) !important;
        padding-right: var(--extendify--spacing--large) !important
    }

    .tablet\:ext-py-0:not([style*=padding]) {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .tablet\:ext-py-base:not([style*=padding]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        padding-top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-py-lg:not([style*=padding]) {
        padding-bottom: var(--extendify--spacing--large) !important;
        padding-top: var(--extendify--spacing--large) !important
    }

    .tablet\:ext-pt-0:not([style*=padding]) {
        padding-top: 0 !important
    }

    .tablet\:ext-pt-base:not([style*=padding]) {
        padding-top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-pt-lg:not([style*=padding]) {
        padding-top: var(--extendify--spacing--large) !important
    }

    .tablet\:ext-pr-0:not([style*=padding]) {
        padding-right: 0 !important
    }

    .tablet\:ext-pr-base:not([style*=padding]) {
        padding-right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-pr-lg:not([style*=padding]) {
        padding-right: var(--extendify--spacing--large) !important
    }

    .tablet\:ext-pb-0:not([style*=padding]) {
        padding-bottom: 0 !important
    }

    .tablet\:ext-pb-base:not([style*=padding]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-pb-lg:not([style*=padding]) {
        padding-bottom: var(--extendify--spacing--large) !important
    }

    .tablet\:ext-pl-0:not([style*=padding]) {
        padding-left: 0 !important
    }

    .tablet\:ext-pl-base:not([style*=padding]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important
    }

    .tablet\:ext-pl-lg:not([style*=padding]) {
        padding-left: var(--extendify--spacing--large) !important
    }

    .tablet\:ext-text-left {
        text-align: left !important
    }

    .tablet\:ext-text-center {
        text-align: center !important
    }

    .tablet\:ext-text-right {
        text-align: right !important
    }
}

@media (min-width: 1080px) {
    .desktop\:ext-absolute {
        position: absolute !important
    }

    .desktop\:ext-relative {
        position: relative !important
    }

    .desktop\:ext-top-base {
        top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-top-lg {
        top: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--top-base {
        top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--top-lg {
        top: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-right-base {
        right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-right-lg {
        right: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--right-base {
        right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--right-lg {
        right: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-bottom-base {
        bottom: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-bottom-lg {
        bottom: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--bottom-base {
        bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--bottom-lg {
        bottom: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-left-base {
        left: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-left-lg {
        left: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--left-base {
        left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--left-lg {
        left: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-order-1 {
        order: 1 !important
    }

    .desktop\:ext-order-2 {
        order: 2 !important
    }

    .desktop\:ext-m-0:not([style*=margin]) {
        margin: 0 !important
    }

    .desktop\:ext-m-auto:not([style*=margin]) {
        margin: auto !important
    }

    .desktop\:ext-m-base:not([style*=margin]) {
        margin: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-m-lg:not([style*=margin]) {
        margin: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--m-base:not([style*=margin]) {
        margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--m-lg:not([style*=margin]) {
        margin: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-mx-0:not([style*=margin]) {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .desktop\:ext-mx-auto:not([style*=margin]) {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .desktop\:ext-mx-base:not([style*=margin]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
        margin-right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-mx-lg:not([style*=margin]) {
        margin-left: var(--extendify--spacing--large) !important;
        margin-right: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--mx-base:not([style*=margin]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--mx-lg:not([style*=margin]) {
        margin-left: calc(var(--extendify--spacing--large) * -1) !important;
        margin-right: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-my-0:not([style*=margin]) {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .desktop\:ext-my-auto:not([style*=margin]) {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .desktop\:ext-my-base:not([style*=margin]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        margin-top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-my-lg:not([style*=margin]) {
        margin-bottom: var(--extendify--spacing--large) !important;
        margin-top: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--my-base:not([style*=margin]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--my-lg:not([style*=margin]) {
        margin-bottom: calc(var(--extendify--spacing--large) * -1) !important;
        margin-top: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-mt-0:not([style*=margin]) {
        margin-top: 0 !important
    }

    .desktop\:ext-mt-auto:not([style*=margin]) {
        margin-top: auto !important
    }

    .desktop\:ext-mt-base:not([style*=margin]) {
        margin-top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-mt-lg:not([style*=margin]) {
        margin-top: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--mt-base:not([style*=margin]) {
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--mt-lg:not([style*=margin]) {
        margin-top: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-mr-0:not([style*=margin]) {
        margin-right: 0 !important
    }

    .desktop\:ext-mr-auto:not([style*=margin]) {
        margin-right: auto !important
    }

    .desktop\:ext-mr-base:not([style*=margin]) {
        margin-right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-mr-lg:not([style*=margin]) {
        margin-right: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--mr-base:not([style*=margin]) {
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--mr-lg:not([style*=margin]) {
        margin-right: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-mb-0:not([style*=margin]) {
        margin-bottom: 0 !important
    }

    .desktop\:ext-mb-auto:not([style*=margin]) {
        margin-bottom: auto !important
    }

    .desktop\:ext-mb-base:not([style*=margin]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-mb-lg:not([style*=margin]) {
        margin-bottom: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--mb-base:not([style*=margin]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--mb-lg:not([style*=margin]) {
        margin-bottom: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-ml-0:not([style*=margin]) {
        margin-left: 0 !important
    }

    .desktop\:ext-ml-auto:not([style*=margin]) {
        margin-left: auto !important
    }

    .desktop\:ext-ml-base:not([style*=margin]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-ml-lg:not([style*=margin]) {
        margin-left: var(--extendify--spacing--large) !important
    }

    .desktop\:ext--ml-base:not([style*=margin]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important
    }

    .desktop\:ext--ml-lg:not([style*=margin]) {
        margin-left: calc(var(--extendify--spacing--large) * -1) !important
    }

    .desktop\:ext-block {
        display: block !important
    }

    .desktop\:ext-inline-block {
        display: inline-block !important
    }

    .desktop\:ext-inline {
        display: inline !important
    }

    .desktop\:ext-flex {
        display: flex !important
    }

    .desktop\:ext-inline-flex {
        display: inline-flex !important
    }

    .desktop\:ext-grid {
        display: grid !important
    }

    .desktop\:ext-inline-grid {
        display: inline-grid !important
    }

    .desktop\:ext-hidden {
        display: none !important
    }

    .desktop\:ext-w-auto {
        width: auto !important
    }

    .desktop\:ext-w-full {
        width: 100% !important
    }

    .desktop\:ext-max-w-full {
        max-width: 100% !important
    }

    .desktop\:ext-flex-1 {
        flex: 1 1 0% !important
    }

    .desktop\:ext-flex-auto {
        flex: 1 1 auto !important
    }

    .desktop\:ext-flex-initial {
        flex: 0 1 auto !important
    }

    .desktop\:ext-flex-none {
        flex: none !important
    }

    .desktop\:ext-flex-shrink-0 {
        flex-shrink: 0 !important
    }

    .desktop\:ext-flex-shrink {
        flex-shrink: 1 !important
    }

    .desktop\:ext-flex-grow-0 {
        flex-grow: 0 !important
    }

    .desktop\:ext-flex-grow {
        flex-grow: 1 !important
    }

    .desktop\:ext-list-none {
        list-style-type: none !important
    }

    .desktop\:ext-grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-10 {
        grid-template-columns:repeat(10, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-11 {
        grid-template-columns:repeat(11, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr)) !important
    }

    .desktop\:ext-grid-cols-none {
        grid-template-columns:none !important
    }

    .desktop\:ext-flex-row {
        flex-direction: row !important
    }

    .desktop\:ext-flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .desktop\:ext-flex-col {
        flex-direction: column !important
    }

    .desktop\:ext-flex-col-reverse {
        flex-direction: column-reverse !important
    }

    .desktop\:ext-flex-wrap {
        flex-wrap: wrap !important
    }

    .desktop\:ext-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .desktop\:ext-flex-nowrap {
        flex-wrap: nowrap !important
    }

    .desktop\:ext-items-start {
        align-items: flex-start !important
    }

    .desktop\:ext-items-end {
        align-items: flex-end !important
    }

    .desktop\:ext-items-center {
        align-items: center !important
    }

    .desktop\:ext-items-baseline {
        align-items: baseline !important
    }

    .desktop\:ext-items-stretch {
        align-items: stretch !important
    }

    .desktop\:ext-justify-start {
        justify-content: flex-start !important
    }

    .desktop\:ext-justify-end {
        justify-content: flex-end !important
    }

    .desktop\:ext-justify-center {
        justify-content: center !important
    }

    .desktop\:ext-justify-between {
        justify-content: space-between !important
    }

    .desktop\:ext-justify-around {
        justify-content: space-around !important
    }

    .desktop\:ext-justify-evenly {
        justify-content: space-evenly !important
    }

    .desktop\:ext-justify-items-start {
        justify-items: start !important
    }

    .desktop\:ext-justify-items-end {
        justify-items: end !important
    }

    .desktop\:ext-justify-items-center {
        justify-items: center !important
    }

    .desktop\:ext-justify-items-stretch {
        justify-items: stretch !important
    }

    .desktop\:ext-justify-self-auto {
        justify-self: auto !important
    }

    .desktop\:ext-justify-self-start {
        justify-self: start !important
    }

    .desktop\:ext-justify-self-end {
        justify-self: end !important
    }

    .desktop\:ext-justify-self-center {
        justify-self: center !important
    }

    .desktop\:ext-justify-self-stretch {
        justify-self: stretch !important
    }

    .desktop\:ext-p-0:not([style*=padding]) {
        padding: 0 !important
    }

    .desktop\:ext-p-base:not([style*=padding]) {
        padding: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-p-lg:not([style*=padding]) {
        padding: var(--extendify--spacing--large) !important
    }

    .desktop\:ext-px-0:not([style*=padding]) {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .desktop\:ext-px-base:not([style*=padding]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
        padding-right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-px-lg:not([style*=padding]) {
        padding-left: var(--extendify--spacing--large) !important;
        padding-right: var(--extendify--spacing--large) !important
    }

    .desktop\:ext-py-0:not([style*=padding]) {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .desktop\:ext-py-base:not([style*=padding]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        padding-top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-py-lg:not([style*=padding]) {
        padding-bottom: var(--extendify--spacing--large) !important;
        padding-top: var(--extendify--spacing--large) !important
    }

    .desktop\:ext-pt-0:not([style*=padding]) {
        padding-top: 0 !important
    }

    .desktop\:ext-pt-base:not([style*=padding]) {
        padding-top: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-pt-lg:not([style*=padding]) {
        padding-top: var(--extendify--spacing--large) !important
    }

    .desktop\:ext-pr-0:not([style*=padding]) {
        padding-right: 0 !important
    }

    .desktop\:ext-pr-base:not([style*=padding]) {
        padding-right: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-pr-lg:not([style*=padding]) {
        padding-right: var(--extendify--spacing--large) !important
    }

    .desktop\:ext-pb-0:not([style*=padding]) {
        padding-bottom: 0 !important
    }

    .desktop\:ext-pb-base:not([style*=padding]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-pb-lg:not([style*=padding]) {
        padding-bottom: var(--extendify--spacing--large) !important
    }

    .desktop\:ext-pl-0:not([style*=padding]) {
        padding-left: 0 !important
    }

    .desktop\:ext-pl-base:not([style*=padding]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important
    }

    .desktop\:ext-pl-lg:not([style*=padding]) {
        padding-left: var(--extendify--spacing--large) !important
    }

    .desktop\:ext-text-left {
        text-align: left !important
    }

    .desktop\:ext-text-center {
        text-align: center !important
    }

    .desktop\:ext-text-right {
        text-align: right !important
    }
}

.woocommerce form .form-row .required {
    visibility: visible;
}

body, blockquote:before, q:before {
    font-family: 'Arial';
    font-weight: 400;
}

body, .typology-action-button .sub-menu {
    color: #444444;
}

body {
    background: #f8f8f8;
    font-size: 1.7rem;
}

.typology-fake-bg {
    background: #f8f8f8;
}

.typology-sidebar, .typology-section {
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .submit, .mks_read_more a, input[type="submit"], input[type="button"], a.mks_button, .cover-letter, .post-letter, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce div.product .woocommerce-tabs ul.tabs li, .typology-pagination a, .typology-pagination span, .comment-author .fn, .post-date-month, .typology-button-social, .meks-instagram-follow-link a, .mks_autor_link_wrap a, .entry-pre-title, .typology-button, button, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-button__link, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-family: 'Josefin Sans';
    font-weight: 600;
}

.typology-header .typology-nav {
    font-family: 'Josefin Sans';
    font-weight: 600;
}

.typology-cover .entry-title, .typology-cover h1 {
    font-size: 6.4rem;
}

h1, .h1 {
    font-size: 4.8rem;
}

h2, .h2 {
    font-size: 3.5rem;
}

h3, .h3 {
    font-size: 2.8rem;
}

h4, .h4 {
    font-size: 2.3rem;
}

h5, .h5, .typology-layout-c.post-image-on .entry-title, blockquote, q {
    font-size: 1.8rem;
}

h6, .h6 {
    font-size: 1.5rem;
}

.widget {
    font-size: 1.4rem;
}

.typology-header .typology-nav a {
    font-size: 1.5rem;
}

.typology-layout-b .post-date-hidden, .meta-item {
    font-size: 1.3rem;
}

.post-letter {
    font-size: 18.0rem;
}

.typology-layout-c .post-letter {
    height: 26.0rem;
}

.cover-letter {
    font-size: 60.0rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .post-date-month {
    color: #333333;
}

.typology-single-sticky a {
    color: #444444;
}

.entry-title a:hover, .typology-single-sticky a:hover {
    color: #c62641;
}

.bypostauthor .comment-author:before, #cancel-comment-reply-link:after {
    background: #c62641;
}

a, .widget .textwidget a, .typology-layout-b .post-date-hidden {
    color: #c62641;
}

.single .typology-section:first-child .section-content, .section-content-page, .section-content.section-content-a {
    max-width: 820px;
}

.typology-header {
    height: 110px;
}

.typology-header-sticky-on .typology-header {
    background: #c62641;
}

.cover-letter {
    padding-top: 110px;
}

.site-title a, .typology-site-description {
    color: #ffffff;
}

.typology-header .typology-nav, .typology-header .typology-nav > li > a {
    color: #ffffff;
}

.typology-header .typology-nav .sub-menu a {
    color: #444444;
}

.typology-header .typology-nav .sub-menu a:hover {
    color: #c62641;
}

.typology-action-button .sub-menu ul a:before {
    background: #c62641;
}

.sub-menu .current-menu-item a {
    color: #c62641;
}

.dot, .typology-header .typology-nav .sub-menu {
    background: #ffffff;
}

.typology-header .typology-main-navigation .sub-menu .current-menu-ancestor > a, .typology-header .typology-main-navigation .sub-menu .current-menu-item > a {
    color: #c62641;
}

.typology-header-wide .slot-l {
    left: 35px;
}

.typology-header-wide .slot-r {
    right: 20px;
}

.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: #888888;
}

.comment-meta .url, .meta-item a:hover {
    color: #333333;
}

.typology-post:after, .section-title:after, .typology-pagination:before {
    background: rgba(51, 51, 51, 0.2);
}

.typology-layout-b .post-date-day, .typology-outline-nav li a:hover, .style-timeline .post-date-day {
    color: #c62641;
}

.typology-layout-b .post-date:after, blockquote:before, q:before {
    background: #c62641;
}

.typology-sticky-c, .typology-sticky-to-top span, .sticky-author-date {
    color: #888888;
}

.typology-outline-nav li a {
    color: #444444;
}

.typology-post.typology-layout-b:before, .section-content-b .typology-ad-between-posts:before {
    background: rgba(68, 68, 68, 0.1);
}

.submit, .mks_read_more a, input[type="submit"], input[type="button"], a.mks_button, .typology-button, .submit, .typology-button-social, .page-template-template-authors .typology-author .typology-button-social, .widget .mks_autor_link_wrap a, .widget .meks-instagram-follow-link a, .widget .mks_read_more a, button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: #ffffff;
    background: #c62641;
    border: 1px solid #c62641;
}

body div.wpforms-container-full .wpforms-form input[type=submit]:hover, body div.wpforms-container-full .wpforms-form input[type=submit]:focus, body div.wpforms-container-full .wpforms-form input[type=submit]:active, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:focus, body div.wpforms-container-full .wpforms-form button[type=submit]:active, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:active, body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    color: #ffffff;
    background: #c62641;
    border: 1px solid #c62641;
}

.page-template-template-authors .typology-author .typology-icon-social:hover {
    border: 1px solid #c62641;
}

.button-invert {
    color: #c62641;
    background: transparent;
}

.widget .mks_autor_link_wrap a:hover, .widget .meks-instagram-follow-link a:hover, .widget .mks_read_more a:hover {
    color: #ffffff;
}

.typology-cover {
    min-height: 240px;
}

.typology-cover-empty {
    height: 209px;
    min-height: 209px;
}

.typology-fake-bg .typology-section:first-child {
    top: -99px;
}

.typology-flat .typology-cover-empty {
    height: 110px;
}

.typology-flat .typology-cover {
    min-height: 110px;
}

.typology-cover-empty, .typology-cover, .typology-header-sticky {
    background: #c62641;;
}

.typology-cover-overlay:after {
    background: rgba(198, 38, 65, 0.6);
}

.typology-sidebar-header {
    background: #c62641;
}




.typology-outline-nav li:before, .widget ul li:before {
    background: #c62641;
}

.widget a {
    color: #444444;
}

.widget a:hover, .widget_calendar table tbody td a, .entry-tags a:hover, .wp-block-tag-cloud a:hover {
    color: #c62641;
}

.widget_calendar table tbody td a:hover, .widget table td, .entry-tags a, .wp-block-tag-cloud a {
    color: #444444;
}

.widget table, .widget table td, .widget_calendar table thead th, table, td, th {
    border-color: rgba(68, 68, 68, 0.3);
}

.widget ul li, .widget .recentcomments {
    color: #444444;
}

.widget .post-date {
    color: #888888;
}

#today {
    background: rgba(68, 68, 68, 0.1);
}

.typology-pagination .current, .typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    color: #ffffff;
    background: #333333;
}

.typology-pagination a, .typology-pagination span {
    color: #333333;
    border: 1px solid #333333;
}

.typology-footer {
    background: #f8f8f8;
    color: #aaaaaa;
}

.typology-footer h1, .typology-footer h2, .typology-footer h3, .typology-footer h4, .typology-footer h5, .typology-footer h6, .typology-footer .post-date-month {
    color: #aaaaaa;
}

.typology-count {
    background: #c62641;
}

.typology-footer a, .typology-footer .widget .textwidget a {
    color: #888888;
}

input[type="text"], input[type="email"], input[type=search], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], textarea, select {
    border-color: rgba(68, 68, 68, 0.2);
}

blockquote:after, blockquote:before, q:after, q:before {
    -webkit-box-shadow: 0 0 0 10px #ffffff;
    box-shadow: 0 0 0 10px #ffffff;
}

pre, .entry-content #mc_embed_signup {
    background: rgba(68, 68, 68, 0.1);
}

.wp-block-button__link {
    background: #c62641;
    color: #ffffff;
}

.wp-block-image figcaption, .wp-block-audio figcaption {
    color: #444444;
}

.wp-block-pullquote:not(.is-style-solid-color) blockquote {
    border-top: 2px solid #444444;
    border-bottom: 2px solid #444444;
}

.wp-block-pullquote.is-style-solid-color {
    background: #c62641;
    color: #ffffff;
}

.wp-block-separator {
    border-color: rgba(68, 68, 68, 0.3);
}

body.wp-editor {
    background: #ffffff;
}

.has-small-font-size {
    font-size: 1.3rem;
}

.has-large-font-size {
    font-size: 1.9rem;
}

.has-huge-font-size {
    font-size: 2.2rem;
}

@media (min-width: 801px) {
    .has-small-font-size {
        font-size: 1.3rem;
    }

    .has-normal-font-size {
        font-size: 1.6rem;
    }

    .has-large-font-size {
        font-size: 2.2rem;
    }

    .has-huge-font-size {
        font-size: 2.9rem;
    }
}

.has-typology-acc-background-color {
    background-color: #c62641;
}

.has-typology-acc-color {
    color: #c62641;
}

.has-typology-txt-background-color {
    background-color: #444444;
}

.has-typology-txt-color {
    color: #444444;
}

.has-typology-meta-background-color {
    background-color: #888888;
}

.has-typology-meta-color {
    color: #888888;
}

.has-typology-bg-background-color {
    background-color: #ffffff;
}

.has-typology-bg-color {
    color: #ffffff;
}

.site-title {
    text-transform: uppercase;
}

.typology-site-description {
    text-transform: none;
}

.typology-nav {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .wp-block-cover-text, .wp-block-cover-image-text {
    text-transform: uppercase;
}

.section-title {
    text-transform: uppercase;
}

.widget-title {
    text-transform: uppercase;
}

.meta-item {
    text-transform: none;
}

.typology-button {
    text-transform: uppercase;
}

.submit, .mks_read_more a, input[type="submit"], input[type="button"], a.mks_button, .typology-button, .widget .mks_autor_link_wrap a, .widget .meks-instagram-follow-link a, .widget .mks_read_more a, button, .typology-button-social, .wp-block-button__link, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    text-transform: uppercase;
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart, body.woocommerce .button, body.woocommerce-page .button, .woocommerce .widget_shopping_cart_content .buttons .button, .woocommerce div.product div.summary .single_add_to_cart_button, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-page #payment #place_order, .woocommerce #review_form #respond .form-submit input, .price, .amount, .woocommerce .comment-reply-title {
    font-family: 'Josefin Sans';
    font-weight: 600;
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart, body.woocommerce .button, body.woocommerce-page .button, .woocommerce .widget_shopping_cart_content .buttons .button, .woocommerce div.product div.summary .single_add_to_cart_button, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-page #payment #place_order, .woocommerce #review_form #respond .form-submit input {
    color: #ffffff;
    background: #c62641;
    border: 1px solid #c62641;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 3px solid #c62641;
}

.product-categories li, .product-categories .children li {
    color: #888888;
}

.product-categories .children li {
    border-top: 1px solid rgba(68, 68, 68, 0.1);
}

.product-categories li {
    border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #ffffff;
    background: #333333;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #333333;
    border: 1px solid #333333;
    background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #333333;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ffffff;
    background: #333333;
}

.woocommerce .comment-reply-title:after {
    background: rgba(51, 51, 51, 0.2);
}

.coauthors {
    display: inline;
}

.meta-author a {
    margin-left: 5px;
}

.typology-co-author-section .container {
    margin-bottom: 6rem;
}

.typology-co-author-section .container:last-child {
    margin-bottom: 0;
}

.typology-sticky-author {
    max-width: 450px;
}




@media (min-width: 1080px) {
    #hamburger {
        display: none;
    }
}

blockquote .quote {
    font-style: italic;
}

blockquote .quote p {
    margin-bottom: 20px;
}

blockquote .source {
    margin-top: 20px;
    opacity: 0.5;
}

.entry-content h3 {
    margin-bottom: 1.5rem;
    margin-top: 4rem;
}